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 51 – 75 of 232) sorted by last modified time

12345678910

/dokuwiki/vendor/kissifrot/php-ixr/src/Message/
H A DMessage.php145 $value = (int)trim($this->_currentTagContents);
149 $value = (double)trim($this->_currentTagContents);
153 $value = (string)($this->_currentTagContents);
157 $value = new Date(trim($this->_currentTagContents));
160 case 'value':
163 $value = (string)$this->_currentTagContents;
168 $value = (boolean)trim($this->_currentTagContents);
172 $value = base64_decode($this->_currentTagContents);
178 $value = array_pop($this->_arraystructs);
195 // Add value t
[all...]
/dokuwiki/vendor/simplepie/simplepie/src/
H A DRegistry.php154 // trigger_error(sprintf('"%s"(): Using argument #1 ($type) with value "%s" is deprecated since SimplePie 1.8.0, use class-string "%s" instead.', __METHOD__, $type, $this->legacyTypes[$type]), \E_USER_DEPRECATED);
195 // trigger_error(sprintf('"%s"(): Using argument #1 ($type) with value "%s" is deprecated since SimplePie 1.8.0, use class-string "%s" instead.', __METHOD__, $type, $this->legacyTypes[$type]), \E_USER_DEPRECATED);
H A DRestriction.php82 public $value; variable in SimplePie\\Restriction
90 public function __construct($relationship = null, $type = null, $value = null) argument
94 $this->value = $value;
143 if ($this->value !== null) {
144 return $this->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/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";
H A DJSCreator.php24 foreach ($feedArray as $value) {
25 $jsFeed .= "document.write('".trim(addslashes($value))."');\n";
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DZip.php538 * This key-value list contains general information about the ZIP file
660 ) as $hd) { // On ODT files, these headers are 0. Keep the previous value.
687 $value = substr($header, 0, $set['len']);
689 $extra[$set['id']] = $value;
/dokuwiki/inc/
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 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...]
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DBase.php322 // check that the value can be casted to string
/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/Ui/
H A DDiff.php68 * @param string|array $prefs a key name or key-value pair(s)
69 * @param mixed $value value used when the first args is string
72 public function preference($prefs = null, $value = null) argument
75 if (is_string($prefs) && isset($value)) {
76 $this->preference[$prefs] = $value;
79 foreach ($prefs as $name => $value) {
80 $this->preference[$name] = $value;
H A DSubscribe.php91 $value = (array_key_exists($INPUT->post->str('sub_target'), $targets)) ?
94 $data = ($value === $val) ? ['checked' => 'checked'] : [];
101 $value = (array_key_exists($INPUT->post->str('sub_style'), $styles)) ?
104 $data = ($value === $val) ? ['checked' => 'checked'] : [];
/dokuwiki/inc/Utf8/
H A DUnicode.php216 'at index: ' . $k . ', value: ' . $arr[$k],
235 'at index: ' . $k . ', value: ' . $arr[$k],
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Drebol.php123 'uppercase','url?','usage','use','value?','view','viewed?','what',
H A Dreg.php34 * - There are two regexes for the multiline hex value regex. The regex for
H A Drexx.php86 'translate', 'trunc', 'userid', 'value',
H A Dceylon.php69 'value', 'assign', 'void', 'function',
H A Dcfm.php132 'valign', 'value', 'valuetype', 'version', 'vlink', 'vspace',
/dokuwiki/lib/plugins/revert/
H A Dadmin.php75 echo '<input type="text" name="filter" class="edit" value="' . hsc($INPUT->str('filter')) . '" /> ';
128 echo '<input type="hidden" name="filter" value="' . hsc($filter) . '" />';
145 echo '<input type="checkbox" name="revert[]" value="' . hsc($recent['id']) .
/dokuwiki/lib/plugins/config/core/
H A DConfigParser.php48 $value = $matches[$i][2];
54 if (preg_match('/^array ?\((.*)\)/', $value, $match)) {
64 $value = $arr;
66 $value = $this->readValue($value);
69 $config[$key] = $value;
76 * Convert php string into value
78 * @param string $value argument
81 protected function readValue($value)
90 if ($value
[all...]
/dokuwiki/lib/plugins/info/
H A Dsyntax.php204 $doc .= '<tr><th>Return value</th><td>' . hsc(key($method['return'])) .
242 * lists all known syntax modes and their sorting 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;
H A DSettingNoDefault.php8 * A do-nothing class used to detect settings with no default value.
H A DSettingOnoff.php14 protected function cleanValue($value) argument
16 if ($value === null) return null;
18 if (is_string($value)) {
19 if (strtolower($value) === 'false') return 0;
20 if (strtolower($value) === 'off') return 0;
21 if (trim($value) === '') return 0;
24 return (int) (bool) $value;
33 $value = $this->protected;
36 $value = is_null($this->local) ? $this->default : $this->local;
40 $checked = ($value)
[all...]

12345678910