Home
last modified time | relevance | path

Searched refs:in (Results 1 – 25 of 1941) sorted by relevance

12345678910>>...78

/template/typowiki/typowiki/scss/
D_sanitize.scss5 * Add border box sizing in all browsers (opinionated).
15 * 1. Add text decoration inheritance in all browsers (opinionated).
16 * 2. Add vertical alignment inheritance in all browsers (opinionated).
26 * 1. Use the default cursor in all browsers (opinionated).
27 * 2. Change the line height in all browsers (opinionated).
28 * 3. Use a 4-space tab width in all browsers (opinionated).
29 * 4. Remove the grey highlight on links in iOS (opinionated).
30 * 5. Prevent adjustments of font size after orientation changes in
31 * IE on Windows Phone and in iOS.
32 * 6. Breaks words to prevent overflow in all browsers (opinionated).
[all …]
/template/stm/stm/css/
D_normalize.css4 * 1. Change the default font family in all browsers (opinionated).
5 * 2. Correct the line height in all browsers.
6 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
23 * Remove the margin in all browsers (opinionated).
31 * Add the correct display in IE 9-.
45 * `article` contexts in Chrome, Firefox, and Safari.
57 * Add the correct display in IE 9-.
58 * 1. Add the correct display in IE.
68 * Add the correct margin in IE 8.
76 * 1. Add the correct box sizing in Firefox.
[all …]
/template/twentyfifteen/css/
Dnormalize.less7 * 1. Correct the line height in all browsers.
8 * 2. Prevent adjustments of font size after orientation changes in
9 * IE on Windows Phone and in iOS.
22 * Add the correct display in IE 9-.
36 * `article` contexts in Chrome, Firefox, and Safari.
48 * Add the correct display in IE 9-.
49 * 1. Add the correct display in IE.
59 * Add the correct margin in IE 8.
67 * 1. Add the correct box sizing in Firefox.
68 * 2. Show the overflow in Edge and IE.
[all …]
/template/twigstarter/vendor/twig/twig/
DCHANGELOG8 …* Fix a security issue when in a sandbox: the `sort` filter must require a Closure for the `arrow`…
32 * Explicitly specify the encoding for mb_ord in JS escaper
70 * Restrict callables to closures in filters
71 * Allow trailing commas in argument lists (in calls as well as definitions)
78 * Throw exception in case non-Traversable data is passed to "filter"
95 * fixed number formatter in Intl extra extension when using a formatter prototype
103 * added the String extension in the "extra" repositories: "u" filter
107 * added the spaceship operator ("<=>"), useful when using an arrow function in the "sort" filter
109 * added the CssInliner extension in the "extra" repositories: "inline_css"
111 * added the Inky extension in the "extra" repositories: "inky_to_html" filter
[all …]
/template/strap/vendor/php-webdriver/webdriver/
DCHANGELOG.md9 - Unsafe use of `static::` when accessing private property in `DesiredCapabilities`.
10 - PHP 8.1 deprecations in the `Cookie` class.
14 - Add `@return` and `@param` type annotations to Cookie class to avoid deprecations in PHP 8.1.
18 …ethod to read JavaScript properties of an element (like the value of `innerHTML` etc.) in W3C mode.
29 …ScrolledIntoView()` was missing polyfill implementation for W3C mode and not working in eg. Safari.
33 - `FirefoxOptions` class to simplify passing Firefox capabilities. Usage is covered [in our wiki](h…
46 - Support for sending Chrome DevTools Protocol commands (see details in [wiki](https://github.com/p…
50in W3C mode if it is supported by the browser driver. Until now, when it was initialized using `Ch…
52 - Clicking a block element inside `<a>` element in Firefox (workaround for GeckoDriver bug [1374283…
58 - Deprecate `RemoteWebDriver::newWindow()` in favor of `$driver->switchTo()->newWindow()`.
[all …]
/template/breeze/bower_components/gumby/sass/functions/
D_em.scss3 @function em($size-in-px, $context: 16) {
4 @if not unitless($size-in-px) {
5 $size-in-px: strip-units($size-in-px);
10 @return ($size-in-px / $context) * 1em;
/template/mikio/
DREADME.md20 - **Tags integration** in hero or sidebar
31 1. Use the **Theme Manager** in DokuWiki to search for **mikio** and install the current release.
46 The README is just the start - full docs, guides, and configuration reference live in the wiki:
83 - **Translations welcome!** Language files are simple to add, see existing ones in `/lang`.
89 You’ll always find the most recent changes in [Releases](https://github.com/nomadjimbob/mikio/releases).
/template/readthedokus/
DREADME.md9 - Embedded foldable TOC in the sidebar
27 …n when logged out|Check to show the Toolbox always. By default, it is not shown unless you log in.|
29 …on't forget to put the necessary tags in the option below. Technically, this option only puts the …
30 … Font Awesome|Specify tags to include FontAwesome.The tags specified here are put in the head tag.|
31 …on't forget to put the necessary tags in the option below. Technically, this option only puts the …
32 …oogle Fonts|Specify tags to include Google Fonts. The tags specified here are put in the head tag.|
36 …mplate Style Settings". Other options are available to change various colors used in this template.
64 Some index plugins are supported by this template and can be used in the sidebar.
73 …first page will jump to root(/) by default. You can change this in "Start Page" option in the sett…
77 … the current URL. Or, check the “Show toolbox even when logged out” option in the settings to show…
[all …]
/template/minima/
Dfunctions.php141 foreach ($ins as $in) {//do
144 if ($in[0] == 'internallink') {//do
145 list($id, $hash) = explode('#', $in[1][0], 2);
157 $title = hsc($in[1][1]);
172 elseif (($in[0] == 'header') && (!$heading)) {//do
173 $heading = $in[1][0];
174 $level = $in[1][1];
/template/sidebar_theme/
Dreadme.txt11 1) decompress default-sidebar.tar.gz in lib/tpl/sidebar-theme
13 3) put $conf['template'] = 'sidebar-theme'; in your conf file (or use configuration manager in admi…
20 …the page "wikiexample_sidebar_left" (the "sidebar" string could be changed in conf.php). Idem righ…
21 - For create default left sidebar, simply create "default_sidebar_left" (it could be changed in con…
27 - All design is in sidebar-theme.css file
29 - For change it, modify in sidebar-theme.css:
/template/spacedok/
Dfunctions.php141 foreach ($ins as $in) {//do
144 if ($in[0] == 'internallink') {//do
145 list($id, $hash) = explode('#', $in[1][0], 2);
157 $title = hsc($in[1][1]);
172 elseif (($in[0] == 'header') && (!$heading)) {//do
173 $heading = $in[1][0];
174 $level = $in[1][1];
/template/strap/resources/theme/default/pages/templates/
Dapp-edit.css63 …transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out…
75 …transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out…
88 The icon in the menu are tagged with a11
89 Are hidden in overflow, that's how it works
/template/fictive/css/
Dfictive.css297 /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
299 /* Improves appearance and consistency in all browsers */
301 /* Improves appearance and consistency in all browsers */
317 /* Corrects inability to style clickable 'input' types in iOS */
344 /* Addresses excess padding in IE8/9 */
349 /* Addresses appearance set to searchfield in S5, Chrome */
351 /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
357 /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
363 …orrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devi…
398 /* Removes default vertical scrollbar in IE6/7/8/9 */
[all …]
/template/dokucms/
DREADME.md4 This template (templates in Dokuwiki are equivalent to skins in other wiki systems) can be of value…
29 Turning "Use first heading for pagenames" on results in a nicer index.
52 …l (70em). The maximum value can be as high as you like. High values result in long lines on large …
54 …o the image folder of the template. Edit the (activated) __yourlogo__ line in the style.ini accord…
59 …plays the content of a file in the sidebar. The file has to be named sidebar. You can define a sid…
60 …e index of all pages in your wiki, alphabetically sorted. Namespaces are displayed as closed subli…
63 * show edit button in sidebar: will show an edit button in the sidebar if you may edit the contents…
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)
69in DOKUWIKI_ROOT/lib/tpl/. This will overwrite the current template with the new version. Overwrit…
/template/templar/less/
Dreset.less7 // Display in IE6-9 and FF3
23 // Display block in IE6-9 and FF3
59 // Prevents sub and sup affecting line-height in all browsers
76 // Img border in a's and image quality
99 // Font size in all browsers, margin changes, misc consistency
111 line-height: normal; // FF3/4 have !important on line-height in UA stylesheet
114 input::-moz-focus-inner { // Inner padding and border oddities in FF3/4
119 html input[type="button"], // Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audi…
122 -webkit-appearance: button; // Corrects inability to style clickable `input` types in iOS.
135 input[type="search"] { // Appearance in Safari/Chrome
[all …]
/template/writr2/css/
Dglobal.less226 font-size: 100%; /* Corrects font size not being inherited in all browsers */
227 margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
228 vertical-align: baseline; /* Improves appearance and consistency in all browsers */
229 *vertical-align: middle; /* Improves appearance and consistency in all browsers */
233 …line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet …
252 -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
273 box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
274 padding: 0; /* Addresses excess padding in IE8/9 */
277 -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
278 …-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include …
[all …]
/template/wallpaper/
DREADME.md6 The name was inspired by photo wallpapers popular in the seventies
16 The CSS-code used in the dropdown menu was inspired by http://www.lwis.net/free-css-drop-down-menu/
43 Further configuration can be done via the configuration dialog in the admin functions:
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 …menu for pages in the root namespace: this option will put all pages in the top level namespace in…
53 …ically generated menu and look for a menu file (the name can be configured in the next option) for…
58 …ep. These links will be used to construct the menu. The file must be saved in the root namepsace o…
70 Non-list lines (like the heading in the example) will be ignored. List lines without wikilinks will…
72 …start page of a namespace it will be always be shown in the menu as if this page has sub-entries i…
[all …]
/template/bootstrap3/
DRELEASE.md11 * #611: Edit mode when not logged in, shows textarea field with source text "as button"
25 * #589: Missing Wikipedia logo in interwiki links to Russian language
27 * #582: Theme changing doesn't work in Firefox/Gecko
52 …th Hogfather and fix some regression. Added support for Microsoft Teams and BS3 styles in jQueryUI.
60 * Added BS3 styles in jQueryUI components
63 * #520: Revert .wikilink2 class in list context (@takuy)
68 * #517: Removed `!important` in navbar height to prevent issue with `userall.css` style (@nurzu)
72 * Fixed regression in AnchorJS and Sidebar
93 * Changed column size of matching pagenames in search results
98 * #500: Fixed regression in the preview image size in detail page (@IanGoo)
[all …]
/template/writr2/css/plugins/
Dbloglinks.less16 -webkit-transition: all 0.25s ease-in-out;
17 -moz-transition: all 0.25s ease-in-out;
18 -ms-transition: all 0.25s ease-in-out;
19 -o-transition: all 0.25s ease-in-out;
20 transition: all 0.25s ease-in-out;
/template/strap/vendor/symfony/yaml/
DCHANGELOG.md15 when running the YAML linter command in a Github Action environment.
43 …* removed support for implicit STDIN usage in the `lint:yaml` command, use `lint:yaml -` (append a…
55 …* Using a mapping inside a multi-line string is deprecated and will throw a `ParseException` in 5.…
60 * added support for multiple files or directories in `LintCommand`
100 `!php/object` tag (without the colon) in 4.0.
103 `!php/const` tag (without the colon) in 4.0.
107 * Deprecated using the non-specific tag `!` as its behavior will change in 4.0.
108 It will force non-evaluating your values in 4.0. Use plain integers or `!!float` instead.
114 deprecated and will throw a `ParseException` in Symfony 4.0.
117 Mapping keys that are no strings will lead to a `ParseException` in Symfony
[all …]
/template/hexa/css/
Dhexa.css62 …/* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.…
64 /* Keeps page centered in all browsers regardless of content height */
104 /* tables still need 'cellspacing="0"' in the markup */
402 /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
404 /* Improves appearance and consistency in all browsers */
406 /* Improves appearance and consistency in all browsers */
422 /* Corrects inability to style clickable 'input' types in iOS */
449 /* Addresses excess padding in IE8/9 */
454 /* Addresses appearance set to searchfield in S5, Chrome */
456 /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
[all …]
/template/khum1/
DLICENSE.md29 want it, that you can change the software or use pieces of it in new
58 systematic pattern of such abuse occurs in the area of products for
61 practice for those products. If such problems arise substantially in
63 domains in future versions of the GPL, as needed to protect the
68 software on general-purpose computers, but in those that do, we wish
90 in a fashion requiring copyright permission, other than the making of
102 public, and in some countries other activities as well.
116 menu, a prominent item in the list meets this criterion.
125 standard defined by a recognized standards body, or, in the case of
127 is widely used among developers working in that language.
[all …]
/template/templar/
DCOPYING26 want it, that you can change the software or use pieces of it in new
54 pattern of such abuse occurs in the area of products for individuals to
57 products. If such problems arise substantially in other domains, we
58 stand ready to extend this provision to those domains in future versions
63 software on general-purpose computers, but in those that do, we wish to
85 in a fashion requiring copyright permission, other than the making of an
97 public, and in some countries other activities as well.
110 menu, a prominent item in the list meets this criterion.
119 standard defined by a recognized standards body, or, in the case of
121 is widely used among developers working in that language.
[all …]
DLICENSE26 want it, that you can change the software or use pieces of it in new
54 pattern of such abuse occurs in the area of products for individuals to
57 products. If such problems arise substantially in other domains, we
58 stand ready to extend this provision to those domains in future versions
63 software on general-purpose computers, but in those that do, we wish to
85 in a fashion requiring copyright permission, other than the making of an
97 public, and in some countries other activities as well.
110 menu, a prominent item in the list meets this criterion.
119 standard defined by a recognized standards body, or, in the case of
121 is widely used among developers working in that language.
[all …]
/template/darkblue/
DLICENSE26 want it, that you can change the software or use pieces of it in new
54 pattern of such abuse occurs in the area of products for individuals to
57 products. If such problems arise substantially in other domains, we
58 stand ready to extend this provision to those domains in future versions
63 software on general-purpose computers, but in those that do, we wish to
85 in a fashion requiring copyright permission, other than the making of an
97 public, and in some countries other activities as well.
110 menu, a prominent item in the list meets this criterion.
119 standard defined by a recognized standards body, or, in the case of
121 is widely used among developers working in that language.
[all …]

12345678910>>...78