Searched refs:Breakpoint (Results 1 – 17 of 17) sorted by relevance
| /plugin/combo/ComboStrap/ |
| H A D | Breakpoint.php | 7 class Breakpoint class 64 * @return Breakpoint 66 public static function createFromShortName($name): Breakpoint 68 return new Breakpoint($name); 71 public static function createFromLongName($longName): Breakpoint 78 return new Breakpoint($breakpointShortName); 82 * @return Breakpoint[]; 88 $breakpoints[] = Breakpoint::createFromShortName($shortName); 90 $breakpoints[] = Breakpoint::createFromShortName(self::FLUID); 99 if (in_array($this->shortBreakpointName, [Breakpoint::NEVER_NAME, Breakpoint::FLUID])) {
|
| H A D | ContainerTag.php | 16 …EFAULT_LAYOUT_CONTAINER_DEFAULT_VALUE, Breakpoint::MD, Breakpoint::LG, Breakpoint::XL, Breakpoint:… 17 public const DEFAULT_LAYOUT_CONTAINER_DEFAULT_VALUE = Breakpoint::SM; 33 if ($type !== Breakpoint::SM) {
|
| H A D | FetcherRailBar.php | 239 …private function toOffCanvasLayout(string $railBarHtmlListItems, Breakpoint $hideFromBreakpoint = … 339 private function getBreakPointConfiguration(): Breakpoint 341 …$name = SiteConfig::getConfValue(self::CONF_BREAKPOINT_RAIL_BAR, Breakpoint::BREAKPOINT_LARGE_NAME… 342 return Breakpoint::createFromLongName($name); 348 * @param Breakpoint|null $showFromBreakpoint 351 …private function toFixedLayout(string $railBarHtmlListItems, Breakpoint $showFromBreakpoint = null…
|
| H A D | RasterImageLink.php | 198 foreach (Breakpoint::getBreakpoints() as $breakpoint) {
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDebugger/ |
| D | SetBreakpointResponse.php | 22 protected $breakpointType = Breakpoint::class; 26 * @param Breakpoint 28 public function setBreakpoint(Breakpoint $breakpoint) 33 * @return Breakpoint
|
| D | GetBreakpointResponse.php | 22 protected $breakpointType = Breakpoint::class; 26 * @param Breakpoint 28 public function setBreakpoint(Breakpoint $breakpoint) 33 * @return Breakpoint
|
| D | UpdateActiveBreakpointRequest.php | 22 protected $breakpointType = Breakpoint::class; 26 * @param Breakpoint 28 public function setBreakpoint(Breakpoint $breakpoint) 33 * @return Breakpoint
|
| D | ListBreakpointsResponse.php | 23 protected $breakpointsType = Breakpoint::class; 31 * @param Breakpoint[] 38 * @return Breakpoint[]
|
| D | ListActiveBreakpointsResponse.php | 23 protected $breakpointsType = Breakpoint::class; 35 * @param Breakpoint[] 42 * @return Breakpoint[]
|
| D | Breakpoint.php | 20 class Breakpoint extends \Google\Collection class 341 class_alias(Breakpoint::class, 'Google_Service_CloudDebugger_Breakpoint');
|
| /plugin/combo/conf/ |
| H A D | metadata.php | 14 use ComboStrap\Breakpoint; alias 375 Breakpoint::EXTRA_SMALL_NAME, 376 Breakpoint::BREAKPOINT_SMALL_NAME, 377 Breakpoint::BREAKPOINT_MEDIUM_NAME, 378 Breakpoint::BREAKPOINT_LARGE_NAME, 379 Breakpoint::BREAKPOINT_EXTRA_LARGE_NAME, 380 Breakpoint::EXTRA_EXTRA_LARGE_NAME, 381 Breakpoint::NEVER_NAME
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDebugger/Resource/ |
| D | DebuggerDebuggeesBreakpoints.php | 20 use Google\Service\CloudDebugger\Breakpoint; alias 111 * @param Breakpoint $postBody 120 public function set($debuggeeId, Breakpoint $postBody, $optParams = [])
|
| /plugin/highlight2wiki/ |
| D | style.css | 13 @media(max-width:40em){ /* Breakpoint only for mobile */
|
| /plugin/combo/resources/library/bootstrap/5.0.1/ |
| H A D | bootstrap.min.css.map | 1 …Breakpoint at where values start decreasing if screen width is smaller\n$rfs-breakpoint: 1200px !d…
|
| H A D | bootstrap.rtl.min.css.map | 1 …Breakpoint at where values start decreasing if screen width is smaller\n$rfs-breakpoint: 1200px !d…
|
| /plugin/combo/resources/library/bootstrap/4.5.0/ |
| H A D | bootstrap.16col.min.css.map | 1 …Breakpoint at where font-size starts decreasing if screen width is smaller\n$rfs-breakpoint: 1200p…
|
| /plugin/combo/resources/library/bootstrap/4.4.1/ |
| H A D | bootstrap.16col.min.css.map | 1 …Breakpoint at where font-size starts decreasing if screen width is smaller\n$rfs-breakpoint: 1200p…
|