Home
last modified time | relevance | path

Searched refs:value2 (Results 1 – 25 of 57) sorted by relevance

123

/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/
Dcan-override.js3 function animationIterationCount(validator, value1, value2) { argument
4 …le(validator, value1, value2, 0, true) && !(validator.isAnimationIterationCountKeyword(value2) || …
6 } else if (validator.isVariable(value1) && validator.isVariable(value2)) {
10 return validator.isAnimationIterationCountKeyword(value2) || validator.isPositiveNumber(value2);
13 function animationName(validator, value1, value2) { argument
14 …standable(validator, value1, value2, 0, true) && !(validator.isAnimationNameKeyword(value2) || val…
16 } else if (validator.isVariable(value1) && validator.isVariable(value2)) {
20 return validator.isAnimationNameKeyword(value2) || validator.isIdentifier(value2);
23 function areSameFunction(validator, value1, value2) { argument
24 if (!validator.isFunction(value1) || !validator.isFunction(value2)) {
[all …]
Drestore.js194 var value2 = components[1].value[0];
198 if (value1[1] == value2[1] && value1[1] == value3[1] && value1[1] == value4[1]) {
200 } else if (value1[1] == value3[1] && value2[1] == value4[1]) {
201 return [value1, value2];
202 } else if (value2[1] == value4[1]) {
203 return [value1, value2, value3];
205 return [value1, value2, value3, value4];
Dreorderable.js80 function withDifferentVendorPrefix(value1, value2) { argument
81 …return vendorPrefixed(value1) && vendorPrefixed(value2) && value1.split('-')[1] != value2.split('-…
/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/properties/
Dunderstandable.js3 function understandable(validator, value1, value2, _position, isPaired) { argument
4 if (!sameVendorPrefixes(value1, value2)) {
8 if (isPaired && validator.isVariable(value1) !== validator.isVariable(value2)) {
Dvendor-prefixes.js16 function same(value1, value2) { argument
17 return unique(value1).sort().join(',') == unique(value2).sort().join(',');
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
DAssert.php497 public static function eq($value, $value2, $message = '') argument
499 if ($value2 != $value) {
503 static::valueToString($value2)
508 public static function notEq($value, $value2, $message = '') argument
510 if ($value2 == $value) {
513 static::valueToString($value2)
518 public static function same($value, $value2, $message = '') argument
520 if ($value2 !== $value) {
524 static::valueToString($value2)
529 public static function notSame($value, $value2, $message = '') argument
[all …]
/plugin/photogallery/phpThumb/demo/
DphpThumb.demo.showpic.php90 foreach ($value as $key2 => $value2) {
91 @$additionalparameters[$key][] = preg_replace('#[^A-Za-z0-9\\. _:/]#', '', $value2);
/plugin/asciidocjs/node_modules/clean-css/lib/utils/
Dnatural-compare.js5 function naturalCompare(value1, value2) { argument
7 var keys2 = ('' + value2).split(NUMBER_PATTERN).map(tryParseInt);
/plugin/statistics/vendor/matomo/device-detector/Parser/
DAbstractParser.php485 * @param string $value2
489 protected function fuzzyCompare(string $value1, string $value2): bool argument
492 \str_replace(' ', '', \strtolower($value2));
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
Dae9ccfaa146731ab9176df90670db1c2.asciidoc39 'field2' => 'value2',
/plugin/findologicxmlexport/vendor/webmozart/assert/
DREADME.md124 `eq($value, $value2, $message = '')` | Check that a value equals another (`==`)
125 `notEq($value, $value2, $message = '')` | Check that a value does not equal another (`!=`)
126 `same($value, $value2, $message = '')` | Check that a value is identical to another (`===`)
127 `notSame($value, $value2, $message = '')` | Check that a value is not identical to another (`…
128 `greaterThan($value, $value2, $message = '')` | Check that a value is greater than another
129 `greaterThanEq($value, $value2, $message = '')` | Check that a value is greater than or equal to an…
130 `lessThan($value, $value2, $message = '')` | Check that a value is less than another
131 `lessThanEq($value, $value2, $message = '')` | Check that a value is less than or equal to anoth…
/plugin/structnotification/_test/
H A DNotificationTest.php102 $value2 = $this->createMockValue('schema1', 'field2', 'Test Value 2');
103 $values = [$value1, $value2];
/plugin/asciidocjs/node_modules/core-js/modules/
Des6.math.hypot.js6 hypot: function hypot(value1, value2) { // eslint-disable-line no-unused-vars
/plugin/asciidocjs/node_modules/core-js/library/modules/
Des6.math.hypot.js6 hypot: function hypot(value1, value2) { // eslint-disable-line no-unused-vars
/plugin/gplusone/
DREADME.md7 Syntax: \~\~GPLUSONE\~attribute1=value1\~attribute2=value2\~\~
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/
DCoreTest.php19 public function testRandomFunction(array $expectedInArray, $value1, $value2 = null) argument
23 …$this->assertTrue(\in_array(twig_random($env, $value1, $value2), $expectedInArray, true)); // asse…
/plugin/html2pdf/html2pdf/html2ps/unittest/
Dtest.autofix.url.php91 $source_url = '/test test?param=value&param2=value2#fragment';
/plugin/publistf/
DTODO23 "option1='value1';option2='value2';..."
/plugin/publist/
DTODO23 "option1='value1';option2='value2';..."
/plugin/publistx/
DTODO23 "option1='value1';option2='value2';..."
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
Dmodule.audio-video.matroska.php520 foreach ($value1['SimpleTag'] as $key2 => $value2) {
521 if (!empty($value2['TagName']) && isset($value2['TagString'])) {
522 …$_STATISTICS_byTrackUID[$value1['Targets']['TagTrackUID'][0]][$value2['TagName']] = $value2['TagSt…
Dmodule.audio.mp3.php1348 foreach ($value1 as $key2 => $value2) {
1349 $Distribution[$key1][$key2] = round($value2 / $pct_data_scanned);
1614 foreach ($value1 as $key2 => $value2) {
1615 $info['mpeg']['audio'][$key1][$key2] = round($value2 / $pct_data_scanned);
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DConfig.php691 foreach ($namespace_values as $directive => $value2) {
692 $this->set($namespace .'.'. $directive, $value2);
/plugin/jcapture/lib/
Dcommons-codec-1.3.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
Dcommons-codec-1.3.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...

123