| /template/strap/vendor/salesforce/handlebars-php/src/Handlebars/ |
| H A D | Context.php | 353 * @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 D | Template.php | 346 $variable = $context->getDataVariable($name); 347 if (is_bool($variable)) { 348 return $variable ? 'true' : 'false'; 350 return $variable;
|
| /template/strap/ComboStrap/ |
| H A D | Template.php | 74 $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/ |
| D | README.txt | 4 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.scss | 21 // 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.scss | 21 // 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/ |
| D | template.info.txt | 6 desc The ICKE template is a two-sidebar, variable-width template integrating various plugins.
|
| /template/dokuxp/ |
| D | README | 7 and change $conf['template'] variable to doku_xp value:
|
| /template/dokumac/ |
| D | README | 7 and change $conf['template'] variable to doku_mac value:
|
| /template/strap/resources/theme/default/components/html/ |
| H A D | subscribe-form.hbs | 9 {{!--The variable are needed for bootstrap prior to 5.1.3--}}
|
| /template/bulma/css/ |
| D | bulma.min.css | 1 …variable{--columnGap:0.75rem;margin-left:calc(-1 * var(--columnGap));margin-right:calc(-1 * var(--…
|
| /template/dokui/css/ |
| D | highlight.css | 76 pre .variable,
|
| /template/chippedsnow/css/ |
| D | semanticgridsystem.less | 10 // Utility variable — you should never need to modify this
|
| D | semanticgridmerged.less | 10 // Utility variable — you should never need to modify this
|
| /template/twigstarter/vendor/twig/twig/ |
| D | CHANGELOG | 4 * 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/ |
| D | readme.md | 101 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 D | CHANGELOG.md | 56 - 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 D | lessc.inc.php | 2729 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/ |
| D | less-1.1.3.min.js | 29 …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/ |
| D | README.md | 41 | placeholder variable | meaning |
|
| /template/strap/resources/library/bootstrap/5.0.1/ |
| H A D | bootstrap.min.css.map | 1 …variable values only support SassScript inside `#{}`.\n @each $color, $value in $colors {\n --…
|
| H A D | bootstrap.rtl.min.css.map | 1 …variable values only support SassScript inside `#{}`.\n @each $color, $value in $colors {\n --…
|
| /template/starterpjax/ |
| D | README.md | 13 …on and include the javascript. In the case of the Starter template, the variable content is really…
|
| /template/vector20/static/css/ |
| D | screen.css | 80 --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/ |
| D | pure-min.css | 141 * Address variable `h1` font-size and margin within `section` and `article` 160 * Address inconsistent and variable font size in all browsers.
|