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

12345678910

/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingMulticheckbox.php23 $value = is_null($this->local) ? $this->default : $this->local;
24 if ($value == $input) return false;
43 $value = $this->protected;
46 $value = $this->input;
48 $value = is_null($this->local) ? $this->default : $this->local;
54 $value = $this->str2array($value);
59 $idx = array_search($choice, $value);
72 '][]" type="checkbox" class="checkbox" value="' . $choice . '" ' . $disable . ' ' . $checked . "/>\n";
76 if ($idx !== false) unset($value[
[all...]
H A DSettingMultichoice.php20 $value = $this->protected;
23 $value = is_null($this->local) ? $this->default : $this->local;
26 // ensure current value is included
27 if (!in_array($value, $this->choices)) {
28 $this->choices[] = $value;
43 $selected = ($value == $choice) ? ' selected="selected"' : '';
52 $input .= ' <option value="' . $choice . '"' . $selected . ' >' . $option . '</option>' . "\n";
66 $value = is_null($this->local) ? $this->default : $this->local;
67 if ($value == $input) return false;
H A DSettingPassword.php38 ']" autocomplete="off" type="password" class="edit" value="" ' . $disable . ' />';
H A DSettingRegex.php17 // let parent do basic checks, value, not changed, etc.
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dcaddcl.php66 'small_increment','tabs','tab_truncate','value','width',
H A Dcadlisp.php102 'vlax-variant-type','vlax-variant-value','vlax-write-enabled-p',
106 'vl-exit-with-value','vl-file-copy','vl-file-delete','vl-file-directory-p',
130 'vl-symbol-name','vl-symbolp','vl-symbol-value','vl-unload-vlx','vl-vbaload',
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...]
H A Dcsharp.php75 'try', 'unsafe', 'using', 'var', 'value', 'virtual', 'volatile', 'where',
H A Dezt.php69 'VALUE','SYNTAX','NEWPAGE','SKIP','COL','TALLY',
H A Dpli.php147 'valid', 'validdate', 'value', 'var', 'varglist', 'vargsize',
H A Dplsql.php82 'VARIANCE', 'VAR_SAMP', 'VAR_POP', 'VALUE', 'USERENV', 'USER', 'UPPER',
/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 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 Dform.php125 * Adds a name/value pair as a hidden field.
126 * The value of the field (but not the name) will be passed to
130 * @param string $value Field value. If null, remove a previously added field.
134 public function addHidden($name, $value)
136 if (is_null($value))
138 else $this->_hidden[$name] = $value;
230 * Gets the position of the first element with a matching attribute value.
233 * @param string $value Attribute value
133 addHidden($name, $value) global() argument
238 findElementByAttribute($name, $value) global() argument
421 form_makeButton($type, $act, $value = '', $attrs = array()) global() argument
450 form_makeField($type, $name, $value = '', $label = null, $id = '', $class = '', $attrs = array()) global() argument
476 form_makeFieldRight($type, $name, $value = '', $label = null, $id = '', $class = '', $attrs = array()) global() argument
500 form_makeTextField($name, $value = '', $label = null, $id = '', $class = '', $attrs = array()) global() argument
573 form_makeCheckboxField($name, $value = '1', $label = null, $id = '', $class = '', $attrs = array()) global() argument
598 form_makeRadioField($name, $value = '1', $label = null, $id = '', $class = '', $attrs = array()) 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 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...]
H A Dindexer.php
/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/
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/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/vendor/splitbrain/slika/
H A DREADME.md51 Keeping either width or height at zero will auto calculate the value for you.
/dokuwiki/vendor/splitbrain/slika/src/
H A DGdAdapter.php288 * If only one value is given the other is adjusted to match according to the aspect ratio
321 * Ensure the given Dimension is a proper pixel value
323 * When a percentage is given, the value is calculated based on the given original dimension
/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/inc/ChangeLog/
H A DChangeLog.php83 * The value of identifier can be determined by timestamp as far as the file exists,
98 * Return the last revision identifier, date value of the last entry of the changelog
111 * @param string $value changelog line
114 protected function parseAndCacheLogLine($value)
116 $info = static::parseLogLine($value);
475 * when it does not match any revision value recorded in changelog.
581 * As a result, the value of current revision identifier may change each time because:
583 * 2) the value is essentially volatile for deleted but once existed files.
H A DRevisionInfo.php55 * set value of associated "current" key for internal use. Some UI element like diff
59 * @param bool $value true if the revision is current, otherwise false
62 public function isCurrent($value = null)
64 return (bool) $this->val('current', $value);
68 * Return or set a value of associated key of revision information
72 * @param mixed $value
75 public function val($key, $value = null)
77 if (isset($value) && !array_key_exists($key, $this->info)) {
79 $this->info[$key] = $value;
89 * Set extra key-value t
60 isCurrent($value = null) global() argument
73 val($key, $value = null) global() argument
[all...]

12345678910