| /plugin/asciidocjs/node_modules/clean-css/lib/utils/ |
| D | override.js | 4 var key2; 19 for (key2 in source2) { 20 item = source2[key2]; 22 if (key2 in target && Array.isArray(item)) { 23 target[key2] = item.slice(0); 24 } else if (key2 in target && typeof item == 'object' && item !== null) { 25 target[key2] = override(target[key2], item); 27 target[key2] = item;
|
| D | natural-compare.js | 9 var key2; 15 key2 = keys2[i]; 17 if (key1 != key2) { 18 return key1 > key2 ? 1 : -1;
|
| /plugin/rowmove/ |
| D | action.php | 61 $key2=array(); 76 $key2[]=$key; 106 $copy2 = array_slice($zeilen,reset($key2),count($key2)); 109 array_splice($zeilen,reset($key2),count($key2),$copy1);
|
| /plugin/ifauthex/lib/ |
| D | grammar.php | 26 $key2 = 'grps'; 28 if (is_array($INFO[$key1]) && array_key_exists($key2, $INFO[$key1])) { 29 return in_array($group, $INFO[$key1][$key2]);
|
| /plugin/dir/ |
| D | syntax.php | 977 function _getMeta(&$page, $key1, $key2 = NULL) { argument 986 $key2 == "modified" && 989 $key2 = "created"; 998 if(is_string($key2)) return $page ["meta"] [$key1] [$key2];
|
| /plugin/photogallery/phpThumb/demo/ |
| D | phpThumb.demo.showpic.php | 90 foreach ($value as $key2 => $value2) {
|
| /plugin/pagequery/ |
| D | plugin.info.txt | 6 … your list to appear. E.g.{{pagequery>[query;fulltext;sort=key:direction,key2:direction;group;lim…
|
| D | readme.md | 46 …{{pagequery>[query];fulltext;sort=key:direction,key2:direction;group;limit=10;cols=2;inwords;prope… 49 …{{pagequery>[query];fulltext;sort=key:direction,key2:direction;group;limit=100;cols=6;inwords;prop…
|
| /plugin/dokucrypt3/ |
| H A D | script.js | 159 do_encryption = function(key2) { argument 160 if (key != key2) {
|
| /plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Security/ |
| H A D | DigestMD5SecurityLayer.php | 352 $key2 = substr($kc, 7, 7); 355 foreach ([$key1, $key2, $key1] as $desKey) {
|
| /plugin/eventum/XML/ |
| D | RPC.php | 1663 foreach ($val as $key2 => $val2) { 1664 echo "-- $key2 => $val2<br />"; 1706 foreach ($val as $key2 => $val2) { 1707 $rs .= "<member><name>" . htmlspecialchars($key2) . "</name>\n";
|
| /plugin/jplayer/vendor/james-heinrich/getid3/getid3/ |
| 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);
|
| D | module.audio-video.quicktime.php | 299 foreach ($value_array['sample_description_table'] as $key2 => $value_array2) { 314 foreach ($value_array['time_to_sample_table'] as $key2 => $value_array2) {
|
| D | module.audio-video.matroska.php | 520 foreach ($value1['SimpleTag'] as $key2 => $value2) {
|
| /plugin/diagramsnet/lib/js/diagramly/graphml/ |
| D | mxGraphMlCodec.js | 643 for (var key2 in realizers) 645 if (key2 == "active" || key2 == "#text") continue; 647 shape = realizers[key2][realizers["active"]]; 649 dataObj[key2] = shape;
|
| /plugin/asciidocjs/node_modules/yargs/build/lib/ |
| D | yargs-factory.js | 237 conflicts(key1, key2) { argument 238 argsert('<string|object> [string|array]', [key1, key2], arguments.length); 239 __classPrivateFieldGet(this, _YargsInstance_validation, "f").conflicts(key1, key2);
|
| /plugin/statdisplay/pchart/ |
| D | pChart.php | 2825 foreach ( $Values as $key2 => $Value ) { 2826 if (! isset ( $DataSummary [$key2] )) 2827 $DataSummary [$key2] = 1; 2829 $DataSummary [$key2] ++;
|
| /plugin/projects/pchart/pchart/ |
| D | pchart.php | 3290 foreach($Values as $key2 => $Value) 3292 if (!isset($DataSummary[$key2])) 3293 $DataSummary[$key2] = 1; 3295 $DataSummary[$key2]++;
|
| /plugin/charter/lib/pchart/ |
| D | pChart.class.php | 3315 foreach($Values as $key2 => $Value) 3317 if (!isset($DataSummary[$key2])) 3318 $DataSummary[$key2] = 1; 3320 $DataSummary[$key2]++;
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | Extensions.js | 13784 for (var key2 in d) 13786 if (key2 == dataId) 13788 chartDataSrc = d[key2].Items; 13790 else if (d[key2].Properties.ForeignKeys && d[key2].Properties.ForeignKeys[0]) 13792 foreignKey = d[key2].Properties.ForeignKeys[0].SourceFields[0]; 13793 primaryKey = d[key2].Properties.Schema.PrimaryKey[0];
|
| /plugin/sequencediagram/bower_components/lodash/test/ |
| D | test.js | 14800 key2 = { 'id': 'b' }; variable 14805 assert.strictEqual(memoized(key2), 'b'); 14806 assert.strictEqual(cache.has(key2), true); 14822 key2 = { 'id': 'b' }; variable 14825 memoized(key2); 14829 assert.strictEqual(cache.has(key2), true);
|
| /plugin/pdfjs/pdfjs/build/ |
| D | pdf.worker.js | 11023 get: function Dict_get(key1, key2, key3) { 11028 …if (typeof (value = this._map[key1]) !== 'undefined' || key1 in this._map || typeof key2 === 'unde… 11032 …if (typeof (value = this._map[key2]) !== 'undefined' || key2 in this._map || typeof key3 === 'unde… 11039 getAsync: function Dict_getAsync(key1, key2, key3) { 11044 …if (typeof (value = this._map[key1]) !== 'undefined' || key1 in this._map || typeof key2 === 'unde… 11052 …if (typeof (value = this._map[key2]) !== 'undefined' || key2 in this._map || typeof key3 === 'unde… 11068 getArray: function Dict_getArray(key1, key2, key3) { 11069 var value = this.get(key1, key2, key3);
|
| D | pdf.worker.js.map | 1 …key2","getAsync","getArray","isRef","getRaw","forEach","callback","mergedDict","dictArray","dict",…
|
| /plugin/datatables/assets/pdfmake/ |
| D | pdfmake.js | 1923 var key2 = setValues[i]; 1925 …if (innerDeepEqual(key1, key2, strict, memo) && innerDeepEqual(item1, map.get(key2), strict, memo)… 1926 set.delete(key2); 11845 var key2 = keyWords.length < 4 ? keyWords.slice(0, 2) : keyWords.slice(2, 4); 11850 this._des2 = DES.createEncryptor(WordArray.create(key2));
|
| /plugin/diagramsnet/lib/WEB-INF/lib/ |
| D | ehcache-3.8.1.jar | META-INF/
META-INF/MANIFEST.MF
LICENSE
META-INF/maven/
META ... |