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 76 – 100 of 232) sorted by relevance

12345678910

/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dcobol.php93 'ARGUMENT-VALUE',
133 'CONDITION-VALUE', 'CONFIGURATION', 'CONSOLE', 'CONSTANT',
170 'ENVIRONMENT-NAME', 'ENVIRONMENT-VALUE', 'EOL', 'EOP',
174 'EXCEPTION-OBJECT', 'EXCEPTION-VALUE', 'EXCESS-3',
192 'GRIP', 'GROUP', 'GROUP-USAGE', 'GROUP-VALUE', 'HANDLE',
195 'HIDDEN-DATA', 'HIGH', 'HIGH-COLOR', 'HIGH-VALUE', 'HIGH-VALUES',
209 'ITEM-TO-EMPTY', 'ITEM-VALUE', 'ITERATOR', 'ITERATOR-ID', 'J',
220 'LONG-VARCHAR', 'LOW', 'LOW-COLOR', 'LOW-VALUE', 'LOW-VALUES',
261 'PROPERTY', 'PROPERTY-ID', 'PROPERTY-VALUE', 'PROTECTED',
308 'TERMINAL-INFO', 'TERMINATION-VALUE', 'TES
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/
H A DElement.php27 * Raw element value
/dokuwiki/lib/scripts/
H A Dqsearch.js43 var value = dw_qsearch.getSearchterm();
44 if (value === '') {
53 q: encodeURI(value)
H A Dbehaviour.js119 * automatically submit its parent form when the select value changes.
161 $list = $form.find("input[name='sub_style'][value='list']");
162 $digest = $form.find("input[name='sub_style'][value='digest']");
/dokuwiki/inc/
H A Dparserutils.php39 * Use this if it is unlikely that the metadata value you are requesting
241 * @param string $key The key of the metdata value that shall be read (by default everything)
331 * @param array $data is an array with key ⇒ value pairs to be set in the metadata
333 * @param boolean $persistent indicates whether or not the particular metadata value will persist through
361 foreach ($data as $key => $value) {
364 foreach ($value as $subkey => $subvalue) {
384 // these keys, must have subkeys - a legitimate value must be an array
385 if (is_array($value)) {
387 $value :
388 array_replace((array)$meta['current'][$key], $value);
[all...]
H A Dhtml.php195 * @param string[] $params key-value pairs added as hidden inputs
227 $html .= '<input type="hidden" name="' . $key . '" value="' . hsc($val) . '" />';
969 $out .= ' <param name="movie" value="' . hsc($swf) . '" />' . NL;
974 $out .= ' <param name="' . hsc($key) . '" value="' . hsc($val) . '" />' . NL;
979 $out .= ' <param name="FlashVars" value="' . buildURLparams($flashvars) . '" />' . NL;
1051 $value = filesize_h(abs($sizechange));
1054 $value = '+' . $value;
1057 $value = '-' . $value;
[all...]
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingRegex.php17 // let parent do basic checks, value, not changed, etc.
H A DSettingPassword.php38 ']" autocomplete="off" type="password" class="edit" value="" ' . $disable . ' />';
/dokuwiki/inc/Form/
H A DFieldsetOpenElement.php21 // the parent would expect the tag in $value but we're storing the
/dokuwiki/inc/HTTP/
H A DHeaders.php20 // if the value is not an array, we also accept newline terminated strings
/dokuwiki/vendor/simplepie/simplepie/src/
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 DLocator.php326 foreach ($array as $key => $value) {
330 if (in_array(strtolower(strrchr($value, '.')), ['.rss', '.rdf', '.atom', '.xml'])) {
336 $feed = $this->registry->create(File::class, [$value, $this->timeout, 5, $headers, $this->useragent, $this->force_fsockopen, $this->curl_options]);
349 foreach ($array as $key => $value) {
353 if (preg_match('/(feed|rss|rdf|atom|xml)/i', $value)) {
358 $feed = $this->registry->create(File::class, [$value, $this->timeout, 5, null, $this->useragent, $this->force_fsockopen, $this->curl_options]);
/dokuwiki/
H A Dinstall.php195 <input type="hidden" name="l" value="<?php echo $LC ?>"/>
198 <input type="text" name="d[title]" id="title" value="<?php echo $d['title'] ?>" style="width: 20em;"/>
210 value="<?php echo $d['superuser'] ?>"/>
214 value="<?php echo $d['fullname'] ?>"/>
217 <input class="text" type="text" name="d[email]" id="email" value="<?php echo $d['email'] ?>"/>
227 <option value="0" <?php echo ($d['policy'] == 0) ? 'selected="selected"' : '' ?>><?php
229 <option value="1" <?php echo ($d['policy'] == 1) ? 'selected="selected"' : '' ?>><?php
231 <option value="2" <?php echo ($d['policy'] == 2) ? 'selected="selected"' : '' ?>><?php
250 echo '<input type="radio" name="d[license]" value="' . hsc($key) . '" id="lic_' . $key . '"' .
284 <input type="hidden" name="l" value
[all...]
/dokuwiki/lib/plugins/authad/adLDAP/collections/
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/lib/plugins/acl/
H A Dscript.js55 jQuery('#acl__user input').toggle(this.value === '__g__' ||
56 this.value === '__u__');
/dokuwiki/inc/Extension/
H A DSyntaxPlugin.php67 * This function can only pass data to render() via its return value - render()
101 * @return boolean rendered correctly? (however, returned value is not used at the moment)
/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/inc/Cache/
H A DCache.php98 * purge - force a purge on any non empty value
143 * it should only overwrite a dependency when the new value is more stringent than the old
192 * @return bool pass-thru $success value
/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php9 * $meta[<setting name>] = array(<handler class id>,<param name> => <param value>);
56 * '_caution' - no value (default) or 'warning', 'danger', 'security'. display an alert along with the setting
67 * '_min' - minimum numeric value, optional for 'numeric' and 'numericopt', ignored by others
68 * '_max' - maximum numeric value, optional for 'numeric' and 'numericopt', ignored by others
74 * default value 'always'. 'exists' only shows 'other' input field when the setting contains value(s)
/dokuwiki/lib/plugins/authplain/
H A Dauth.php177 * @param array $changes array of field/value pairs to be changed (password will be clear text)
201 foreach ($changes as $field => $value) {
203 $newuser = $value;
206 if ($field == 'pass') $value = auth_cryptPassword($value);
207 $userinfo[$field] = $value;
/dokuwiki/lib/plugins/popularity/
H A Dadmin.php145 . '<input type="hidden" name="do" value="admin" />'
146 . '<input type="hidden" name="page" value="popularity" />';
/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...]

12345678910