Searched refs:isIgnored (Results 1 – 8 of 8) sorted by relevance
6 exports.isIgnored = isIgnored228 function isIgnored (self, path) { function
16 var isIgnored = common.isIgnored variable213 if (isIgnored(this, e))
58 var isIgnored = common.isIgnored variable458 if (isIgnored(this, e))
148 if ( ! $this->isIgnored($data['ignored'], $key) ) {174 private function isIgnored($ignorePattern, $name) function in Syntax_Plugin_Directorylist_Directorylist
82 private function isIgnored($filePath) function in action_plugin_gitbacked_editcommit99 if (!$this->isIgnored($filePath)) {
12 …isIgnored||e.push(o)}return e},s.prototype._layoutItems=function(t,e){if(this._emitCompleteOnItems…
3361 var isIgnored = (div.querySelector('#prototype_test_id .test') !== null);3363 return isIgnored;
20172 if (isIgnored(type, event)) {20212 function isIgnored(localEventName, event) { function in InteractionEvents