Home
last modified time | relevance | path

Searched refs:data1 (Results 1 – 3 of 3) sorted by relevance

/template/amanuensis/inc/
Dindex.php48 $data1=array();
73 $data1 = array_shift ($data);
74 array_unshift($data1, array_shift($pageid));
78 if (($arrlent - $nn) >0){array_push($data1, $spacer);}
79 array_push ($data1, $pageid[$nn] );
80 $data1 = array_merge ($data1, $data[$nn]);
85 print html_buildlist_mod($data1,'idx','html_list_index_edit','html_li_index_mod');
87 print html_buildlist_mod($data1,'idx','html_list_index_mod','html_li_index_mod');
/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNDeserializer.php485 $data1 = $this->readInt();
487 if ($data1 === 0xFFFF) {
488 $data1 = -1;
497 $lexerAction = $this->lexerActionFactory($actionType, $data1, $data2);
897 private function lexerActionFactory(int $type, int $data1, int $data2) : LexerAction argument
901 return new LexerChannelAction($data1);
904 return new LexerCustomAction($data1, $data2);
907 return new LexerModeAction($data1);
916 return new LexerPushModeAction($data1);
922 return new LexerTypeAction($data1);
/template/strap/ComboStrap/
H A DFetcherMarkup.php448 $data1 = json_encode($jsonDecodeSnippets);
449 $snippetCache->storeCache($data1);