Home
last modified time | relevance | path

Searched refs:field (Results 1 – 11 of 11) sorted by relevance

/dokuwiki/inc/lang/id/
H A Dupdateprofile.txt3 Anda hanya perlu mengisikan field yang ingin Anda ubah. Anda tidak dapat mengubah username Anda.
/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);
/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 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...]
/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/lib/plugins/popularity/lang/en/
H A Dintro.txt3 This [[doku>popularity|tool]] gathers anonymous data about your wiki and allows you to send it back to the DokuWiki developers. This helps them understand how DokuWiki is used in the field, and makes sure future development decisions are backed by real-world usage statistics.
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php647 * @param string $field name of the upload file
652 public function installFromUpload($field, $overwrite = true)
654 if ($_FILES[$field]['error']) {
655 throw new Exception($this->getLang('msg_upload_failed') . ' (' . $_FILES[$field]['error'] . ')');
662 $basename = basename($_FILES[$field]['name']);
666 if (!move_uploaded_file($_FILES[$field]['tmp_name'], "$tmp/upload.archive")) {
622 installFromUpload($field, $overwrite = true) global() argument
/dokuwiki/lib/plugins/authad/
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/conf/
H A Dmysql.conf.php.example74 * information about one user. The field needed are:
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php1053 field in the Subject field of the certificate MUST be used. Although
1880 foreach ($dn['rdnSequence'] as $field) {
1881 $prop = $field[0]['type'];
1882 $value = $field[0]['value'];
2516 * Helper function to build a time field according to RFC 3280 section
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG1012 - Added a new field - language_path - that can be set either when the constructor is