Home
last modified time | relevance | path

Searched full:default (Results 1 – 25 of 1752) sorted by relevance

12345678910>>...71

/template/typowiki/typowiki/scss/
D_variables.scss2 $br: 4px !default; // Border radius
3 $xs-pad: 4px !default;
4 $sm-pad: 10px !default;
5 $md-pad: 18px !default;
6 $lg-pad: 20px !default;
7 $xlg-pad: 40px !default;
8 $trans: 0.3s !default;
9 $margin-default: $md-pad;
12 $small-breakpoint: 400px !default;
13 $large-breakpoint: 768px !default;
[all …]
/template/strap/ComboStrap/PageSqlParser/
H A DPageSqlBaseListener.php23 * The default implementation does nothing.
30 * The default implementation does nothing.
36 * The default implementation does nothing.
43 * The default implementation does nothing.
49 * The default implementation does nothing.
56 * The default implementation does nothing.
62 * The default implementation does nothing.
69 * The default implementation does nothing.
75 * The default implementation does nothing.
82 * The default implementation does nothing.
[all …]
/template/breeze/bower_components/gumby/sass/var/
D_settings.scss6 $row-max-width: 940px !default; // 940px
7 $gutter-in-px: 20px !default; // 20px
8 $cols: 12 !default; // 12 Column Default Grid
9 $hybrid: 16 !default; // 16 Column Default Hybrid Grid
14 $document-width: $row-max-width; // Default Document
42 $base-line-height: ms(1) !default;
50 $base-font-size: 16px !default;
51 $importantNum: 78px !default;
53 // Gumby Default Scale Values: 16, 18, 26, 30, 42, 48, 68, 78, 110, 126;
58 $norm: ms(0); // $base-font-size (16px == default)
[all …]
/template/breeze/sass/var/
D_settings.scss6 $row-max-width: 940px !default; // 940px
7 $gutter-in-px: 20px !default; // 20px
8 $cols: 12 !default; // 12 Column Default Grid
9 $hybrid: 16 !default; // 16 Column Default Hybrid Grid
14 $document-width: $row-max-width; // Default Document
44 $base-line-height: ms(1) !default;
52 $base-font-size: 16px !default;
53 $importantNum: 78px !default;
55 // Gumby Default Scale Values: 16, 18, 26, 30, 42, 48, 68, 78, 110, 126;
60 $norm: ms(0); // $base-font-size (16px == default)
[all …]
/template/breeze/bower_components/gumby/sass/ui/
D_tabs.scss10 border-bottom: 1px solid darken($default-color, 5%);
16 cursor: default;
24 cursor: default;
35 border: 1px solid darken($default-color, 5%);
37 text-shadow: 0 1px 1px lighten($default-color, 5%);
38 background: $default-color;
44 background: lighten($default-color, 1%);
47 background: darken($default-color, 2%);
53 cursor: default;
74 border: 1px solid darken($default-color, 5%);
[all …]
/template/sprintdoc/css/plugins/
H A Dpopupviewer.less12 font-size: @font-size-default;
13 line-height: @line-height-default;
15 font-size: @font-size-default;
16 line-height: @line-height-default;
22 font-size: @font-size-default;
23 line-height: @line-height-default;
H A Dqc.less18 margin-right: -(@margin-default);
19 margin-left: -(@margin-default);
20 padding-left: @margin-default;
21 padding-right: @margin-default;
31 margin-right: -(@margin-default * 1.6);
32 margin-left: -(@margin-default);
33 padding-top: @margin-default;
39 padding-right: @margin-default;
/template/breeze/bower_components/gumby/sass/functions/
D_palette.scss5 @if $key == nth($color, 1) and $state == default {
24 color: lighten(getColor($shade, default), 80%);
26 background: getColor($shade, default);
27 border: 1px solid getColor($shade, default);
33 background: darken(getColor($shade, default), 10%);
34 border: 1px solid darken(getColor($shade, default), 10%);
37 @if $shade == default {
42 color: darken(getColor($shade, default), 61.5%);
44 border: 1px solid getColor($shade, default);
/template/strap/vendor/antlr/antlr4-php-runtime/src/Tree/
H A DAbstractParseTreeVisitor.php12 * The default implementation calls {@see ParseTree::accept()} on the specified tree.
24 * The default implementation initializes the aggregate result to
32 * The default implementation is not safe for use in visitors that modify
63 * The default implementation returns the result of
76 * The default implementation returns the result of
87 * Gets the default value returned by visitor methods. This value is
88 * returned by the default implementations of
91 * The default implementation of {@see AbstractParseTreeVisitor::visitChildren()}
110 * The default implementation returns `nextResult`, meaning
115 * @param mixed $aggregate The previous aggregate value. In the default
[all …]
/template/default/
DREADME.md1 # Default Template
3 This used to be the [default template for DokuWiki](http://dokuwiki.org/template:default) until 201…
6 Now the default template for dokuwiki [is called dokuwiki](http://dokuwiki.org).
12 * [More information](http://dokuwiki.org/template:default)
14 ![no longer default template screenshot](https://i.imgur.com/loAkjsa.png)
/template/twigstarter/vendor/twig/twig/src/Node/Expression/Filter/
DDefaultFilter.php24 * Returns the value or the default value when it is undefined or empty.
26 * {{ var.foo|default('foo item on var is not defined') }}
34 …$default = new FilterExpression($node, new ConstantExpression('default', $node->getTemplateLine())…
36 …if ('default' === $filterName->getAttribute('value') && ($node instanceof NameExpression || $node …
40 $node = new ConditionalExpression($test, $default, $false, $node->getTemplateLine());
42 $node = $default;
/template/sidebar_theme/
Dreadme.txt1 default-sidebar theme of dokuwiki
11 1) decompress default-sidebar.tar.gz in lib/tpl/sidebar-theme
17 By default no sidebar is created.
18 You could create a sidebar for specific page or default sidebar (for all pages)
21 - For create default left sidebar, simply create "default_sidebar_left" (it could be changed in con…
22 - The specific page sidebar has high priority than default sidebar.
28 - By default left and sidebar ocupied 20% of the page and main wiki page 60%
/template/strap/ComboStrap/Meta/Api/
H A DMetadataStore.php39 * @param null $default - the default value to return if no data is found
41 public function get(Metadata $metadata, $default = null); argument
49 * @param null $default - the default value to return if no data is found
52 public function getFromName(string $name, $default = null); argument
58 * @param null $default - if the value is equals to the default, the data will not be stored
60 public function setFromPersistentName(string $name, $value, $default = null); argument
/template/strap/vendor/antlr/antlr4-php-runtime/src/
H A DCommonTokenFactory.php10 * This default implementation of {@see TokenFactory} creates
26 * The default value is `false` to avoid the performance and memory
37 * When `copyText` is `false`, the {@see CommonTokenFactory::DEFAULT}
48 * The default {@see CommonTokenFactory} instance.
53 public static function default() : self function in Antlr\\Antlr4\\Runtime\\CommonTokenFactory
55 static $default;
57 return $default = $default ?? new CommonTokenFactory();
/template/sprintdoc/css/
H A Dtemplate_detail.less29 line-height: @line-height-default;
65 margin: @margin-default -(@margin-default);
74 padding-left: @margin-default;
75 padding-right: @margin-default;
79 padding-top: (@margin-default / 2);
138 margin-right: -(@margin-default * 1.6);
147 padding-right: (@margin-default * 1.6);
/template/drupal_garland_blue/
Dstyle.ini14 ../default/media.css = screen
15 ../default/_mediaoptions.css = screen
16 ../default/_admin.css = screen
17 ../default/_linkwiz.css = screen
18 ../default/_subscription.css = screen
20 ../default/rtl.css = rtl
21 ../default/print.css = print
/template/strap/ComboStrap/
H A DTemplateEngine.php20 public const CONF_THEME_DEFAULT = "default";
58 * Default
60 $default = self::CONF_THEME_DEFAULT;
74 if ($themeName !== $default) {
108 * Default as last directory to search
110 …$defaultTemplateDirectory = WikiPath::createComboResource(":theme:$default:pages:templates")->toLo…
112 …$partialSearchDirectories[] = WikiPath::createComboResource(":theme:$default:pages:partials")->toL…
113 …$componentsCssSearchDirectories[] = WikiPath::createComboResource(":theme:$default:components:css"…
114 …$componentsHtmlSearchDirectories[] = WikiPath::createComboResource(":theme:$default:components:htm…
210 $default = BreadcrumbTag::getDefaultBlockAttributes();
[all …]
/template/wallpaper/
DREADME.md14 This template uses code from the default template and from Michael Klier’s Arctic template.
47 …ill remove the standard dokuwiki namespaces (‚wiki‘ and ‚playground‘) from the menu (default: off).
48 …d list of namespaces to be removed from the index if “clean index” is switched on (default: empty).
49 * show backlink button: will show a backlink button in the bottom bar (default: off).
50 * show search box if logged in: will show a search box, if you are logged in (default: off).
51 …p level namespace into a sub menu instead of listing each in the topmost menu level (default: off).
52 * submenu entry for the root namespace: menu entry text for the top level namepsace (default: "Star…
53 … be configured in the next option) for the menu. For syntax of this file see below. (default: off).
54 * menu file name: configure the file name for the menu file (without .txt extension) (default: menu…
/template/battlehorse/lang/en/
Dsettings.php11 $lang['btl_default_page_actions_status'] = 'default status for page actions';
12 $lang['btl_default_wiki_actions_status'] = 'default status for wiki actions';
13 $lang['btl_default_user_actions_status'] = 'default status for user actions';
14 $lang['btl_default_submit_actions_status'] = 'default status for submit actions' ;
/template/battlehorse/lang/it/
Dsettings.php11 $lang['btl_default_page_actions_status'] = 'stato di default per azioni di pagina';
12 $lang['btl_default_wiki_actions_status'] = 'stato di default per azioni sul wiki';
13 $lang['btl_default_user_actions_status'] = 'stato di default per azioni utente';
14 $lang['btl_default_submit_actions_status'] = 'stato di default per azioni di invio storia' ;
/template/ghw/css/
Dtest.html9 <div class="panel panel-default">
19 <div class="panel panel-default">
29 <div class="panel panel-default">
38 <div class="panel panel-default">
47 <div class="panel panel-default">
57 <div class="panel panel-default">
73 <div class="panel panel-default">
83 <div class="panel panel-default">
94 <div class="panel panel-default">
104 <div class="panel panel-default">
[all …]
/template/vector/
DREADME41 If you want to replace the default logo showed in the upper left, simply
43 the file automatically and will use it instead of the default logo.
48 If you want to replace the default favicon, simply create a "favicon.ico"
50 will use it instead of the default one. You might find the online FavIcon
118 If you want to replace the default Apple Touch Icon, simply create a
120 automatically and will use it instead of the default one. Have a look at
176 - default.php: default settings [1]
191 DokuWiki "default" or "starter" template. The subdir "vector" contains
245 - The following files were copied from Andreas Gohr's "default" template:
246 - /default/*.css (see <http://j.mp/eq8zSo> why I did that)
[all …]
/template/vector20/
DREADME41 If you want to replace the default logo showed in the upper left, simply
43 the file automatically and will use it instead of the default logo.
48 If you want to replace the default favicon, simply create a "favicon.ico"
50 will use it instead of the default one. You might find the online FavIcon
118 If you want to replace the default Apple Touch Icon, simply create a
120 automatically and will use it instead of the default one. Have a look at
176 - default.php: default settings [1]
191 DokuWiki "default" or "starter" template. The subdir "vector" contains
245 - The following files were copied from Andreas Gohr's "default" template:
246 - /default/*.css (see <http://j.mp/eq8zSo> why I did that)
[all …]
/template/wikiweko/
H A DREADME.md75 If you want to replace the default logo showed in the upper left, simply
77 the file automatically and will use it instead of the default logo.
82 If you want to replace the default favicon, simply create a "favicon.ico"
84 will use it instead of the default one. You might find the online FavIcon
152 If you want to replace the default Apple Touch Icon, simply create a
154 automatically and will use it instead of the default one. Have a look at
210 - default.php: default settings [1]
225 DokuWiki "default" or "starter" template. The subdir "vector" contains
279 - The following files were copied from Andreas Gohr's "default" template:
280 - /default/*.css (see <http://j.mp/eq8zSo> why I did that)
[all …]
/template/dokucms/
DREADME.md6 … either an index or content from a wiki page. It is based on the "Arctic" and the default template.
58 … "file" or "index". This option controls the content of the sidebar. The default option is "index".
61 …wiki namespaces ('wiki' and 'playground') from the index if switched on (default: off) (for "index…
62 …namespaces to be removed from the index if "clean index" is switched on (default: empty) (for "ind…
63 … edit button in the sidebar if you may edit the contents of the sidebar (default: on) (for "file" …
64 * show backlink button: will show a backlink button in the bottom bar (default: off)
65 * show search box if logged in: will show a search box, if you are logged in (default: off)
70 Otherwise you will have to check for differences between your backup copy and the default style.ini…

12345678910>>...71