Home
last modified time | relevance | path

Searched refs:NS (Results 1 – 25 of 49) sorted by relevance

12

/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/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/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/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dnamespaced_class.phpt2 PHPUnit_Framework_MockObject_Generator::generate('NS\Foo', array(), '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
66 public function baz(NS\Foo $foo)
81 'NS\Foo', 'baz', $arguments, '', $this, true
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 Dnamespaced_class_call_parent_constructor.phpt2 PHPUnit_Framework_MockObject_Generator::generate('NS\Foo', array(), 'MockFoo', true)
5 namespace NS;
19 'NS\Foo',
28 class MockFoo extends NS\Foo implements PHPUnit_Framework_MockObject_MockObject
H A Dnamespaced_class_dont_call_parent_clone.phpt2 PHPUnit_Framework_MockObject_Generator::generate('NS\Foo', array(), 'MockFoo', false)
5 namespace NS;
19 'NS\Foo',
28 class MockFoo extends NS\Foo implements PHPUnit_Framework_MockObject_MockObject
H A Dnamespaced_class_dont_call_parent_constructor.phpt2 PHPUnit_Framework_MockObject_Generator::generate('NS\Foo', array(), 'MockFoo', true)
5 namespace NS;
19 'NS\Foo',
28 class MockFoo extends NS\Foo implements PHPUnit_Framework_MockObject_MockObject
H A Dnamespaced_class_call_parent_clone.phpt2 PHPUnit_Framework_MockObject_Generator::generate('NS\Foo', array(), 'MockFoo', true)
5 namespace NS;
19 'NS\Foo',
28 class MockFoo extends NS\Foo implements PHPUnit_Framework_MockObject_MockObject
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_implementing_interface_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 Dnonexistent_class_with_namespace_starting_with_separator.phpt10 '\NS\Foo',
20 namespace NS {
30 class MockFoo extends NS\Foo implements PHPUnit_Framework_MockObject_MockObject
H A Dnonexistent_class_with_namespace.phpt10 'NS\Foo',
20 namespace NS {
30 class MockFoo extends NS\Foo implements PHPUnit_Framework_MockObject_MockObject
/plugin/dnsresolver/
H A Dsyntax.php79 $NS = getNS($ID);
80 if ( strpos($NS, ':') )
82 $NS = substr( strrchr($NS, ':'), 1);
86 $dnsname = str_replace("@NS@", $NS, $dnsname);
/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 …]
/plugin/siteexport/inc/
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' ? …
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 . ':');
/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/siteexport/exe/
H A Dsiteexportmanager.php20 $NS = cleanID($INPUT->str('ns')); variable
40 $ID = $NS . ':' . getID();
44 $JSINFO = array('id' => $ID, 'namespace' => $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/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/supa/action/
H A Daction.php37 global $NS;
49 echo " '".addslashes(hsc($NS))."',\n";
/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" />';

12