Home
last modified time | relevance | path

Searched refs:exclude (Results 26 – 50 of 140) sorted by relevance

123456

/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DFileInfo.php337 * Does the file match the given include and exclude expressions?
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 DArchive.php55 * and $exclude parameter. Both expect a full regular expression (including delimiters and modifiers). If
56 * $include 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
/plugin/dokutexit/
H A DMakefile32 @zip -rq $(NAME).zip --exclude \*~ -- $(NAME)
38 @tar -czf $(NAME).tgz --exclude=\*\*/\*~ -- $(NAME)
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dxml_reference.rst8 …lass name="Fully\Qualified\ClassName" exclusion-policy="ALL" xml-root-name="foo-bar" exclude="true"
18 exclude="true"
20 exclude-if="expr"
56 exclude="true"
76 exclude="true"
H A Dyml_reference.rst10 exclude: true
40 exclude: true
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dtestdox-exclude-group.phpt2 phpunit --testdox-text php://stdout --testdox-exclude-group one TestDoxGroupTest ../_files/TestDoxG…
8 $_SERVER['argv'][4] = '--testdox-exclude-group';
/plugin/tiledblog/
H A Dajax.php32 $exclude = ".|.."; variable
33 $exclude_array = explode("|", $exclude);
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DXmlDriver.php68 $exclude = $elem->attributes()->exclude;
69 $excludeAll = null !== $exclude ? 'true' === strtolower((string) $exclude) : false;
175 if (null !== $exclude = $pElem->attributes()->exclude) {
176 $isExclude = 'true' === strtolower((string) $exclude);
/plugin/pglist/
H A DREADME.md6 …current namespace or selected namespace, but exclude the current page that have this list or you c…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/
H A Dmake.sh143 rsync -arv --exclude=.ci --exclude=.git --filter=':- .gitignore' "$PWD" "${output_folder}/."
H A Dtest-matrix.yml14 exclude: ~
/plugin/fastwiki/
H A Dpagecache.js129 function _addPage(id, queue, hash, data, maxSize, exclude) { argument
134 if (exclude) {
136 if (!exclude[queue[x]]) {
/plugin/addnewpage/
H A Dsyntax.php260 foreach($excludes as $exclude) {
261 if( ! empty($exclude) && strpos($ns['id'], $exclude) === 0) {
/plugin/backlinks2/_test/data/meta/
H A Dbacklink_test_pages.meta2exclude namespace)A link to Bob RossAn included link to Bob RossAn excluded link to Bob Ross";}s:8…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/jobs/
H A Ddefaults.yml55 exclude-key: exclude
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/yml/
H A DExcludePublicAccessor.yml6 exclude: true
/plugin/backlinks2/_test/data/pages/exclude/
H A Dlink.txt3 So [[:bob_ross_says|Bob Ross says this (exclude namespace)]].
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/yml/exclude_none/
H A DBlogPost.yml7 exclude: true
/plugin/webdav/vendor/sabre/vobject/
H A D.php_cs.dist5 ->exclude('vendor')
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D0afaf1cad692e6201aa574c8feb6e622.asciidoc12 'exclude' => 'water_.*',
H A D98b121bf47cebd85671a2cb519688d28.asciidoc20 'exclude' => [
/plugin/bloglinks/
H A DCHANGELOG
/plugin/dir/
H A Dmake_tgz.sh22 tar --create -z --verbose --exclude 'manager.dat' --file "${plugin_tgz_file}" "./dir"
/plugin/lightweightcss/
H A DREADME44 ; user style exclude
45 lib/plugins/<plugin> = exclude
/plugin/farmer/admin/
H A Dnew.php223 $exclude = '/\.changes$/';
225 $exclude = '';
227 if (!$this->helper->copyDir($templatedir, $animaldir . '/' . $dir, $exclude)) {

123456