Lines Matching refs:array

143 			foreach($citation as $array)
145 if(array_key_exists('_NAME', $array) && array_key_exists('_DATA', $array))
146 $this->session->setVar("cite_" . $array['_NAME'],
147 base64_encode($array['_DATA']));
149 foreach($common as $array)
151 if(array_key_exists('_NAME', $array) && array_key_exists('_DATA', $array))
152 $this->session->setVar("style_" . $array['_NAME'],
153 base64_encode($array['_DATA']));
187 foreach($styleDefinition as $array)
189 if(array_key_exists('_NAME', $array) && array_key_exists('_DATA', $array)
190 && array_key_exists('_ELEMENTS', $array))
192 if($array['_NAME'] == 'ultimate')
194 $temp['ultimate'] = $array['_DATA'];
197 if(empty($array['_ELEMENTS']))
199 $this->fallback[$type] = $array['_DATA'];
202 foreach($array['_ELEMENTS'] as $elements)
204 if($array['_NAME'] == 'independent')
207 $temp[$array['_NAME']][$split[1]]
211 $temp[$array['_NAME']][$elements['_NAME']]
926 preg_match("/(.*)(?<!`|[a-zA-Z])($search)(?!`|[a-zA-Z])(.*)/", $subject, $array);
927 if(empty($array))
942 $pre = $array[1];
943 $fieldName = $array[2];
944 $post = $array[3];
1163 function arrayToXML($array, $type) argument
1166 if(empty($array)) // no style definition for this type so set fallback
1175 foreach($array as $key => $value)
1192 $array = array("style_titleCapitalization", "style_primaryCreatorFirstStyle",
1209 $this->writeSession($array);
1226 foreach($array as $input)
1298 function writeSession($array) argument
1320 $array[] = "style_primaryCreatorSepBetween";
1321 $array[] = "style_primaryCreatorSepLast";
1322 $array[] = "style_otherCreatorSepBetween";
1323 $array[] = "style_otherCreatorSepLast";
1324 $array[] = "style_primaryCreatorListMore";
1325 $array[] = "style_primaryCreatorListLimit";
1326 $array[] = "style_primaryCreatorListAbbreviation";
1327 $array[] = "style_otherCreatorListMore";
1328 $array[] = "style_otherCreatorListLimit";
1329 $array[] = "style_otherCreatorListAbbreviation";
1330 $array[] = "style_editorSwitchIfYes";
1331 $array[] = "style_primaryCreatorUppercase";
1332 $array[] = "style_otherCreatorUppercase";
1333 $array[] = "style_primaryTwoCreatorsSep";
1334 $array[] = "style_primaryCreatorSepFirstBetween";
1335 $array[] = "style_primaryCreatorSepNextBetween";
1336 $array[] = "style_primaryCreatorSepNextLast";
1337 $array[] = "style_otherTwoCreatorsSep";
1338 $array[] = "style_otherCreatorSepFirstBetween";
1339 $array[] = "style_otherCreatorSepNextBetween";
1340 $array[] = "style_otherCreatorSepNextLast";
1341 $array[] = "style_primaryCreatorRepeatString";
1342 $array[] = "style_primaryCreatorListAbbreviationItalic";
1343 $array[] = "style_otherCreatorListAbbreviationItalic";
1344 $array[] = "style_userMonth_1";
1345 $array[] = "style_userMonth_2";
1346 $array[] = "style_userMonth_3";
1347 $array[] = "style_userMonth_4";
1348 $array[] = "style_userMonth_5";
1349 $array[] = "style_userMonth_6";
1350 $array[] = "style_userMonth_7";
1351 $array[] = "style_userMonth_8";
1352 $array[] = "style_userMonth_9";
1353 $array[] = "style_userMonth_10";
1354 $array[] = "style_userMonth_11";
1355 $array[] = "style_userMonth_12";
1356 $array[] = "style_dateRangeDelimit1";
1357 $array[] = "style_dateRangeDelimit2";
1358 $array[] = "cite_useInitials";
1359 $array[] = "cite_creatorUppercase";
1360 $array[] = "cite_creatorListAbbreviationItalic";
1361 $array[] = "cite_creatorListSubsequentAbbreviationItalic";
1362 $array[] = "cite_templateSuperscript";
1363 $array[] = "cite_ambiguousName";
1364 $array[] = "cite_ambiguousMore";
1365 $array[] = "cite_ambiguousTitle";
1366 $array[] = "cite_ambiguousYear";
1367 $array[] = "cite_ambiguousNameFormat";
1368 $array[] = "cite_ambiguousYearFormat";
1369 $array[] = "cite_ibid";
1370 $array[] = "cite_idem";
1371 $array[] = "cite_opCit";
1372 $array[] = "cite_footnotePagePosition";
1373 $array[] = "cite_footnotePageTemplate";
1374 $array[] = "cite_ibidPage";
1375 foreach($array as $input)