Home
last modified time | relevance | path

Searched +full:field -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 25 of 82) sorted by relevance

1234

/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Element/
H A DFeedHtmlField.php5 * a feed, item or image html field (probably a description). Output is
38 * @return string the formatted field
42 // when field available and syndicated in html we assume
H A DHtmlDescribable.php10 * Indicates whether the description field should be rendered in HTML.
23 * Returns a formatted description field, depending on descriptionHtmlSyndicated and
/dokuwiki/inc/
H A DJpegMeta.php139 * @param array|string $fields field name or array with field names
145 foreach($fields as $field){
146 $lower_field = strtolower($field);
148 $info = $this->getIPTCField(substr($field,5));
150 $info = $this->getExifField(substr($field,5));
152 $info = $this->getXmpField(substr($field,4));
154 $info = $this->getFileField(substr($field,5));
156 $info = $this->getDateField(substr($field,5));
166 $info = $this->getExifField($field);
203 setField($field, $value) global() argument
222 deleteField($field) global() argument
240 getDateField($field) global() argument
260 getFileField($field) global() argument
316 getExifField($field) global() argument
340 getXmpField($field) global() argument
364 getAdobeField($field) global() argument
388 getIPTCField($field) global() argument
414 setExifField($field, $value) global() argument
448 setAdobeField($field, $value) global() argument
509 setIPTCField($field, $value) global() argument
535 deleteExifField($field) global() argument
559 deleteAdobeField($field) global() argument
583 deleteIPTCField($field) global() argument
[all...]
H A Dform.php125 * Adds a name/value pair as a hidden field.
126 * The value of the field (but not the name) will be passed to
129 * @param string $name Field name.
130 * @param string $value Field value. If null, remove a previously added field.
319 * @param string $name The HTML field name
396 * @param string $text Text to fill the field with.
445 * then a line break will be added after the field.
457 $elem = array('_elem' => 'field', '_text' => $label, '_class' => $class,
567 * If $value is an array, a hidden field wit
[all...]
H A Dfetch.functions.php114 * @param string $name name of the field to be set in the header() call
115 * @param string $value value of the field to be set in the header() call
/dokuwiki/lib/scripts/
H A Dedit.js157 * @param {string} textboxId ID of the text field
162 var field = jQuery('#' + textboxId)[0],
164 opts = [field.value.substr(0,DWgetSelection(field).start)];
165 if (field.form && field.form.prefix) {
167 opts.push(field.form.prefix.value);
H A Dqsearch.js37 // attach eventhandler to search field
70 // attach eventhandler to output field
/dokuwiki/conf/
H A Dmediameta.php4 * the media manager. Each field of the array is an array with the
6 * fieldname - Where data will be saved (EXIF or IPTC field)
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dbiblatex.php73 // Standard entry field names
80 // Custom entry field names
110 3 => 'color: #C08020;', // Standard entry field names
111 4 => 'color: #C08020;' // Custom entry field names
126 4 => 'color: #C08020;', // Custom entry field (biblatex)
H A Dbibtex.php70 // Standard entry field names
77 // Custom entry field names
107 3 => 'color: #C08020;', // Standard entry field names
108 4 => 'color: #C08020;' // Custom entry field names
H A Dabap.php129 'assign table field',
151 'describe field',
335 'field format',
336 'field selection',
337 'field value into',
346 'for field',
436 'main table field',
548 'table field',
682 'field-groups',
921 'field',
[all...]
H A Dprogress.php106 'DIALOG-BOX','EDITOR','FIELD-GROUP','FILL-IN',
128 'ADD-HEADER-ENTRY','ADD-INDEX-FIELD','ADD-LAST','ADD-LIKE-COLUMN',
129 'ADD-LIKE-FIELD','ADD-LIKE-INDEX','ADD-NEW-FIELD','ADD-NEW-INDEX',
217 'FRAME-FIELD','FRAME-FILE','FRAME-INDEX','FRAME-LINE',
265 'BOX','BOX-SELECTABLE','BUFFER-CHARS','BUFFER-FIELD',
334 'MENU-KEY','MENU-MOUSE','MERGE-BY-FIELD','MESSAGE-AREA',
354 'PASSWORD-FIELD','PATHNAME','PBE-HASH-ALGORITHM','PBE-KEY-ROUNDS',
386 'TIC-MARKS','TIME-SOURCE','TITLE','TITLE-BGCOLOR','FIELD',
H A Dispfpanel.php49 ')AREA',')INIT',')REINIT',')PROC',')FIELD',')HELP',')LIST',')PNTS',')END'
70 'DEPTH','DUMP','ENGLISH','ERROR','EXIT','EXPAND','FIELD',
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPExchange.php69 if ($username === NULL){ return "Missing compulsory field [username]"; }
72 if ($emailAddress === NULL) { return "Missing compulsory field [emailAddress]"; }
115 if ($username === NULL){ return "Missing compulsory field [username]"; }
154 if ($username === NULL) { return "Missing compulsory field [username]"; }
222 if ($username === NULL) { return "Missing compulsory field [username]"; }
262 if ($username === NULL) { return "Missing compulsory field [username]"; }
305 if ($distinguishedName === NULL) { return "Missing compulsory field [distinguishedName]"; }
306 if ($emailAddress === NULL) { return "Missing compulsory field [emailAddress]"; }
357 if ($exchangeServer === NULL) { return "Missing compulsory field [exchangeServer]"; }
382 if ($storageGroup === NULL) { return "Missing compulsory field [storageGrou
[all...]
H A DadLDAPUsers.php80 if (!array_key_exists("username", $attributes)){ return "Missing compulsory field [username]"; }
81 if (!array_key_exists("firstname", $attributes)){ return "Missing compulsory field [firstname]"; }
82 if (!array_key_exists("surname", $attributes)){ return "Missing compulsory field [surname]"; }
83 if (!array_key_exists("email", $attributes)){ return "Missing compulsory field [email]"; }
84 if (!array_key_exists("container", $attributes)){ return "Missing compulsory field [container]"; }
324 if ($username === NULL) { return "Missing compulsory field [username]"; }
396 if ($username === NULL) { return "Missing compulsory field [username]"; }
444 if ($username === NULL) { return "Missing compulsory field [username]"; }
461 if ($username === NULL) { return "Missing compulsory field [username]"; }
587 if ($username === null){ return "Missing compulsory field [usernam
[all...]
H A DadLDAPContacts.php68 if (!array_key_exists("display_name", $attributes)) { return "Missing compulsory field [display_name]"; }
69 if (!array_key_exists("email", $attributes)) { return "Missing compulsory field [email]"; }
70 if (!array_key_exists("container", $attributes)) { return "Missing compulsory field [container]"; }
214 if ($distinguishedName === NULL) { return "Missing compulsory field [distinguishedname]"; }
H A DadLDAPFolders.php155 if (!array_key_exists("ou_name",$attributes)) { return "Missing compulsory field [ou_name]"; }
156 if (!array_key_exists("container",$attributes)) { return "Missing compulsory field [container]"; }
/dokuwiki/inc/Form/
H A DLegacyForm.php92 case 'field':
97 throw new \UnexpectedValueException('Unsupported legacy field ' . $ctl['elem']);
99 throw new \UnexpectedValueException('Unknown legacy field ' . $ctl['elem']);
H A DForm.php66 * Sets a hidden field
212 * Adds a text input field
225 * Adds a password input field
238 * Adds a radio button field
251 * Adds a checkbox field
264 * Adds a dropdown field
278 * Adds a textarea field
H A DInputElement.php50 * Should the user sent input be used to initialize the input field
91 * Figures out how to access the value for this field from INPUT data
/dokuwiki/lib/plugins/authplain/
H A Dauth.php177 * @param array $changes array of field/value pairs to be changed (password will be clear text)
201 foreach ($changes as $field => $value) {
202 if ($field == 'user') {
206 if ($field == 'pass') $value = auth_cryptPassword($value);
207 $userinfo[$field] = $value;
302 * @param array $filter array of field/pattern pairs
/dokuwiki/vendor/simplepie/simplepie/src/
H A DGzdecode.php152 * Extra field content
251 // Get the length of the extra field
258 // Set the extra field to the given data
/dokuwiki/lib/plugins/authad/
H A Daction.php80 // update user field value
H A Dauth.php238 foreach ($this->conf['additional'] as $field) {
239 if (isset($result[0][strtolower($field)])) {
240 $info[$field] = $result[0][strtolower($field)][0];
395 * @param array $filter $filter array of field/pattern pairs, empty array for no filter
510 * @param array $filter array of field/pattern pairs, null for no filter
577 * @param array $changes array of field/value pairs to be changed
/dokuwiki/lib/plugins/acl/
H A Dscript.js54 // make entry field visible/invisible

1234