| /dokuwiki/vendor/openpsa/universalfeedcreator/lib/Element/ |
| H A D | FeedHtmlField.php | 5 * 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 D | HtmlDescribable.php | 10 * Indicates whether the description field should be rendered in HTML. 23 * Returns a formatted description field, depending on descriptionHtmlSyndicated and
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField/ |
| H A D | Integer.php | 4 * Finite Field Integer Base Class 16 * Finite Field Integer
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/ |
| H A D | PSS.php | 204 The trailerField field is an integer. It provides 206 MUST be 1, which represents the trailer field with hexadecimal 207 value 0xBC. Other trailer fields, including the trailer field 210 perform signature generation MUST omit the trailerField field, 211 indicating that the default trailer field value was used. 213 recognize both a present trailerField field with value 1 and an 214 absent trailerField field.
|
| /dokuwiki/inc/ |
| H A D | JpegMeta.php | 139 * @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); 200 * @param string $field field name [all …]
|
| H A D | form.php | 125 * 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 with the same name and the value 634 * then a line break will be added after the field. [all …]
|
| /dokuwiki/lib/scripts/ |
| H A D | edit.js | 157 * @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 D | qsearch.js | 37 // attach eventhandler to search field 70 // attach eventhandler to output field
|
| /dokuwiki/conf/ |
| H A D | mediameta.php | 4 * 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 D | biblatex.php | 73 // 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 D | bibtex.php | 70 // 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 D | abap.php | 129 '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 …]
|
| /dokuwiki/lib/plugins/authad/adLDAP/classes/ |
| H A D | adLDAPExchange.php | 69 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 [storageGroup]"; }
|
| H A D | adLDAPUsers.php | 80 … 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 [username]"; } [all …]
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ |
| H A D | Characteristic_two.php | 28 'm' => ['type' => ASN1::TYPE_INTEGER], // field size 2**m
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/ |
| H A D | XML.php | 233 'prime-field' => ['fieldid/prime/p'], 258 case 'prime-field': 273 throw new UnsupportedCurveException('Field Type of ' . $type . ' is not supported'); 287 'prime-field' => ['primefieldparamstype/p'], 310 case 'prime-field': 334 throw new UnsupportedCurveException('Field Type of ' . $type . ' is not supported'); 431 case 'prime-field': 440 …throw new UnsupportedCurveException('Field Type of ' . $temp['fieldID']['fieldType'] . ' is not su… 466 case 'prime-field': 472 …throw new UnsupportedCurveException('Field Type of ' . $temp['fieldID']['fieldType'] . ' is not su…
|
| H A D | Common.php | 64 // brainpool*r* curves are regular prime finite field curves 169 'prime-field' => '1.2.840.10045.1.1', 170 'characteristic-two-field' => '1.2.840.10045.1.2', 221 case 'prime-field': 232 case 'characteristic-two-field': 260 …throw new UnsupportedCurveException('Field Type of ' . $data['fieldID']['fieldType'] . ' is not su… 454 'fieldType' => 'prime-field', 508 'fieldType' => 'characteristic-two-field',
|
| H A D | PKCS8.php | 110 …throw new \RuntimeException('The PKCS8 parameter field does not match the private key parameter fi… 138 ' private key field should be 0x' . bin2hex($expected)
|
| /dokuwiki/inc/Form/ |
| H A D | LegacyForm.php | 92 case 'field': 97 … throw new \UnexpectedValueException('Unsupported legacy field ' . $ctl['elem']); 99 throw new \UnexpectedValueException('Unknown legacy field ' . $ctl['elem']);
|
| H A D | Form.php | 66 * 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 D | InputElement.php | 50 * 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/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/ |
| H A D | TwistedEdwards.php | 69 * The number zero over the specified finite field 76 * The number one over the specified finite field 83 * The number two over the specified finite field
|
| /dokuwiki/lib/plugins/authplain/ |
| H A D | auth.php | 180 …* @param array $changes array of field/value pairs to be changed (password will be clear text) 204 foreach ($changes as $field => $value) { 205 if ($field == 'user') { 209 if ($field == 'pass') $value = auth_cryptPassword($value); 210 $userinfo[$field] = $value; 305 * @param array $filter array of field/pattern pairs
|
| /dokuwiki/vendor/splitbrain/php-archive/src/ |
| H A D | Tar.php | 768 * @param string $field 771 static public function numberDecode($field) argument 773 $firstByte = ord(substr($field, 0, 1)); 775 $value = -1 << (8 * strlen($field)); 777 for ($i = strlen($field) - 1; $i >= 0; $i--) { 778 $value += ord(substr($field, $i, 1)) << $shift; 784 for ($i = strlen($field) - 1; $i > 0; $i--) { 785 $value += ord(substr($field, $i, 1)) << $shift; 789 $value = octdec(trim($field)); 800 * @param int $length field length
|
| /dokuwiki/lib/plugins/extension/ |
| H A D | Installer.php | 120 * @param string $field name of the upload file 123 public function installFromUpload($field) argument 126 if ($_FILES[$field]['error']) { 127 throw new Exception('msg_upload_failed', [$_FILES[$field]['error']]); 130 $tmpbase = $this->fileToBase($_FILES[$field]['name']) ?: 'upload'; 132 if (!move_uploaded_file($_FILES[$field]['tmp_name'], "$tmp/$tmpbase.archive")) {
|