Home
last modified time | relevance | path

Searched refs:multiple (Results 1 – 25 of 172) sorted by relevance

1234567

/template/breeze/bower_components/gumby/sass/extensions/modular-scale/stylesheets/
D_modular-scale.scss10 @function modular-scale($multiple, $base-size: $base-size, $ratio: $ratio, $round-pixels: $round-pi… parameter
12 // return the $base-size if $multiple is zero
13 @if $multiple == 0 {
23 // if multiple base-sizes are passed in as a list
24 // and multiple ratios are passed in as a list
27 …@if unit(ms-multibase-multiratio($multiple, $base-size, $ratio)) == "px" and $round-pixels == true…
28 @return round(ms-multibase-multiratio($multiple, $base-size, $ratio));
30 @return ms-multibase-multiratio($multiple, $base-size, $ratio);
33 // if multiple base-sizes are passed in as a list
36 @if unit(ms-multibase($multiple, $base-size, $ratio)) == "px" and $round-pixels == true {
[all …]
/template/strap/ComboStrap/Meta/Form/
H A DFormMetaField.php100 private $multiple = false; variable in ComboStrap\\Meta\\Form\\FormMetaField
316 if ($this->multiple) {
317 $associative[self::MULTIPLE_ATTRIBUTE] = $this->multiple;
495 $this->multiple = $bool;
502 return $this->multiple;
/template/breeze/bower_components/modular-scale/
Dreadme.md32 I have been working incredibly hard to make Modular Scale compatible with multiple versions of Sass…
47 * Possibly slow when using multiple bases and ratios.
51multiple values. `$ms-ratio` is the factor of change between each number so if the ratio is `1.5` …
89 You can use multiple $ms-bases and multiple $ms-ratio together
/template/sprintdoc/
H A Dtemplate.info.txt6 desc modern, responsive template that integrates multiple plugins
H A DREADME3 modern, responsive template that integrates multiple plugins
/template/writr/
DSECURITY.md7 You have multiple options on reporting vulnerabilities
/template/bootstrap3/
DSECURITY.md7 You have multiple options on reporting vulnerabilities
/template/strap/vendor/symfony/yaml/
H A DCHANGELOG.md8 option to exclude one or more specific files from multiple file list
48 * Added support for parsing the inline notation spanning multiple lines.
60 * added support for multiple files or directories in `LintCommand`
/template/strap/ComboStrap/
H A DTagAttributes.php698 $multiple = "multiple";
703 "data-.*" => $multiple,
704 "src.*" => $multiple,
712 "aria-*" => $multiple];
/template/typowiki/typowiki/scss/
D_form.scss186 select:not([size]):not([multiple]) {
190 select[multiple] {
/template/20cones/
DREADME.md28 must create multiple topbar pages, using one namespace for each language (e.g.
/template/templar/less/
Dpagination.less2 // Pagination (multiple pages)
Dbuttons.less114 // Vertically space out multiple block buttons
Dforms.less169 // Make multiple select elements height not fixed
170 select[multiple],
303 // Control row for multiple inputs per line
Dbutton-groups.less22 // Optional: Group multiple button groups together for a toolbar
Dtables.less47 // Account for multiple tbody instances
/template/tilus/legacy/
Dlight-theme.css39 /* https://www.w3docs.com/snippets/css/how-to-use-multiple-background-images-with-css.html
100 /* https://www.w3docs.com/snippets/css/how-to-use-multiple-background-images-with-css.html
132 /* https://www.w3docs.com/snippets/css/how-to-use-multiple-background-images-with-css.html
Ddark-theme.css39 /* https://www.w3docs.com/snippets/css/how-to-use-multiple-background-images-with-css.html
100 /* https://www.w3docs.com/snippets/css/how-to-use-multiple-background-images-with-css.html
132 /* https://www.w3docs.com/snippets/css/how-to-use-multiple-background-images-with-css.html
/template/tilus/css/
Dtilus.less40 /* https://www.w3docs.com/snippets/css/how-to-use-multiple-background-images-with-css.html
101 /* https://www.w3docs.com/snippets/css/how-to-use-multiple-background-images-with-css.html
134 /* https://www.w3docs.com/snippets/css/how-to-use-multiple-background-images-with-css.html
/template/boozurk/tinynav/
DREADME.md33 v1.05 (2012-10-19) - Adds the support for multiple navigation depths, thanks to [@nicoandrade](http…
/template/hydrogen/css/
Dsimple.css445 select:not([multiple]) {
453 *[dir="rtl"] select:not([multiple]) {
/template/strap/resources/library/combo/
H A Dcombo.min.js4multiple=t,this}setParent(t){return this.parent=t,this}static createFromName(t){return new w(t)}is…
/template/typowiki/typowiki/css/
DtypoUI.css1 …id #DBDBDB;vertical-align:sub}select:not([size]):not([multiple]){height:calc(40px)}select[multiple
/template/argon/assets/css/
Ddoku.scss10 * I know using important at multiple places is a bad thing, but
/template/arcadebasic/css/
Darcadebasic.css1634 select[multiple],
1856 select[multiple].input-sm,
1857 .input-group-sm > select[multiple].form-control,
1858 .input-group-sm > select[multiple].input-group-addon,
1859 .input-group-sm > .input-group-btn > select[multiple].btn,
1860 .input-group-sm > .input-group-btn > select[multiple].comment-reply-link,
1861 .form-submit .input-group-sm > .input-group-btn > select[multiple]#submit {
1874 .form-group-sm select[multiple].form-control {
1907 select[multiple].input-lg,
1908 .input-group-lg > select[multiple].form-control,
[all …]

1234567