Home
last modified time | relevance | path

Searched refs:value (Results 451 – 475 of 4040) sorted by relevance

1...<<11121314151617181920>>...162

/plugin/jdraw/lib/
H A Dcommons-codec-1.3.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/monthcal/
H A Dsyntax.php84 $data['year'] = $value;
87 $data['month'] = $value;
90 $data['namespace'] = (strpos($value, ':') === false) ? ':' . $value : $value;
93 switch(strtolower($value)) {
106 if (strtolower($value) == "sunday")
112 switch(strtolower($value)) {
122 switch(strtolower($value)) {
132 switch(strtolower($value)) {
142 switch(strtolower($value)) {
155 switch(strtolower($value)) {
[all …]
/plugin/wysiwyg/fckeditor/editor/filemanager/browser/default/js/
H A Dcommon.js30 oOption.value = optionValue ;
41 function StringBuilder( value ) argument
43 this._Strings = new Array( value || '' ) ;
46 StringBuilder.prototype.Append = function( value ) argument
48 if ( value )
49 this._Strings.push( value ) ;
/plugin/webdav/vendor/sabre/xml/lib/Element/
H A DUri.php30 protected $value; variable in Sabre\\Xml\\Element\\Uri
35 * @param string $value
37 function __construct($value) argument
39 $this->value = $value;
66 $this->value
/plugin/icalevents/vendor/sabre/xml/lib/Element/
H A DUri.php30 protected $value; variable in Sabre\\Xml\\Element\\Uri
35 * @param string $value
37 function __construct($value) argument
39 $this->value = $value;
66 $this->value
/plugin/davcal/vendor/sabre/xml/lib/Element/
H A DUri.php30 protected $value; variable in Sabre\\Xml\\Element\\Uri
35 * @param string $value
37 function __construct($value) argument
39 $this->value = $value;
66 $this->value
/plugin/elasticsearch/vendor/symfony/polyfill-php73/
H A Dbootstrap.php19 function is_countable($value) { return is_array($value) || $value instanceof Countable || $value instanceof ResourceBundle || $value instanceof SimpleXmlElement; } argument
27 function array_key_first(array $array) { foreach ($array as $key => $value) { return $key; } }
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.border.inc.php60 function parse($value) { argument
61 if ($value == 'inherit') {
67 $value = preg_replace("/\s*,\s*/",",",$value);
70 $value = preg_replace("/rgb\s*\(\s*(.*?)\s*\)/", 'rgb(\1)', $value);
72 $subvalues = explode(" ", $value);
109 function detect_border_value_type($value) { argument
110 $color = _parse_color_declaration($value, $success);
118 …if (preg_match("/\b(thin|medium|thick|[+-]?\d+(.\d*)?(em|ex|px|in|cm|mm|pt|pc)?)\b/i",$value)) { r…
119 …\b(none|hidden|dotted|dashed|solid|double|groove|ridge|inset|outset)\b/",$value)) { return BORDER_…
/plugin/structprogress/types/
H A DProgress.php57 public function renderValue($value, \Doku_Renderer $R, $mode) argument
64 $progress = 100 * $value / $maxvalue;
66 …$R->doc .= '<div title="' . hsc($value) . '" class="struct_progress-background_' . hsc($this->co…
67 …$R->doc .= '<div title="' . hsc($value) . '" style="width: ' . $progress . '% ;" class="struct_p…
68 … $R->doc .= '<p>' . hsc($this->config['prefix'] . $value . $this->config['postfix']) . '</p>';
72 $R->cdata($value);
85 foreach ($values as $value) {
86 $this->renderValue($value, $R, $mode);
145 public function filter(QueryBuilderWhere $add, $tablealias, $colname, $comp, $value, $op) argument
152 if (is_array($value)) {
[all …]
/plugin/ldapsearch/
H A Dsyntax.php71 $value = preg_replace('/^"(.*?)"$/','$1',$pair[2]);
72 $ldapDetails[$pair[1]] = $value;
108 foreach(explode('|',$this->getConf($param)) as $value) {
109 $this->ldapsearch_conf[$set_index[$count]][$param] = $value;
122 $value = "";
126 $value = $info[0][strtolower($ldapDetails['attributes'][0])][0];
130 $value = $info[0][strtolower($ldapDetails['attributes'][0])][0];
134 $value = $info[strtolower($ldapDetails['attributes'][0])][0];
136 $value = "Unknown scope ".$ldapDetails['scope']."\n";
139 return $value;
/plugin/zip/pear/File/Archive/Predicate/
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/s5reloaded/ui/effects_support/
H A Dprototype.js515 if (value != undefined) value = decodeURIComponent(value);
873 value: value,
1123 pair.value = value;
1157 return pair.value === value;
1292 value = value.succ();
2193 if (!value || value == 'auto') {
2226 (value < 0.00001) ? 0 : value;
2567 if (value == 1 || value === '') {
2744 (value === '') ? '' : (value < 0.00001) ? 0 : value;
2753 (value < 0.00001) ? 0 : value;
[all …]
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DWebDriverResponse.php14 private $value; variable in Facebook\\WebDriver\\Remote\\WebDriverResponse
52 return $this->value;
56 * @param mixed $value
59 public function setValue($value) argument
61 $this->value = $value;
/plugin/changes/
H A Dsyntax.php93 * Handle parameters that are specified using <name>=<value> syntax
95 * @param $value
98 protected function handleNamedParameter($name, $value, &$data)
108 $data[$name] = (int) $value;
111 foreach (preg_split('/\s*,\s*/', $value) as $value) {
112 $this->addNamespace($data, $value);
116 foreach (preg_split('/\s*,\s*/', $value) as $value) {
117 if (array_key_exists($value,
96 handleNamedParameter($name, $value, & $data) global() argument
[all...]
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js419 if (value != undefined) value = decodeURIComponent(value);
717 value = iterator(value, index);
728 value = iterator(value, index);
766 return {value: value, criteria: iterator(value, index)};
860 value.flatten() : [value]);
1004 pair.value = value;
1037 return pair.value === value;
1094 value = value.succ();
1931 (value < 0.00001) ? 0 : value;
2381 (value === '') ? '' : (value < 0.00001) ? 0 : value;
[all …]
/plugin/wysiwyg/fckeditor/editor/_source/
H A Dfckjscoreextensions.js78 String.prototype.StartsWith = function( value ) argument
80 return ( this.substr( 0, value.length ) == value ) ;
84 String.prototype.EndsWith = function( value, ignoreCase ) argument
87 var L2 = value.length ;
94 var oRegex = new RegExp( value + '$' , 'i' ) ;
98 return ( L2 == 0 || this.substr( L1 - L2, L2 ) == value ) ;
158 Array.prototype.IndexOf = function( value ) argument
162 if ( this[i] == value )
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DToken.php24 protected $value; variable in Twig\\Token
44 * @param string $value The token value
47 public function __construct($type, $value, $lineno) argument
50 $this->value = $value;
56 return sprintf('%s(%s)', self::typeToString($this->type, true), $this->value);
81 (\is_array($values) && \in_array($this->value, $values)) ||
82 $this->value == $values
107 return $this->value;
/plugin/firenews/HTMLTemplates/author/
H A Dauthor.js13 const author = document.getElementsByClassName("lauthor")[0].value;
66 document.getElementById("lnews").value += "<b></b>";
72 document.getElementById("lnews").value += "<i></i>";
78 document.getElementById("lnews").value += "<u></u>";
82 …etElementsByClassName("header")[0].innerHTML = document.getElementsByClassName("lheader")[0].value;
85 …ementsByClassName("subtitle")[0].innerHTML = document.getElementsByClassName("lsubtitle")[0].value;
88 const startdate = document.getElementsByClassName("lstartdate")[0].value;
89 const author = document.getElementsByClassName("lauthor")[0].value;
94 …etElementsByClassName("news")[0].innerHTML = document.getElementsByClassName("textlnews")[0].value;
/plugin/adhocmathml/
H A Dmtd.php17 function allowSpecificAttribute(&$name, &$value) { argument
23 if (is_numeric(trim($value))) {
24 $value = intval($value);
25 return ($value > 0 && $value < 100);
/plugin/zotero/
H A DZoteroEntry.php24 public function setCiteKey($value) argument
26 $this->citeKey = $value;
34 public function setTitle($value) argument
36 $this->title = $value;
44 public function setAuthor($value) argument
46 $this->author = $value;
54 public function setDate($value) argument
56 $this->date = $value;
/plugin/authfacebook/lib/GraphNodes/
H A DCollection.php131 return array_map(function ($value) {
132 return $value instanceof Collection ? $value->asArray() : $value;
208 * @param mixed $value
212 public function offsetSet($key, $value) argument
215 $this->items[] = $value;
217 $this->items[$key] = $value;
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Selector/
H A DGroup.php74 * @param Sequence $value
78 public function offsetSet($offset, $value): void { argument
79 if (!$value instanceof Sequence) {
84 is_object($value) ? get_class($value) : gettype($value)
89 $this->_sequences[] = $value;
91 $this->_sequences[(int)$offset] = $value;
/plugin/timetrack/
H A Daction.php210 foreach($dateValues as $date => $value) {
211 if($value < 0) $value = 0;
212 $dates[$date] += (int)$value;
237 foreach($dateValues as $date => $value) {
239 $value = (int)$value;
240 if($value < 0) $value = 0;
247 $dbUserValues[$project_id][$task_id][$date]['value'] = $value;
249 } else if ($value){
250 $dbUserValues[$project_id][$task_id][$date]['value'] = $value;
263 foreach($dateValues as $date => $value) {
[all …]
/plugin/tindexmenu/
H A Dadmin.php171 ptln(' <input type="hidden" name="name" value="'.$theme.'" />');
181 …ptln(' <strong>url:</strong><input type="text" name="url_info" value="'.$this->repos['url'][…
182 …ptln(' <strong>description:</strong><input type="text" name="description_info" value="" size…
184 ptln(' <input type="hidden" name="name" value="'.$theme.'" />');
385 ptln(' <input type="hidden" name="do" value="admin" />');
386 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
387 ptln(' <input type="hidden" name="req" value="'.$act.'" />');
388 ptln(' <input type="hidden" name="repo" value="'.$n.'" />');
397 …ptln(' <input type="submit" name="btn" '.$this->repos['status'][$n].' value="'.$this->getLang…
424 $out .= '<input type="hidden" name="cmd" value="_s-xclick" />'."\n";
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DescapingTest.php159 foreach ($this->htmlSpecialChars as $key => $value) {
160 …$this->assertEquals($value, twig_escape_filter($this->env, $key, 'html'), 'Failed to escape: '.$ke…
166 foreach ($this->htmlAttrSpecialChars as $key => $value) {
173 foreach ($this->jsSpecialChars as $key => $value) {
174 …$this->assertEquals($value, twig_escape_filter($this->env, $key, 'js'), 'Failed to escape: '.$key);
190 foreach ($this->cssSpecialChars as $key => $value) {
191 …$this->assertEquals($value, twig_escape_filter($this->env, $key, 'css'), 'Failed to escape: '.$key…
207 foreach ($this->urlSpecialChars as $key => $value) {
208 …$this->assertEquals($value, twig_escape_filter($this->env, $key, 'url'), 'Failed to escape: '.$key…
225 foreach ($codepoints as $value) {
[all …]

1...<<11121314151617181920>>...162