Home
last modified time | relevance | path

Searched refs:field (Results 451 – 475 of 555) sorted by path

1...<<11121314151617181920>>...23

/plugin/prosemirror/
H A DREADME.md59 - Prosemirror synchronizes all changes with the underlying json in the `<input>` field
/plugin/publist/
H A DTODO29 * Configurable global defaults: sort order, sort field, ...
/plugin/publist/bib2tpl/
H A Dbibtex_converter.php239 foreach ( $this->options['only'] as $field => $regexp ) {
240 if ( !empty($entry[$field]) ) {
241 $val = $field === 'author'
243 : $entry[$field];
/plugin/publist/bib2tpl/lib/
H A DBibTex.php451 $field = strtolower(trim(substr($entry, $position+1)));
452 $ret[$field] = $value;
/plugin/publistf/
H A DTODO29 * Configurable global defaults: sort order, sort field, ...
/plugin/publistf/bib2tpl/
H A Dbibtex_converter.php258 foreach ( $this->options['only'] as $field => $regexp ) {
259 if ( !empty($entry[$field]) ) {
260 $val = $field === 'author'
262 : $entry[$field];
/plugin/publistf/bib2tpl/lib/
H A DBibTex.php451 $field = strtolower(trim(substr($entry, $position+1)));
452 $ret[$field] = $value;
/plugin/publistx/
H A DTODO29 * Configurable global defaults: sort order, sort field, ...
/plugin/publistx/bib2tpl/
H A Dbibtex_converter.php254 foreach ( $this->options['only'] as $field => $regexp ) {
255 if ( !empty($entry[$field]) ) {
256 $val = $field === 'author'
258 : $entry[$field];
/plugin/publistx/bib2tpl/lib/
H A DBibTex.php451 $field = strtolower(trim(substr($entry, $position+1)));
452 $ret[$field] = $value;
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Model/
H A DAbstractModel.php25 * @param mixed $field
27 protected function get($field) argument
29 if (isset($this->raw[$field])) {
30 return $this->raw[$field];
32 if (preg_match('/^is_/', $field)) {
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ext/
H A Dconfig.m434 CFLAGS="$CFLAGS -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror"
/plugin/quickstats/lang/en/
H A Dquery.txt5 Queries are governed by the dominant or **priority** field.
6 - Any priority with country set will match the priority field plus the country.
8 …ignore all other fields and if an IP is included in a query where another field has priority, the …
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.
39 The accesses field in the table refers to the number of times the IP address has accessed the site.
/plugin/quickstats/scripts/
H A Dextended_data.php470 foreach($fields as $field=>$label) {
471 if(!isset($_POST[$field])) continue;
472 $value = rawurldecode($INPUT->str($field));
473 switch($field) {
/plugin/refnotes/
H A Dadmin.js233 this.element = jQuery('#field-' + settingName);
292 jQuery('#field-reference-db-namespace').css('width', '19em');
302 for (let field of fields.values()) {
303 field.enable(true);
310 for (let [name, field] of fields) {
311 settings[name] = field.getValue();
454 this.element = jQuery('#field-' + styleName);
507 let button = jQuery('#field-' + styleName + '-inherit');
651 for (let field of fields.values()) {
652 field
[all...]
H A Dadmin.php159 $field = $this->getFields();
160 foreach ($field as $f) {
170 $field = array();
174 $field[] = new $class($id, $fd);
177 return $field;
183 protected function printFieldRow($field, $startRow = true) {
188 if (get_class($field) != 'refnotes_config_textarea') {
189 $settingName = $field->getSettingName();
199 print($field->getLabel());
206 print($field
192 printFieldRow($field, $startRow = true) global() argument
[all...]
H A Dbibtex.php224 $this->allowedModes = array('field');
315 private $field; variable in refnotes_bibtex_handler
330 $this->field = NULL;
387 public function field($match, $state) { function in refnotes_bibtex_handler
390 $this->field = new refnotes_bibtex_field(preg_replace('/\W*(\w[\w-]+)\W*/', '$1', $match));
394 $this->field->addToken('unmatched', $match);
398 $this->entry->addField($this->field);
399 $this->field = NULL;
410 $this->field->addToken('integer', $match);
420 $this->field
526 private $field; global() variable in refnotes_bibtex_entry
576 addField($field) global() argument
[all...]
/plugin/refnotes/lang/en/
H A D__template.txt5 * Group a number of notes into single data table (//sheet//). The first row of the table is used to specify which field the corresponding column contains.
6 * Use separate table for each note (//card//). The table should have two columns where the first column is used to specify the field names.
10 For sheets and cards plugin does not make a distinction between normal table cells and header cells. The field name cells are identified only based on their content. The names are case insensitive and can also be specified using locale-specific labels. BibTeX and ''dataentry'' sections support only field names. The full list of field names is provided in [[doku>plugin:refnotes:refdb|reference database documentation]].
/plugin/revealjs/
H A DREADME.md15 …alyzer/dokuwiki-plugin-revealjs/zipball/master in the manual installation field or use Dokuwiki's …
/plugin/runcommand/
H A Dsyntax.php102 $field=array('key' => RC_EXP_COMMAND, 'value' => $objLine[1]);
105 $field=array('key' => RC_EXP_OUTPUT_TYPE, 'value' => $objLine[1]);
112 $field=array('key' => RC_EXP_RUNBUTTONTEXT, 'value' => $objLine[1]);
115 $field=array('key' => RC_EXP_CANCELBUTTONTEXT, 'value' => $objLine[1]);
154 …$field=array('key' => RC_EXP_ARG, 'name' => $argName, 'label' => $argLabel, 'flags' => $argFlags, …
157 array_push($cmds, $field);
167 foreach ($fields as $field) {
168 if(!$field) continue;
169 $temp = explode(":",$field);
/plugin/s5reloaded/ui/effects_support/
H A Dcontrols.js475 Field.scrollFreeActivate = function(field) { argument
477 Field.activate(field);
/plugin/schedule/
H A DscheduleRoot.class.php313 foreach ($this->configAttributsName as $field) {
314 $element = $root->getElementsByTagName ($field);
316 $result [$field] = $element->item (0)->nodeValue;
329 foreach ($this->configAttributsName as $field)
330 … $root->appendChild ($xml->createElement ($field, htmlspecialchars ($schedules->$field)));
H A Dschedules.class.php112 foreach ($this->scheduleRoot->configAttributsName as $field)
113 if (isset ($config [$field]))
114 $this->$field = $config [$field];
273 … $event->appendChild ($xml->createElement ($field, htmlspecialchars ($schedule->$field)));
296 … $event->appendChild ($xml->createElement ($field, htmlspecialchars ($schedule->$field)));
347 $element = $event->getElementsByTagName ($field);
349 $schedule->$field = $element->item (0)->nodeValue;
499 $schedule->$field = trim (str_replace (array ('"'), '', $request [$field]));
588 if ($field != 'id')
589 $other->$field = $schedule->$field;
[all …]
/plugin/securelogin/
H A DREADME.md7 When Securelogin is used, there is always a `use securelogin` checkbox near the password field. If …
/plugin/semanticdata/syntax/
H A Dentry.php269 $renderer->form->addHidden($fieldid . "[$field]", $vals[$field]);
303 foreach ($data['data'] as $field) {
310 if ($field['multi'] === '1') {
313 if (is_array($field['value'])) {
314 $field['value'] = join(', ', $field['value']);
318 isset($field['comment']) ? trim($field['comment']) : '');
323 foreach ($nudata as $field) {
324 $ret .= $field[0] . str_repeat(' ', $len + 1 - utf8_strlen($field[0])) . ': ' .
325 $field[1];
326 if ($field[2] !== '') {
[all …]

1...<<11121314151617181920>>...23