Home
last modified time | relevance | path

Searched refs:array (Results 51 – 75 of 765) sorted by path

12345678910>>...31

/plugin/batchedit/
H A Dengine.php192 return serialize(array($this->pageOffset, $this->originalText, $this->replacedText,
251 $this->matches = array();
280 $data = array(
400 return serialize(array($this->id, $this->matches));
540 $expired = array();
566 private static $persistentWarnings = array(
577 $this->warnings = array();
578 $this->pages = array();
636 $this->saveArray('matches', array($this->warnings, $this->matches, $this->pages));
651 $this->pages = array();
769 saveArray($name, $array) global() argument
[all...]
/plugin/bez/mdl/
H A DEntity.php40 $assoc = array();
78 protected function set_property_array($array) { argument
79 foreach ($array as $k => $v) {
170 public function mail_notify($content, $users=false, $attachedImages=array()) {
199 // $resign_link = $this->model->action->url('unsubscribe', array('GET' => array( 't' => $token)));
H A DValidator.php8 private $rules=array(), $errors=array(), $model;
53 $result = call_user_func_array(array($this, $validator), $args);
54 return array($result, $method);
59 return array(false, 'is_null');
61 return array(true, 'is_null');
78 throw new ValidationException('-unknown', array($field => $code));
86 $val_data = array();
110 public function validate_array_of($array, $args) { argument
114 foreach ($array a
[all...]
/plugin/bible/bible_douayRheims/
H A D1_Kings.txt87 …4:2. And put their army in array against Israel. And when they had joined battle, Israel turned th…
405 …hered together, came to the valley of Terebinth, and they set the army in array to fight against t…
424 …17:21. For Israel had put themselves in array, and the Philistines who stood against them were pre…
H A D1_Paralipomenon.txt500 …12:33. And of Zabulon such as went forth to battle, and stood in array well appointed with armour …
663 …19:9. And the children of Ammon came out and put their army in array before the gate of the city: …
671 …ll Israel, and passed the Jordan, and came upon them, and put his army in array against them, and …
H A D2_Kings.txt226 …10:8. And the children of Ammon came out, and set their men in array at the entering in of the gat…
227 …before and behind, chose of all the choice men of Israel, and put them in array against the Syrian…
228 …10:10. And the rest of the people he delivered to Abisai his brother, who set them in array agains…
235 …sed over the Jordan, and came to Helam: and the Syrians set themselves in array against David, and…
H A D2_Machabees.txt531 …ent would be given, and the enemies were at hand, and the army was set in array, the beasts and th…
H A D2_Paralipomenon.txt262 …ur hundred thousand most valiant and chosen men, Jeroboam put his army in array against him, eight…
291 …14:10. And Asa went out to meet him, and set his army in array for battle in the vale of Sephata, …
H A D3_Kings.txt720 …20:29. And both sides set their armies in array one against the other seven days, and on the seven…
H A DCanticles.txt80 6:3. Thou art beautiful, O my love, sweet and comely as Jerusalem terrible as an army set in array.
86 …forth as the morning rising, fair as the moon, bright as the sun, terrible as an army set in array?
H A DGenesis.txt344 … which is Segor, went out: and they set themselves against them in battle array, in the woodland v…
H A DJeremias.txt1062 …d he shall burn them, and he shall carry them away captives: and he shall array himself with the l…
H A DJosue.txt165 …8:13. But all the rest of the army went in battle array on the north side, so that the last of tha…
166 …morning, and went out with all the army of the city, and set it in battle array, toward the desert…
H A DJudges.txt567 …20:22. Again Israel, trusting in their strength and their number, set their army in array in the s…
578 …ael rising up out of the places where they were, set their army in battle array, in the place whic…
/plugin/bibtex/OSBib/
H A DLOADSTYLE.php48 $array[strtoupper($dir)] = $matches[1];
53 if(!isset($array))
54 return $array = array();
58 ksort($array);
59 return $array;
H A DPARSEXML.php61 foreach($this->entries[0]['_ELEMENTS'][1]['_ELEMENTS'] as $array)
62 $types[] = $array;
70 foreach($this->entries[0]['_ELEMENTS'][2]['_ELEMENTS'] as $array)
71 $types[] = $array;
/plugin/bibtex/OSBib/create/
H A DADMINSTYLE.php145 if(array_key_exists('_NAME', $array) && array_key_exists('_DATA', $array))
149 foreach($common as $array)
151 if(array_key_exists('_NAME', $array) && array_key_exists('_DATA', $array))
189 if(array_key_exists('_NAME', $array) && array_key_exists('_DATA', $array)
927 if(empty($array))
942 $pre = $array[1];
943 $fieldName = $array[2];
944 $post = $array[3];
1369 $array[] = "cite_ibid";
1370 $array[] = "cite_idem";
[all …]
H A DFORM.php117 function selectFBox($label, $name, $array, $size = 3, $override = FALSE) argument
125 $value = array_shift($array);
128 foreach($array as $value)
148 foreach($array as $value)
169 function selectFBoxValue($label, $name, $array, $size = 3, $override = FALSE) argument
178 $formMisc->reduceLongText(current($array), $override) . "</option>\n";
180 foreach($array as $key => $value)
206 foreach($array as $key => $value)
232 $formMisc->reduceLongText(current($array), $override) . "</option>\n";
234 foreach($array as $key => $value)
[all …]
H A DSESSION.php76 $array[$matches[1]] = $value;
78 if(isset($array))
79 return $array;
/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php141 foreach($common as $array)
143 if(array_key_exists('_NAME', $array) && array_key_exists('_DATA', $array))
144 $this->style[$array['_NAME']] = $array['_DATA'];
161 foreach($styleDefinition as $array)
163 if(array_key_exists('_NAME', $array) && array_key_exists('_DATA', $array)
166 if($array['_NAME'] == 'fallbackstyle')
171 if($array['_NAME'] == 'ultimate')
207 $this->$type = $array;
1023 if(sizeof($array) == 1)
1025 $newString .= $this->utf8->utf8_strtolower($this->utf8->encodeUtf8($array[1])) . $array[2];
[all …]
H A DPARSESTYLE.php38 preg_match("/(.*)(?<!`|[a-zA-Z])($search)(?!`|[a-zA-Z])(.*)/", $subject, $array);
39 if(empty($array))
54 $pre = $array[1];
55 $fieldName = $array[2];
56 $post = $array[3];
H A DREADME.txt42 This scans the style file directory and returns an alphabetically sorted (on the key) array of avai…
148 $row is an associative array returned from your SQL query as described in the STYLEMAP.php section …
159 $creators -- Multi-associative array of creator names. e.g. this array might be of the primary auth…
160 array(
161 …[0] => array(['surname'] => 'Grimshaw', ['firstname'] => Mark, ['initials'] => 'N', ['prefix'] => …
162 [1] => array(['surname'] => 'Witt', ['firstname'] => Jan, ['initials'] => , ['prefix'] => 'de')
194 …ining items to the internal $item array in BIBFORMAT.php. Use this to add elements of your resour…
214 // Add various resource elements to BIBFORMAT::item array that require special processing and forma…
223 // Add all the other elements of the resource to BIBFORMAT::item array
233 $resourceArray = array(
[all …]
/plugin/bibtex/OSBib/format/bibtexParse/
H A DPARSECREATORS.php91 $array = split(" ", $remainder);
92 foreach($array as $value)
H A DPARSEENTRIES.php210 $array = preg_split("/,\s*([-_.:,a-zA-Z0-9]+)\s*={1}\s*/U", $seg, PREG_SPLIT_DELIM_CAPTURE);
212 if(!array_key_exists(1, $array))
213 return array($array[0], FALSE);
214 return array($array[0], $array[1]);
H A DPARSEMONTH.php64 preg_match("/([0-9]+).*([0-9]+)|([0-9]+)/", $dayField, $array);
65 if(array_key_exists(3, $array))
68 $this->startDay = $array[3];
70 $this->endDay = $array[3];
74 if(array_key_exists(1, $array))
75 $this->startDay = $array[1];
76 if(array_key_exists(2, $array))
77 $this->endDay = $array[2];

12345678910>>...31