Home
last modified time | relevance | path

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

/plugin/publish/
H A Dhelper.php71 foreach($valid_namespaces_list as $valid_namespace) {
72 $valid_namespace = explode(':', $valid_namespace);
79 if (empty($valid_namespace[$current_depth])) {
82 if($valid_namespace[$current_depth] != $dir[$current_depth]) {
/plugin/discordnotifier/
H A Daction.php31 if ( !$helper -> valid_namespace ( ) ) return;
H A Dhelper.php31 public function valid_namespace ( ) { function in helper_plugin_discordnotifier
/plugin/matrixnotifier/
H A Dhelper.php20 private function valid_namespace() function in helper_plugin_matrixnotifier
214 …if((strpos($event->data['file'], 'data/attic') === false) && $this->valid_namespace() && $this->ch…