Searched refs:in_namespace (Results 1 – 3 of 3) sorted by relevance
| /plugin/publish/ |
| H A D | helper.php | 25 function in_namespace($namespace_list, $id) { function in helper_plugin_publish 102 if (!$this->in_namespace($this->getConf('apr_namespaces'), $ID)) { 348 if (!$this->in_namespace($this->getConf('apr_namespaces'), $id)) { 354 if ($this->in_namespace($no_apr_namespaces, $id)) { 407 if (!empty($valid_ns) && !$this->in_namespace($valid_ns, $id)) { 411 if (!empty($invalid_ns) && $this->in_namespace($invalid_ns, $id)) {
|
| /plugin/outdated/ |
| D | helper.php | 23 function in_namespace($namespace_list, $id) { function in helper_plugin_outdated 67 if (!$this->in_namespace($this->getConf('outdated_namespaces'), $id)) {
|
| /plugin/publish/_test/ |
| H A D | helper.test.php | 48 $this->assertSame($helper->in_namespace($namespace_list,$id),$result,$msg);
|