Home
last modified time | relevance | path

Searched refs:fields (Results 151 – 175 of 470) sorted by relevance

12345678910>>...19

/plugin/bureaucracy/helper/
H A Dfieldstatic.php27 …* @param helper_plugin_bureaucracy_field[] $fields (reference) form fields (POST handled upto $thi…
32 public function handle_post($value, &$fields, $index, $formid) { argument
H A Dfieldusemailtemplate.php41 …* @param helper_plugin_bureaucracy_field[] $fields (reference) form fields (POST handled upto $thi…
46 function handle_post($value, &$fields, $index, $formid) { argument
H A Dfieldwiki.php28 …* @param helper_plugin_bureaucracy_field[] $fields (reference) form fields (POST handled upto $thi…
33 public function handle_post($value, &$fields, $index, $formid) { argument
H A Dactionscript.php11 public function run($fields, $thanks, $argv) { argument
49 return $handler->handleData($fields, $thanks);
H A Dfieldsubmit.php57 …* @param helper_plugin_bureaucracy_field[] $fields (reference) form fields (POST handled upto $thi…
62 public function handle_post($value, &$fields, $index, $formid) { argument
/plugin/apidoc/
H A Dsyntax.php13 public $fields=array(); variable in syntax_plugin_apidoc_data_class
182 foreach( $data->fields AS $f ) {
244 $co = $rData->fields[] = new syntax_plugin_apidoc_data_field( explode( "|", $matches[++$i] ) );
273 $data->fields = $this->apidoc_sort( $data->fields );
/plugin/scrape/HTMLPurifier/Printer/
H A DConfigForm.php
/plugin/pagemod/helper/
H A Dpagemod.php16 * @param helper_plugin_bureaucracy_field[] $fields the list of fields in the form
23 public function run($fields, $thanks, $argv) { argument
31 $this->prepareFieldReplacements($fields);
/plugin/bez/mdl/
H A DEntity.php5 * All fields are stored in object as strings.
110 $fields = $this->acl->get_list();
113 $fields = array_filter($fields, function ($k) use ($filter) {
118 return array_keys(array_filter($fields, function ($var) {
H A DValidator.php85 public function validate($data, $fields=null) { argument
88 if (is_null($fields)) {
89 $fields = array_keys($this->rules);
93 if (!in_array($key, $fields)) {
/plugin/strata/helper/
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...]
/plugin/numbering/
H A DREADME.md9 In addition, there is a feature which ties into the numbering fields of the bureaucracy plugin, ena…
10 and guaranteeing unique, sequential updating of those fields.
/plugin/solr/
H A DAddDocument.php32 public function addPage($fields){ argument
35 foreach($fields as $name => $value) {
/plugin/data/
H A Dbureaucracy_field.php140 * @param helper_plugin_bureaucracy_field[] $fields (reference) form fields (POST handled upto $this field) argument
145 public function handlePost($value, &$fields, $index, $formid)
151 return parent::handlePost($value, $fields, $index, $formid);
/plugin/data/helper/
H A Daliastextbox.php135 * @param helper_plugin_bureaucracy_field[] $fields (reference) form fields (POST handled upto $this field)
140 public function handlePost($value, &$fields, $index, $formid)
146 return parent::handlePost($value, $fields, $index, $formid);
136 handle_post($value, & $fields, $index, $formid) global() argument
/plugin/bez/struct/
H A DBezType.php135 $fields = array('id');
137 $fields[] = 'state';
140 $sql = "SELECT " . implode(',', $fields) . " FROM $table WHERE id LIKE ? LIMIT $max";
/plugin/bureaucracy-au/helper/
H A Dactionscript.php11 public function run($fields, $thanks, $argv) { argument
49 return $handler->handleData($fields, $thanks);
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
/plugin/bureaucracyau/helper/
H A Dactionscript.php11 public function run($fields, $thanks, $argv) { argument
49 return $handler->handleData($fields, $thanks);
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
/plugin/airtable/
H A DREADME.md26 Multiple fields are separated by `,`
43 `{{airtable>type: "table" | record-url: "theURL" | fields: "field1", "field2" | where: "FORMULA" | …
59 `{{airtable>type: "table" | fields: "Name", "# of bulbs", "Posted By", "Post Text", "Post Image(s)"…
67 `{{airtable>type: "record" | record-url: "theURL" | fields: "field1", "field2" | alt-tag: "ALT_TAG"…
108 `{{airtable>type: "text" | fields: "field1", "field2" | record-url: "theRecordURL"}}`
109 This display type requires the additional parameter: `fields`
110 **At least one** field must be specified. Multiple fields will be concatenated to a single string
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DTopHits.php91 * Set script fields.
137 public function setFieldDataFields(array $fields): self argument
139 return $this->setParam('docvalue_fields', $fields);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DInnerHits.php107 * Set script fields.
147 public function setFieldDataFields(array $fields): self argument
149 return $this->setParam('docvalue_fields', $fields);
/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/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) {

12345678910>>...19