Home
last modified time | relevance | path

Searched refs:xcom (Results 1 – 6 of 6) sorted by relevance

/plugin/xcom/
H A Dplugin.info.txt1 base xcom
5 name xcom
7 url https://www.dokuwiki.org/plugin:xcom
H A DREADME.md1 xcom chapter
H A Dscript.js818 xcom_msg(LANG.plugins.xcom[arguments[0]]);
823 if(typeof LANG.plugins.xcom[arguments[i]] == 'undefined') {
826 else msg+=LANG.plugins.xcom[arguments[i]] + " ";
/plugin/xcom/lang/en/
H A Dfunctions.txt6 …ls to recurse. Its output is a table of [[https://www.dokuwiki.org/plugin:xcom#action_links|action…
39 ==== plugin.xcom.pageVersions ====
41 ^Name |''plugin.xcom.pageVersions'' |
46 ==== plugin.xcom.getPageInfo ====
48 ^Name |''plugin.xcom.getPageInfo'' |
129 ==== plugin.xcom.getMedia ====
131 ^Name |''plugin.xcom.getMedia'' |
135 ==== plugin.xcom.listNamespaces ====
137 ^Name|''plugin.xcom.listNamespaces'' |
142 ==== plugin.xcom.GetMetaData ====
[all …]
H A Dhowto.txt36 …le plain text responses and complex arrays which may in later versions of xcom be re-formatted as …
58 …ery menu. For more information about this, see the [[doku>plugin:xcom#action_links|xcom plugin pag…
62 There is an initialization file named ''xcom.ini'' which is found in the scripts directory. Use of …
74 …words (or even user names). But as another security feature, you can move xcom.ini out of the web …
/plugin/xcom/scripts/
H A Dxcom_save.php251 $xcom=new xcom_save($INPUT->post->str('local'),$INPUT->post->str('remote'),$INPUT->post->str('id')); variable
252 $xcom->getPage();
253 $xcom->getMedia() ;
254 $xcom->processMediaArray();
255 $xcom->logoff();