Home
last modified time | relevance | path

Searched refs:value (Results 126 – 150 of 582) sorted by relevance

12345678910>>...24

/template/kajukkd/fonts/demo-files/
H A Ddemo.js18 testDrive.innerHTML = testText.value || String.fromCharCode(160);
24 testDrive.style.fontSize = fontSize.value + 'px';
/template/readthedokus/
H A DREADME.md34 |Site width|Width of the whole content including the sidebar. By setting this value, the contents will be centered.|
35 |Content width|Content width. This is a maximum width so the actual size could be less than this value.|
37 |Header height|Header height. The theme puts padding on the top of the page according to this value.|
38 |Footer height|Footer height. The theme puts padding on the bottom of the page according to this value.|
39 |CSS breakpoint for smart phones|Screen size less than this value will be treated as a smartphone.|
40 |CSS breakpoint for tablets|Screen size less than this value will be treated as a tablet. |
91 If you use the plugin, do not forget to add classes (admonition,danger,caution,note,tip) to the "noPrefix" plugin option otherwise admonitions will not be styled correctly. You need to add four types listed above and "admonition" to the option value.
/template/chippedsnow/
H A Dless-1.1.3.min.js29value);if(c=a.find(b.frames,function(a){if(d=a.variable(e))return d.value.eval(b)}))return c;throw…
/template/bootstrap3/
H A Ddetail.php400 echo dformat($tag['value']);
402 echo hsc($tag['value']);
463 $value = tpl_img_getTag($tag); variable
466 if ($value !== '') {
467 echo "<tr><th title='$tag'>$name</th><td>$value</td></tr>";
H A DEventHandlers.php130 $value = $element->val();
131 $value = str_replace(['positive', 'negative'], ['positive label label-success', 'negative label label-danger'], $value);
132 $element->val($value);
260 $event->data->_content[$key]['value'] = (($button_icon) ? iconify("mdi:$button_icon") : '') . ' ' . $event->data->_content[$key]['value'];
279 $event->data->_content[$key]['value'] = iconify('mdi:close') . ' ' . $event->data->_content[$key]['value'];
283 $event->data->_content[$key]['value'] = iconify('mdi:refresh') . ' ' . $event->data->_content[$key]['value'];
[all...]
/template/mikio/assets/
H A Dmikio-typeahead.js56 this.value = this.$element.val() || this.$element.text();
72 // var val = this.$menu.find('.active').data('value');
91 var val = this.$menu.find('.active').data('value');
318 jQuery.each(items, function (key, value) {
320 if (key > 0 && value[_category] !== items[key - 1][_category]) {
329 if (value[_category] && (key === 0 || value[_category] !== items[key - 1][_category])) {
332 name: value[_category]
337 data.push(value); argument
350 i = jQuery(that.options.item || that.theme.item).data('value', ite
[all...]
/template/battlehorse/js/
H A Deffects.js56 Element.setOpacity = function(element, value){ argument
57 return $(element).setStyle({opacity:value});
974 if(value.parseColor('#zzzzzz') != '#zzzzzz') {
975 value = value.parseColor();
978 value = parseFloat(value);
981 } else if(Element.CSS_LENGTH.test(value))
982 var components = value.match(/^([\+\-]?[0-9\.]+)(.*)$/),
989 targetValue: unit=='color' ? parseColor(value) : value,
1003 var style = $H(), value = null;
1005 value = transform.unit=='color' ?
[all …]
/template/a_new_day/js/
H A Deffects.js56 Element.setOpacity = function(element, value){ argument
57 return $(element).setStyle({opacity:value});
974 if(value.parseColor('#zzzzzz') != '#zzzzzz') {
975 value = value.parseColor();
978 value = parseFloat(value);
981 } else if(Element.CSS_LENGTH.test(value))
982 var components = value.match(/^([\+\-]?[0-9\.]+)(.*)$/),
989 targetValue: unit=='color' ? parseColor(value) : value,
1003 var style = $H(), value = null;
1005 value = transform.unit=='color' ?
[all …]
/template/bootstrap3/_test/
H A Dgeneral.test.php62 foreach ($conf as $key => $value) {
70 foreach ($meta as $key => $value) {
/template/comicslate/
H A Dscript.js25 function fontChanger ( str, openSB, marker, value, closeSB, offset, s ) { argument
26 var fontValue = parseFloat ( value . replace ( ",", "." ) );
44 return '<abbr title="Incorrect marker" >' + openSB + marker + value + closeSB + '</abbr>';
48 return '<abbr title = "Incorrect digit" >' + openSB + marker + value + closeSB + '</abbr>'
/template/cutopillar/css/monopillar/
H A Dfordokuwiki.css50 #config__manager fieldset td.value { width: 50%; }
51 #config__manager fieldset td.value { width: unset; }
63 #config__manager fieldset td.value,
/template/writr/
H A Dscript.js69 var value = $searchButton.val();
70 $searchForm.append('<button type="submit" title="'+title+'">'+value+'</button>');
/template/breeze/bower_components/modular-scale/stylesheets/modular-scale/
H A D_sort-list.scss15 // This helps performance skipping the need to check each value
30 // Check if the A value is smaller
37 // Check if the B value is smaller
/template/sprintdoc/
H A Dsvg.php14 * @param null|string $value
17 public function prependChild($name, $value = null) { argument
21 $dom->ownerDocument->createElement($name, $value),
/template/strap/css/
H A Dconfigmanager.css15 #config__manager fieldset td.value {
51 #config__manager tr.default td.value div.input {
/template/strap/class/
H A DTplUtility.php407 * @param string $value the value
410 public static function updateConfiguration($key, $value) argument
457 $setting->update($value);
470 …hile trying to save automatically the configuration ($key) to the value ($value). Error: " . $e->g…
474 …ion file was locked. The upgrade configuration ($key) value could not be not changed to ($value)");
487 … TplUtility::msg("The configuration ($key) is unknown and was therefore not change to ($value)");
1442 foreach ($tconf as $key => $value) {
1444 $conf['tpl'][$template][$key] = $value;
/template/twigstarter/vendor/twig/twig/src/
H A DEnvironment.php901 * @param mixed $value The global value
903 public function addGlobal($name, $value) argument
910 $this->resolvedGlobals[$name] = $value;
912 $this->globals[$name] = $value;
947 foreach ($this->getGlobals() as $key => $value) {
949 $context[$key] = $value;
/template/argon-alt/
H A Dmain.php79 $value = ob_get_contents(); variable
81 echo str_replace('Logged in as: ', '', $value);
/template/twigstarter/vendor/twig/twig/src/Node/
H A DSetNode.php82 foreach ($this->getNode('values') as $idx => $value) {
87 $compiler->subcompile($value);
/template/breeze/bower_components/gumby/sass/extensions/modular-scale/stylesheets/
H A D_modular-scale.scss19 // return just the simple $base-size value if it's not a list
93 // and down until the value is lower than the lowest $base-size
154 // and down until the value is lower than the lowest $base-size
209 // return the final value using the laced list
234 // return the final value using the laced list
249 // return the final value using the laced list
260 // return the final value using the laced list
274 // Return the value from the Modular Scale function
/template/starterbootstrap/css/
H A Dconfig.css37 #config__manager fieldset td.value {
45 [dir=rtl] #config__manager td.value input.checkbox {
50 [dir=rtl] #config__manager td.value label {
/template/artforwater/css/
H A Dartforwater-responsive.css40 #config__manager fieldset td.value { width: unset; }
43 #config__manager fieldset td.value,
/template/launch/css/
H A Dlaunch-responsive.css53 #config__manager fieldset td.value { width: unset; }
56 #config__manager fieldset td.value,
/template/twigstarter/vendor/twig/twig/src/Sandbox/
H A DSecurityPolicy.php53 …$this->allowedMethods[$class] = array_map(function ($value) { return strtr($value, 'ABCDEFGHIJKLMN…
/template/breeze/bower_components/modular-scale/
H A Dreadme.md9 …o select a ratio and a base value. The base value is usually your text font size or 1em. Optionall…
58 …e is used as a function. Simply pass it through in place of any value to generate a value based on…
73 **note:** the starting point of the scale will always be the **first** value in this list
105 <tr><th>Function</th><th>Ratio</th><th>Decimal value</th></tr>

12345678910>>...24