Home
last modified time | relevance | path

Searched +full:query +(+path:plugin +path:xcom) -(+path:plugin +path:xcom +path:lang) (Results 1 – 4 of 4) sorted by relevance

/plugin/xcom/scripts/
H A Dxml.php63 while(!($resp = call_user_func_array(array($client,"query"),$params))){
120 $client->query('dokuwiki.login',$user,$pwd);
140 while(!$client->query('dokuwiki.setLocks',$locks)) {
H A Dxcom_save.php58 /*possible to query and save a single media id instead of a page id */
172 while(!($resp = call_user_func_array(array($client,"query"),$params))){
221 $resp = $client->query('dokuwiki.login',$user,$pwd);
/plugin/xcom/
H A Dscript.js407 case 'dokuwiki.search': //string query
446 var optstring = xcom_getInputValue('xcom_opts'); //Params from User-created Query/Options box
523 if(params[0] == 'dokuwiki.search') { // add page to search query
583 Format and output query on status line
H A Dadmin.php136 …ptln('&nbsp;<span class="xcom_qslabel" id="xcom_qslabel">' . $this->getLang('query') . ':</span>');