Searched refs:lessThanOrEqual (Results 1 – 12 of 12) sorted by relevance
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/ |
H A D | Filters.php | 110 public static function lessThanOrEqual(string $attribute, string $value): LessThanOrEqualFilter 116 * An alias of lessThanOrEqual. 124 return self::lessThanOrEqual($attribute, $value); 108 public static function lessThanOrEqual(string $attribute, string $value): LessThanOrEqualFilter global() function in FreeDSx\\Ldap\\Search\\Filters
|
H A D | FilterParser.php | 286 return Filters::lessThanOrEqual($attribute, $this->unescapeValue($value));
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/ |
H A D | ConstraintTest.php | 1498 $constraint = PHPUnit_Framework_Assert::lessThanOrEqual(1); 1575 $constraint = PHPUnit_Framework_Assert::lessThanOrEqual(1); 1599 PHPUnit_Framework_Assert::lessThanOrEqual(1) 1628 PHPUnit_Framework_Assert::lessThanOrEqual(1)
|
H A D | AssertTest.php | 2918 $this->assertThat(1, $this->lessThanOrEqual(2));
|
/plugin/codemirror/dist/modes/ |
H A D | apl.min.js.map | 1 …rixDivide\"],\n \"<\": [null, \"lessThan\"],\n \"≤\": [null, \"lessThanOrEqual\"],\n \"=\…
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/ |
H A D | Functions.php | 1904 function lessThanOrEqual($value) function
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/ |
H A D | Assert.php | 722 static::assertThat($actual, static::lessThanOrEqual($expected), $message); 2665 public static function lessThanOrEqual($value) function in PHPUnit_Framework_Assert
|
/plugin/diagramsnet/lib/js/orgchart/ |
H A D | bridge.min.js | 8 …turn 0>this.comp(n)};n.lt=n.lessThan;n.lessThanOrEqual=function(n){return 0>=this.comp(n)};n.lte=n… function
|
/plugin/diagramsnet/lib/js/ |
H A D | orgchart.min.js | 8 …turn 0>this.comp(n)};n.lt=n.lessThan;n.lessThanOrEqual=function(n){return 0>=this.comp(n)};n.lte=n… function
|
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/ |
H A D | ogg.js | 15 …ction(other){return this.compare(other)<0});goog.math.Long.prototype.lessThanOrEqual=(function(oth… method in goog.math.Long
|
H A D | vorbis.js | 19 …ction(other){return this.compare(other)<0});goog.math.Long.prototype.lessThanOrEqual=(function(oth… method in goog.math.Long
|
H A D | opus.js | 23 …ction(other){return this.compare(other)<0});goog.math.Long.prototype.lessThanOrEqual=(function(oth… method in goog.math.Long
|