Home
last modified time | relevance | path

Searched refs:value (Results 76 – 100 of 118) sorted by relevance

12345

/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/vendor/openpsa/universalfeedcreator/lib/
H A DUniversalFeedCreator.php101 foreach ($vars as $key => $value) {
/dokuwiki/vendor/simplepie/simplepie/src/
H A DGzdecode.php181 * @param mixed $value
183 public function __set($name, $value) argument
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...]
/dokuwiki/inc/Extension/
H A DPluginTrait.php209 foreach ($defaults as $key => $value) {
211 $conf['plugin'][$plugin][$key] = $value;
222 * @return array setting => value
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
/dokuwiki/lib/scripts/
H A Dedit.js164 opts = [field.value.substr(0,DWgetSelection(field).start)];
167 opts.push(field.form.prefix.value);
/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/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/parser/
H A Dhandler.php96 * @param mixed $value
98 public function setStatus($status, $value)
100 $this->status[$status] = $value;
173 * $options is parsed for key value pairs separated by commas.
174 * A value might also be missing in which case the value will simple
178 * @param string $options space separated list of key-value pairs,
180 * @return array|null Array of key-value pairs $array['key'] = 'value';
194 $value
92 setStatus($status, $value) global() argument
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php67 // this value isn't really used anymore but i'm keeping it reserved for historical reasons
608 list($key, $value) = Strings::unpackSSH2('ss', $response);
609 $this->extensions[$key] = $value;
1006 foreach ($files as $value) {
1007 if ($value == '.' || $value == '..') {
1008 $result[] = $relativeDir . $value;
1011 if (is_array($this->query_stat_cache($this->realpath($dir . '/' . $value)))) {
1012 $temp = $this->nlist_helper($dir . '/' . $value, true, $relativeDir . $value
1419 _update_stat_cache($path, $value) global() argument
[all...]
H A DSSH2.php2547 foreach ($responses[$i] as $key => $value) {
2548 $this->keyboard_requests_responses[$key] = $value;
2561 foreach ($this->keyboard_requests_responses as $key => $value) {
2563 $responses[] = $value;
4113 // currently, there's only one possible value for $data_type_code: NET_SSH2_EXTENDED_DATA_STDERR
4129 list($value) = Strings::unpackSSH2('s', $response);
4130 switch ($value) {
4650 * named constants from it, using the value as the name of the constant and the index as the value of the constant.
4659 foreach ($arg as $key => $value) {
5360 setWindowColumns($value) global() argument
5371 setWindowRows($value) global() argument
[all...]
/dokuwiki/lib/plugins/popularity/
H A Dhelper.php270 foreach ($d as $key => $value) {
271 $data['plugin_' . $plugin . '_' . $key] = $value;
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php90 * @return int current start value for pageination
251 echo '<td><input type="text" name="userid" class="edit" value="' . $this->htmlFilter('user') . '" /></td>';
252 echo '<td><input type="text" name="username" class="edit" value="' . $this->htmlFilter('name') . '" /></td>';
253 echo '<td><input type="text" name="usermail" class="edit" value="' . $this->htmlFilter('mail') . '" /></td>';
254 echo '<td><input type="text" name="usergroups" class="edit" value="' . $this->htmlFilter('grps') . '" /></td>';
307 echo '<input type="hidden" name="do" value="admin" />';
308 echo '<input type="hidden" name="page" value="usermanager" />';
400 echo '<tr><th>' . $this->lang["field"] . "</th><th>" . $this->lang["value"] . "</th></tr>";
469 <td><input type="checkbox" id="' . $cmd . '_usernotify" name="usernotify" value="1" />
477 echo '<input type="hidden" name="do" value
512 htmlInputField($id, $name, $label, $value, $cando, $required, $indent = 0) global() argument
[all...]
/dokuwiki/inc/
H A Dmedia.php181 // get current value
185 $value = tpl_img_getTag($tags, '', $src);
186 $value = cleanText($value);
200 )->id($p['id'])->addClass($p['class'])->val($value);
203 ->val(formText($value))
915 * @param array $values allowed values, where default value has index key 'default'
916 * @return string the parameter value
1210 * @param string $alt alternative value
1246 $value
[all...]
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 Dfulltext.php355 * @param array $results search results in the form pageid => value
385 * adapted argument order and return value.
620 foreach ($args[0] as $key => $value) {
621 $result[$key] = $value;
880 // build return value
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 Dindexer.php
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php865 [$key, $value] = sexplode('=', trim($line, DOKU_LF), 2, '');
867 $value = trim($value);
870 $this->managerData[$key] = $value;
/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
/dokuwiki/lib/exe/
H A Dcss.php269 * @param array $replacements array(placeholder => value)
277 // and build a list of variable: value; pairs
279 foreach ((array)$replacements as $key => $value) {
282 $less .= "$lkey: $value;\n";
/dokuwiki/inc/HTTP/
H A DHTTPClient.php810 foreach ($headers as $key => $value) {
811 if ($value === '') continue;
812 $string .= $key . ': ' . $value . HTTP_NL;
/dokuwiki/lib/tpl/dokuwiki/
H A Dstyle.ini10 ; Define the stylesheets your template uses here. The second value

12345