Home
last modified time | relevance | path

Searched refs:exclude (Results 76 – 100 of 140) sorted by last modified time

123456

/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.svg.js914 paper.__set__ && paper.__set__.exclude(this);
/plugin/sequencediagram/bower_components/raphael/
H A Draphael.no-deps.min.js1exclude=function(t){for(var e=0,r=this.length;e<r;e++)if(this[e]==t)return this.splice(e,1),!0},ue…
H A Draphael.min.js1exclude=function(t){for(var e=0,r=this.length;e<r;e++)if(this[e]==t)return this.splice(e,1),!0},ue…
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg-min.js21 …ems.length=this.length-=b-j;this[c];)delete this[c++];return new f(h)},g.exclude=function(a){for(v…
H A Dsnap.svg.js7015 setproto.exclude = function (el) {
/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/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/yml/
H A DExcludePublicAccessor.yml6 exclude: true
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/yml/exclude_none/
H A DBlogPost.yml7 exclude: true
/plugin/findologicxmlexport/vendor/hoa/math/Sampler/
H A DSampler.php133 array &$exclude = null
143 if (null === $exclude) {
156 sort($exclude);
158 $upper -= count($exclude);
170 foreach ($exclude as $e) {
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/Sampler/
H A DRandom.php93 $exclude = [],
96 ->when($x = $sampler->getInteger(0, 2, $exclude))
102 ->given($exclude[] = 2)
103 ->when($y = $sampler->getInteger(0, 2, $exclude))
109 ->given($exclude[] = 0)
110 ->when($z = $sampler->getInteger(0, 2, $exclude))
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DConfiguration.php890 $exclude = [];
895 $exclude[] = $this->toAbsolutePath($excludeFile);
944 $exclude
/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/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dexclude-group.phpt2 phpunit --exclude-group balanceIsInitiallyZero BankAccountTest ../_files/BankAccountTest.php
6 $_SERVER['argv'][2] = '--exclude-group';
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).
H A Ddataprovider-issue-2922.phpt2 phpunit --exclude-group=foo ../_files/DataProviderIssue2922
6 $_SERVER['argv'][2] = '--exclude-group=foo';
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/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dannotations.rst25 be possible to use ``@Exclude(if="expression")`` to exclude dynamically a property.
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/php-file-iterator/
H A DChangeLog.md35 * [Added support for wildcards (glob) in exclude](https://github.com/sebastianbergmann/php-file-ite…
/plugin/findologicxmlexport/vendor/phpunit/php-file-iterator/src/
H A DFacade.php25 * @param array $exclude
29 …public function getFilesAsArray($paths, $suffixes = '', $prefixes = '', array $exclude = array(), … argument
37 $paths, $suffixes, $prefixes, $exclude
H A DFactory.php24 * @param array $exclude
27 … public function getFileIterator($paths, $suffixes = '', $prefixes = '', array $exclude = array()) argument
34 $exclude = $this->getPathsAfterResolvingWildcards($exclude);
63 $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/findologicxmlexport/vendor/findologic/libflexport/
H A D.travis.yml17 exclude:

123456