| /dokuwiki/_test/ |
| H A D | phpcs.xml | 22 <exclude-pattern>*/lang/*/lang.php</exclude-pattern> 23 <exclude-pattern>*/lang/*/settings.php</exclude-pattern> 24 <exclude-pattern>*/_test/*</exclude-pattern> 25 <exclude-pattern>*/vendor/*</exclude-pattern> 28 <exclude-pattern>*/inc/DifferenceEngine.php</exclude-pattern> 29 <exclude-pattern>*/inc/JpegMeta.php</exclude-pattern> 30 <exclude-pattern>*/lib/plugins/authad/adLDAP</exclude-pattern> 33 <exclude-pattern>*/inc/parser/parser.php</exclude-pattern> 38 <exclude name="Generic.ControlStructures.InlineControlStructure.NotAllowed"/> 41 <exclude name="PSR1.Classes.ClassDeclaration.MissingNamespace"/> [all …]
|
| H A D | phpcs_MigrationAdjustments.xml | 11 <exclude-pattern>*/index.php</exclude-pattern> 12 <exclude-pattern>*/inc/parserutils.php</exclude-pattern> 13 <exclude-pattern>*/inc/mail.php</exclude-pattern> 14 <exclude-pattern>*/inc/init.php</exclude-pattern> 15 <exclude-pattern>*/inc/farm.php</exclude-pattern> 16 <exclude-pattern>*/inc/fulltext.php</exclude-pattern> 17 <exclude-pattern>*/inc/pluginutils.php</exclude-pattern> 18 <exclude-pattern>*/inc/indexer.php</exclude-pattern> 19 <exclude-pattern>*/inc/Mailer.class.php</exclude-pattern> 20 <exclude-pattern>*/doku.php</exclude-pattern> [all …]
|
| H A D | phpunit.xml | 13 <exclude> 18 </exclude> 35 <exclude> 37 </exclude>
|
| /dokuwiki/vendor/splitbrain/lesserphp/ |
| H A D | .phpcs.xml | 4 <exclude name="Generic.ControlStructures.InlineControlStructure.NotAllowed" /> 5 <exclude name="PSR1.Methods.CamelCapsMethodName.NotCamelCaps" /> 6 <exclude name="PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace" /> 7 <exclude name="PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace" /> 12 <exclude-pattern>vendor</exclude-pattern>
|
| /dokuwiki/vendor/splitbrain/php-archive/src/ |
| H A D | Archive.php | 55 …* and $exclude parameter. Both expect a full regular expression (including delimiters and modifier… 56 …lude is set, only files that match this expression will be extracted. Files that match the $exclude 64 * @param string $exclude a regular expression of files to exclude 69 abstract public function extract($outdir, $strip = '', $exclude = '', $include = ''); argument
|
| H A D | FileInfo.php | 337 * Does the file match the given include and exclude expressions? 339 * Exclude rules take precedence over include rules 342 * @param string $exclude Regular expression of files to exclude 345 public function matchExpression($include = '', $exclude = '') argument 351 if ($exclude && preg_match($exclude, $this->getPath())) {
|
| H A D | Tar.php | 169 …* and $exclude parameter. Both expect a full regular expression (including delimiters and modifier… 170 …clude is set only files that match this expression will be extracted. Files that match the $exclude 179 * @param string $exclude a regular expression of files to exclude 185 public function extract($outdir, $strip = '', $exclude = '', $include = '') argument 210 if (!strlen($fileinfo->getPath()) || !$fileinfo->matchExpression($include, $exclude)) {
|
| H A D | Zip.php | 122 …* and $exclude parameter. Both expect a full regular expression (including delimiters and modifier… 123 …clude is set only files that match this expression will be extracted. Files that match the $exclude 129 * @param string $exclude a regular expression of files to exclude 134 public function extract($outdir, $strip = '', $exclude = '', $include = '') argument 162 if (!strlen($fileinfo->getPath()) || !$fileinfo->matchExpression($include, $exclude)) {
|
| /dokuwiki/.github/workflows/ |
| H A D | todoChecker.yml | 25 exclude: |
|
| /dokuwiki/_test/tests/inc/ |
| H A D | FulltextPageLookupTest.php | 5 * Test cases search only in a namespace or exclude a namespace
|
| /dokuwiki/inc/ |
| H A D | fulltext.php | 709 * -exclude 712 * -"phrase you want to exclude" 715 * ^exclude:namespace (or -ns:exclude:namespace) 750 // phrase-include and phrase-exclude 778 // parenthesis-exclude-open 792 // namespace-exclude 798 // word-exclude
|
| H A D | changelog.php | 354 // exclude subnamespaces
|
| /dokuwiki/vendor/geshi/geshi/src/geshi/ |
| H A D | nagios.php | 83 'exclude', 'command_name', 'command_line', 'dependent_host_name',
|
| H A D | eiffel.php | 309 'exclude',
|
| H A D | ecmascript.php | 17 * - Fixed regular expression for 'COMMENT_REGEXP' to exclude 'COMMENT_MULTI' syntax
|
| H A D | inno.php | 103 …'DecodeTime', 'Delete', 'Dispose', 'EndThread', 'Erase', 'Exclude', 'Exit', 'FillChar', 'Flush', '…
|
| H A D | rebol.php | 86 'entab','equal?','error?','even?','event?','exclude','exists?',
|
| H A D | delphi.php | 88 'ExceptObject', 'Exclude', 'Exit', 'Exp', 'FilePos', 'FileSize',
|
| H A D | powershell.php | 131 … '-ExcludeProperty', '-ExcludeDifferent', '-Exclude', '-Exception', '-Examples', '-ErrorVariable',
|
| H A D | powerbuilder.php | 139 'exclamation!', 'exclude!', 'exportapplication!', 'exportdatawindow!',
|
| H A D | visualfoxpro.php | 100 'Exclude','Exclusive','Exit','Exp','Export','External',
|
| H A D | cobol.php | 175 'EXCLUDE-EVENT-LIST', 'EXCLUSIVE',
|
| H A D | bash.php | 325 'svndumpfilter exclude', 'svndumpfilter help',
|
| H A D | abap.php | 913 'exclude',
|
| /dokuwiki/vendor/geshi/geshi/ |
| H A D | build.xml | 28 <exclude name="**/.gitignore/"/>
|