Searched refs:data2 (Results 1 – 7 of 7) sorted by relevance
| /template/peanutbutter/ |
| D | tpl_functions.php | 48 $data2 = array(); 65 if(array_key_exists($item['id'], $data2)) { 66 $data2[$item['id']]['type'] = 'd'; 67 $data2[$item['id']]['ns'] = $item['id']; 70 $data2[$item['id']] = $item; 73 usort($data2,"_tpl_sort_index"); 74 echo html_buildlist($data2,'idx','_tpl_list_index','_tpl_html_li_index');
|
| /template/monochrome/ |
| D | tpl_functions.php | 48 $data2 = array(); 62 if(array_key_exists($item['id'], $data2)) { 63 $data2[$item['id']]['type'] = 'd'; 64 $data2[$item['id']]['ns'] = $item['id']; 67 $data2[$item['id']] = $item; 70 usort($data2,"_tpl_sort_index"); 71 echo html_buildlist($data2,'idx','_tpl_list_index','_tpl_html_li_index');
|
| /template/peanutbutter2/ |
| D | tpl_functions.php | 48 $data2 = array(); 65 if(array_key_exists($item['id'], $data2)) { 66 $data2[$item['id']]['type'] = 'd'; 67 $data2[$item['id']]['ns'] = $item['id']; 70 $data2[$item['id']] = $item; 73 usort($data2,"_tpl_sort_index"); 74 echo html_buildlist($data2,'idx','_tpl_list_index','_tpl_html_li_index');
|
| /template/dokucms/ |
| D | tpl_functions.php | 112 $data2 = array(); 146 if($item['type'] == 'f' and array_key_exists($item['id'], $data2)) { 147 $data2[$item['id']]['type'] = 'd'; 148 $data2[$item['id']]['ns'] = $item['id']; 151 $data2[$item['id']] = $item; 154 echo html_buildlist($data2,'idx','_tpl_html_list_index','_tpl_html_li_index');
|
| /template/wallpaper/ |
| D | tpl_functions.php | 53 $data2 = array(); 81 $data2[$i] = $item2; 113 $data2[$i] = $item; 118 $tmparr = array_splice($data2,$pos); 119 $data2 = array_merge($tmparr, $data2); 123 $data2 = $data; 126 echo html_buildlist($data2,'idx','_wp_tpl_list_index','_wp_tpl_html_li_index');
|
| /template/strap/vendor/antlr/antlr4-php-runtime/src/Utils/ |
| H A D | DoubleKeyMap.php | 47 $data2 = $this->data->get($primaryKey); 49 if ($data2 === null) { 53 return $data2->get($secondaryKey);
|
| /template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/ |
| H A D | ATNDeserializer.php | 491 $data2 = $this->readInt(); 493 if ($data2 === 0xFFFF) { 494 $data2 = -1; 497 $lexerAction = $this->lexerActionFactory($actionType, $data1, $data2); 897 private function lexerActionFactory(int $type, int $data1, int $data2) : LexerAction argument 904 return new LexerCustomAction($data1, $data2);
|