| /plugin/dropfiles/action/ |
| 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); 103 'link' => media_managerURL(array('ns' => $ns, 'image' => $NS . ':' . $id), '&'), 104 'id' => $NS . ':' . $id, 105 'ns' => $NS, 117 'ns' => $NS, [all …]
|
| /plugin/upload/ |
| 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/ |
| 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/ |
| 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
|
| 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
|
| 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
|
| 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
|
| 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
|
| 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
|
| 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
|
| 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
|
| 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
|
| 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
|
| 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/ |
| 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/ |
| 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/ |
| 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)); 321 $NS = array_shift($DATA); 322 if (!is_array($PAGES[$NS])) $PAGES[$NS] = empty($PAGES[$NS]) ? array() : array($PAGES[$NS]); [all...] |
| D | functions.php | 70 public function getNamespaceFromID($NS, &$PAGE) { argument 73 $NS = (new PageResolver($NS))->resolveId($NS); 74 $NSa = explode(':', $NS); 75 …if (!page_exists($NS) && array_pop($NSa) != strtolower($conf['start'])) { // Compare to lowercase … 76 $NS .= ':' . $conf['start']; 77 $NS = (new PageResolver($NS))->resolveId($NS); 80 $PAGE = noNS($NS); 81 $NS = getNS($NS); 83 return utf8_encodeFN(str_replace(':', '/', $NS)); 139 $NS = $this->settings->exportNamespace; [all …]
|
| 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/ |
| 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/ |
| D | siteexportmanager.php | 20 $NS = cleanID($INPUT->str('ns')); variable 40 $ID = $NS . ':' . getID(); 44 $JSINFO = array('id' => $ID, 'namespace' => $NS);
|
| /plugin/medialist/ |
| 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/ |
| 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) 216 $root->appendChild ($xml->createElement ("nameSpace", htmlspecialchars ($this->NS))); 228 if ($this->NS == false) 266 $values['ns'] = $this->NS; // XXX compatibilité 346 '<a onClick="glossaryPoll(this,\''.$md5id.'\',\'down\',\''.$this->NS.'\');">'.NL. 350 '<a onClick="glossaryPoll(this,\''.$md5id.'\',\'up\',\''.$this->NS.'\');">'.NL. 469 $request['ns'] = $this->NS; [all …]
|
| /plugin/zwidoku/ |
| H A D | encycSubmit.php | 37 $NS=getNS($ID); variable 49 echo "Submit article: " . $ID . " NS:" . $NS ." (not implemented) " . $lastMod;
|
| /plugin/supa/action/ |
| D | action.php | 37 global $NS; 49 echo " '".addslashes(hsc($NS))."',\n";
|