Searched defs:val (Results 1 - 17 of 17) sorted by relevance
/dokuwiki/inc/Form/ |
H A D | ValueElement.php | 38 public function val($value = null) function
|
H A D | TextareaElement.php | 34 public function val($value = null) function
|
H A D | DropdownElement.php | 129 public function val($value = null) function
|
H A D | Element.php | 149 public function val($value = null) function
|
/dokuwiki/vendor/splitbrain/php-cli/src/ |
H A D | Options.php | 228 $val = array_shift($arg); variable 237 $val = $this->args[++$i]; variable 261 $val = null; variable 263 $val = $this->args[++$i]; variable
|
H A D | TableFormatter.php | 210 $val = $wrapped[$col][$i]; variable 212 $val = ''; variable
|
/dokuwiki/inc/ |
H A D | cli.php | 421 $val = $this->args[++$i]; variable 444 $val = null; variable 446 $val = $this->args[++$i]; variable 619 $val variable 621 $val = ''; global() variable [all...] |
H A D | confutils.php | 142 $val = trim($val); variable
|
H A D | parserutils.php | 296 $val = $meta['current']; variable 303 $val = $val[$cur_key]; variable
|
H A D | DifferenceEngine.php | 818 $val = ob_get_contents(); variable 1123 $val = parent::format($diff); variable 1124 $val = str_replace(' ','  ', $val); variable 1125 $val = preg_replace('/ (?=<)|(?<=[ >]) /', ' ', $val); variable 1237 $val = parent::format($diff); variable 1238 $val variable 1239 $val = preg_replace('/ (?=<)|(?<=[ >]) /', ' ', $val); global() variable [all...] |
H A D | JpegMeta.php | 2006 $val = str_pad($entries[$i]['value'], 4, "\\0"); global() variable 3002 $val = intval($val); global() variable 3022 $val = intval($val); global() variable 3071 $val = intval($val); global() variable [all...] |
H A D | media.php | 68 $val=trim($val); variable 868 $val = get_doku_pref($param, $values['default']); variable 870 $val = $values['default']; global() variable [all...] |
/dokuwiki/lib/plugins/authad/adLDAP/classes/ |
H A D | adLDAPUsers.php | 135 $val=0; variable [all...] |
/dokuwiki/lib/plugins/authpdo/ |
H A D | auth.php | 813 $val = $this->pdo->quote($val, PDO::PARAM_INT); variable 815 $val = $this->pdo->quote($val, PDO::PARAM_BOOL); variable 817 $val = 'NULL'; variable 819 $val variable [all...] |
/dokuwiki/inc/HTTP/ |
H A D | HTTPClient.php | 768 $val = trim($val); variable [all...] |
/dokuwiki/inc/Search/ |
H A D | Indexer.php | 210 $val = (string)$val; variable [all...] |
/dokuwiki/vendor/marcusschwarz/lesserphp/ |
H A D | lessc.inc.php | 1117 $val = isset($values[$i]) ? variable 1122 $val = $color; variable 1495 $val = $this->reduce($c); variable 1496 $val = isset($val[1]) ? floatval($val[1]) : 0; variable
|
Completed in 23 milliseconds