| /plugin/combo/ComboStrap/TagAttribute/ |
| H A D | Align.php | 73 $breakpoint = $conditionalAlignValue->getBreakpointForBootstrapClass(); 74 $attributes->addClassName("align-self{$breakpoint}-center"); 91 $breakpoint = $conditionalAlignValue->getBreakpointForBootstrapClass(); 94 $attributes->addClassName("justify-content{$breakpoint}-left"); 97 $attributes->addClassName("justify-content{$breakpoint}-start"); 105 $breakpoint = $conditionalAlignValue->getBreakpointForBootstrapClass(); 108 $attributes->addClassName("justify-content{$breakpoint}-right"); 111 $attributes->addClassName("justify-content{$breakpoint}-end"); 117 $breakpoint = $conditionalAlignValue->getBreakpointForBootstrapClass(); 118 $attributes->addClassName("justify-content{$breakpoint}-center"); [all …]
|
| H A D | TextAlign.php | 49 $breakpoint = $conditionalTextAlignValue->getBreakpoint(); 50 if (!empty($breakpoint)) { 74 $breakpoint = $conditionalTextAlignValue->getBreakpoint(); 75 if (!empty($breakpoint)) { 76 switch ($breakpoint) { 79 $breakpoint = "sm"; 83 $breakpoint = "md"; 87 $breakpoint = "lg"; 91 $breakpoint = "xl"; 94 …LogUtility::msg("The breakpoint ($breakpoint) of the text-align value ($textAlignValue) is not cor… [all …]
|
| H A D | Toggle.php | 80 $breakpoint = $conditionalValue->getBreakpointSize(); 82 @media (min-width: {$breakpoint}px) {
|
| /plugin/combo/ComboStrap/ |
| H A D | ConditionalValue.php | 21 private $breakpoint; variable in ComboStrap\\ConditionalValue 40 $this->breakpoint = null; 44 $breakpoint = substr($value, $lastIndex + 1); 45 if (array_key_exists($breakpoint, self::$breakpoints)) { 46 $this->breakpoint = $breakpoint; 55 $this->breakpoint = $part; 60 if ($this->breakpoint === null) { 61 $this->breakpoint = null; 66 …) will be deprecated in the next releases. It should be written ($this->value-$this->breakpoint)"); 81 public static function checkValidBreakpoint(string $breakpoint) argument [all …]
|
| H A D | ConditionalLength.php | 43 private $breakpoint; variable in ComboStrap\\ConditionalLength 73 $this->breakpoint = $conditionalValue->getBreakpoint(); 152 $breakpoint = $this->getBreakpointOrDefault(); 153 if ($breakpoint === "xs") { 156 return "col-{$breakpoint}-$colsNumber"; 183 $breakpoint = $this->getBreakpointOrDefault(); 184 if ($breakpoint === "xs") { 187 return "row-cols-{$breakpoint}-$colsNumber"; 193 return $this->breakpoint; 240 if ($this->breakpoint !== null) { [all …]
|
| H A D | Horizontal.php | 61 $breakpoint = $conditionalValue->getBreakpoint(); 67 if ($breakpoint !== null) { 68 $class = "$classPrefix-$breakpoint-$valueWithoutBreakpoint";
|
| H A D | GridTag.php | 375 foreach ($maxLineDefaults as $breakpoint => $maxLineDefault) { 377 $maxLineDefaultsFiltered[$breakpoint] = $maxLineDefault; 411 $breakpoint = $conditionalLengthObject->getBreakpointOrDefault(); 413 $widthColClasses[$breakpoint] = $conditionalLengthObject->toColClass();
|
| H A D | FetcherRailBar.php | 156 $breakpoint = $this->getBreakPointConfiguration(); 157 $railBar = $this->toFixedLayout($railBarHtmlListItems, $breakpoint) 158 . $this->toOffCanvasLayout($railBarHtmlListItems, $breakpoint);
|
| H A D | RasterImageLink.php | 198 foreach (Breakpoint::getBreakpoints() as $breakpoint) { 201 $breakpointPixels = $breakpoint->getWidth();
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDebugger/ |
| D | SetBreakpointResponse.php | 28 public function setBreakpoint(Breakpoint $breakpoint) argument 30 $this->breakpoint = $breakpoint; 37 return $this->breakpoint;
|
| D | GetBreakpointResponse.php | 28 public function setBreakpoint(Breakpoint $breakpoint) argument 30 $this->breakpoint = $breakpoint; 37 return $this->breakpoint;
|
| D | UpdateActiveBreakpointRequest.php | 28 public function setBreakpoint(Breakpoint $breakpoint) argument 30 $this->breakpoint = $breakpoint; 37 return $this->breakpoint;
|
| /plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Extension/ |
| D | Text.php | 43 if (false === ($breakpoint = mb_strpos($value, ' ', $length, $env->getCharset()))) { 47 $length = $breakpoint; 82 if (false !== ($breakpoint = strpos($value, ' ', $length))) { 83 $length = $breakpoint;
|
| /plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/skin/xp/ |
| D | debugger.css | 107 .sourceRow[breakpoint="true"] > .sourceLine { 108 background-image: url(chrome://firebug/skin/breakpoint.png); 111 .sourceRow[breakpoint="true"][condition="true"] > .sourceLine { 115 .sourceRow[breakpoint="true"][disabledBreakpoint="true"] > .sourceLine { 119 .sourceRow[breakpoint="true"][exe_line="true"] > .sourceLine { 123 .sourceRow[breakpoint="true"][exe_line="true"][disabledBreakpoint="true"] > .sourceLine { 128 background-image: url(chrome://firebug/skin/breakpoint.png);
|
| D | firebug.css | 448 .netRow[breakpoint="true"] .netRowHeader { 449 background-image: url(chrome://firebug/skin/breakpoint.png); 452 .netRow[breakpoint="true"][disabledBreakpoint="true"] .netRowHeader { 1413 /*background: url(chrome://firebug/skin/breakpoint.png) no-repeat;*/
|
| /plugin/combo/syntax/ |
| H A D | menubar.php | 225 … $breakpoint = $tagAttributes->getValueAndRemoveIfPresent(self::BREAKPOINT_ATTRIBUTE); 226 $tagAttributes->addClassName("navbar-expand-$breakpoint");
|
| /plugin/combo/resources/slot/ |
| H A D | page-header.md | 1 <menubar breakpoint="md" position="top">
|
| /plugin/imagecarousel/vendor/slick/ |
| D | README.markdown | 91 …creen width. Set settings to "unslick" instead of an object to disable slick at a given breakpoint. 136 breakpoint | event, slick, breakpoint | Fires after a breakpoint is hit
|
| D | slick.min.js | 17 …breakpoint,f.hasOwnProperty(c)){for(;e>=0;)b.breakpoints[e]&&b.breakpoints[e]===d&&b.breakpoints.s…
|
| /plugin/achart/ |
| D | README.md | 79 breakpoint: 480, 105 breakpoint: 480,
|
| /plugin/combo/resources/library/bootstrap/5.0.1/ |
| H A D | bootstrap.min.css.map | 1 …breakpoint: 1200px !default;\n$rfs-breakpoint-unit: px !default;\n\n@if $rfs-breakpoint-unit != px…
|
| H A D | bootstrap.rtl.min.css.map | 1 …breakpoint: 1200px !default;\n$rfs-breakpoint-unit: px !default;\n\n@if $rfs-breakpoint-unit != px…
|
| /plugin/combo/resources/library/bootstrap/4.5.0/ |
| H A D | bootstrap.16col.min.css.map | 1 …breakpoint-#{$bp}: #{$value};\n }\n\n // Use `inspect` for lists so that quoted items keep the q…
|
| /plugin/combo/resources/library/bootstrap/4.4.1/ |
| H A D | bootstrap.16col.min.css.map | 1 …breakpoint-#{$bp}: #{$value};\n }\n\n // Use `inspect` for lists so that quoted items keep the q…
|
| /plugin/codemirror/dist/modes/ |
| D | idl.min.js.map | 1 …,\n 'blk_con', 'boolarr', 'boolean', 'boxplot', 'box_cursor',\n 'breakpoint', 'broyden', 'bu…
|