| /plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/ |
| D | can-override.js | 3 function animationIterationCount(validator, value1, value2) { argument 4 …if (!understandable(validator, value1, value2, 0, true) && !(validator.isAnimationIterationCountKe… 6 } else if (validator.isVariable(value1) && validator.isVariable(value2)) { 13 function animationName(validator, value1, value2) { argument 14 …if (!understandable(validator, value1, value2, 0, true) && !(validator.isAnimationNameKeyword(valu… 16 } else if (validator.isVariable(value1) && validator.isVariable(value2)) { 23 function areSameFunction(validator, value1, value2) { argument 24 if (!validator.isFunction(value1) || !validator.isFunction(value2)) { 28 var function1Name = value1.substring(0, value1.indexOf('(')); 34 function backgroundPosition(validator, value1, value2) { argument [all …]
|
| D | restore.js | 193 var value1 = components[0].value[0]; 198 if (value1[1] == value2[1] && value1[1] == value3[1] && value1[1] == value4[1]) { 199 return [value1]; 200 } else if (value1[1] == value3[1] && value2[1] == value4[1]) { 201 return [value1, value2]; 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/structnotification/_test/ |
| H A D | NotificationTest.php | 101 $value1 = $this->createMockValue('schema1', 'field1', 'Test Value 1'); 103 $values = [$value1, $value2]; 117 $value1 = $this->createMockValue('schema1', 'field1', 'Test Value 1'); 118 $values = [$value1];
|
| /plugin/asciidocjs/node_modules/clean-css/lib/utils/ |
| D | natural-compare.js | 5 function naturalCompare(value1, value2) { argument 6 var keys1 = ('' + value1).split(NUMBER_PATTERN).map(tryParseInt);
|
| /plugin/statistics/vendor/matomo/device-detector/Parser/ |
| D | AbstractParser.php | 484 * @param string $value1 489 protected function fuzzyCompare(string $value1, string $value2): bool argument 491 return \str_replace(' ', '', \strtolower($value1)) ===
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/ |
| D | ae9ccfaa146731ab9176df90670db1c2.asciidoc | 14 'field1' => 'value1',
|
| /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/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 | 518 foreach ($info['matroska']['tags'] as $key1 => $value1) { 519 if (!empty($value1['Targets']['TagTrackUID'][0]) && !empty($value1['SimpleTag'])) { 520 foreach ($value1['SimpleTag'] as $key2 => $value2) { 522 …$_STATISTICS_byTrackUID[$value1['Targets']['TagTrackUID'][0]][$value2['TagName']] = $value2['TagSt…
|
| D | module.audio.mp3.php | 1347 foreach ($Distribution as $key1 => $value1) { 1348 foreach ($value1 as $key2 => $value2) { 1610 foreach ($info['mpeg']['audio'] as $key1 => $value1) { 1614 foreach ($value1 as $key2 => $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 ... |
| /plugin/jplayer/components/jplayer/dist/jplayer/ |
| D | jquery.jplayer.js | 869 $.each(this.options.supplied.toLowerCase().split(","), function(index1, value1) { argument 870 var format = value1.replace(/^\s+|\s+$/g, ""); //trim 886 $.each(this.options.solution.toLowerCase().split(","), function(index1, value1) { argument 887 var solution = value1.replace(/^\s+|\s+$/g, ""); //trim 903 $.each(this.options.auroraFormats.toLowerCase().split(","), function(index1, value1) { argument 904 var format = value1.replace(/^\s+|\s+$/g, ""); //trim
|
| /plugin/jplayer/vendor/happyworm/jplayer/dist/jplayer/ |
| D | jquery.jplayer.js | 869 $.each(this.options.supplied.toLowerCase().split(","), function(index1, value1) { argument 870 var format = value1.replace(/^\s+|\s+$/g, ""); //trim 886 $.each(this.options.solution.toLowerCase().split(","), function(index1, value1) { argument 887 var solution = value1.replace(/^\s+|\s+$/g, ""); //trim 903 $.each(this.options.auroraFormats.toLowerCase().split(","), function(index1, value1) { argument 904 var format = value1.replace(/^\s+|\s+$/g, ""); //trim
|
| /plugin/jplayer/components/jplayer/ |
| D | jplayer-built.js | 869 $.each(this.options.supplied.toLowerCase().split(","), function(index1, value1) { argument 870 var format = value1.replace(/^\s+|\s+$/g, ""); //trim 886 $.each(this.options.solution.toLowerCase().split(","), function(index1, value1) { argument 887 var solution = value1.replace(/^\s+|\s+$/g, ""); //trim 903 $.each(this.options.auroraFormats.toLowerCase().split(","), function(index1, value1) { argument 904 var format = value1.replace(/^\s+|\s+$/g, ""); //trim
|
| /plugin/jplayer/vendor/happyworm/jplayer/src/javascript/jplayer/ |
| D | jquery.jplayer.js | 869 $.each(this.options.supplied.toLowerCase().split(","), function(index1, value1) { argument 870 var format = value1.replace(/^\s+|\s+$/g, ""); //trim 886 $.each(this.options.solution.toLowerCase().split(","), function(index1, value1) { argument 887 var solution = value1.replace(/^\s+|\s+$/g, ""); //trim 903 $.each(this.options.auroraFormats.toLowerCase().split(","), function(index1, value1) { argument 904 var format = value1.replace(/^\s+|\s+$/g, ""); //trim
|
| /plugin/freechat/phpfreechat/lib/csstidy-1.2/ |
| D | class.csstidy_optimise.php | 81 foreach ($value as $selector => $value1)
|