Home
last modified time | relevance | path

Searched refs:fields (Results 426 – 450 of 470) sorted by path

1...<<111213141516171819

/plugin/solr/
H A DAddDocument.php32 public function addPage($fields){ argument
35 foreach($fields as $name => $value) {
H A DPageinfo.php22 $fields = array(
27 $fields['created'] = date('Y-m-d\TH:i:s\Z', $meta['date']['created']);
28 $fields['modified'] = date('Y-m-d\TH:i:s\Z', $meta['date']['modified']);
29 $fields['creator'] = $meta['creator'];
30 $fields['title'] = $meta['title'];
31 $fields['abstract'] = $meta['description']['abstract'];
35 $fields['contributor'][] = $name;
42 $fields['references'][] = $id;
46 trigger_event('SOLR_INDEX_FIELDS', $fields);
47 return $fields;
H A DREADME.md56 …t. This is because DokuWiki has no API for creating localized date entry fields and I don't want t…
H A Dhelper.php264 $fields = array(
282 trigger_event('SOLR_ADV_SEARCH_FIELDS', $fields);
284 foreach($fields as $field_id => $field) {
/plugin/sphinxsearch-was/
H A Dsphinxapi.php1121 $fields = array();
1129 $fields[] = substr($response, $p, $len);
1132 $result["fields"] = $fields;
/plugin/sphinxsearch/
H A Dsphinxapi.php1160 $fields = array ();
1167 $fields[] = substr ( $response, $p, $len ); $p += $len;
1169 $result["fields"] = $fields;
/plugin/sqlraw/
H A Dsyntax.php365 foreach($rows as $fields) {
368 foreach ($fields as $field) {
375 foreach ($fields as $key=>$value) {
648 function _strputcsv($fields = array(), $numheadings, $delimiter = ',', $enclosure = '"') { argument
652 $field_cnt = count($fields)-1;
654 reset($fields);
656 foreach( $fields AS $field ) {
806 foreach($rows as $fields) {
811 foreach ($fields as $field) {
/plugin/strata/helper/
H A Dsyntax.php118 trigger_error("Syntax fragment fields are read-only on {$trace[0]['file']}:{$trace[0]['line']}", E_USER_NOTICE);
124 trigger_error("Syntax fragment fields are read-only on {$trace[0]['file']}:{$trace[0]['line']}", E_USER_NOTICE);
689 $fields = array();
692 $fieldsGroups = $this->extractGroups($tree, 'fields');
704 $fields = $this->parseFieldsLong($fieldsLines, $typemap);
705 if(!$fields) return array();
708 return $fields;
H A Dtriples.php534 $fields = array_diff($terms, $common);
541 $fields[]='COALESCE(r1.'.$c.', r2.'.$c.') AS '.$c;
548 $fields = implode(', ',$fields);
551 'sql'=>'SELECT DISTINCT '.$fields.' FROM ('.$gp1['sql'].') AS r1 '.$join.' ('.$gp2['sql'].') AS r2 ON '.$intersect,
730 $fields = array();
764 // project extra fields that are required for the grouping
769 $fields[] = $name;
784 $fields[] = $name;
795 // add fields suggeste
[all...]
H A Dutil.php195 * the necessary <span> tag to allow styling of fields and to ease extraction of values
242 function renderCaptions($mode, &$R, $fields) { argument
244 foreach($fields as $f) {
/plugin/strata/
H A Dmanual.txt50 **Empty values**: Any field that doesn't have a value is ignored. This way you can quickly write down some fields you want to use, but fill in their values later.
79 **Types**: In a query, you can use [[#types]]. You can use types for fields and values, and you can use them in the opening tag. Types are 'sticky': if you put ''?p Birthday [date]: ?b'' the date type will automatically stick to the ''?b'' variable (you could have achieved the same with ''?p Birthday: ?b [date]'').
336 The query result blocks are: [[#sorting|sort]], [[#grouping|group]], [[#variable projection|fields]] and [[#Considering Fields|consider]].
367 fields {
377 Any variables not mentioned in the projection are left out of consideration for determining what the results are. This might create a problem where simple results from a complex query seem incomplete, in that case try [[#Considering fields]].
387 ==== Considering fields ====
389 If a variable is not mentioned as one of the displayed fields, it will be ignored. You can hint that some field needs to be considered, but not displayed.
395 All variables mentioned will be considered to be relevant, even if they are not displayed. Since the queries use so called 'set semantics', results that are equivalent will be reduced to a single result. This can be prevented by declaring additional variables to be considered; results are only equivalent if all displayed and all considered fields are equal.
428 fields {
446 Here, we use a block ''%%Relation%%'' to set different properties for the column named ''%%Relation%%'' (this name is specified in the ''%%fields
[all...]
H A Dscript.js131 var create_item_compare = function(fields, isAscending, sortType) { argument
135 for (var i = 0; i < fields.length; i++) {
138 var values1 = valueMap1[fields[i]];
139 var values2 = valueMap2[fields[i]];
281 // Get all values for the fields selected by fieldSelector within the given item
283 // Return all values of each field and the empty string for fields without values
307 var fields = [];
312 fields.push(jQuery(items[i]).attr('data-field'));
316 jQuery('.strata-item', element).sortElements(create_item_compare(fields, isAscending, sortType));
320 var fields
[all...]
/plugin/strata/syntax/
H A Dlist.php60 $fields = array();
61 foreach($data['fields'] as $meta) {
62 $fields[] = array(
78 $this->util->renderCaptions($mode, $R, $fields);
94 foreach($fields as $f) {
121 foreach($fields as $f) {
H A Dtable.php47 foreach($data['fields'] as $meta) {
48 $fields[] = array(
67 foreach($fields as $f) {
83 foreach($fields as $f) {
94 $R->tablecell_open(count($fields));
111 foreach($fields as $f) {
/plugin/struct/action/
H A Doutput.php113 foreach ($data as $schema => $fields) {
115 foreach ($fields as $field => $value) {
116 // format fields
/plugin/struct/helper/
H A Dlookup.php15 * @param helper_plugin_bureaucracy_field[] $fields array with form fields
22 public function run($fields, $thanks, $argv) argument
28 foreach ($fields as $field) {
/plugin/struct/lang/en/
H A Deditor_edit.txt3 Add or modify fields of the schema here.
5 Field names have to be unique. It is recommended to use short identifiers that unlikely change later as they will be used to reference the fields in aggregations later. Use the translation labels in the field's configuration for more human readable names.
/plugin/struct/
H A Dstyle.less70 // general input fields
89 // wrap multi-value fields
95 // space multi-value fields
/plugin/structacl/
H A Daction.php50 foreach ($config as $schemaName => $fields) {
58 foreach ($fields as $field) {
/plugin/structinputstretch/
H A DREADME3 Automatically stretch struct input fields when content grows.
H A Dplugin.info.txt6 desc Automatically stretch struct input fields when content grows.
/plugin/structsection/
H A DREADME3 Show struct wiki fields as actaul sections of the page
H A Dplugin.info.txt6 desc New type to show struct wiki fields as actual sections of the page
/plugin/structupdate/helper/
H A Dupdate.php29 * @param helper_plugin_bureaucracy_field[] $fields array with form fields
36 public function run($fields, $thanks, $argv) { argument
45 $this->prepareFieldReplacements($fields);
51 foreach($fields as $field) {
/plugin/subjectindex/plugins/
H A Dbible_verses.txt1724 …ding to Moses' word, and the frogs began to die off from the houses, the courtyards and the fields.
7384 And YOUR fields and YOUR vineyards and YOUR olive groves, the best ones, he will take and actually …
7385 And of YOUR fields of seed and of YOUR vineyards he will take the tenth, and he will certainly give…
12387 And there were those who were saying: "We have borrowed money for the king's tribute on our fields
12962 [To] the One giving rain upon the surface of the earthAnd sending waters upon the open fields;
15737 And they sow fields and plant vineyards,That they may yield fruitful crops.
16158 Look! We have heard it in Eph'ra·thah,We have found it in the fields of the forest.
18272 Beat yourselves upon the breasts in lamentation over the desirable fields, over the fruit-bearing v…
19747 For this is what Jehovah of armies, the God of Israel, has said, 'Houses and fields and vineyards w…
24649 Also, many spread their outer garments on the road, but others cut down foliage from the fields.
[all …]

1...<<111213141516171819