| /plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/ |
| D | can-override.js | 3 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 …]
|
| D | restore.js | 194 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];
|
| D | reorderable.js | 80 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/ |
| D | understandable.js | 3 function understandable(validator, value1, value2, _position, isPaired) { argument 4 if (!sameVendorPrefixes(value1, value2)) { 8 if (isPaired && validator.isVariable(value1) !== validator.isVariable(value2)) {
|
| D | vendor-prefixes.js | 16 function same(value1, value2) { argument 17 return unique(value1).sort().join(',') == unique(value2).sort().join(',');
|
| /plugin/findologicxmlexport/vendor/webmozart/assert/src/ |
| D | Assert.php | 497 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/ |
| D | phpThumb.demo.showpic.php | 90 foreach ($value as $key2 => $value2) { 91 @$additionalparameters[$key][] = preg_replace('#[^A-Za-z0-9\\. _:/]#', '', $value2);
|
| /plugin/asciidocjs/node_modules/clean-css/lib/utils/ |
| D | natural-compare.js | 5 function naturalCompare(value1, value2) { argument 7 var keys2 = ('' + value2).split(NUMBER_PATTERN).map(tryParseInt);
|
| /plugin/statistics/vendor/matomo/device-detector/Parser/ |
| D | AbstractParser.php | 485 * @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/ |
| D | ae9ccfaa146731ab9176df90670db1c2.asciidoc | 39 'field2' => 'value2',
|
| /plugin/findologicxmlexport/vendor/webmozart/assert/ |
| D | README.md | 124 `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 D | NotificationTest.php | 102 $value2 = $this->createMockValue('schema1', 'field2', 'Test Value 2'); 103 $values = [$value1, $value2];
|
| /plugin/asciidocjs/node_modules/core-js/modules/ |
| D | es6.math.hypot.js | 6 hypot: function hypot(value1, value2) { // eslint-disable-line no-unused-vars
|
| /plugin/asciidocjs/node_modules/core-js/library/modules/ |
| D | es6.math.hypot.js | 6 hypot: function hypot(value1, value2) { // eslint-disable-line no-unused-vars
|
| /plugin/gplusone/ |
| D | README.md | 7 Syntax: \~\~GPLUSONE\~attribute1=value1\~attribute2=value2\~\~
|
| /plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/ |
| D | CoreTest.php | 19 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/ |
| D | test.autofix.url.php | 91 $source_url = '/test test?param=value¶m2=value2#fragment';
|
| /plugin/publistf/ |
| D | TODO | 23 "option1='value1';option2='value2';..."
|
| /plugin/publist/ |
| D | TODO | 23 "option1='value1';option2='value2';..."
|
| /plugin/publistx/ |
| D | TODO | 23 "option1='value1';option2='value2';..."
|
| /plugin/jplayer/vendor/james-heinrich/getid3/getid3/ |
| D | module.audio-video.matroska.php | 520 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…
|
| D | module.audio.mp3.php | 1348 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/ |
| D | Config.php | 691 foreach ($namespace_values as $directive => $value2) { 692 $this->set($namespace .'.'. $directive, $value2);
|
| /plugin/jcapture/lib/ |
| D | commons-codec-1.3.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
| /plugin/jdraw/lib/ |
| D | commons-codec-1.3.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |