| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/ |
| D | .gitattributes | 2 /tests export-ignore 3 /.github export-ignore 4 /.gitmodules export-ignore 5 /.gitignore export-ignore 6 /.php_cs export-ignore 7 /.travis.yml export-ignore 8 /.phpstan-src.neon export-ignore 9 /.phpstan-src-71.neon export-ignore 10 /.phpstan-tests.neon export-ignore 11 /phpunit-integration.xml export-ignore [all …]
|
| /plugin/combo/vendor/hidehalo/nanoid-php/ |
| H A D | .gitattributes | 1 benchmark/ export-ignore 2 examples/ export-ignore 3 tests/ export-ignore 4 .gitignore export-ignore 5 .editorconfig export-ignore 6 *.md export-ignore 7 *.yml export-ignore 8 *.xml export-ignore
|
| /plugin/asciidocjs/node_modules/glob/ |
| D | common.js | 24 self.ignore = options.ignore || [] 26 if (!Array.isArray(self.ignore)) 27 self.ignore = [self.ignore] 29 if (self.ignore.length) { 30 self.ignore = self.ignore.map(ignoreMap) 229 if (!self.ignore.length) 232 return self.ignore.some(function(item) { 238 if (!self.ignore.length) 241 return self.ignore.some(function(item) {
|
| /plugin/avatar/ |
| D | .gitattributes | 2 /.git export-ignore 4 .gitattributes export-ignore 5 .gitignore export-ignore 6 benchmark_monsterid.php export-ignore 7 benchmark_monsterid_results.txt export-ignore 8 parts/monsterparts.xcf export-ignore 9 parts/image.info export-ignore
|
| /plugin/copy2clipboard/ |
| H A D | .gitattributes | 1 /tests export-ignore 2 /.gitattributes export-ignore 3 /.gitignore export-ignore 4 /*.png export-ignore 5 /clip.svg export-ignore 6 /copy2clipboard export-ignore
|
| /plugin/ckeditor5markdown/ |
| H A D | ckeditor.js.LICENSE.txt | 1 /* istanbul ignore else -- @preserve */ 3 /* istanbul ignore else: This is always true because otherwise it would not register a reducer call… 5 /* istanbul ignore file -- @preserve */ 7 /* istanbul ignore if -- @preserve */ 9 /* istanbul ignore if: paranoid check -- @preserve */ 11 /* istanbul ignore next -- @preserve */ 13 /* istanbul ignore next: static function definition -- @preserve */
|
| /plugin/mizarverifiabledocs/ |
| H A D | .gitattributes | 8 /src export-ignore 9 /.gitattributes export-ignore 10 /.gitignore export-ignore 11 /package-lock.json export-ignore 12 /package.json export-ignore
|
| /plugin/filelist/ |
| D | Crawler.php | 17 protected $ignore = []; variable in dokuwiki\\plugin\\filelist\\Crawler 31 $this->ignore = $this->loadIgnores(); 163 foreach ($this->ignore as $pattern) { 177 $ignore = file($file, FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES); 178 … $ignore = array_map(static fn($line) => trim(preg_replace('/\s*#.*$/', '', $line)), $ignore); 179 $ignore = array_filter($ignore); 180 return $ignore;
|
| /plugin/dev/ |
| H A D | .gitattributes | 1 /.* export-ignore 2 /_test export-ignore 3 /composer.* export-ignore 4 /www export-ignore
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/ |
| D | DocCommentAlignmentSniff.php | 70 $ignore = PHP_CodeSniffer_Tokens::$emptyTokens; 72 $ignore[] = T_EQUAL; 73 $ignore[] = T_STRING; 74 $ignore[] = T_OBJECT_OPERATOR; 77 $nextToken = $phpcsFile->findNext($ignore, ($stackPtr + 1), null, true); 78 $ignore = array( 93 if (isset($ignore[$tokens[$nextToken]['code']]) === false) {
|
| D | InlineCommentSniff.php | 83 $ignore = array( 103 if (in_array($tokens[$nextToken]['code'], $ignore) === true) { 110 $ignore = PHP_CodeSniffer_Tokens::$emptyTokens; 111 $ignore[] = T_EQUAL; 112 $ignore[] = T_STRING; 113 $ignore[] = T_OBJECT_OPERATOR; 114 $nextToken = $phpcsFile->findNext($ignore, ($nextToken + 1), null, true);
|
| /plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/include/ |
| D | ignore_missing.test | 4 {% include ["foo.twig", "bar.twig"] ignore missing %} 5 {% include "foo.twig" ignore missing %} 6 {% include "foo.twig" ignore missing with {} %} 7 {% include "foo.twig" ignore missing with {} only %}
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/ |
| D | AbstractEndpoint.php | 269 … $ignore = isset($this->options['client']['ignore']) ? $this->options['client']['ignore'] : null; 270 if (isset($ignore) === true) { 271 if (is_string($ignore)) { 272 $this->options['client']['ignore'] = explode(",", $ignore); 273 } elseif (is_array($ignore)) { 274 $this->options['client']['ignore'] = $ignore; 276 $this->options['client']['ignore'] = [$ignore];
|
| /plugin/oauth/ |
| H A D | .gitattributes | 1 /.* export-ignore 2 /_test export-ignore
|
| /plugin/struct/ |
| H A D | .gitattributes | 1 /.* export-ignore 2 /_test export-ignore
|
| /plugin/renderrevisions/ |
| H A D | .gitattributes | 1 /.* export-ignore 2 /_test export-ignore
|
| /plugin/combinedlogs/ |
| H A D | .gitattributes | 1 /.* export-ignore 2 /_test export-ignore
|
| /plugin/qc/ |
| H A D | .gitattributes | 1 /.* export-ignore 2 /_test export-ignore
|
| /plugin/upgrade/ |
| H A D | .gitattributes | 1 /.* export-ignore 2 /_test export-ignore
|
| /plugin/aichat/ |
| H A D | .gitattributes | 1 /.* export-ignore 2 /_test export-ignore
|
| /plugin/doi/ |
| H A D | .gitattributes | 1 /.* export-ignore 2 /_test export-ignore
|
| /plugin/acknowledge/ |
| H A D | .gitattributes | 1 /.* export-ignore 2 /_test export-ignore
|
| /plugin/myshortcuts/ |
| H A D | .gitattributes | 1 /.* export-ignore 2 /_test export-ignore
|
| /plugin/dev/skel/ |
| H A D | _gitattributes | 1 /.* export-ignore 2 /_test export-ignore
|
| /plugin/cachestats/ |
| H A D | .gitattributes | 1 /.* export-ignore 2 /_test export-ignore
|