Home
last modified time | relevance | path

Searched refs:value (Results 51 – 75 of 118) sorted by relevance

12345

/dokuwiki/vendor/simplepie/simplepie/src/
H A DIRI.php113 * Each key is the scheme, each value is an array with each key as the IRI
114 * part and value as the default value for that part.
150 * @param mixed $value Property value
152 public function __set($name, $value) argument
155 call_user_func([$this, 'set_' . $name], $value);
164 call_user_func([$this, 'set_' . substr($name, 1)], $value);
424 $value = ord($string[$position]);
435 if (($value
[all...]
H A DSanitize.php252 * Set element/attribute key/value pairs of HTML attributes
260 * @param array|null $element_attribute Element/attribute key/value pairs, null for default
508 $value = $this->registry->call(Misc::class, 'absolutize_url', [$element->getAttribute($attribute), $this->base]);
509 if ($value !== false) {
510 $value = $this->https_url($value);
511 $element->setAttribute($attribute, $value);
549 $value = $attr->value;
551 // In XHTML, empty values should never exist, so we repeat the value
[all...]
H A DLocator.php326 foreach ($array as $key => $value) {
330 if (in_array(strtolower(strrchr($value, '.')), ['.rss', '.rdf', '.atom', '.xml'])) {
336 $feed = $this->registry->create(File::class, [$value, $this->timeout, 5, $headers, $this->useragent, $this->force_fsockopen, $this->curl_options]);
349 foreach ($array as $key => $value) {
353 if (preg_match('/(feed|rss|rdf|atom|xml)/i', $value)) {
358 $feed = $this->registry->create(File::class, [$value, $this->timeout, 5, null, $this->useragent, $this->force_fsockopen, $this->curl_options]);
H A DFile.php94 foreach ($headers as $key => $value) {
95 $headers2[] = "$key: $value";
180 foreach ($headers as $key => $value) {
181 $out .= "$key: $value\r\n";
H A DMisc.php135 foreach ($element['attribs'] as $key => $value) {
137 $full .= " $key=\"" . htmlspecialchars($value['data'], ENT_COMPAT, 'UTF-8') . '"';
211 foreach ($array2 as $key => $value) {
212 if (is_array($value)) {
213 $array1[$key] = Misc::array_merge_recursive($array1[$key], $value);
215 $array1[$key] = $value;
1929 * Returns an associative array of name/value pairs, where the value is an
1943 [$name, $value] = explode('=', $section, 2);
1944 $return[urldecode($name)][] = urldecode($value);
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php14 * portion of the certificate that contains optional parameters with default values. ie. if the parameter isn't there the default value is
15 * used. Problem is, if the parameter is there and it just so happens to have the default value there are two ways that that parameter can
16 * be encoded. It can be encoded explicitly or left out all together. This would effect the signature value and thus may invalidate the
134 * Attribute value disposition.
135 * If disposition is >= 0, this is the index of the target value.
138 const ATTR_APPEND = -2; // Add a value.
139 const ATTR_REPLACE = -3; // Clear first, then add a value.
530 $filters['tbsCertificate']['signature']['issuer']['rdnSequence']['value'] = $type_utf8_string;
531 $filters['tbsCertificate']['issuer']['rdnSequence']['value'] = $type_utf8_string;
532 $filters['tbsCertificate']['subject']['rdnSequence']['value']
4398 _setExtension($id, $value, $critical = false, $replace = true, $path = null) global() argument
4472 setExtension($id, $value, $critical = false, $replace = true) global() argument
4603 setAttribute($id, $value, $disposition = self ATTR_ALL) global() argument
4658 setKeyIdentifier($value) global() argument
5031 setRevokedCertificateExtension($serial, $id, $value, $critical = false, $replace = true) global() argument
[all...]
/dokuwiki/inc/Form/
H A DDropdownElement.php55 * * the value being an array of options as defined in @param null|array $optGroups
78 * Options can be given as associative array (value => label) or as an
79 * indexd array (label = value) or as an array of arrays. In the latter
81 * option-value => array (
84 * attr-key => attr-value, ...
101 * Get or set the current value
103 * When setting a value that is not defined in the options, the value is ignored
104 * and the first option's value is selected instead
106 * @param null|string|string[] $value Th
109 val($value = null) global() argument
[all...]
H A DForm.php17 * @var array name value pairs for hidden values
69 * @param string $value
72 public function setHiddenField($name, $value) argument
74 $this->hidden[$name] = $value;
93 * Warning: This function may return Boolean FALSE, but may also return a non-Boolean value which evaluates
95 * return value of this function.
144 * @param string $value Value the attribute should have
148 public function findPositionByAttribute($name, $value, $offset = 0) argument
152 if ($this->elements[$pos]->attr($name) == $value) {
487 foreach ($this->hidden as $name => $value) {
[all...]
/dokuwiki/lib/plugins/config/core/
H A DLoader.php215 foreach ($meta as $key => $value) {
216 if ($value[0] == 'fieldset') continue; //plugins only get one fieldset
217 $data[$prefix . $key] = $value;
244 foreach ($conf as $key => $value) {
245 $data[$prefix . $key] = $value;
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingEmail.php19 $value = is_null($this->local) ? $this->default : $this->local;
20 if ($value == $input) return false;
/dokuwiki/inc/Subscriptions/
H A DSubscriptionSender.php56 * @param array $headers Additional mail headers in the form 'name' => 'value'
80 foreach ($headers as $header => $value) {
81 $mail->setHeader($header, $value);
/dokuwiki/inc/Search/
H A DIndexer.php26 * An empty value erases the page.
157 * An empty value will erase the key.
158 * The $key parameter can be an array to add multiple keys. $value will
162 * @param mixed $key a key string or array of key=>value pairs
163 * @param mixed $value the value or list of values argument
169 public function addMetaKeys($page, $key, $value = null)
172 $key = [$key => $value];
173 } elseif (!is_null($value)) {
174 // $key is array, but $value i
650 lookupKey($key, & $value, $func = null) global() argument
1086 addIndexKey($idx, $suffix, $value) global() argument
[all...]
/dokuwiki/inc/Ui/
H A DMediaDiff.php289 if ($tag['value'] != $rev2Tags[$key]['value']) {
292 } elseif (!$tag['value'] || !$rev2Tags[$key]['value']) {
304 $value = cleanText($tag['value']);
305 if (!$value) $value = '-';
310 echo dformat($value);
312 echo hsc($value);
[all...]
/dokuwiki/lib/scripts/
H A Dqsearch.js43 var value = dw_qsearch.getSearchterm();
44 if (value === '') {
53 q: encodeURI(value)
H A Dfileuploaderextended.js63 nameElement.value = fileName;
86 ' <label class="qq-overwrite-check"><input type="checkbox" value="1" name="ow" class="dw__ow"> <span>' + LANG.media_overwrt + '</span></label>' +
93 ' <input class="qq-upload-name-input edit" type="text" value="" />' +
167 qq.setText(fileElement, nameInput.value);
176 $link = '<a href="' + result.link + '" id="h_:' + result.id + '" class="select">' + nameInput.value + '</a>';
190 button += '<input type="hidden" value="' + result.ns + '" name="ns">';
191 button += '<input type="hidden" value="1" name="recent">';
208 return name.value;
211 // get input value and remove path to normalize
212 return file.value
[all...]
/dokuwiki/lib/plugins/acl/
H A Dscript.js55 jQuery('#acl__user input').toggle(this.value === '__g__' ||
56 this.value === '__u__');
/dokuwiki/inc/
H A Dparserutils.php39 * Use this if it is unlikely that the metadata value you are requesting
241 * @param string $key The key of the metdata value that shall be read (by default everything)
331 * @param array $data is an array with key ⇒ value pairs to be set in the metadata
333 * @param boolean $persistent indicates whether or not the particular metadata value will persist through
361 foreach ($data as $key => $value) {
364 foreach ($value as $subkey => $subvalue) {
384 // these keys, must have subkeys - a legitimate value must be an array
385 if (is_array($value)) {
387 $value :
388 array_replace((array)$meta['current'][$key], $value);
[all...]
H A Dhtml.php195 * @param string[] $params key-value pairs added as hidden inputs
227 $html .= '<input type="hidden" name="' . $key . '" value="' . hsc($val) . '" />';
969 $out .= ' <param name="movie" value="' . hsc($swf) . '" />' . NL;
974 $out .= ' <param name="' . hsc($key) . '" value="' . hsc($val) . '" />' . NL;
979 $out .= ' <param name="FlashVars" value="' . buildURLparams($flashvars) . '" />' . NL;
1051 $value = filesize_h(abs($sizechange));
1054 $value = '+' . $value;
1057 $value = '-' . $value;
[all...]
H A DStyleUtils.php33 * @param string $tpl template name: if not passed as argument, the default value from $conf will be used
70 // guaranteed placeholder => value
178 * @param array $replacements with key-value pairs
184 foreach ($replacements as $key => $value) {
188 $value
H A DPassHash.php145 * If $salt is not null, the value is kept, but the lenght restriction is
433 $value = ord($hash[$i++]);
434 $output .= $itoa64[$value & 0x3f];
436 $value |= ord($hash[$i]) << 8;
437 $output .= $itoa64[($value >> 6) & 0x3f];
441 $value |= ord($hash[$i]) << 16;
442 $output .= $itoa64[($value >> 12) & 0x3f];
445 $output .= $itoa64[($value >> 18) & 0x3f];
/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) {
203 $newuser = $value;
206 if ($field == 'pass') $value = auth_cryptPassword($value);
207 $userinfo[$field] = $value;
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DFeedCreator.php58 * Any additional elements to include as an associated array. All $key => $value pairs
60 * <$key>$value</$key>
62 * if $value contains markup. This may be abused to embed tags not implemented by
140 * @param array $elements an associative array containing key => value pairs
148 foreach ($elements AS $key => $value) {
149 $ae .= $indentString."<$key>$value</$key>\n";
/dokuwiki/lib/plugins/config/
H A Dadmin.php95 echo '<div class="no"><input type="hidden" name="id" value="' . $ID . '" /></div>';
133 ? ' class="value error"'
134 : ' class="value"';
190 echo '<input type="hidden" name="do" value="admin" />';
191 echo '<input type="hidden" name="page" value="config" />';
194 echo '<input type="hidden" name="save" value="1" />';
285 * @param string $value
287 public function addLang($key, $value)
290 $this->lang[$key] = $value;
278 addLang($key, $value) global() argument
H A Dstyle.css37 #config__manager fieldset td.value {
45 [dir=rtl] #config__manager td.value input.checkbox {
50 [dir=rtl] #config__manager td.value label {
/dokuwiki/lib/plugins/authpdo/
H A Dauth.php252 * @param array $changes array of field/value pairs to be changed (password will be clear text)
662 foreach ($arguments as $key => $value) {
663 if (is_array($value)) continue;
664 if (is_object($value)) continue;
668 if (is_int($value)) {
669 $sth->bindValue($key, $value, PDO::PARAM_INT);
671 $sth->bindValue($key, $value);
673 $params[$key] = $value; //remember for debugging

12345