Home
last modified time | relevance | path

Searched refs:variable (Results 1 – 25 of 39) sorted by relevance

12

/template/strap/vendor/salesforce/handlebars-php/src/Handlebars/
H A DContext.php353 * @param mixed $variable variable to check
360 private function findVariableInContext($variable, $inside, $strict = false) argument
364 return $variable;
365 } elseif (is_array($variable)) {
366 if (isset($variable[$inside])) {
367 $value = $variable[$inside];
369 } elseif (is_object($variable)) {
370 if (isset($variable->$inside)) {
371 $value = $variable->$inside;
372 } elseif (is_callable(array($variable, $inside))) {
[all …]
H A DTemplate.php346 $variable = $context->getDataVariable($name);
347 if (is_bool($variable)) {
348 return $variable ? 'true' : 'false';
350 return $variable;
/template/strap/ComboStrap/
H A DTemplate.php74 $variable = $matches[1];
76 $variable = trim(substr($part, 1));
78 if (array_key_exists($variable, $this->_data)) {
79 $value = $this->_data[$variable];
81 …LogUtility::warning("The variable ($variable) was not found in the data and has not been replaced"…
82 $value = $variable;
/template/writr/font/Montserrat/
DREADME.txt4 This download contains Montserrat as both variable fonts and static fonts.
6 Montserrat is a variable font with this axis:
13 If your app fully supports variable fonts, you can now pick intermediate styles
14 that aren’t available as static fonts. Not all apps support variable fonts, and
43 Learn more about variable fonts
46 https://developers.google.com/web/fundamentals/design-and-ux/typography/variable-fonts
48 https://medium.com/variable-fonts
52 https://theblog.adobe.com/can-variable-fonts-illustrator-cc
59 https://developer.microsoft.com/en-us/microsoft-edge/testdrive/demos/variable-fonts
/template/breeze/bower_components/gumby/sass/
D_fonts.scss21 // font-family: '#{$some-font-variable}';
24 // src: url(../fonts/icons/#{$some-font-variable}.eot);
25 // src: url('../fonts/icons/#{$some-font-variable}.eot?#iefix') format('ie9-skip-eot'),
26 // url('../fonts/icons/#{$some-font-variable}.woff') format('woff'),
27 // url('../fonts/icons/#{$some-font-variable}.ttf') format('truetype');
/template/breeze/sass/
D_fonts.scss21 // font-family: '#{$some-font-variable}';
24 // src: url(./fonts/icons/#{$some-font-variable}.eot);
25 // src: url('./fonts/icons/#{$some-font-variable}.eot?#iefix') format('ie9-skip-eot'),
26 // url('./fonts/icons/#{$some-font-variable}.woff') format('woff'),
27 // url('./fonts/icons/#{$some-font-variable}.ttf') format('truetype');
/template/icke/
Dtemplate.info.txt6 desc The ICKE template is a two-sidebar, variable-width template integrating various plugins.
/template/dokuxp/
DREADME7 and change $conf['template'] variable to doku_xp value:
/template/dokumac/
DREADME7 and change $conf['template'] variable to doku_mac value:
/template/strap/resources/theme/default/components/html/
H A Dsubscribe-form.hbs9 {{!--The variable are needed for bootstrap prior to 5.1.3--}}
/template/bulma/css/
Dbulma.min.css1variable{--columnGap:0.75rem;margin-left:calc(-1 * var(--columnGap));margin-right:calc(-1 * var(--…
/template/dokui/css/
Dhighlight.css76 pre .variable,
/template/chippedsnow/css/
Dsemanticgridsystem.less10 // Utility variable — you should never need to modify this
Dsemanticgridmerged.less10 // Utility variable — you should never need to modify this
/template/twigstarter/vendor/twig/twig/
DCHANGELOG4 * Do not reuse internally generated variable names during parsing
148 * macros are now auto-imported in the template they are defined (under the ``_self`` variable)
300 * made variable names deterministic in compiled templates
374 * changed _self variable to return the current template name
381 …* removed the ability to register a global variable after the runtime or the extensions have been …
/template/breeze/bower_components/modular-scale/
Dreadme.md101 By default, the variable `$ms-ratio` is set to `$golden`.
128 Add your own ratio in Sass by setting a variable and passing that to modular-scale.
141 5. Change ratios from function format `golden()`, to variable format `$golden`.
/template/strap/vendor/php-webdriver/webdriver/
H A DCHANGELOG.md56 - Do not require `WEBDRIVER_CHROME_DRIVER` environment variable to be set if `chromedriver` binary …
102 - Rename environment variable used to pass path to ChromeDriver executable from `webdriver.chrome.d…
178 - Clarified meaning of selenium server URL variable in methods of `RemoteWebDriver` class.
/template/mikio/inc/stemmechanics/lesserphp/
H A Dlessc.inc.php2729 if ($this->variable($var) && $this->assign() &&
2984 (($this->variable($inner) && $inner = array("variable", $inner)) ||
3007 if ($this->variable($var)) {
3097 } elseif ($this->variable($variable)) {
3098 $out = array('variable', $variable);
3583 protected function variable(&$name) { function in lessc_parser
3586 ($this->variable($sub) || $this->keyword($name)))
/template/chippedsnow/
Dless-1.1.3.min.js29 …ble(e.slice(1))).eval(b).value);if(c=a.find(b.frames,function(a){if(d=a.variable(e))return d.value…
/template/mindthedark/
DREADME.md41 | placeholder variable | meaning |
/template/strap/resources/library/bootstrap/5.0.1/
H A Dbootstrap.min.css.map1variable values only support SassScript inside `#{}`.\n @each $color, $value in $colors {\n --…
H A Dbootstrap.rtl.min.css.map1variable values only support SassScript inside `#{}`.\n @each $color, $value in $colors {\n --…
/template/starterpjax/
DREADME.md13 …on and include the javascript. In the case of the Starter template, the variable content is really…
/template/vector20/static/css/
Dscreen.css80 --content-bg: #2d2d2d; /* New variable for main content background */
81 --toc-bg: #333; /* New variable for TOC background */
82 --toc-text: #e4e4e4; /* New variable for TOC text */
83 --toc-border: #444; /* New variable for TOC borders */
84 --toc-hover: #444; /* New variable for TOC hover state */
/template/daily/css/
Dpure-min.css141 * Address variable `h1` font-size and margin within `section` and `article`
160 * Address inconsistent and variable font size in all browsers.

12