| /template/breeze/bower_components/gumby/sass/functions/ |
| D | _responsivity.scss | 5 @media only screen and (max-width: $min-device-width) { @content; } 8 …@media only screen and (min-width: breakpoint($min-device-width)) and (max-width: breakpoint($tabl… 11 @media only screen and (max-width: breakpoint($tablet-device-width)) { @content; } 14 @media only screen and (max-width: $tablet-device-width) { @content; } 17 …@media only screen and (min-width: $tablet-device-width) and (max-width: $document-width - 1) { @c… 20 @media only screen and (min-width: $tablet-device-width) { @content; } 23 @media only screen and (max-width: $document-width + 20) { @content; } 26 @media only screen and (min-width: $max-device-width) { @content; } 32 @media only screen and ('#{$media}') { @content; }
|
| /template/sprintdoc/css/ |
| H A D | base_vars.less | 122 @screen_min-xxs: ~"only screen and (min-width: " ~"@{break-min-xxs}px)"; 123 @screen_max-xxs: ~"only screen and (max-width: " ~"@{break-max-xxs}px)"; 125 @screen_min-xs: ~"only screen and (min-width: " ~"@{break-min-xs}px)"; 126 @screen_max-xs: ~"only screen and (max-width: " ~"@{break-max-xs}px)"; 128 @screen_min-sm: ~"only screen and (min-width: " ~"@{break-min-sm}px)"; 129 @screen_max-sm: ~"only screen and (max-width: " ~"@{break-max-sm}px)"; 131 @screen_min-md: ~"only screen and (min-width: " ~"@{break-min-md}px)"; 132 @screen_max-md: ~"only screen and (max-width: " ~"@{break-max-md}px)"; 134 @screen_min-lg: ~"only screen and (min-width: " ~"@{break-min-lg}px)"; 135 @screen_max-lg: ~"only screen and (max-width: " ~"@{break-max-lg}px)"; [all …]
|
| H A D | base.less | 126 @screen_min-xxs: ~"only screen and (min-width: " ~"@{break-min-xxs}px)"; 127 @screen_max-xxs: ~"only screen and (max-width: " ~"@{break-max-xxs}px)"; 129 @screen_min-xs: ~"only screen and (min-width: " ~"@{break-min-xs}px)"; 130 @screen_max-xs: ~"only screen and (max-width: " ~"@{break-max-xs}px)"; 132 @screen_min-sm: ~"only screen and (min-width: " ~"@{break-min-sm}px)"; 133 @screen_max-sm: ~"only screen and (max-width: " ~"@{break-max-sm}px)"; 135 @screen_min-md: ~"only screen and (min-width: " ~"@{break-min-md}px)"; 136 @screen_max-md: ~"only screen and (max-width: " ~"@{break-max-md}px)"; 138 @screen_min-lg: ~"only screen and (min-width: " ~"@{break-min-lg}px)"; 139 @screen_max-lg: ~"only screen and (max-width: " ~"@{break-max-lg}px)"; [all …]
|
| H A D | area_header.less | 39 .mobile-only { 46 .main-title.desktop-only { 75 .main-title:not([class*="desktop-only"]) { 177 .main-title.desktop-only { 206 .main-title.desktop-only p.claim, 220 .main-title.desktop-only { 224 .main-title.desktop-only, 237 .main-title.desktop-only p.claim, 248 .mobile-only { 254 .main-title:not([class*="desktop-only"]) {
|
| /template/twigstarter/vendor/twig/twig/src/TokenParser/ |
| D | IncludeTokenParser.php | 31 list($variables, $only, $ignoreMissing) = $this->parseArguments(); 33 …return new IncludeNode($expr, $variables, $only, $ignoreMissing, $token->getLine(), $this->getTag(… 52 $only = false; 53 if ($stream->nextIf(/* Token::NAME_TYPE */ 5, 'only')) { 54 $only = true; 59 return [$variables, $only, $ignoreMissing];
|
| D | WithTokenParser.php | 29 $only = false; 32 $only = (bool) $stream->nextIf(/* Token::NAME_TYPE */ 5, 'only'); 41 return new WithNode($body, $variables, $only, $token->getLine(), $this->getTag());
|
| /template/hexa/css/ |
| D | hexa-responsive.css | 129 @media only screen and (max-width: 48.81em) { 138 @media only screen and (max-width: 48.81em) { 149 @media only screen and (max-width: 48.81em) { 158 @media only screen and (max-width: 48.81em) { 167 @media only screen and (max-width: 48.81em) { 176 @media only screen and (max-width: 48.81em) { 349 @media only screen and (max-width: 48.81em) { 358 @media only screen and (max-width: 48.81em) { 365 @media only screen and (max-width: 48.81em) { 383 @media only screen and (max-width: 48.81em) { [all …]
|
| /template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/ |
| H A D | ATNSimulator.php | 15 * to use only cached nodes/graphs in addDFAState(). We don't want to 22 * graphs in the DFA because they are limited to local context only, 25 * by literally rebuilding them with cached subgraphs only. 41 * to use only cached nodes/graphs in addDFAState(). We don't want to 48 * graphs in the DFA because they are limited to local context only, 51 * by literally rebuilding them with cached subgraphs only.
|
| /template/twigstarter/vendor/twig/twig/src/Node/ |
| D | IncludeNode.php | 25 …construct(AbstractExpression $expr, ?AbstractExpression $variables, bool $only, bool $ignoreMissin… argument 32 …parent::__construct($nodes, ['only' => (bool) $only, 'ignore_missing' => (bool) $ignoreMissing], $… 93 $compiler->raw(false === $this->getAttribute('only') ? '$context' : '[]'); 94 } elseif (false === $this->getAttribute('only')) {
|
| D | WithNode.php | 23 …public function __construct(Node $body, ?Node $variables, bool $only, int $lineno, string $tag = n… argument 30 parent::__construct($nodes, ['only' => $only], $lineno, $tag); 54 if ($this->getAttribute('only')) {
|
| /template/m1/css/ |
| D | m1-mobile.css | 11 @media only screen and (min-width: 30em) { 21 @media only screen and (min-width: 48em) { 31 @media only screen and (min-width : 56.25em) { 44 @media only screen and (min-width : 68.75em) {
|
| /template/sxs/ |
| D | conf.php | 8 …sxs_roundcorners'] = false; // main boxes with round corners? (mozilla only) 18 'admin' => AUTH_ADMIN, // only admins can see the 'Admin' button 19 …'edit' => AUTH_EDIT, // Show "Edit this page" only to users that have at least edit level … 29 …//'spec' => '@spec', // Only SpEC members (and admins) should see the SpEC l…
|
| /template/cowboy/css/ |
| D | cowboy_mobile.less | 3 @media only screen and (max-width: 950px) { 5 // Display photo only on screens > 950px 15 @media only screen and (max-width: 42em) {
|
| /template/scanlines/lang/en/ |
| D | settings.php | 20 $lang['closedwiki2'] = "Sidebar shows only the login link to non logged in users"; 25 $lang['logo_image'] = 'Path to the logo-image (only if you select image)'; 26 $lang['logo_yourdefinition'] = 'Your definitin in the logo (only if you select text)'; 27 $lang['logo_yourname'] = 'Your name in the logo (only if you select text)';
|
| /template/peanutbutter/css/ |
| D | mobile.css | 8 @media only screen and (max-width: 1023px) { 14 @media only screen and (max-width: 799px) { 70 @media only screen and (max-width: 639px) { 93 @media only screen and (max-width: 479px) {
|
| /template/monochrome/css/ |
| D | mobile.css | 7 @media only screen and (max-width: 1023px) { 13 @media only screen and (max-width: 799px) { 69 @media only screen and (max-width: 639px) { 92 @media only screen and (max-width: 479px) {
|
| /template/peanutbutter2/css/ |
| D | mobile.css | 8 @media only screen and (max-width: 1023px) { 14 @media only screen and (max-width: 799px) { 70 @media only screen and (max-width: 639px) { 93 @media only screen and (max-width: 479px) {
|
| /template/roundbox/conf/ |
| D | default.php | 10 $conf['rb_roundcorners'] = true; // main boxes with round corners? (mozilla only) 42 // only admins can see the 'Admin' button 44 // Show "Edit this page" only to users that have at least edit level access 80 // but only registered users see the "Goto" form
|
| /template/strap/ComboStrap/Meta/Store/ |
| H A D | MetadataDokuWikiStore.php | 37 * This metadata can only be set when {@link Syntax::render() rendering} 56 * Because the current is only usable in rendering, all 101 * only during metadata rendering with the function {@link p_render_metadata()}) and then 149 …throw new ExceptionBadState("The DokuWiki metadata store is only for page resource", self::CANONIC… 168 …throw new ExceptionRuntime("The DokuWiki metadata store is only for page resource", self::CANONICA… 275 * We return only the current data. 278 … * To be consistent with {@link p_get_metadata()} that retrieves only from the `current` array 281 …* (the only diff is that the persistent value are still available during a {@link p_render_metadat… 396 * @return array -the full array only needed by the rendering process
|
| /template/sprintdoc/ |
| H A D | main.php | 85 <div class="menu-togglelink mobile-only"> 96 <p class="title mobile-only"><?php echo $conf['title'] ?></p> 101 …<h5 class="sr-only" role="heading" aria-level="2"><?php echo tpl_getLang('head_menu_tool-select') … 116 <div class="main-title desktop-only"> 130 <div class="sr-only nav-area-head"> 131 … <h5 class="sr-only" role="heading" aria-level="1"><?php echo tpl_getLang('nav-area-head') ?></h5> 206 …<h6 class="sr-only" role="heading" aria-level="2"><?php echo tpl_getLang('head_menu_status') ?><… 212 … <h6 class="sr-only" role="heading" aria-level="2"><?php echo $lang['page_tools'] ?></h6> 224 …<h6 class="sr-only" role="heading" aria-level="2"><?php echo tpl_getLang('head_meta_box') ?></h6>
|
| /template/bootie/conf/ |
| D | metadata.php | 9 "_pattern" => "/[a-zA-Z0-9]*/" // Only Accept alphanumeric characters 14 "_pattern" => "/[a-zA-Z0-9]*/" // Only Accept alphanumeric characters
|
| /template/able/css/ |
| D | able-responsive.css | 33 @media only screen and (min-width: 320px) and (max-width: 320px) { 39 @media only screen and ( min-width: 320px ) and ( max-width: 480px ) { 64 @media only screen and ( min-width: 481px ) and ( max-width: 800px ) {
|
| /template/arcade-basic/css/ |
| D | able-responsive.css | 33 @media only screen and (min-width: 320px) and (max-width: 320px) { 39 @media only screen and ( min-width: 320px ) and ( max-width: 480px ) { 64 @media only screen and ( min-width: 481px ) and ( max-width: 800px ) {
|
| /template/strap/vendor/php-webdriver/webdriver/lib/ |
| H A D | WebDriverSelect.php | 162 … throw new UnsupportedOperationException('You may only deselect all options of a multi-select'); 173 … throw new UnsupportedOperationException('You may only deselect options of a multi-select'); 188 … throw new UnsupportedOperationException('You may only deselect options of a multi-select'); 201 … throw new UnsupportedOperationException('You may only deselect options of a multi-select'); 214 … throw new UnsupportedOperationException('You may only deselect options of a multi-select');
|
| /template/a_free_worldic/lang/en/ |
| D | settings.php | 21 $lang['search'] = "Position of the search field (applies only if 2 sidebars… 22 $lang['closedwiki'] = "Closed Wiki (Navigation shows only the login link if not…
|