Home
last modified time | relevance | path

Searched refs:in_namespace (Results 1 – 2 of 2) sorted by last modified time

/plugin/publish/_test/
H A Dhelper.test.php47 $this->assertSame($helper->in_namespace($namespace_list,$id),$result,$msg);
/plugin/publish/
H A Dhelper.php25 function in_namespace($namespace_list, $id) { function in helper_plugin_publish
98 if (!$this->in_namespace($this->getConf('apr_namespaces'), $ID)) {
342 if (!$this->in_namespace($this->getConf('apr_namespaces'), $id)) {
348 if ($this->in_namespace($no_apr_namespaces, $id)) {
401 if (!empty($valid_ns) && !$this->in_namespace($valid_ns, $id)) {
405 if (!empty($invalid_ns) && $this->in_namespace($invalid_ns, $id)) {