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

12345678910

/dokuwiki/inc/Input/
H A DGet.php22 * @param mixed $value Value to set
24 public function set($name, $value) argument
26 parent::set($name, $value);
27 $_REQUEST[$name] = $value;
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DDES.php107 * Optimizing value while CFB-encrypting
152 * For each byte value index, the entry holds an 8-byte string
154 * corresponding bit in the index value.
335 * Indexing this table with a byte value reverses the bit order.
377 * Each box ($sbox1-$sbox8) has been vectorized, then each value pre-permuted using the
H A DRSA.php607 * generally be omitted, but if present, it shall have a value of type
809 * the value of a label L as input. In this version of PKCS #1, L is
H A DRijndael.php103 * {@internal The max value is 256 / 32 = 8, the min value is 128 / 32 = 4. Exists in conjunction with $block_size
116 * {@internal The max value is 256 / 8 = 32, the min value is 128 / 8 = 16. Exists in conjunction with $Nk
131 * @internal The max value is 256 / 32 = 8, the min value is 128 / 32 = 4
138 * {@internal The max value is 14, the min value is 10.}
H A DTwofish.php58 * Optimizing value while CFB-encrypting
/dokuwiki/inc/
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/geshi/geshi/src/geshi/
H A Dsmarty.php84 'loop', 'start', 'step', 'max', 'show', 'values', 'value', 'from', 'item'
H A Dsql.php105 'VALUE', 'VALUES', 'VARCHAR', 'VARIABLES', 'VARYING', 'VIEW',
H A Dvisualfoxpro.php373 'TypeLibCLSID','TypeLibDesc','TypeLibName','UnlockDataSource','Value','ValueDirty',
H A Dmysql.php105 'USING','VALUES','VALUE','VIEW','WARNINGS','WHERE','WITH ROLLUP',
138 'NOT NULL','PACK_KEYS','ROW_FORMAT','SERIAL DEFAULT VALUE','SIGNED',
H A Dnewlisp.php61 'curry','date','date-value','debug','dec','def-new','default',
/dokuwiki/lib/scripts/
H A Dcookie.js5 * simple name-value pairs - no complex types!
17 * Save a value to the cookie
43 * Get a Value from the Cookie
46 * @param def default value if key does not exist; if not set, returns undefined by default
H A Dedit.js164 opts = [field.value.substr(0,DWgetSelection(field).start)];
167 opts.push(field.form.prefix.value);
H A Deditor.js53 } // else use default value
72 * @param int val the relative value to resize in pixel
136 var search = "\n"+this.value.substr(0,selection.start);
153 if (match2 && this.value.substr(selection.start).match(/^($|\r?\n)/)) {
154 this.value = this.value.substr(0, linestart) + "\n" +
155 this.value.substr(selection.start);
173 this.value = this.value.substr(0,linestart)+
174 this.value
[all...]
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/vendor/simplepie/simplepie/src/Cache/
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/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/vendor/simplepie/simplepie/src/
H A DGzdecode.php181 * @param mixed $value
183 public function __set($name, $value) argument
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...]
H A DParser.php146 $xml_is_sane = isset($values[0]['value']);
212 $attributes[$attrName] = $xml->value;
222 $this->cdata(null, $xml->value);
272 foreach ($attributes as $name => $value) {
274 $attribs[$attrib_namespace][$attribute] = $value;
299 foreach ($attribs[''] as $name => $value) {
300 $this->data['data'] .= ' ' . $name . '="' . htmlspecialchars($value, ENT_COMPAT, $this->encoding) . '"';
400 return $data['value'] ?? '';
460 if (isset($link['value'])) {
461 $link = $link['value'];
[all...]
H A DRating.php69 * Rating value
74 public $value; variable in SimplePie\\Rating
82 public function __construct($scheme = null, $value = null) argument
85 $this->value = $value;
114 * Get the value of the rating
120 if ($this->value !== null) {
121 return $this->value;
/dokuwiki/vendor/simplepie/simplepie/src/HTTP/
H A DParser.php78 * Key/value pairs of the headers
103 private const STATE_VALUE = 'value';
155 * Value of the hedaer currently being parsed
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
333 protected function value() global() function in SimplePie\\HTTP\\Parser
[all...]
/dokuwiki/vendor/kissifrot/php-ixr/src/Client/
H A DClient.php81 foreach ($this->headers as $header => $value) {
82 $request .= "{$header}: {$value}{$r}";
/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/vendor/kissifrot/php-ixr/src/DataType/
H A DValue.php5 class Value class
19 foreach ($this->data as $key => $value) {
20 $this->data[$key] = new Value($value);
25 $this->data[$i] = new Value($this->data[$i]);
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>";
[all...]

12345678910