Home
last modified time | relevance | path

Searched +full:value -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 151 – 175 of 232) sorted by last modified time

12345678910

/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md187 * Fixed inline documentation for return value types for accuracy. [#570](https://github.com/simplepie/simplepie/pull/570)
189 * Removed unnecessary `else`s when a value has already been returned. [#566](https://github.com/simplepie/simplepie/pull/566)
217 * PHP 7.1 Support: Fixed PHP error when trying to use a non-numeric value in `round()`. [#458](https://github.com/simplepie/simplepie/pull/458)
/dokuwiki/lib/scripts/
H A Dbehaviour.js119 * automatically submit its parent form when the select value changes.
161 $list = $form.find("input[name='sub_style'][value='list']");
162 $digest = $form.find("input[name='sub_style'][value='digest']");
H A Dfileuploader.js187 * `qq.obj2url({a:'b',c:'d'},'http://any.url/upload?otherParam=value');`
191 * `http://any.url/upload?otherParam=value&a=b&c=d`
405 if (file.value){
407 // get input value and remove path to normalize
408 name = file.value.replace(/.*(\/|\\)/, "");
979 // get input value and remove path to normalize
980 return this._inputs[id].value.replace(/.*(\/|\\)/, "");
1172 * @param {Object} params name-value string pairs
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dyaml.php42 * key: !!type | value is perfectly legal, but again due to lookbehind issues, I
75 3 => '/(^|\n)([^#%^\n]+?)(?=: )/', // Key-value names
H A Dmodula3.php55 'UNSAFE', 'UNTIL', 'UNTRACED', 'VALUE', 'VAR', 'WHILE', 'WITH'
H A Doracle11.php514 'VALUE',
H A Dabap.php337 'field value into',
424 'line value from',
425 'line value into',
481 'on value-request for',
583 'value check',
1182 'value',
1183 'value-request',
1222 'on value-request',
H A Dactionscript3.php100 'videoHeight', 'version', 'valueOf', 'value', 'usingTLS',
H A Dbascomavr.php77 'DBG' , 'DEBUG', 'DTMFOUT' , 'ENCODER' , 'GETADC' , 'GETKBD' , 'GETATKBD' , 'GETRC' , 'VALUE' , 'POPALL' , 'PS2MOUSEXY' , 'PUSHALL' ,
/dokuwiki/vendor/simplepie/simplepie/src/
H A DEnclosure.php823 * `$options` is an array or comma-separated key:value string, with the
831 * will have this value as its class name. Defaults to blank.
838 * numeric pixel value (such as `360`) or `auto`. Defaults to `auto`,
850 * numeric pixel value (such as `480`) or `auto`. Defaults to `auto`,
861 * @param array|string $options Comma-separated key:value list, or array
977 // Set proper placeholder value
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 DItem.php138 * See {@see \SimplePie\SimplePie::get_feed_tags()} for a description of the return value
156 * Get the base URL value.
929 * @todo If an element exists at a level, but its value is empty, we should fall back to the value from the parent (if it exists).
1168 $value = null;
1171 $value = $this->sanitize($hash['data'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
1178 $hashes_parent[] = $algo.':'.$value;
1182 $value = null;
1185 $value = $this->sanitize($hash['data'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
1192 $hashes_parent[] = $algo.':'.$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]);
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php38 // their values - you never know when a value may change in a future
465 * The "nth" value for fancy line highlighting
945 * are to be fancy. For example, if the value of this parameter is 5 then every
1423 foreach ($this->lexic_permissions as $key => $value) {
1424 if (is_array($value)) {
1425 foreach ($value as $k => $v) {
2255 * The value in $delimiters is expected to be an RegExp
3708 foreach ($arrays[$i] as $key => $value) {
3709 if (is_array($value) && isset($ret[$key])) {
3710 // if $ret[$key] is not an array you try to merge an scalar value wit
[all...]
/dokuwiki/inc/
H A DSafeFN.class.php39 * - reduce codepoint value for non-printable ASCII characters (0x00 - 0x1f). Space becomes our zero.
40 * - convert reduced value to base36 (0-9a-z)
70 * - increase codepoint value for non-printable ASCII characters (add 0x20)
151 // set initial value to skip any post_indicator
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DOptions.php67 * Gets the bin value
311 * Get the value of the given option
/dokuwiki/inc/Ui/
H A DAdmin.php169 * We sort alphabetically first, then by sort value
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingSavedir.php15 $value = is_null($this->local) ? $this->default : $this->local;
16 if ($value == $input) return false;
H A DSetting.php15 /** @var mixed the default value of this setting */
17 /** @var mixed the local value of this setting */
19 /** @var mixed the protected value of this setting */
35 * @see initialize() to set the actual value of the setting
45 foreach ($params as $property => $value) {
47 $this->$property = $value;
57 * @see update() to set a new value
58 * @param mixed $default default setting value
59 * @param mixed $local local setting value
60 * @param mixed $protected protected setting value
107 cleanValue($value) global() argument
[all...]
H A DSettingArray.php37 * update setting with user provided value $input
38 * if value fails error check, save it
50 $value = is_null($this->local) ? $this->default : $this->local;
51 if ($value == $input) return false;
71 $value = $this->protected;
74 $value = $this->input;
76 $value = is_null($this->local) ? $this->default : $this->local;
80 $value = htmlspecialchars($this->fromArray($value));
84 ']" type="text" class="edit" value
[all...]
H A DSettingImConvert.php17 $value = is_null($this->local) ? $this->default : $this->local;
18 if ($value == $input) return false;
/dokuwiki/lib/plugins/authldap/
H A Dauth.php253 // $key = array($key=>$regexp), only handles the first key-value
320 * @param array $changes array of field/value pairs to be changed (password will be clear text)
465 $value = $placeholders[$match][0];
467 $value = $placeholders[$match];
469 $value = $this->filterEscape($value);
470 $filter = str_replace('%{' . $match . '}', $value, $filter);
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG881 not set and language is set to wierd value (Maksymilian Arciemowicz)
/dokuwiki/lib/plugins/config/core/
H A DConfiguration.php111 $value = $input[$key] ?? null;
112 if ($obj->update($value)) {
/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;

12345678910