Searched full:xcom (Results 1 – 16 of 16) sorted by relevance
| /plugin/xcom/ |
| D | action.php | 3 * DokuWiki Plugin xcom (Action Component) 49 $inidir = DOKU_PLUGIN . 'xcom/scripts/'; 54 $ini_file = $inidir . 'xcom.ini'; 73 'plugin.xcom.pageVersions'=>'available versions of a wiki page', 74 'plugin.xcom.getPageInfo'=>false, 85 'plugin.xcom.getMedia'=>'list of all media in wiki page', 86 'plugin.xcom.listNamespaces'=>'list all namespaces, or sub-namespaces of ID' 94 "src" => DOKU_BASE."lib/plugins/xcom/scripts/xcom_latinize-cmpr.js", 99 "src" => DOKU_BASE."lib/plugins/xcom/scripts/safeFN_class-cmpr.js",
|
| D | script.js | 43 url: DOKU_BASE + 'lib/plugins/xcom/scripts/xcom_save.php', 86 …xcom.pageVersions':1,'plugin.xcom.getPageInfo':1,'wiki.getAllPages':1, 'wiki.getAttachmentInfo':1,… 94 url: DOKU_BASE + 'lib/plugins/xcom/scripts/xml.php', 145 case 'plugin.xcom.GetMetaData': 150 case 'plugin.xcom.pageVersions': 151 case 'plugin.xcom.getPageInfo': 154 case 'plugin.xcom.getMedia': 158 case 'plugin.xcom.listNamespaces': 176 if(fn == 'plugin.xcom.getPageInfo' || fn == 'wiki.getAttachmentInfo') { 179 else if (fn == 'plugin.xcom.getMedia' || fn =='plugin.xcom.listNamespaces' [all …]
|
| D | plugin.info.txt | 1 base xcom 5 name xcom 7 url https://www.dokuwiki.org/plugin:xcom
|
| D | helper.php | 3 * DokuWiki Plugin xcom (Helper Component) 11 define('XCOM_ROOT', DOKU_INC . 'lib/plugins/xcom/');
|
| D | README.md | 1 xcom chapter
|
| D | admin.php | 3 * Plugin XCOM" 86 …ptln(' <img src="' . DOKU_REL . 'lib/plugins/xcom/images/eye_blk.png" title="'. $this->getL… 107 …ptln(' <img src="' . DOKU_REL . 'lib/plugins/xcom/images/eye_blk.png" title="'. $this->getL…
|
| /plugin/xcom/lang/en/ |
| D | functions.txt | 6 …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 …]
|
| D | howto.txt | 28 …- ''Timestamps'': Some queries require a timestamp as a parameter. Xcom will create the timesta… 36 …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 …
|
| D | lang.php | 11 $lang['menu'] = 'xcom XMLRPC Dashboard'; 13 …'xmlrpc_fns_qualifier']='But the xcom listing may differ from that at dokuwiki.org in particulars …
|
| D | settings.php | 2 $lang['inidir'] = 'Alternate directory for xcom.ini';
|
| /plugin/xcom/scripts/ |
| D | xml.php | 5 $helper = plugin_load('helper', 'xcom'); 33 …xcom.pageVersions','plugin.xcom.getPageInfo','wiki.getAllPages','wiki.getAttachmentInfo','wiki.get… 37 if($fn == 'plugin.xcom.listNamespaces') {
|
| D | xcom_save.php | 22 $this->helper = plugin_load('helper', 'xcom'); 155 $this->mediaArray=$this->xcom_get_data( 'plugin.xcom.getMedia',$this->remoteClient); 251 $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();
|
| D | test_ini.php | 2 $file = './xcom.ini';
|
| /plugin/statistics/vendor/matomo/device-detector/Parser/Device/ |
| D | AbstractDeviceParser.php | 2102 'XCO' => 'XCOM',
|
| /plugin/statistics/vendor/matomo/device-detector/ |
| D | README.md | 316 …AGE, X-BO, X-Mobile, X-TIGI, X-View, X.Vision, X88, X96, X96Q, XB, Xcell, XCOM, Xcruiser, XElectro…
|
| /plugin/statistics/vendor/matomo/device-detector/regexes/device/ |
| D | mobiles.yml | 41667 # XCOM 41668 XCOM: 41669 regex: 'XCOM[ _](?:X520|ISMART)(?:[);/ ]|$)' 41672 - regex: 'XCOM[ _](X520)' 41674 - regex: 'XCOM[ _]ISMART'
|