Home
last modified time | relevance | path

Searched refs:exclude (Results 51 – 75 of 140) sorted by relevance

123456

/plugin/publish/
H A D.travis.yml12 exclude:
/plugin/backlinks2/_test/data/meta/
H A D_dokuwiki.changes8 1463393025 127.0.0.1 C exclude:link mprins created
/plugin/mikioplugin/icons/bootstrap-icons/svg/
H A Dexclude.svg1 <svg class="bi bi-exclude" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
/plugin/usersubscriptions/
H A Dsyntax.php170 $exclude = array(
175 foreach($exclude as $r) if(preg_match($r, $ns)) return $us;
/plugin/nsexport/lang/en/
H A Dintro.txt3 …ported as well. Affected pages are listed below, disable the checkbox to exclude a page from being…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D322.phpt2 GH-322: group commandline option should override group/exclude setting in phpunit.xml
/plugin/pagequery/
H A DPageQuery.php500 * @param array $ns_qry namespace(s) to include/exclude
501 * @param string $exclude true = exclude
503 private function filterNamespaces(array $pages, array $ns_qry, string $exclude): array
505 $invert = ($exclude) ? PREG_GREP_INVERT : 0;
551 $exclude = false;
553 $exclude = true;
557 $sort_array = array_filter($sort_array, static function ($row) use ($metakey, $expr, $exclude, $that) {
566 if ($exclude) {
507 filterNamespaces(array $pages, array $ns_qry, string $exclude) global() argument
/plugin/refnotes/
H A Dnote.php308 $exclude = $this->scope->getRenderer()->getReferencePrivateDataSet();
309 $data = array_diff_key($reference->getData(), array_flip($exclude));
/plugin/elwikiupgrade/
H A DVerboseTarLib.class.php110 * @param string $exclude a regular expression of files to exclude
115 function extract($outdir, $strip = '', $exclude = '', $include = '') { argument
159 if($exclude && preg_match($exclude, $filename)) {
/plugin/findologicxmlexport/vendor/findologic/libflexport/
H A D.travis.yml17 exclude:
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A D.travis.yml20 exclude:
H A D.php_cs6 ->exclude('_files')
/plugin/archivegenerator/lang/en/
H A Dintro.txt8 You can exclude plugins from being included through the configuration.
/plugin/authgooglesheets/vendor/google/apiclient/src/Task/
H A DComposer.php113 ->exclude($servicesToKeep);
/plugin/accscounter/lang/en/
H A Dviewer.txt3 You can exclude spammers from the counter (StopForumSpam2 Plugin required), or delete the log data.
/plugin/findologicxmlexport/vendor/phpunit/php-file-iterator/
H A DChangeLog.md35 * [Added support for wildcards (glob) in exclude](https://github.com/sebastianbergmann/php-file-ite…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php783 if (isset($rule->exclude) === true) {
784 foreach ($rule->exclude as $exclude) {
785 if ($this->_shouldProcessElement($exclude) === false) {
791 echo "\t\tExcluding rule \"".$exclude['name'].'"'.PHP_EOL;
796 $parts = explode('.', $exclude['name']);
798 $this->ruleset[(string) $exclude['name']]['severity'] = 0;
806 … $this->_expandRulesetReference($exclude['name'], $rulesetDir, ($depth + 1))
/plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/DSL/
H A DQuery.php414 public function span_not(?AbstractSpanQuery $include = null, ?AbstractSpanQuery $exclude = null): SpanNot argument
416 return new SpanNot($include, $exclude);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DFile.php3322 $exclude=false, argument
3333 $found = (bool) $exclude;
3336 $found = !$exclude;
3387 * @param bool $exclude If true, find the next token that is NOT of
3403 $exclude=false, argument
3414 $found = (bool) $exclude;
3417 $found = !$exclude;
3590 * @param bool $exclude If true, find the token that is NOT of
3598 public function findFirstOnLine($types, $start, $exclude=false, $value=null) argument
3611 $found = $exclude;
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DConfiguration.php890 $exclude = [];
895 $exclude[] = $this->toAbsolutePath($excludeFile);
944 $exclude
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DTar.php139 * and $exclude parameter. Both expect a full regular expression (including delimiters and modifiers). If
140 * $include is set only files that match this expression will be extracted. Files that match the $exclude
149 * @param string $exclude a regular expression of files to exclude
155 public function extract($outdir, $strip = '', $exclude = '', $include = '') argument
180 if (!strlen($fileinfo->getPath()) || !$fileinfo->matchExpression($include, $exclude)) {
/plugin/combo/vendor/symfony/yaml/
H A DCHANGELOG.md7 * Add new `lint:yaml dirname --exclude=/dirname/foo.yaml --exclude=/dirname/bar.yaml`
8 option to exclude one or more specific files from multiple file list
/plugin/openlayersmap/ol7/
H A DREADME.md
/plugin/sphinxsearch-was/
H A Dsphinxapi.php772 function SetFilter($attribute, $values, $exclude = false) argument
782 …= array("type" => SPH_FILTER_VALUES, "attr" => $attribute, "exclude" => $exclude, "values" => $val…
788 function SetFilterRange($attribute, $min, $max, $exclude = false) argument
795 … = array("type" => SPH_FILTER_RANGE, "attr" => $attribute, "exclude" => $exclude, "min" => $min, "…
800 function SetFilterFloatRange($attribute, $min, $max, $exclude = false) argument
807 …ray("type" => SPH_FILTER_FLOATRANGE, "attr" => $attribute, "exclude" => $exclude, "min" => $min, "…
/plugin/sphinxsearch/
H A Dsphinxapi.php807 function SetFilter ( $attribute, $values, $exclude=false ) argument
818 …$this->_filters[] = array ( "type"=>SPH_FILTER_VALUES, "attr"=>$attribute, "exclude"=>$exclude, "v…
824 function SetFilterRange ( $attribute, $min, $max, $exclude=false ) argument
831 …$this->_filters[] = array ( "type"=>SPH_FILTER_RANGE, "attr"=>$attribute, "exclude"=>$exclude, "mi…
836 function SetFilterFloatRange ( $attribute, $min, $max, $exclude=false ) argument
843 …= array ( "type"=>SPH_FILTER_FLOATRANGE, "attr"=>$attribute, "exclude"=>$exclude, "min"=>$min, "ma…

123456