Home
last modified time | relevance | path

Searched refs:NS (Results 26 – 49 of 49) sorted by path

12

/plugin/htmlokay/
H A Daction.php262 global $NS;
288 echo "Name Space: " . getNS($ID). " --> $NS\n";
/plugin/linkmanager/exe/
H A Dfilemanager.php20 $NS = $_REQUEST['ns']; variable
21 $NS = cleanID($NS); variable
26 $AUTH = auth_quickaclcheck("$NS:*");
29 if($AUTH >= AUTH_UPLOAD) { io_createNamespace("$NS:xxx", 'media'); }
/plugin/linkmanager/
H A Dfunctions.php26 global $NS;
30 $ns = cleanID($NS);
85 global $NS;
89 linkpage_filelist($NS,$AUTH,$JUMPTO);
144 global $NS;
147 linkpage_nstree($NS);
/plugin/medialist/
H A DREADME.md19 Some replacement patterns for namespace templates --- `@ID@`, `@NS@`, `@PAGE@` --- are available
25 {{medialist>@ID@}} or {{medialist>@NS@:@PAGE@}}
29 {{medialist>@NS@:}}
33 {{medialist>@NS@:*}}
39 {{medialist>@NS@:start}}
54 {{medialist>@NAMESPACE@}} is same as {{medialist>@NS@:}}
/plugin/menuext/
H A DMenuExtItem.php97 '@NS@',
/plugin/mermaid/
H A Dmermaid.min.js[all...]
/plugin/oauth/
H A Ddeleted.files139 phpoauthlib/tests/Mocks/Common/FakeProject/NS/SomeClass.php
/plugin/ol3/
H A Dscript.js8NS(t)}function jS(t){for(var e=DS(t),r=0,n=e.length;r<n;++r){var i=e[r];e[r]=1&i?~(i>>1):i>>1}retu… function
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/preservefilenames/
H A Daction_angua.php143 global $NS;
152 $this->_mod_media_filelist($NS, $AUTH, $JUMPTO);
177 global $NS;
184 $NS = cleanID($_POST['ns']);
205 global $DEL, $NS, $IMG, $AUTH, $JUMPTO, $REV, $lang, $fullscreen, $conf;
225 media_nstree($NS);
249 global $NS;
263 $tabTitle = ($NS) ? $NS : '['.$lang['mediaroot'].']';
273 $this->_mod_media_tab_files($NS,$AUTH,$JUMPTO);
275 media_tab_upload($NS,$AUTH,$JUMPTO);
[all …]
H A Daction_anteater.php359 global $NS;
370 $this->_listMedia($NS, $AUTH, $JUMPTO);
/plugin/sectiontoggle/
H A Daction.php44 $NS = implode("|",$this->normalize_names($this->getConf('xcl_ns'),true));
46 if($NS && preg_match("/($NS)[^:]/",$ID)) {
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js61 this.NS = null;
113 FBL.NS = document.documentElement.namespaceURI;
2439 var element = this.NS && doc.createElementNS ?
2440 doc.createElementNS(FBL.NS, tagName) :
/plugin/settingstree/
H A Dplugin.info.txt6 desc DokuWiki helper and admin for setting up settings based on NS/page hierarchy to a plugin
/plugin/siteexport/action/
H A Dajax.php348 private function __get_siteexport_list($NS, $overrideCache = false) { argument
352 $NS = $this->namespace = $this->functions->getNamespaceFromID($NS, $PAGE);
353 …$this->functions->debug->message("ROOT Namespace to export from: '{$NS}' / {$this->namespace}", nu…
361 $PAGE = $this->functions->cleanID(str_replace(":", "/", $NS . ':' . $PAGE));
362 $NS = (new PageResolver($NS))->resolveId($PAGE);
363 $exists = page_exists($NS);
428 private function __get_siteexport_list_and_init_tocs($NS, $isRedirected = false) { argument
436 $data = $this->__get_siteexport_list($NS, $isRedirected);
440 $this->functions->debug->message("List is empty I guess. Used NS: '{$NS}' ", null, 1);
450 $toc = new siteexport_toc($this->functions, $NS);
[all …]
/plugin/siteexport/exe/
H A Dsiteexportmanager.php20 $NS = cleanID($INPUT->str('ns')); variable
40 $ID = $NS . ':' . getID();
44 $JSINFO = array('id' => $ID, 'namespace' => $NS);
/plugin/siteexport/inc/
H A Dfunctions.php69 public function getNamespaceFromID($NS, &$PAGE) { argument
72 $NS = (new PageResolver($NS))->resolveId($NS);
73 $NSa = explode(':', $NS);
75 $NS .= ':' . $conf['start'];
76 $NS = (new PageResolver($NS))->resolveId($NS);
79 $PAGE = noNS($NS);
80 $NS = getNS($NS);
82 return utf8_encodeFN(str_replace(':', '/', $NS));
138 $NS = $this->settings->exportNamespace;
140 $NAME = preg_replace("%^((_media|_detail)/)?(" . preg_quote($NS, '%') . "/)?%", "", $NAME);
[all …]
H A Djavahelp.php11 private $NS = null; variable in siteexport_javahelp
20 public function __construct($functions, $filewriter, $NS) argument
22 $this->NS = $NS;
35 $toc = new siteexport_toc($this->functions, $this->NS);
59 …!empty($this->translation->translationsNs) ? $this->translation->translationsNs : $this->NS . ':');
H A Dtoc.php11 private $NS = null; variable in siteexport_toc
14 public function __construct($functions, $NS) argument
19 $this->NS = $NS;
31 … $checkArray = $this->translation ? $this->translation->translations : array(noNS($this->NS));
318 $NS = array_shift($DATA);
319 if (!is_array($PAGES[$NS])) $PAGES[$NS] = empty($PAGES[$NS]) ? array() : array($PAGES[$NS]);
320 $this->__buildTopicTree($PAGES[$NS], $DATA, $SITE, $INSERTDATA);
352 foreach ($DATA as $NODENAME => $NS) {
353 …$XML .= $this->__addXMLTopic($NS, (!($this->emptyNSToc || count($DATA) > 1) && $ITEM != 'topic' ? …
/plugin/siteexport/
H A Dscript.js294 …if ( element.value == NS || element.value == JSINFO.id || element.value == JSINFO.namespace ) { el…
/plugin/supa/action/
H A Daction.php37 global $NS;
49 echo " '".addslashes(hsc($NS))."',\n";
/plugin/upload/
H A Daction.php57 $NS = $_POST['ns'];
58 $NS = cleanID($NS);
61 $AUTH = auth_quickaclcheck("$NS:*");
70 $JUMPTO = media_upload($NS, $AUTH);
72 $NS = getNS($JUMPTO);
74 $NS = getNS($ID);
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js35 this.NS=null;
52 }else{FBL.NS=document.documentElement.namespaceURI;
915 var element=this.NS&&doc.createElementNS?doc.createElementNS(FBL.NS,tagName):doc.createElement(tagN…
/plugin/wysiwyg/
H A Dajax.php68 $NS = getNS($ID);

12