Home
last modified time | relevance | path

Searched refs:exclude (Results 76 – 100 of 140) sorted by relevance

123456

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dhelp.phpt41 --exclude-group ... Exclude tests from the specified group(s).
81 --testdox-exclude-group Exclude tests from the specified group(s).
H A Dhelp2.phpt42 --exclude-group ... Exclude tests from the specified group(s).
82 --testdox-exclude-group Exclude tests from the specified group(s).
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DZip.php122 * and $exclude parameter. Both expect a full regular expression (including delimiters and modifiers). If
123 * $include 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)) {
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/
H A DCHANGELOG.md48 * Added a `.gitattributes` file to exclude tests from Composer releases.
/plugin/schedule/
H A DscheduleRoot.class.php291 $exclude = ".|..|".$this->scheduleRoot->configFile;
292 $exclude_array = explode("|", $exclude);
H A Dschedules.class.php197 $exclude = '.|..|'.$this->scheduleRoot->configFile;
198 $exclude_array = explode('|', $exclude);
378 $exclude = '.|..|'.$this->scheduleRoot->configFile;
379 $exclude_array = explode('|', $exclude);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Arrays/
H A DArrayDeclarationSniff.php518 $exclude = PHP_CodeSniffer_Tokens::$emptyTokens;
519 $exclude[] = T_COMMA;
520 … $nextContent = $phpcsFile->findNext($exclude, ($indices[0]['value'] + 1), $arrayEnd, true);
/plugin/findologicxmlexport/vendor/jms/serializer/doc/cookbook/
H A Dexclusion_strategies.rst11 If you would like to always expose, or exclude certain properties. Then, you can
14 The default exclusion policy is to exclude nothing. That is, all properties of the
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClient.asciidoc112 $params['_source_excludes'] = (list) Default list of fields to exclude from the returned _source field, can be overridden on each sub-request
299 $params['_source_excludes'] = (list) A list of fields to exclude from the returned _source field
323 $params['_source_excludes'] = (list) A list of fields to exclude from the returned _source field
352 $params['_source_excludes'] = (list) A list of fields to exclude from the returned _source field
395 $params['_source_excludes'] = (list) A list of fields to exclude from the returned _source field
459 $params['_source_excludes'] = (list) A list of fields to exclude from the returned _source field
522 $params['_source_excludes'] = (list) A list of fields to exclude from the returned _source field
757 $params['_source_excludes'] = (list) A list of fields to exclude from the returned _source field
838 $params['_source_excludes'] = (list) A list of fields to exclude from the returned _source field
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DCLI.php664 } else if (substr($arg, 0, 8) === 'exclude=') {
674 $this->values['exclude'] = $sniffs;
/plugin/solr/
H A DREADME.md35 The plugin provides a form for advanced search where users can search for exact phrases, exclude wo…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DAsyncSearchNamespace.asciidoc102 $params['_source_excludes'] = (list) A list of fields to exclude from the returned _source field
H A DClusterNamespace.asciidoc172 $params['node_ids'] = (string) A comma-separated list of the persistent ids of the nodes to exclude from the voting configuration. If specified, you may not also specify ?node_names.
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A Dcomposer.lock2519 "exclude-from-classmap": [
2675 "exclude-from-classmap": [
2817 "exclude-from-classmap": [
2881 "exclude-from-classmap": [
2943 "exclude-from-classmap": [
3501 "exclude-from-classmap": [
3578 "exclude-from-classmap": [
3648 "exclude-from-classmap": [
3726 "exclude-from-classmap": [
3818 "exclude
[all...]
/plugin/elasticsearch/vendor/react/promise/
H A DCHANGELOG.md72 * Add `.gitattributes` to exclude dev files from exports.
/plugin/glossary/
H A Dglossary.class.php404 $exclude = ".|..";
405 $exclude_array = explode("|", $exclude);
/plugin/combo/
H A Dcomposer.lock717 "exclude-from-classmap": [
792 "exclude-from-classmap": [
/plugin/xcom/lang/en/
H A Dfunctions.txt139 …space id is left blank, the listing will start at the root namespace. To exclude sub-namespaces en…
/plugin/jplayer/
H A Dcomposer.lock325 "exclude-from-classmap": [
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A DChangeLog-5.7.md19 …th `@group` and provider throwing exception in it, tests are run with `--exclude-group` for that g…
/plugin/siteexport/
H A DREADME.md26 * **Pattern to exclude resources:**<br>
/plugin/scrape/HTMLPurifier/Lexer/
H A DPH5P.php
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dannotations.rst25 be possible to use ``@Exclude(if="expression")`` to exclude dynamically a property.
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-bundle.js160 var expando="jQuery"+now(),uuid=0,windowData={},exclude=/z-?index|font-?weight|opacity|zoom|line-?h… variable
199 }return value&&value.constructor==Number&&type=="curCSS"&&!exclude.test(name)?value+"px":value;
/plugin/eventline/timeline_ajax/
H A Dsimile-ajax-bundle.js160 var expando="jQuery"+now(),uuid=0,windowData={},exclude=/z-?index|font-?weight|opacity|zoom|line-?h… variable
199 }return value&&value.constructor==Number&&type=="curCSS"&&!exclude.test(name)?value+"px":value;

123456