Home
last modified time | relevance | path

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

1...<<121122123124125126127128129130>>...162

/plugin/syntaxhighlighter3/sxh3/pkg/styles/
H A DshThemeMDUltra.css41 .syntaxhighlighter .value{color:#f7e741 !important;}
H A DshThemeMidnight.css41 .syntaxhighlighter .value{color:#f7e741 !important;}
H A DshCoreFadeToGrey.css55 .syntaxhighlighter.printing .value{color:#009900 !important;}
87 .syntaxhighlighter .value{color:#009900 !important;}
H A DshThemeDjango.css41 .syntaxhighlighter .value{color:#f7e741 !important;}
H A DshThemeRDark.css41 .syntaxhighlighter .value{color:#009900 !important;}
H A DshCoreDefault.css55 .syntaxhighlighter.printing .value{color:#009900 !important;}
87 .syntaxhighlighter .value{color:#009900 !important;}
H A DshCoreEclipse.css55 .syntaxhighlighter.printing .value{color:#009900 !important;}
87 .syntaxhighlighter .value{color:#009900 !important;}
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshCore.js562 function toBoolean(value) argument
564 var result = { "true" : true, "false" : false }[value];
565 return result == null ? value : result;
747 var value = match.value
752 if (value != null && arrayRegex.test(value))
754 var m = XRegExp.exec(value, arrayRegex);
758 result[match.name] = value;
1165 sh.Match = function(value, index, css) argument
1167 this.value = value;
1169 this.length = value.length;
[all …]
H A DshLegacy.js23 return match.value;
28 function defaultValue(value, def) argument
30 return value != null ? value : def;
33 function asString(value) argument
35 return value != null ? value.toString() : null;
87 if (typeof(a[i]) == 'object' && a[i].value != '')
88 return a[i].value + '';
H A DshBrushXml.js28 …sult.push(new constructor(attributes.value, match.index + attributes.index + attributes[0].indexOf…
/plugin/syntaxhighlighter3/sxh3/src/sass/
H A D_theme_template.scss118 .value { color: $code_value !important; }
H A DshCore.scss207 .value { color: #009900 !important; }
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshBrushXml.js44 …sult.push(new constructor(attributes.value, match.index + attributes.index + attributes[0].indexOf…
H A DshLegacy.js39 return match.value;
44 function defaultValue(value, def) argument
46 return value != null ? value : def;
49 function asString(value) argument
51 return value != null ? value.toString() : null;
103 if (typeof(a[i]) == 'object' && a[i].value != '')
104 return a[i].value + '';
/plugin/callflow/
H A Draphael.js884 return value;
937 value = ((value & 255) << 16) | (value & 65280) | ((value & 16711680) >>> 16);
3493 data[key] = value;
5067 if (value != null) {
6053 value = dasharray[Str(value).toLowerCase()];
6054 if (value) {
6198 $(node, {rx: value, ry: value});
6290 $(node, {"stroke-opacity": value > 1 ? value / 100 : value});
6303 att == "font-size" && (value = toInt(value, 10) + "px");
6791 if (value != null) {
[all …]
/plugin/newnamespacepermissions/_test/
H A Dgeneral.test.php51 foreach($conf as $key => $value) {
55 foreach($meta as $key => $value) {
/plugin/mediacacheconfig/_test/
H A Dgeneral.test.php51 foreach($conf as $key => $value) {
55 foreach($meta as $key => $value) {
/plugin/redproject/
H A DREADME.md54 Where **proj** value is the project identifier (Available in the settings of redmine project).
/plugin/authsplit/
H A Dauth.php127 foreach ($this->cando as $key => $value) {
439 * @param array $changes array of field/value pairs to be changed
447 foreach ($changes as $field => $value) {
453 'pass' => $value
469 'grps' => $value
486 $field => $value
502 $field => $value
/plugin/htmlokay/
H A Dscript.js18 if(node_list[j].value == vals[1]) { // check off the box which matches saved value
61 var ns = f['abs_path'].options[index].value;
162 scrollbut.value = 'Scroll Off';
167 scrollbut.value = 'Scroll';
202 if(node_list[j].value == vals[1]) { // check off the box which matches saved value
H A Dsyntax.php309 $value = rtrim($matches[1], ' ">');
310 return $this->getError(HTML_OK_INVALIDID, $match, $value, $div);
319 $value = rtrim($matches[1], ' "');
320 return $this->getError(HTML_OK_INVALIDID, $match, $value, $div);
/plugin/tocselect/
H A Dscript.js7 var file = this.form.selectoc_id.value;
58 if(dom && dom.value.match(/curID/)) {
59 dom.value = JSINFO['id'];
67 document.getElementById("selectoc_id").value = cval;
77 dom.value = name;
/plugin/condition/
H A DREADME.md11 …[condition] is formed from a [key], followed by an [operator] (optionnal) and then a [value] (opti…
26 …[value] can be a string (whitespace, ) and > free) or a " delimited string (whitespaces, ) and > a…
H A Dbase_tester.php.orig.php193 function _bt_strtotime($value, $default) { argument
194 …{2})(-|/)([0-9]{2})(\s+([0-9]{2}):([0-9]{2})(:([0-9]{2}))?)?$`', $value, $reg)) $value = mktime($r…
195 …)(:([0-9]{2}))?\s+)?([0-9]{4})(-|/)([0-9]{2})(-|/)([0-9]{2})$`', $value, $reg)) $value = mktime($r…
196 …{2})(-|/)([0-9]{4})(\s+([0-9]{2}):([0-9]{2})(:([0-9]{2}))?)?$`', $value, $reg)) $value = mktime($r…
197 …)(:([0-9]{2}))?\s+)?([0-9]{2})(-|/)([0-9]{2})(-|/)([0-9]{4})$`', $value, $reg)) $value = mktime($r…
198 if(!is_numeric($value)) $value = $default;
199 return $value;
H A Dsyntax.php151 $value = substr($match, 0, strpos($match, '"'));
152 $match = substr($match, strlen($value) + 1);
175 $value = substr($match, 0, $sp);
176 $match = substr($match, strlen($value));
178 return $value;

1...<<121122123124125126127128129130>>...162