Home
last modified time | relevance | path

Searched refs:valid_namespace (Results 1 – 6 of 6) sorted by relevance

/plugin/publish/
Dhelper.php75 foreach($valid_namespaces_list as $valid_namespace) {
76 $valid_namespace = explode(':', $valid_namespace);
83 if (empty($valid_namespace[$current_depth])) {
86 if($valid_namespace[$current_depth] != $dir[$current_depth]) {
/plugin/matrixnotifierwas/
Daction.php31 if ( !$helper -> valid_namespace ( ) ) return;
Dhelper.php35 public function valid_namespace ( ) { function in helper_plugin_matrixnotifierwas
/plugin/discordnotifier/
Daction.php31 if ( !$helper -> valid_namespace ( ) ) return;
Dhelper.php31 public function valid_namespace ( ) { function in helper_plugin_discordnotifier
/plugin/matrixnotifier/
Dhelper.php20 private function valid_namespace() function in helper_plugin_matrixnotifier
240 …if((strpos($event->data['file'], 'data/attic') === false) && $this->valid_namespace() && $this->ch…