/plugin/dropfiles/action/ |
H A D | ajax.php | 17 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 D | action.php | 57 $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 D | filemanager.php | 20 $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 D | namespaced_class.phpt | 2 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 D | namespaced_class_partial.phpt | 2 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 D | namespaced_interface.phpt | 2 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 D | namespaced_class_call_parent_constructor.phpt | 2 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 D | namespaced_class_dont_call_parent_clone.phpt | 2 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 D | namespaced_class_dont_call_parent_constructor.phpt | 2 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 D | namespaced_class_call_parent_clone.phpt | 2 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 D | namespaced_class_implementing_interface_dont_call_parent_constructor.phpt | 2 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 D | namespaced_class_implementing_interface_call_parent_constructor.phpt | 2 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 D | nonexistent_class_with_namespace_starting_with_separator.phpt | 10 '\NS\Foo', 20 namespace NS { 30 class MockFoo extends NS\Foo implements PHPUnit_Framework_MockObject_MockObject
|
H A D | nonexistent_class_with_namespace.phpt | 10 'NS\Foo', 20 namespace NS { 30 class MockFoo extends NS\Foo implements PHPUnit_Framework_MockObject_MockObject
|
/plugin/dnsresolver/ |
H A D | syntax.php | 79 $NS = getNS($ID); 80 if ( strpos($NS, ':') ) 82 $NS = substr( strrchr($NS, ':'), 1); 86 $dnsname = str_replace("@NS@", $NS, $dnsname);
|
/plugin/preservefilenames/ |
H A D | action_angua.php | 143 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 D | toc.php | 11 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 D | functions.php | 69 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 D | javahelp.php | 11 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 D | functions.php | 26 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 D | siteexportmanager.php | 20 $NS = cleanID($INPUT->str('ns')); variable 40 $ID = $NS . ':' . getID(); 44 $JSINFO = array('id' => $ID, 'namespace' => $NS);
|
/plugin/medialist/ |
H A D | README.md | 19 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 D | glossary.class.php | 59 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 D | action.php | 37 global $NS; 49 echo " '".addslashes(hsc($NS))."',\n";
|
/plugin/bootswrapper/exe/ |
H A D | popup.php | 53 $NS = cleanID($INPUT->str('ns')); variable 100 …echo '<link href="' . tpl_basedir() . 'css.php?id='. cleanID("$NS:start") .'" rel="stylesheet" />';
|