Home
last modified time | relevance | path

Searched refs:isIgnored (Results 1 – 5 of 5) sorted by relevance

/plugin/directorylist/syntax/
H A Ddirectorylist.php148 if ( ! $this->isIgnored($data['ignored'], $key) ) {
174 private function isIgnored($ignorePattern, $name) function in Syntax_Plugin_Directorylist_Directorylist
/plugin/gitbacked/action/
H A Deditcommit.php59 private function isIgnored($filePath) { function in action_plugin_gitbacked_editcommit
74 if (!$this->isIgnored($filePath)) {
/plugin/twcheckliste/theme_twCheckliste/
H A Dpackery.pkgd.min.js12isIgnored||e.push(o)}return e},s.prototype._layoutItems=function(t,e){if(this._emitCompleteOnItems…
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js3361 var isIgnored = (div.querySelector('#prototype_test_id .test') !== null);
3363 return isIgnored;
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js20172 if (isIgnored(type, event)) {
20212 function isIgnored(localEventName, event) { function