Home
last modified time | relevance | path

Searched refs:value (Results 4026 – 4040 of 4040) sorted by last modified time

1...<<161162

/plugin/zip/pear/MIME/
H A DType.php292 * @param string $value Attribute value
296 function addParameter($name, $value, $comment = false) argument
300 $tmp->value = $value;
/plugin/zip/pear/MIME/Type/
H A DParameter.php41 var $value; variable in MIME_Type_Parameter
74 $this->value = $this->getValue($param);
105 $value = $tmp[1];
107 $cs = strpos($value, '(');
108 $value = substr($value, 0, $cs);
110 return trim($value, '" ');
155 $val = $this->name.'="'.$this->value.'"';
/plugin/zip/pear/File/Archive/Predicate/
H A DCurrent.php39 var $value = true; variable in File_Archive_Predicate_Current
46 $tmp = $this->value;
47 $this->value = false;
H A DDuplicate.php72 $value = isset($this->newest[$filename]) ? $this->newest[$filename] : null;
74 if ($value === null ||
75 $this->compare($stat[9], $value[0]) >= 0
101 $value = isset($this->newest[$filename]) ? $this->newest[$filename] : null;
102 if ($value === null) {
105 $comp = $this->compare($stat[9], $value[0]);
108 ($comp == 0 && $this->pos != $value[1]);
/plugin/zip/pear/File/
H A DArchive.php127 function setOption($name, $value) argument
130 $option = $value;
131 if ($name == 'cache' && $value !== null) {
133 $value->_fileNameProtection = false;
/plugin/bibtex/OSBib/create/
H A DPREVIEWSTYLE.php57 foreach($style as $key => $value)
58 $this->bibformat->style[str_replace("style_", "", $key)] = $value;
62 foreach($temp as $key => $value)
65 $independent[$split[1]] = $value;
H A Dcommon.js99 styleArray[fieldArray[index]] = currFormField.value; // input and textarea
112 var templateString = document.forms[0][templateName].value;
H A DADMINSTYLE.php224 foreach($temp as $key => $value)
226 if(!is_array($value))
229 $ultimate = $value;
234 $independent = $value;
240 $string .= $value['pre'];
243 $string .= $value['post'];
258 if(array_key_exists('singular', $value) && array_key_exists('plural', $value))
260 $replace = "^" . $value['singular'] . "^" . $value['plural'] . "^";
288 $newArray[] = $value;
1175 foreach($array as $key => $value)
[all …]
H A DFORM.php61 if(!$value)
64 $value = $messages->text("submit", $value);
82 function hidden($name, $value) argument
128 foreach($array as $value)
148 foreach($array as $value)
150 if($value == $select)
157 $value = $formMisc->reduceLongText($value, $override);
182 $value = $formMisc->reduceLongText($value, $override);
208 $value = $formMisc->reduceLongText($value, $override);
236 $value = $formMisc->reduceLongText($value, $override);
[all …]
H A DSESSION.php34 function setVar($key, $value) argument
36 if(!isset($key) || !isset($value)) return false;
37 $this->sessionVars[$key] = $value;
73 foreach($this->sessionVars as $key => $value)
76 $array[$matches[1]] = $value;
85 foreach($row as $key => $value)
87 if(!$value)
88 $value = FALSE;
91 if(!$this->setVar($prefix . '_' . $key, $value))
96 if(!$this->setVar($key, $value))
[all …]
/plugin/bibtex/OSBib/
H A DUTF8.php136 foreach( $unicode[0] as $key => $value) {
137 $str = preg_replace("/".$value."/", $this->code2utf8($unicode[1][$key]), $str);
/plugin/bibtex/OSBib/format/bibtexParse/
H A DCHANGELOG59 2/ Some debugging and simplification. Both flags now have a default value of TRUE.
H A DPARSEENTRIES.php233 foreach($values as $value)
235 $pos = strpos($oldString, $value);
248 $value = trim(array_shift($values));
249 $rev = strrev($value);
252 $value = rtrim($value, ",");
253 if(!$value)
260 $value = trim($value);
261 $this->entries[$this->count][$key] = $value;
411 foreach($this->preamble as $value)
421 foreach($this->strings as $value)
[all …]
/plugin/bibtex/OSBib/format/
H A DREADME.txt62 …nging ONLY the key of each element. However, do NOT edit any key (or its value) that is 'creator1…
120 … to be displayed is the result of a SQL search. Default is FALSE and its value will be ignored if…
212 // PreProcessing may change the value of $resourceType so get it back!
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1value}else{return G(r,O)}}function J(O,r){var N=O.nM?"":'<span class="'+O.cN+'">';if(O.rB){c+=N;O.…

1...<<161162