/template/breeze/bower_components/gumby/sass/extensions/modular-scale/lib/ |
H A D | modular-scale.rb | 30 value <=> other.value 38 value = 4 / 1.0 42 value = 3 / 1.0 46 value = 8 / 3.0 50 value = 5 / 2.0 54 value = 2 / 1.0 62 value = 16 /9.0 66 value = 5 / 3.0 70 value = 8 / 5.0 119 |x| x.value <= threshold.value [all …]
|
/template/breeze/bower_components/gumby/sass/extensions/sassy-math/lib/ |
H A D | sassy-math.rb | 8 base = base.value.to_f 15 base = base.value.to_f 27 root = root.value.to_f 43 number = number.value 55 a = a.value.to_f 56 b = b.value.to_f 102 rad = rad.value.to_f 107 rad = rad.value.to_f 112 rad = rad.value.to_f 142 y = y.value.to_f [all …]
|
/template/a_new_day/js/ |
H A D | prototype.js | 149 return value == null ? '' : String(value); 242 if (value) hash[name].push(value); 431 return value[method].apply(value, args); 483 return {value: value, criteria: iterator(value, index)}; 566 value.flatten() : [value]); 649 value = value != undefined ? encodeURIComponent(value) : ''; 672 pair.value = value; 736 value = value.succ(); 1383 if(value) return parseFloat(value); 1388 return value == 'auto' ? null : value; [all …]
|
H A D | slider.js | 35 this.value = 0; // assure backwards compat 107 getNearestValue: function(value){ argument 109 if(value >= this.allowedValues.max()) return(this.allowedValues.max()); 112 var offset = Math.abs(this.allowedValues[0] - value); 115 var currentOffset = Math.abs(v - value); 123 if(value > this.range.end) return this.range.end; 124 if(value < this.range.start) return this.range.start; 125 return value; 142 this.value = this.values[0]; // assure backwards compat 154 translateToPx: function(value) { argument [all …]
|
H A D | controls.js | 241 var value = ''; 254 this.element.value = newValue + value; 256 this.element.value = value; 315 var ret = this.element.value; 574 okButton.value = this.options.okText; 611 textField.value = text; 624 textArea.value = this.convertHTMLLineBreaks(text); 674 var value = this.editField.value; 795 if(this.options.value==optionTag.value) optionTag.selected = true; 805 this.options.callback = function(form, value) { argument [all …]
|
/template/battlehorse/js/ |
H A D | prototype.js | 149 return value == null ? '' : String(value); 242 if (value) hash[name].push(value); 431 return value[method].apply(value, args); 483 return {value: value, criteria: iterator(value, index)}; 566 value.flatten() : [value]); 649 value = value != undefined ? encodeURIComponent(value) : ''; 672 pair.value = value; 736 value = value.succ(); 1383 if(value) return parseFloat(value); 1388 return value == 'auto' ? null : value; [all …]
|
H A D | slider.js | 35 this.value = 0; // assure backwards compat 107 getNearestValue: function(value){ argument 109 if(value >= this.allowedValues.max()) return(this.allowedValues.max()); 112 var offset = Math.abs(this.allowedValues[0] - value); 115 var currentOffset = Math.abs(v - value); 123 if(value > this.range.end) return this.range.end; 124 if(value < this.range.start) return this.range.start; 125 return value; 142 this.value = this.values[0]; // assure backwards compat 154 translateToPx: function(value) { argument [all …]
|
H A D | controls.js | 241 var value = ''; 254 this.element.value = newValue + value; 256 this.element.value = value; 315 var ret = this.element.value; 574 okButton.value = this.options.okText; 611 textField.value = text; 624 textArea.value = this.convertHTMLLineBreaks(text); 674 var value = this.editField.value; 795 if(this.options.value==optionTag.value) optionTag.selected = true; 805 this.options.callback = function(form, value) { argument [all …]
|
/template/twigstarter/vendor/twig/twig/src/Extension/ |
H A D | CoreExtension.php | 584 $value = (float) $value; 758 $value = (array) $value; 761 $value = twig_to_array($value, false); 775 return implode($glue, \array_slice($value, 0, -1)).$and.$value[\count($value) - 1]; 801 $value = $value ?? ''; 954 $value = (string) $value; 961 return \in_array($value, $compare, \is_object($value) || \is_resource($value)); 962 … } elseif (\is_string($compare) && (\is_string($value) || \is_int($value) || \is_float($value))) { 965 if (\is_object($value) || \is_resource($value)) { 1226 return '' === $value || false === $value || null === $value || [] === $value; [all …]
|
H A D | DebugExtension.php | 53 foreach ($context as $key => $value) { 54 if (!$value instanceof Template && !$value instanceof TemplateWrapper) { 55 $vars[$key] = $value;
|
/template/twigstarter/vendor/twig/twig/src/ |
H A D | Compiler.php | 123 * @param string $value The string 127 public function string($value) argument 137 * @param mixed $value The value to convert 141 public function repr($value) argument 143 if (\is_int($value) || \is_float($value)) { 148 $this->raw(var_export($value, true)); 153 } elseif (null === $value) { 155 } elseif (\is_bool($value)) { 157 } elseif (\is_array($value)) { 160 foreach ($value as $key => $v) { [all …]
|
H A D | Token.php | 22 private $value; variable in Twig\\Token 43 * @param string $value The token value 46 public function __construct($type, $value, $lineno) argument 49 $this->value = $value; 55 return sprintf('%s(%s)', self::typeToString($this->type, true), $this->value); 80 (\is_array($values) && \in_array($this->value, $values)) || 81 $this->value == $values 106 return $this->value;
|
/template/breeze/bower_components/gumby/sass/extensions/sassy-math/stylesheets/ |
H A D | _math.scss | 35 // reset value 36 $value: $base; variable 40 $value: $value * $base; } } 44 $value: $value / $base; } } 46 @return $value; 57 // reset value 58 $value: 1; 62 $value: $value * $i; 65 @return $value; 196 $value: 0; [all …]
|
/template/breeze/bower_components/gumby/js/ |
H A D | plugins.js | 2 …value},set:function(m,n){var l=$(m);if(!l.data('placeholder-enabled')){return m.value=n}if(n==''){…
|
/template/amanuensis/inc/ |
H A D | script.js | 5 function insertIntLink( value) { argument 6 value=escapeQuotes(value); 7 value= "[[" + value + "]]"; 8 insertAtCarret (document.editform.wikitext,value);
|
/template/congrid/ |
H A D | tpl_functions.php | 72 $value = substr($part, 4); 78 $value = substr($part, 4); 84 $value = substr($part, 4); 85 if ($ID == $value) { 90 $value = substr($part, 4); 91 if ($ID != $value) { 96 $value = substr($part, 6); 102 $value = substr($part, 6); 109 if ($ACT == $value) { 115 if ($ACT != $value) { [all …]
|
/template/bootstrap3/tpl/ |
H A D | functions.php | 29 foreach ($array as $key => $value) { 31 return $value; 38 array_walk($object, function (&$value, $key) use ($new_value, $property) { 40 $value = $new_value; 64 foreach ($attrs as $key => $value) { 65 $attributes .= ' ' . $key . '="' . hsc($value) . '"';
|
/template/starterbootstrap/ |
H A D | generate_index.php | 78 foreach ($source_arr as $value) 79 if ($value[$key_parent_id]===$_this_id) 80 $_this[$key_children][$value[$key_id]]=$value; 83 foreach ($_this[$key_children] as $value) 84 …_array2treer($source_arr, $_this[$key_children][$value[$key_id]], $parent_id, $value[$key_id], $ke…
|
H A D | detail.php | 57 $value = tpl_img_getTag($t); variable 58 if ($value) { 61 echo dformat($value); 63 echo hsc($value); 66 echo hsc($value);
|
/template/ospyramid/js/libs/ |
H A D | jquery-1.6.1.js | 1922 if ( value && typeof value === "string" ) { 1958 if ( (value && typeof value === "string") || value === undefined ) { 2071 return value == null ? "" : value + ""; 2382 elem.value = value; 5702 value = jQuery( value ).detach(); 5719 this.pushStack( jQuery(jQuery.isFunction(value) ? value() : value), "replaceWith", value ) : 5749 parent = value && value.parentNode; 5872 if ( dest.value !== src.value ) { 5873 dest.value = src.value; 6421 value = parseFloat(value); [all …]
|
/template/notes/css/ |
H A D | .rss.xsl.swp | 23 …value-of select="enclosure/@url"/> <xsl:attribute name="src"> <audio… 24 …value-of select="/rss/channel/link"/> <xsl:attribute name="href"> <a cla…
|
/template/usable/ |
H A D | scripts.js | 4 if (theElement.value == 'search') 6 theElement.value = ""; 15 if (theElement.value == '') 18 theElement.value = "search";
|
/template/cutopillar/css/monopillar/ |
H A D | speech.css | 77 top:-15px; /* value = - border-top-width - border-bottom-width */ 90 left:-50px; /* value = - border-left-width - border-right-width */ 180 top:-20px; /* value = - border-top-width - border-bottom-width */ 276 …r-bottom-width:20px; /* vary this value to change the height of the triangle. must be equal to the… 292 …r-bottom-width:20px; /* vary this value to change the height of the triangle. must be equal to the… 307 …rder-top-width:20px; /* vary this value to change the height of the triangle. must be equal to the… 319 …rder-top-width:20px; /* vary this value to change the height of the triangle. must be equal to the… 333 …rder-left-width:50px; /* vary this value to change the width of the triangle. must be equal to the… 344 …rder-left-width:50px; /* vary this value to change the width of the triangle. must be equal to the… 359 …der-right-width:50px; /* vary this value to change the width of the triangle. must be equal to the… [all …]
|
/template/parallax/ |
H A D | detail.php | 68 $value = tpl_img_getTag($t); variable 69 if ($value) { 72 echo dformat($value); 74 echo hsc($value);
|
/template/arcadebasic/ |
H A D | detail.php | 68 $value = tpl_img_getTag($t); variable 69 if ($value) { 72 echo dformat($value); 74 echo hsc($value);
|