Home
last modified time | relevance | path

Searched refs:NS (Results 1 – 25 of 49) sorted by last modified time

12

/plugin/mermaid/
H A Dmermaid.min.js[all...]
/plugin/siteexport/inc/
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 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 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/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/
H A Dscript.js294 …if ( element.value == NS || element.value == JSINFO.id || element.value == JSINFO.namespace ) { el…
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe18284 ĠD NS
48681 ĠC NS
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js46 this.NS=null;
63 }else{FBL.NS=document.documentElement.namespaceURI;
926 var element=this.NS&&doc.createElementNS?doc.createElementNS(FBL.NS,tagName):doc.createElement(tagName);
/plugin/oauth/
H A Ddeleted.files139 phpoauthlib/tests/Mocks/Common/FakeProject/NS/SomeClass.php
/plugin/sectiontoggle/
H A Daction.php44 $NS = implode("|",$this->normalize_names($this->getConf('xcl_ns'),true));
46 if($NS && preg_match("/($NS)[^:]/",$ID)) {
/plugin/bootswrapper/exe/
H A Dpopup.php53 $NS = cleanID($INPUT->str('ns')); variable
100 …echo '<link href="' . tpl_basedir() . 'css.php?id='. cleanID("$NS:start") .'" rel="stylesheet" />';
/plugin/menuext/
H A DMenuExtItem.php97 '@NS@',
/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/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/dropfiles/action/
H A Dajax.php17 protected $NS = ''; variable in action_plugin_dropfiles_ajax
69 global $NS, $MSG, $INPUT;
80 $NS = $INPUT->str('ns');
81 $ns = $NS . ':' . getNS($id);
94 $res = media_upload($NS, $AUTH, $_FILES['qqfile']);
97 $res = media_upload_xhr($NS, $AUTH);
104 'id' => $NS . ':' . $id,
105 'ns' => $NS,
117 'ns' => $NS,
130 $this->NS = $INPUT->str('ns');
[all …]
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/glossary/
H A Dglossary.class.php59 var $NS; // namespace where definition could be found variable in glossary
83 $this->NS = cleanId (trim ($ns));
84 $this->md5ns = md5 ($this->NS);
208 if ($this->NS == false)
228 if ($this->NS == false)
266 $values['ns'] = $this->NS; // XXX compatibilité
469 $request['ns'] = $this->NS;
556 resolve_pageid ($this->NS, $pageId, $exists);
624 resolve_pageid ($this->NS, $pageId, $exists);
679 resolve_pageid ($this->NS, $pageId, $exists);
[all …]
/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/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dnamespaced_class_implementing_interface_dont_call_parent_constructor.phpt2 PHPUnit_Framework_MockObject_Generator::generate('NS\Foo', array(), 'MockFoo', true)
5 namespace NS;
24 'NS\Foo',
33 class MockFoo extends NS\Foo implements PHPUnit_Framework_MockObject_MockObject
H A Dnamespaced_class_partial.phpt2 PHPUnit_Framework_MockObject_Generator::generate('NS\Foo', array('bar'), 'MockFoo', true, true)
5 namespace NS;
23 'NS\Foo',
33 class MockFoo extends NS\Foo implements PHPUnit_Framework_MockObject_MockObject
44 public function bar(NS\Foo $foo)
59 'NS\Foo', 'bar', $arguments, '', $this, true
H A Dnamespaced_interface.phpt2 PHPUnit_Framework_MockObject_Generator::generate('NS\Foo', array(), 'MockFoo', true, true)
5 namespace NS;
17 'NS\Foo',
27 class MockFoo implements PHPUnit_Framework_MockObject_MockObject, NS\Foo
38 public function bar(NS\Foo $foo)
53 'NS\Foo', 'bar', $arguments, '', $this, true
H A Dnonexistent_class_with_namespace_starting_with_separator.phpt10 '\NS\Foo',
20 namespace NS {
30 class MockFoo extends NS\Foo implements PHPUnit_Framework_MockObject_MockObject
/plugin/findologicxmlexport/vendor/doctrine/annotations/
H A DCHANGELOG.md148 - [39: Remove superfluous NS](https://github.com/doctrine/annotations/pull/39)

12