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 101 – 125 of 232) sorted by relevance

12345678910

/dokuwiki/inc/Extension/
H A DPluginController.php144 * @deprecated in favor of the more sensible isEnabled where the return value matches the enabled state
266 foreach ($local_plugins as $plugin => $value) {
267 $out .= "\$plugins['$plugin'] = $value;\n";
388 * Returns inverse boolean value of the input
391 * @return bool inversed boolean value of input
H A DPluginTrait.php209 foreach ($defaults as $key => $value) {
211 $conf['plugin'][$plugin][$key] = $value;
222 * @return array setting => value
/dokuwiki/vendor/simplepie/simplepie/src/
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";
/dokuwiki/vendor/simplepie/simplepie/src/XML/Declaration/
H A DParser.php195 * Read value
204 $value = substr($this->data, $this->position, $len);
206 return $value;
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPUtils.php113 * Converts a string GUID to a hexdecimal value so it can be queried
219 * Convert a boolean value to a string
222 * @param bool $bool Boolean value
/dokuwiki/inc/
H A Dcommon.php42 * filled up with the $default value. If the input string contains more elements, the last
48 * @param mixed $default The value to use when filling up missing elements
63 * with a NULL value without warning.
149 $ret = '<div class="no"><input type="hidden" name="sectok" value="' . getSecurityToken() . '" /></div>' . "\n";
349 * @param array $params array with key-value pairs
374 * @param array $params array with (attribute name-attribute value) pairs
1341 * @param string[] $replace Additional string substitutions, @KEY@ to be replaced by value
1485 * strftime - %f can be used to get the value from datetime_h()
1573 * @param string $value PHP size shorthand
1576 function php_to_byte($value)
1555 php_to_byte($value) global() argument
[all...]
H A Ddeprecated.php336 * @return mixed the event results value after all event processing is complete
337 * by default this is the return value of the default action however
558 * - $replacements (array of additional string substitutions, @KEY@ to be replaced by value)
710 * @deprecated since 2021-11-11 use \IXR\DataType\Value instead!
712 class IXR_Value extends \IXR\DataType\Value
720 DebugHelper::dbgDeprecatedFunction(IXR\DataType\Value::class);
H A Dtemplate.php409 * instances. Attributes are given as key value pairs. Values will be HTML
730 * value of "off" to instruct the browser to disable it's own built in
1066 * value is found. If no value is found $alt is returned.
1124 echo dformat($tag['value']);
1126 echo hsc($tag['value']);
1138 * - string type type of value
1139 * - string value tag value (unescaped)
1159 $value
[all...]
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/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
/dokuwiki/vendor/geshi/geshi/src/geshi/
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 Dgdb.php181 // make ptr adresses and <value optimized out> uninteresting
182 9 => '\b(?:0x[a-f0-9]{2,}|value\s+optimized\s+out)\b'
H A Dcadlisp.php102 'vlax-variant-type','vlax-variant-value','vlax-write-enabled-p',
106 'vl-exit-with-value','vl-file-copy','vl-file-delete','vl-file-directory-p',
130 'vl-symbol-name','vl-symbolp','vl-symbol-value','vl-unload-vlx','vl-vbaload',
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 Dracket.php70 'arithmetic-shift', 'arity-at-least-value', 'arity-at-least?',
152 'current-write-relative-directory', 'custodian-box-value',
167 'ephemeron-value', 'ephemeron?', 'eprintf', 'eq-hash-code', 'eq?',
172 'error-print-width', 'error-value-&gt;string-handler', 'eval',
210 'hash-iterate-key', 'hash-iterate-next', 'hash-iterate-value',
303 'namespace-set-variable-value!', 'namespace-symbol-&gt;identifier',
305 'namespace-unprotect-module', 'namespace-variable-value',
394 'special-comment-value', 'special-comment?', 'split-path', 'sqrt',
456 'syntax-local-transforming-module-provides?', 'syntax-local-value',
457 'syntax-local-value/immediat
[all...]
/dokuwiki/vendor/kissifrot/php-ixr/src/Client/
H A DClient.php81 foreach ($this->headers as $header => $value) {
82 $request .= "{$header}: {$value}{$r}";
/dokuwiki/lib/plugins/config/core/
H A DConfiguration.php111 $value = $input[$key] ?? null;
112 if ($obj->update($value)) {
/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/inc/ChangeLog/
H A DChangeLog.php83 * The value of identifier can be determined by timestamp as far as the file exists,
98 * Return the last revision identifier, date value of the last entry of the changelog
111 * @param string $value changelog line
114 protected function parseAndCacheLogLine($value)
116 $info = static::parseLogLine($value);
475 * when it does not match any revision value recorded in changelog.
581 * As a result, the value of current revision identifier may change each time because:
583 * 2) the value is essentially volatile for deleted but once existed files.
/dokuwiki/vendor/simplepie/simplepie/idn/
H A Didna_convert.class.php110 * Sets a new option value. Available options and values:
120 * @param mixed Parameter to set (string: single parameter; array of Parameter => Value pairs)
121 * @param string Value to use (if parameter 1 is a string)
125 function set_parameter($option, $value = false) argument
128 $option = array($option => $value);
642 * @return array Either Hangul Syllable decomposed or original 32bit value as one value array
905 // Take array values and split output to 4 bytes per value
948 * Sets a new option value. Available options and values:
958 * @param mixed Parameter to set (string: single parameter; array of Parameter => Value pair
[all...]
/dokuwiki/lib/plugins/authad/
H A Daction.php80 // update user field value
/dokuwiki/vendor/splitbrain/slika/src/
H A DGdAdapter.php288 * If only one value is given the other is adjusted to match according to the aspect ratio
321 * Ensure the given Dimension is a proper pixel value
323 * When a percentage is given, the value is calculated based on the given original dimension
/dokuwiki/lib/tpl/dokuwiki/
H A Dstyle.ini10 ; Define the stylesheets your template uses here. The second value
/dokuwiki/vendor/splitbrain/slika/
H A DREADME.md51 Keeping either width or height at zero will auto calculate the value for you.
/dokuwiki/lib/tpl/dokuwiki/css/
H A Dmobile.less280 #config__manager fieldset td.value,
325 // 400px is only roughly the required value, this may be wrong under non-standard circumstances

12345678910