Home
last modified time | relevance | path

Searched refs:breakpoint (Results 1 – 25 of 53) sorted by relevance

123

/plugin/combo/ComboStrap/TagAttribute/
H A DAlign.php73 $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 DTextAlign.php49 $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 DToggle.php80 $breakpoint = $conditionalValue->getBreakpointSize();
82 @media (min-width: {$breakpoint}px) {
/plugin/combo/ComboStrap/
H A DConditionalValue.php21 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 DConditionalLength.php43 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 DHorizontal.php61 $breakpoint = $conditionalValue->getBreakpoint();
67 if ($breakpoint !== null) {
68 $class = "$classPrefix-$breakpoint-$valueWithoutBreakpoint";
H A DGridTag.php375 foreach ($maxLineDefaults as $breakpoint => $maxLineDefault) {
377 $maxLineDefaultsFiltered[$breakpoint] = $maxLineDefault;
411 $breakpoint = $conditionalLengthObject->getBreakpointOrDefault();
413 $widthColClasses[$breakpoint] = $conditionalLengthObject->toColClass();
H A DFetcherRailBar.php156 $breakpoint = $this->getBreakPointConfiguration();
157 $railBar = $this->toFixedLayout($railBarHtmlListItems, $breakpoint)
158 . $this->toOffCanvasLayout($railBarHtmlListItems, $breakpoint);
H A DRasterImageLink.php198 foreach (Breakpoint::getBreakpoints() as $breakpoint) {
201 $breakpointPixels = $breakpoint->getWidth();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDebugger/
DSetBreakpointResponse.php28 public function setBreakpoint(Breakpoint $breakpoint) argument
30 $this->breakpoint = $breakpoint;
37 return $this->breakpoint;
DGetBreakpointResponse.php28 public function setBreakpoint(Breakpoint $breakpoint) argument
30 $this->breakpoint = $breakpoint;
37 return $this->breakpoint;
DUpdateActiveBreakpointRequest.php28 public function setBreakpoint(Breakpoint $breakpoint) argument
30 $this->breakpoint = $breakpoint;
37 return $this->breakpoint;
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Extension/
DText.php43 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/
Ddebugger.css107 .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);
Dfirebug.css448 .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 Dmenubar.php225 … $breakpoint = $tagAttributes->getValueAndRemoveIfPresent(self::BREAKPOINT_ATTRIBUTE);
226 $tagAttributes->addClassName("navbar-expand-$breakpoint");
/plugin/combo/resources/slot/
H A Dpage-header.md1 <menubar breakpoint="md" position="top">
/plugin/imagecarousel/vendor/slick/
DREADME.markdown91 …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
Dslick.min.js17breakpoint,f.hasOwnProperty(c)){for(;e>=0;)b.breakpoints[e]&&b.breakpoints[e]===d&&b.breakpoints.s…
/plugin/achart/
DREADME.md79 breakpoint: 480,
105 breakpoint: 480,
/plugin/combo/resources/library/bootstrap/5.0.1/
H A Dbootstrap.min.css.map1breakpoint: 1200px !default;\n$rfs-breakpoint-unit: px !default;\n\n@if $rfs-breakpoint-unit != px…
H A Dbootstrap.rtl.min.css.map1breakpoint: 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 Dbootstrap.16col.min.css.map1breakpoint-#{$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 Dbootstrap.16col.min.css.map1breakpoint-#{$bp}: #{$value};\n }\n\n // Use `inspect` for lists so that quoted items keep the q…
/plugin/codemirror/dist/modes/
Didl.min.js.map1 …,\n 'blk_con', 'boolarr', 'boolean', 'boxplot', 'box_cursor',\n 'breakpoint', 'broyden', 'bu…

123