Home
last modified time | relevance | path

Searched refs:value1 (Results 1 – 25 of 55) sorted by relevance

123

/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/
Dcan-override.js3 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 …]
Drestore.js193 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];
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/structnotification/_test/
H A DNotificationTest.php101 $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/
Dnatural-compare.js5 function naturalCompare(value1, value2) { argument
6 var keys1 = ('' + value1).split(NUMBER_PATTERN).map(tryParseInt);
/plugin/statistics/vendor/matomo/device-detector/Parser/
DAbstractParser.php484 * @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/
Dae9ccfaa146731ab9176df90670db1c2.asciidoc14 'field1' => 'value1',
/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/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.php518 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…
Dmodule.audio.mp3.php1347 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/
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 ...
/plugin/jplayer/components/jplayer/dist/jplayer/
Djquery.jplayer.js869 $.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/
Djquery.jplayer.js869 $.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/
Djplayer-built.js869 $.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/
Djquery.jplayer.js869 $.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/
Dclass.csstidy_optimise.php81 foreach ($value as $selector => $value1)

123