Home
last modified time | relevance | path

Searched refs:constraint (Results 51 – 75 of 95) sorted by path

1234

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php2876 $constraint = $this->identicalTo($value);
2878 $this->assertThat($value, $constraint);
H A DConstraintTest.php19 $this->assertCount(1, $constraint);
22 $constraint->evaluate([]);
122 $constraint->evaluate('foo');
305 $constraint->evaluate(0);
356 $constraint->evaluate(2);
408 $constraint->evaluate(0);
459 $constraint->evaluate(1);
549 $constraint->evaluate(0);
857 $constraint->evaluate(1);
1302 $constraint->evaluate(0);
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/Constraint/
H A DArraySubsetTest.php22 $constraint = new PHPUnit_Framework_Constraint_ArraySubset($subset, $strict);
24 $this->assertSame($expected, $constraint->evaluate($other, '', true));
61 $constraint = new PHPUnit_Framework_Constraint_ArraySubset(['foo' => 'bar']);
63 $this->assertTrue($constraint->evaluate($arrayAccess, '', true));
H A DIsJsonTest.php18 $constraint = new PHPUnit_Framework_Constraint_IsJson();
19 $this->assertEquals($expected, $constraint->evaluate($jsonOther, '', true));
H A DJsonMatchesTest.php18 $constraint = new PHPUnit_Framework_Constraint_JsonMatches($jsonValue);
19 $this->assertEquals($expected, $constraint->evaluate($jsonOther, '', true));
25 $constraint = new PHPUnit_Framework_Constraint_JsonMatches($jsonValue);
27 $this->assertEquals('matches JSON string "' . $jsonValue . '"', $constraint->toString());
/plugin/form/
H A Dsyntax.php1075 $this->writebefore($this->mailPath.'constraint.tmp', $constraint);
/plugin/geophp/vendor/composer/
H A DInstalledVersions.php109 * Checks whether the given package satisfies a version constraint
117 * @param string|null $constraint A version constraint to check for, if you pass one you have to make sure composer/semver is required by your package
120 public static function satisfies(VersionParser $parser, $packageName, $constraint)
122 $constraint = $parser->parseConstraints((string) $constraint);
125 return $provided->matches($constraint);
129 * Returns a version constraint representing all the range(s) which are installed for a given package
131 * It is easier to use this via isInstalled() with the $constraint argument if you need to check
135 * @return string Version constraint usabl
118 satisfies(VersionParser $parser, $packageName, $constraint) global() argument
[all...]
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1 …:1,collation:1,group:1,by:1,union:1,session:1,both:1,last:1,language:1,constraint:1,column:1,of:1,…
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog988 unexpected results if total percentage of the constraint was less
1095 * Fixed: percentage height constraint of top-level boxes now based
H A Dheight.php168 $constraint =& new HCConstraint($constant, $min, $max);
169 return $constraint;
/plugin/jmol2/jmol/
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/mdpage/vendor/composer/
H A DInstalledVersions.php104 public static function satisfies(VersionParser $parser, $packageName, $constraint) argument
106 $constraint = $parser->parseConstraints($constraint);
109 return $provided->matches($constraint);
/plugin/oauth/vendor/composer/
H A DInstalledVersions.php107 * Checks whether the given package satisfies a version constraint
115 * @param string|null $constraint A version constraint to check for, if you pass one you have to make sure composer/semver is required by your package
118 public static function satisfies(VersionParser $parser, $packageName, $constraint) argument
120 $constraint = $parser->parseConstraints($constraint);
123 return $provided->matches($constraint);
127 * Returns a version constraint representing all the range(s) which are installed for a given package
129 * It is easier to use this via isInstalled() with the $constraint argument if you need to check
133 * @return string Version constraint usabl
[all...]
/plugin/ol3/
H A Dscript.js8constraint:e,maxResolution:r,minResolution:n,minZoom:i,zoomFactor:a}}function Ss(t){if(void 0===t.…
/plugin/openid/Auth/OpenID/
H A DMDB2Store.php164 $constraint = [
182 $constraint);
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt1470 with no width constraint, or landscape images with
1471 no height constraint were smaller than neccesary by
/plugin/pureldap/vendor/composer/
H A DInstalledVersions.php109 * Checks whether the given package satisfies a version constraint
117 * @param string|null $constraint A version constraint to check for, if you pass one you have to make sure composer/semver is required by your package
120 public static function satisfies(VersionParser $parser, $packageName, $constraint)
122 $constraint = $parser->parseConstraints((string) $constraint);
125 return $provided->matches($constraint);
129 * Returns a version constraint representing all the range(s) which are installed for a given package
131 * It is easier to use this via isInstalled() with the $constraint argument if you need to check
135 * @return string Version constraint usabl
105 satisfies(VersionParser $parser, $packageName, $constraint) global() argument
[all...]
/plugin/s5reloaded/ui/effects_support/
H A Ddragdrop.js490 if((!this.options.constraint) || (this.options.constraint=='horizontal'))
492 if((!this.options.constraint) || (this.options.constraint=='vertical'))
633 constraint: 'vertical', // one of 'vertical', 'horizontal', false
667 constraint: options.constraint, property in Sortable.create.options_for_draggable
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAttr.ClassUseCDATA.txt
/plugin/subjectindex/plugins/
H A Dbible_verses.txt13753 And he will also certainly allure you from the mouth of distress!Broader space, not constraint, wil…
13780 By the breath of God the ice is givenAnd the breadth of waters is under constraint.
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 …int close collate ' +\n 'column commit committed connect connection constraint contains continu…

1234