Home
last modified time | relevance | path

Searched full:exclude (Results 1 – 25 of 28) sorted by relevance

12

/dokuwiki/_test/
H A Dphpcs.xml22 <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 Dphpcs_MigrationAdjustments.xml11 <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 Dphpunit.xml13 <exclude>
18 </exclude>
35 <exclude>
37 </exclude>
/dokuwiki/vendor/splitbrain/lesserphp/
H A D.phpcs.xml4 <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 DArchive.php55 …* 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 DFileInfo.php337 * 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 DTar.php169 …* 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 DZip.php122 …* 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 DtodoChecker.yml25 exclude: |
/dokuwiki/_test/tests/inc/
H A DFulltextPageLookupTest.php5 * Test cases search only in a namespace or exclude a namespace
/dokuwiki/inc/
H A Dfulltext.php709 * -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 Dchangelog.php354 // exclude subnamespaces
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dnagios.php83 'exclude', 'command_name', 'command_line', 'dependent_host_name',
H A Deiffel.php309 'exclude',
H A Decmascript.php17 * - Fixed regular expression for 'COMMENT_REGEXP' to exclude 'COMMENT_MULTI' syntax
H A Dinno.php103 …'DecodeTime', 'Delete', 'Dispose', 'EndThread', 'Erase', 'Exclude', 'Exit', 'FillChar', 'Flush', '…
H A Drebol.php86 'entab','equal?','error?','even?','event?','exclude','exists?',
H A Ddelphi.php88 'ExceptObject', 'Exclude', 'Exit', 'Exp', 'FilePos', 'FileSize',
H A Dpowershell.php131 … '-ExcludeProperty', '-ExcludeDifferent', '-Exclude', '-Exception', '-Examples', '-ErrorVariable',
H A Dpowerbuilder.php139 'exclamation!', 'exclude!', 'exportapplication!', 'exportdatawindow!',
H A Dvisualfoxpro.php100 'Exclude','Exclusive','Exit','Exp','Export','External',
H A Dcobol.php175 'EXCLUDE-EVENT-LIST', 'EXCLUSIVE',
H A Dbash.php325 'svndumpfilter exclude', 'svndumpfilter help',
H A Dabap.php913 'exclude',
/dokuwiki/vendor/geshi/geshi/
H A Dbuild.xml28 <exclude name="**/.gitignore/"/>

12