[ Index ]

PHP Cross Reference of BBPress

title

Body

[close]

/src/includes/admin/assets/js/ -> converter.js (summary)

Show/hide db password button toggle

File Size: 344 lines (7 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 12 functions

  bbp_converter_user_start()
  bbp_converter_user_stop()
  bbp_converter_settings()
  bbp_converter_post()
  bbp_converter_step()
  bbp_converter_wait()
  bbp_converter_start()
  bbp_converter_stop()
  bbp_converter_update()
  bbp_converter_status()
  bbp_converter_log()
  bbp_converter_percentages()

Functions
Functions that are not part of a class:

bbp_converter_user_start()   X-Ref
Start the converter

since: 2.6.0 bbPress (r6470)
returns: {void}

bbp_converter_user_stop()   X-Ref
Stop the converter

since: 2.6.0 bbPress (r6470)
returns: {void}

bbp_converter_settings()   X-Ref
Return values of converter settings

since: 2.6.0 bbPress (r6470)
returns: {converterL#2.bbp_converter_settings.values}

bbp_converter_post()   X-Ref
Run the converter step

since: 2.6.0 bbPress (r6470)
returns: {void}

bbp_converter_step( data )   X-Ref
Process the next step

since: 2.6.0 bbPress (r6600)
returns: {void}
param: {object} data

bbp_converter_wait()   X-Ref
Wait to do the next AJAX request

since: 2.6.0 bbPress (r6600)
returns: {void}

bbp_converter_start()   X-Ref
Start the converter and set the various flags

since: 2.6.0 bbPress (r6600)
returns: {void}

bbp_converter_stop( button, log )   X-Ref
Stop the converter, and update the UI

since: 2.6.0 bbPress (r6470)
returns: {void}
param: {string} button New text for button
param: {string} log    New text to add to import monitor

bbp_converter_update( b_text, p_text, s_text )   X-Ref
Update the various screen texts

since: 2.6.0 bbPress (r6600)
returns: {void}
param: {string} b_text
param: {string} p_text
param: {string} s_text

bbp_converter_status( data )   X-Ref
Update the status

since: 2.6.0 bbPress (r6513)
returns: {void}
param: {object} data

bbp_converter_log( text )   X-Ref
Prepend some text to the import monitor

since: 2.6.0 bbPress (r6470)
returns: {void}
param: {string} text Text to prepend to the import monitor

bbp_converter_percentages( step_percent, total_percent )   X-Ref
Prepend some text to the import monitor

since: 2.6.0 bbPress (r6470)
returns: {void}



Generated: Fri Mar 29 01:00:56 2024 Cross-referenced by PHPXref 0.7.1