Home
last modified time | relevance | path

Searched refs:fields (Results 226 – 250 of 470) sorted by relevance

12345678910>>...19

/plugin/indexmenu/scripts/
H A Dtoolbarindexwizard.js16 fields: { class in indexmenu_wiz
111 jQuery.each(indexmenu_wiz.fields, function (i, section) {
149 //toggle js fields
156 //interactive number fields
261 jQuery.each(indexmenu_wiz.fields.div6.elems[input.id].numberinput, function (j, numid) {
/plugin/fields/
H A DREADME.md2 This Dokuwiki plugin allows you to define “fields” in a page, which can be used anywhere in the doc…
/plugin/strata/helper/
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/odt/ODT/styles/
H A DODTParagraphStyle.php473 foreach (self::$tab_stop_fields as $property => $fields) {
481 foreach (self::$paragraph_fields as $property => $fields) {
490 foreach ($text_fields as $property => $fields) {
/plugin/geonav/tpl/startermap/
H A Ddetail.php55 foreach($fields as $key => $tag){
/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.
/plugin/pagequery/
H A Dsyntax.php108 $fields = explode(',', $value);
109 foreach ($fields as $field) {
/plugin/quickstats/lang/en/
H A Dquery.txt7 - Page priority with both user agent and country set will match all three fields.
8 …- IP queries (i.e. ip priority) ignore all other fields and if an IP is included in a query where …
10 You can choose to ignore all fields other than the priority field and then only the priority field …
23 field can be included in a multi-date query where one of the other fields has priority.
/plugin/facebookwall/
H A Dsyntax.php213 $fields = "id,message,picture,link,name,description,type,icon,created_time,from,object_id";
216 …h.facebook.com/{$fb_page_id}/feed?access_token={$fb_access_token}&fields={$fields}&limit={$limit}";
/plugin/refnotes/
H A Dadmin.php287 $fields = count($field);
290 print('<td class="list" rowspan="' . $fields . '">');
296 for ($f = 1; $f < $fields; $f++) {
/plugin/userimportextended/lang/en/
H A Dintro.txt4 The CSV fields should be separated by commas (,) and strings delimited by quotation marks (%%""%%).…
/plugin/odt/ODT/
H A DODTFrame.php21 static $fields = array('background-color' => 'fo:background-color', variable in ODTFrame
304 foreach (self::$fields as $name => $odtName) {
/plugin/database/
H A Ddatabase.php1101 $fields = $rowObj->fields;
1103 if ($fields[6] == '') $fields[6] = $environment->YES;
1106 … new Column($counter, $fields[1],$fields[2],$fields[3],$fields[4], $fields[5], $fields[6]);
1246 $this->recordObjs[$recCounter] = new Record($this,$recCounter,$rowObj->fields);
1616 var $fields = array(); variable in Row
1635 $this->fields[$counter] = $element;
/plugin/pot/
H A DREADME.md42 …in:calc|calc plugin] and inspired by [https://www.dokuwiki.org/plugin:fields|fields plugin] It all…
147 …ue}. A other plugin with similar functions: [https://www.dokuwiki.org/plugin:fields|plugin fields].
/plugin/bureaucracy-au/
H A Dsyntax.php367 * @param helper_plugin_bureaucracyau_field[] $fields array with form fields
370 private function _htmlform($fields) { argument
379 foreach($fields as $id => $field) {
/plugin/bureaucracyau/
H A Dsyntax.php367 * @param helper_plugin_bureaucracyau_field[] $fields array with form fields
370 private function _htmlform($fields) { argument
379 foreach($fields as $id => $field) {
/plugin/elasticsearch/action/
H A Dsearch.php29 * Search will be performed on those fields only.
99 // get fields to use in query
100 $fields = [];
101 Event::createAndTrigger('PLUGIN_ELASTICSEARCH_SEARCHFIELDS', $fields);
108 $qstring = new \Elastica\Query\SimpleQueryString($QUERY, array_merge($this->searchFields, $fields));
125 "fields" => [
/plugin/dw2pdf/vendor/mpdf/mpdf/ttfonts/
H A DJomolhari-OFL.txt65 in the appropriate machine-readable metadata fields within text or
66 binary files as long as those fields can be easily viewed by the user.
72 other font description fields, which are used to differentiate the
/plugin/struct/
H A Dstyle.less70 // general input fields
89 // wrap multi-value fields
95 // space multi-value fields
/plugin/aimg/
H A Dscript.js919 var fields = area.getElementsByTagName('span');
920 for (var n = 0; n < fields.length; n++)
922 var field = fields.item(n);
1066 var noteID = '', fields = area.getElementsByTagName('span');
1067 for (var n = 0; n < fields.length; n++)
1068 if (fields.item(n).className == 'fn-note-id')
1069 noteID = fields.item(n).getAttribute('title');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dcrud.asciidoc163 existing document, or perform a partial update to just some fields (either
164 changing an existing field or adding new fields).
171 parameter. This merges the fields in `doc` with the existing document.
/plugin/bureaucracy/
H A Dsyntax.php372 * @param helper_plugin_bureaucracy_field[] $fields array with form fields
375 private function _htmlform($fields) { argument
384 foreach($fields as $id => $field) {
/plugin/bureaucracyau/helper/
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
/plugin/bureaucracy-au/helper/
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
/plugin/bureaucracy/helper/
H A Dfield.php196 …* @param helper_plugin_bureaucracy_field[] $fields (reference) form fields (POST handled upto $thi…
201 public function handle_post($value, &$fields, $index, $formid) { argument

12345678910>>...19