Home
last modified time | relevance | path

Searched defs:call (Results 1 – 25 of 80) sorted by relevance

1234

/plugin/ajaxloader/
H A Dajax.php23 $call = $_POST['call']; variable
25 $call = $_GET['call']; variable
H A Dscript.js1 function doku_ajax(call, params) { argument
H A Dhelper.php27 public function isLoader($plugin, $call) {
/plugin/refnotes/
H A Daction.php130 markHiddenReferences($call) global() argument
175 markReferenceGroups($call) global() argument
219 markScopeLimits($call) global() argument
236 extractStyles($call) global() argument
248 extractMappings($call) global() argument
300 styleNamespaces($call) global() argument
309 setNamespaceMappings($call) global() argument
318 addReferences($call) global() argument
333 rewriteReferences($call) global() argument
[all...]
H A Dreference.php135 private $call; variable in refnotes_action_reference
140 public function __construct($note, $attributes, $data, $call) { argument
H A Dinstructions.php194 insertBefore($call) global() argument
260 insert($index, $call) global() argument
267 append($call) global() argument
[all...]
/plugin/linkmanager/exe/
H A Dajax.php30 $call = 'ajax_'.$_POST['call']; variable
34 $call = $_POST['call']; variable
/plugin/components/lib/
H A Dajax_manager.php34 public function call($call) { argument
/plugin/combo/ComboStrap/
H A DCallStack.php585 insertBefore(Call $call) global() argument
661 insertAfter(Call $call) global() argument
865 appendCallAtTheEnd(Call $call) global() argument
931 deleteAllCallsAfter(Call $call) global() argument
1057 moveToCall(Call $call) global() argument
1092 deleteAllCallsBefore(Call $call) global() argument
[all...]
/plugin/chat/
H A Dajax.php29 $call = 'ajax_'.$_REQUEST['call']; variable
31 $call = 'ajax_'.$_REQUEST['call']; variable
/plugin/issuelinks/script/
H A Dadmin_repo.js57 call: 'issuelinks_repo_admin_toggle', property in initializeRepoAdminInterface.requestHookToogle.settings.data
103 call: 'issuelinks_repo_admin_getorg', property in organisationChanged.settings.data
132 call: 'plugin_issuelinks', property in initializeRepoAdminInterface.checkImportStatus.checkImportSettings.data
183 call: 'issuelinks_import_all_issues_async', property in AnonymousFunctiond4ddff230300.settings.data
/plugin/nsexport/
H A Dscript.js21 call: 'nsexport_check', property in window.nsexport_check.data
48 call: 'nsexport_start', property in handleDOMReady.startExport.data
/plugin/inlineeditor/
H A Dajax.php34 $call = 'ajax_'.$_POST['call']; variable
/plugin/components/action/
H A Dajax.php22 function call(&$event, $param) { function in action_plugin_components_ajax
/plugin/searchindex/
H A Dajax.php30 $call = 'ajax_'.$_POST['call']; variable
/plugin/components/ajax/
H A Dexample.php39 protected function call($params) { function in Components_AJAX_Example
/plugin/ifauthex/_test/
H A Dinstruction.test.php62 public static function stripByteIndex($call) {
/plugin/ac/
H A Dajax_loader.php15 public static function isLoader($plugin, $call) {
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DPrelude.php96 function xcallable($call, $able = '')
H A DXcallable.php85 public function __construct($call, $able = '')
/plugin/dokukiwix/
H A Dajax.php47 $call = 'ajax_'.$_POST['call']; variable
/plugin/translator/
H A Dscript.js7 'call' : '_google_translation', property in translator.run.options
/plugin/spellcheck/
H A Dspellcheck.php68 $call = 'spell_'.$_POST['call']; variable
/plugin/metaeditor/
H A Dscript.js76 call : 'plugin_metaeditor', property in jqModalManager.data
110 call : 'plugin_metaeditor', property in jqModalManager.data
143 call : 'plugin_metaeditor', property in jqModalManager.data
/plugin/jsonrpc/
H A DIJR_IntrospectionServer.php38 protected function call($methodname, $args) { function in IJR_IntrospectionServer

1234