Home
last modified time | relevance | path

Searched refs:fields (Results 126 – 150 of 470) sorted by path

12345678910>>...19

/plugin/bible/bible_douayRheims/
H A DMark.txt68 …2:23. And it came to pass again, as the Lord walked through the corn fields on the sabbath, that h…
162 …5:14. And they that fed them fled, and told it in the city and in the fields. And they went out to…
H A DMicheas.txt18 …2:2. And they have coveted fields, and taken them by violence, and houses they have forcibly taken…
H A DNumbers.txt603 … floweth with rivers of milk and honey, and hast given us possessions of fields and vineyards; wil…
723 …e may have leave to pass through thy country. We will not go through the fields, nor through the v…
758 …I may have leave to pass through thy land: we will not go aside into the fields or the vineyards, …
H A DPsalms.txt87 …t subjected all things under his feet, all sheep and oxen: moreover, the beasts also of the fields.
978 …64:12. Thou shalt bless the crown of the year of thy goodness: and thy fields shall be filled with…
1597 …95:12. The fields and all things that are in them shall be joyful. Then shall all the trees of the…
1856 106:37. Anti they sowed fields, and planted vineyards: and they yielded fruit of birth.
2272 131:6. Behold we have heard of it in Ephrata: we have found it in the fields of the wood.
/plugin/bibtex/OSBib/
H A DCHANGELOG14 NB - an upgrade of the bibtexparse package is also required since handling of month fields has been…
/plugin/bibtex/OSBib/format/bibtexParse/
H A DCHANGELOG16 month fields that have multiple dates (e.g. dec # " 5--9," or nov # " 29" # "--" # dec # " 2") are …
58 … to PARSEENTRIES to decide whether to remove enclosing "..." or {...} from string and entry fields.
H A DREADME52 In other words, an array of separate BibTeX entries each one an array comprising the fields, entry …
/plugin/bugzillaint/docs/
H A Dbugzillaint.txt72 …<'' ''>'' is optional. You can define extra fields to show. See below for more information about e…
81 …''depth'' option limits the depth of the hierarchy. Use the option ''extras'' to show extra fields.
90fields (also using multiple, comma-separated values). In addition to the quicksearch query, you ca…
96 === Extra fields ===
98 Bugs can be shown with extra fields. For example, you can show the assignee (''assigned_to'')
101 Extra fields are available on individual Bug Links, Bug Lists as well as Bug
102 Trees. If you specify the extra fields, you overwrite the default value as
103 defined in the plugin settings. Please not that the fields ''priority'', ''severity'' and ''deadlin…
107 The complete list of available extra fields:
/plugin/bugzillaint/helper/
H A Dbugzillaclient.php247 $fields = array();
250 $fields[] = 'depends_on';
251 $fields[] = 'blocks';
257 $fields[] = 'deadline';
259 $fields[] = 'status';
262 $fields[] = 'version';
264 $fields[] = 'priority';
266 $fields[] = 'severity';
274 $fields[] = 'product';
276 $fields[] = 'component';
[all …]
/plugin/bureaucracy-au/_test/
H A Dinput.txt4 Fieldset "A set of fields"
19 fieldset "even more fields"
/plugin/bureaucracy-au/helper/
H A Daction.php30 * @param helper_plugin_bureaucracyau_field[] $fields the list of fields in the form
37 public function run($fields, $thanks, $argv){ argument
88 * @param helper_plugin_bureaucracyau_field[] $fields List of field objects
91 function prepareFieldReplacements($fields) { argument
92 foreach ($fields as $field) {
H A Dactionmail.php17 * @param helper_plugin_bureaucracyau_field[] $fields
23 public function run($fields, $thanks, $argv) { argument
33 $this->prepareFieldReplacements($fields);
39 list($table_html, $table_text) = $this->processFieldsBuildTable($fields, $mail);
89 * @param helper_plugin_bureaucracyau_field[] $fields
93 protected function processFieldsBuildTable($fields, $mail) { argument
99 foreach($fields as $field) {
108 foreach($fields as $field_tmp) {
H A Dactionscript.php11 public function run($fields, $thanks, $argv) { argument
49 return $handler->handleData($fields, $thanks);
H A Dactiontemplate.php23 public function run($fields, $thanks, $argv) { argument
37 $this->prepareFieldReplacements($fields);
39 $this->buildTargetPagename($fields, $sep);
42 $this->getAdditionalTargetpages($fields);
52 $this->processUploads($fields);
53 $this->replaceAndSavePages($fields);
70 foreach ($fields as $field) {
94 function getAdditionalTargetpages($fields) { argument
98 foreach ($fields as $field) {
232 'fields' => $fields
[all …]
H A Dfield.php196 …* @param helper_plugin_bureaucracyau_field[] $fields (reference) form fields (POST handled upto $t…
201 public function handle_post($value, &$fields, $index, $formid) { argument
H A Dfieldaddpage.php42 …* @param helper_plugin_bureaucracyau_field[] $fields (reference) form fields (POST handled upto $t…
47 function handle_post($value, &$fields, $index, $formid) { argument
H A Dfieldfieldset.php63 …* @param helper_plugin_bureaucracyau_field[] $fields (reference) form fields (POST handled upto $t…
68 public function handle_post($value, &$fields, $index, $formid) { argument
76 $field = $fields[$n];
90 for ($n = $index + 1 ; $n < count($fields) ; ++$n) {
91 $field = $fields[$n];
H A Dfieldfile.php46 …* @param helper_plugin_bureaucracyau_field[] $fields (reference) form fields (POST handled upto $t…
51 public function handle_post($value, &$fields, $index, $formid) { argument
54 return parent::handle_post($value['name'], $fields, $index, $formid);
H A Dfieldnumber.php66 * @param array $fields (reference) form fields (POST handled upto $this field)
71 public function handle_post($value, &$fields, $index, $formid) { argument
74 return parent::handle_post($value, $fields, $index, $formid);
H A Dfieldstatic.php27 …* @param helper_plugin_bureaucracyau_field[] $fields (reference) form fields (POST handled upto $t…
32 public function handle_post($value, &$fields, $index, $formid) { argument
H A Dfieldsubject.php29 …* @param helper_plugin_bureaucracyau_field[] $fields (reference) form fields (POST handled upto $t…
34 function handle_post($value, &$fields, $index, $formid) { argument
H A Dfieldsubmit.php57 …* @param helper_plugin_bureaucracyau_field[] $fields (reference) form fields (POST handled upto $t…
62 public function handle_post($value, &$fields, $index, $formid) { argument
H A Dfieldusemailtemplate.php41 …* @param helper_plugin_bureaucracyau_field[] $fields (reference) form fields (POST handled upto $t…
46 function handle_post($value, &$fields, $index, $formid) { argument
H A Dfieldwiki.php28 …* @param helper_plugin_bureaucracyau_field[] $fields (reference) form fields (POST handled upto $t…
33 public function handle_post($value, &$fields, $index, $formid) { argument
/plugin/bureaucracy-au/interfaces/
H A Dbureaucracy_handler_interface.php18 public function handleData($fields, $thanks); argument

12345678910>>...19