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 path

1234

/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)
H A Dmysql.conf.php.example74 * information about one user. The field needed are:
/dokuwiki/inc/Extension/
H A DAuthPlugin.php290 * @param array $changes array of field/value pairs to be changed (password will be clear text)
321 * @param array $filter array of field/pattern pairs, empty array for no filter
338 * @param array $filter array of field/pattern pairs, null for no filter
/dokuwiki/inc/Form/
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
H A DLegacyForm.php92 case 'field':
97 throw new \UnexpectedValueException('Unsupported legacy field ' . $ctl['elem']);
99 throw new \UnexpectedValueException('Unknown legacy field ' . $ctl['elem']);
/dokuwiki/inc/HTTP/
H A DHTTPClient.php432 * If a message is received with both a Transfer-Encoding header field and a Content-Length
433 * header field, the latter MUST be ignored.
/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 Dcommon.php140 * Print a hidden form field with a secret CSRF token
144 * @param bool $print if true print the field, otherwise html of the field is returned
145 * @return string html of hidden form field
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
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 Dmedia.php161 // load the field descriptions
180 foreach ($fields as $key => $field) {
182 if (empty($field[0])) continue;
183 $tags = [$field[0]];
184 if (isset($field[3]) && is_array($field[3])) $tags = array_merge($tags, $field[3]);
192 'name' => 'meta[' . $field[0] . ']'
196 if ($field[2] == 'text') {
199 ($lang[$field[
[all...]
H A Dtemplate.php413 * attribute '_data'. This field will NOT BE ESCAPED automatically.
/dokuwiki/inc/parser/
H A Drenderer.php27 * $doc field. When all instructions are processed, the $doc field contents will be cached by
/dokuwiki/lib/plugins/acl/
H A Dscript.js54 // make entry field visible/invisible
/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/authad/adLDAP/classes/
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 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 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]"; }
H A DadLDAPGroups.php164 if (!array_key_exists("group_name", $attributes)){ return "Missing compulsory field [group_name]"; }
165 if (!array_key_exists("container", $attributes)){ return "Missing compulsory field [container]"; }
166 if (!array_key_exists("description", $attributes)){ return "Missing compulsory field [description]"; }
198 if ($group === null){ return "Missing compulsory field [group]"; }
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 DadLDAPUtils.php212 if ($binaryGuid === null){ return "Missing compulsory field [binaryGuid]"; }
/dokuwiki/lib/plugins/authldap/
H A Dauth.php320 * @param array $changes array of field/value pairs to be changed (password will be clear text)
400 * @param array $filter array of field/pattern pairs, null for no filter
/dokuwiki/lib/plugins/authpdo/
H A Dauth.php252 * @param array $changes array of field/value pairs to be changed (password will be clear text)
363 * @param array $filter array of field/pattern pairs, null for no filter
403 * @param array $filter array of field/pattern pairs, empty array for no filter
554 $this->debugMsg("No 'group' field returned in select-user-groups statement", -1, __LINE__);
585 $this->debugMsg("No 'group' field returned from select-groups statement", -1, __LINE__);

1234