Home
last modified time | relevance | path

Searched refs:key2 (Results 1 – 22 of 22) sorted by relevance

/plugin/rowmove/
H A Daction.php61 $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 Dgrammar.php26 $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 DphpThumb.demo.showpic.php90 foreach ($value as $key2 => $value2) {
/plugin/dir/
H A Dsyntax.php977 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 Dplugin.info.txt6 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 Dreadme.md46 {{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 DDigestMD5SecurityLayer.php352 $key2 = substr($kc, 7, 7);
355 foreach ([$key1, $key2, $key1] as $desKey) {
/plugin/eventum/XML/
H A DRPC.php1663 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 Dmodule.audio.mp3.php1348 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 Dmodule.audio-video.quicktime.php299 foreach ($value_array['sample_description_table'] as $key2 => $value_array2) {
314 foreach ($value_array['time_to_sample_table'] as $key2 => $value_array2) {
H A Dmodule.audio-video.matroska.php520 foreach ($value1['SimpleTag'] as $key2 => $value2) {
/plugin/diagramsnet/lib/js/diagramly/graphml/
H A DmxGraphMlCodec.js643 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 DpChart.php2825 foreach ( $Values as $key2 => $Value ) {
2826 if (! isset ( $DataSummary [$key2] ))
2827 $DataSummary [$key2] = 1;
2829 $DataSummary [$key2] ++;
/plugin/statistics/inc/pchart/
H A DpChart.php3035 foreach($Values as $key2 => $Value) {
3036 if(!isset ($DataSummary [$key2]))
3037 $DataSummary [$key2] = 1;
3039 $DataSummary [$key2]++;
/plugin/projects/pchart/pchart/
H A Dpchart.php3290 foreach($Values as $key2 => $Value)
3292 if (!isset($DataSummary[$key2]))
3293 $DataSummary[$key2] = 1;
3295 $DataSummary[$key2]++;
/plugin/charter/lib/pchart/
H A DpChart.class.php3315 foreach($Values as $key2 => $Value)
3317 if (!isset($DataSummary[$key2]))
3318 $DataSummary[$key2] = 1;
3320 $DataSummary[$key2]++;
/plugin/diagramsnet/lib/js/diagramly/
H A DExtensions.js13784 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 Dtest.js14800 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 Dpdf.worker.js11023 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 Dpdf.worker.js.map1key2","getAsync","getArray","isRef","getRaw","forEach","callback","mergedDict","dictArray","dict",…
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1key2, value2]]`\n\t * or two arrays, one of property names and one of corresponding values.\n\…