Home
last modified time | relevance | path

Searched refs:value (Results 26 – 50 of 118) sorted by relevance

12345

/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/Net/
H A DIPv6.php223 // Check the value is valid
224 $value = hexdec($ipv6_part);
225 if (dechex($value) !== strtolower($ipv6_part) || $value < 0 || $value > 0xFFFF) {
231 $value = (int) $ipv4_part;
232 if ((string) $value !== $ipv4_part || $value < 0 || $value > 0xFF) {
/dokuwiki/inc/Form/
H A DCheckableElement.php22 // default value is 1
23 $this->attr('value', 1);
38 // no key - single value
39 $value = $INPUT->str($name);
40 if ($value == $myvalue) {
56 foreach ($input as $value) {
57 if ($value == $myvalue) {
H A DOptGroup.php32 foreach ($values as $value) {
33 if (isset($this->options[$value])) {
34 $this->values[] = $value;
44 * Options can be given as associative array (value => label) or as an
45 * indexd array (label = value) or as an array of arrays. In the latter
47 * option-value => array (
50 * attr-key => attr-value, ...
116 $html .= '<option' . $selected . ' value="' . hsc($key) . '" ' . $attrs . '>';
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A Dlessc.inc.php
/dokuwiki/lib/plugins/authad/adLDAP/collections/
H A DadLDAPCollection.php96 foreach ($this->info[0][strtolower($attribute)] as $key => $value) {
98 $array[$key] = $value;
115 * @param string $value
118 abstract public function __set($attribute, $value); argument
H A DadLDAPComputerCollection.php41 public function __set($attribute, $value) argument
H A DadLDAPContactCollection.php41 public function __set($attribute, $value) argument
H A DadLDAPGroupCollection.php41 public function __set($attribute, $value) argument
H A DadLDAPUserCollection.php41 public function __set($attribute, $value) argument
/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/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DJSCreator.php24 foreach ($feedArray as $value) {
25 $jsFeed .= "document.write('".trim(addslashes($value))."');\n";
/dokuwiki/inc/
H A DJpegMeta.php201 * @param string $value
204 function setField($field, $value) {
207 return $this->setIPTCField(substr($field,5),$value);
209 return $this->setExifField(substr($field,5),$value);
211 return $this->setExifField($field,$value);
414 * @param string $value argument
417 function setExifField($field, $value) {
432 if(strlen($value) < 8 || $value[4] != ':' || $value[
203 setField($field, $value) global() argument
448 setAdobeField($field, $value) global() argument
509 setIPTCField($field, $value) global() argument
2604 _write8BIM(& $data, $pos, $type, $header, & $value) global() argument
2672 _writeIPTCEntry(& $data, $pos, $type, & $value) global() argument
[all...]
H A Dfetch.functions.php111 * There is no additional checking, just the encoding and setting the key=value for usage in headers
115 * @param string $value value of the field to be set in the header() call
116 * @param string $charset used charset for the encoding of value
118 * @return string in the format " name=value" for values WITHOUT special characters
119 * @return string in the format " name*=charset'lang'value" for values WITH special characters
121 function rfc2231_encode($name, $value, $charset = 'utf-8', $lang = 'en')
126 $value
128 if ($value != $internal) {
131 return ' ' . $name . '="' . $value
114 rfc2231_encode($name, $value, $charset = 'utf-8', $lang = 'en') global() argument
[all...]
H A DMailer.class.php145 * If an empy value is passed, the header is removed
148 * @param string|string[] $value the value of the header
151 public function setHeader($header, $value, $clean = true)
156 $value = preg_replace('/[^a-zA-Z0-9_ \-\.\+\@<>]+/', '', $value);
159 // empty value deletes
160 if (is_array($value)) {
161 $value = array_map('trim', $value);
143 setHeader($header, $value, $clean = true) global() argument
[all...]
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DDataCache.php66 * Fetches a value from the cache.
74 * @param mixed $default Default value to return if the key does not exist.
76 * @return array|mixed The value of the item from the cache, or $default in case of cache miss.
79 * MUST be thrown if the $key string is not a legal value.
88 * public function set(string $key, mixed $value, null|int|\DateInterval $ttl = null): bool;
92 * @param array $value The value of the item to store, must be serializable.
93 * @param null|int $ttl Optional. The TTL value of this item. If no value is sent and
94 * the driver supports TTL then the library may set a default value
102 set_data(string $key, array $value, int $ttl = null) global() argument
[all...]
H A DPsr16.php78 * Fetches a value from the cache.
86 * @param mixed $default Default value to return if the key does not exist.
88 * @return array|mixed The value of the item from the cache, or $default in case of cache miss.
91 * MUST be thrown if the $key string is not a legal value.
109 * public function set(string $key, mixed $value, null|int|\DateInterval $ttl = null): bool;
113 * @param array $value The value of the item to store, must be serializable.
114 * @param null|int $ttl Optional. The TTL value of this item. If no value is sent and
115 * the driver supports TTL then the library may set a default value
123 set_data(string $key, array $value, int $ttl = null) global() argument
[all...]
/dokuwiki/vendor/kissifrot/php-ixr/src/DataType/
H A DValue.php19 foreach ($this->data as $key => $value) {
20 $this->data[$key] = new Value($value);
69 // Return XML for this value
82 $return .= ' <value>' . $item->getXml() . "</value>\n";
89 foreach ($this->data as $name => $value) {
91 $return .= " <member><name>$name</name><value>";
92 $return .= $value->getXml() . "</value></member>\n";
113 foreach ($array as $key => $value) {
[all...]
/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 DSettingImConvert.php17 $value = is_null($this->local) ? $this->default : $this->local;
18 if ($value == $input) return false;
/dokuwiki/lib/scripts/
H A Dtextselection.js24 return (!this.obj) ? '' : this.obj.value.substring(this.start,this.end);
77 selection.obj.value =
78 selection.obj.value.substring(0, selection.start) + text +
79 selection.obj.value.substring(selection.end, selection.obj.value.length);
/dokuwiki/inc/Debug/
H A DPropertyDeprecationHelper.php78 public function __set($name, $value)
83 $this->$name = $value;
93 $this->$name = $value;
113 // defined by the current class, for some value of "current" that differs slightly
79 __set($name, $value) global() argument
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php503 // ie. length is the length of the full TLV encoding - it's not just the length of the value
542 $value = self::asn1map($decoded, $option, $special);
547 $value = $v;
550 if (isset($value)) {
552 $value = $special[$key]($value);
554 return [$key => $value];
764 foreach ($map as $i => $value) {
766 $values[] = $value;
859 // do not encode (implicitly optional) fields with value se
[all...]
/dokuwiki/vendor/simplepie/simplepie/src/HTTP/
H A DParser.php78 * Key/value pairs of the headers
103 private const STATE_VALUE = 'value';
159 protected $value = ''; variable in SimplePie\\HTTP\\Parser
271 $this->value = trim($this->value, "\x0D\x20");
272 if ($this->name !== '' && $this->value !== '') {
276 $this->headers[$this->name] .= ', ' . $this->value;
278 $this->headers[$this->name] = $this->value;
282 $this->value = '';
327 $this->value
333 protected function value() global() function in SimplePie\\HTTP\\Parser
[all...]

12345