/plugin/rowmove/ |
H A 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/ |
H A 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/photogallery/phpThumb/demo/ |
H A D | phpThumb.demo.showpic.php | 90 foreach ($value as $key2 => $value2) {
|
/plugin/dir/ |
H A 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/pagequery/ |
H A D | plugin.info.txt | 6 desc Search for (fulltext) and list wiki pages, sorted and optionally grouped by name, date, creator, abc, etc. in columns. Insert the pagequery markup wherever you want your list to appear. E.g.{{pagequery>[query;fulltext;sort=key:direction,key2:direction;group;limit=??;cols=?;inwords;proper]}} [..] = optional
|
H A D | readme.md | 46 {{pagequery>[query];fulltext;sort=key:direction,key2:direction;group;limit=10;cols=2;inwords;proper}}
49 {{pagequery>[query];fulltext;sort=key:direction,key2:direction;group;limit=100;cols=6;inwords;proper;snippet=5;border=inside;nostart;case;natsort}}
|
/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/ |
H A 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/ |
H A 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);
|
H A 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) {
|
H A D | module.audio-video.matroska.php | 520 foreach ($value1['SimpleTag'] as $key2 => $value2) {
|
/plugin/diagramsnet/lib/js/diagramly/graphml/ |
H A 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/statdisplay/pchart/ |
H A D | pChart.php | 2825 foreach ( $Values as $key2 => $Value ) { 2826 if (! isset ( $DataSummary [$key2] )) 2827 $DataSummary [$key2] = 1; 2829 $DataSummary [$key2] ++;
|
/plugin/statistics/inc/pchart/ |
H A D | pChart.php | 3035 foreach($Values as $key2 => $Value) { 3036 if(!isset ($DataSummary [$key2])) 3037 $DataSummary [$key2] = 1; 3039 $DataSummary [$key2]++;
|
/plugin/projects/pchart/pchart/ |
H A 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/ |
H A 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/ |
H A 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/ |
H A D | test.js | 14800 key2 = { 'id': 'b' }; class in AnonymousFunction0cd48b5159400 14805 assert.strictEqual(memoized(key2), 'b'); 14806 assert.strictEqual(cache.has(key2), true); 14822 key2 = { 'id': 'b' }; class in AnonymousFunction0cd48b5159600 14825 memoized(key2); 14829 assert.strictEqual(cache.has(key2), true);
|
/plugin/pdfjs/pdfjs/build/ |
H A 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);
|
H A D | pdf.worker.js.map | 1 …key2","getAsync","getArray","isRef","getRaw","forEach","callback","mergedDict","dictArray","dict",…
|
/plugin/diagramsnet/lib/WEB-INF/lib/ |
H A D | ehcache-3.8.1.jar | META-INF/
META-INF/MANIFEST.MF
LICENSE
META-INF/maven/
META ... |
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
H A D | pdfmake.min.js.map | 1 …key2, value2]]`\n\t * or two arrays, one of property names and one of corresponding values.\n\…
|