Home
last modified time | relevance | path

Searched refs:scheme (Results 1 – 25 of 39) sorted by relevance

12

/template/strap/ComboStrap/
H A DFileSystems.php17 $scheme = $path->getScheme();
18 switch ($scheme) {
26 throw new ExceptionRuntime("File system ($scheme) unknown");
35 $scheme = $path->getScheme();
36 switch ($scheme) {
42 throw new ExceptionRuntime("File system ($scheme) unknown");
50 $scheme = $path->getScheme();
51 switch ($scheme) {
58 throw new ExceptionRuntime("File system ($scheme) unknown");
68 $scheme = $path->getScheme();
[all …]
/template/strap/ComboStrap/Web/
H A DUrl.php77 private ?string $scheme = null; variable in ComboStrap\\Web\\Url
125 $this->scheme = $urlComponents["scheme"] ?? null;
313 if ($this->scheme === null) {
316 return $this->scheme;
567 public function setScheme(string $scheme): Url argument
569 $this->scheme = $scheme;
751 $scheme = $this->getScheme();
753 $scheme = null;
757 switch ($scheme) {
762 $base = "$scheme://";
[all …]
H A DUrlRewrite.php52 $scheme = $url->getScheme();
59 $scheme = "http";
61 switch ($scheme) {
/template/mindthedark/
DREADME.md4 MindTheDark offers a light and a dark color scheme for your DokuWiki. The color scheme and the styl…
6 If the `userChoice` option is enabled, an option to change the color scheme will appear in the head…
10 If the `autoDark` option is enabled, the color scheme of the operating system is used.
14 If neither of the two options is selected, a static color scheme can be selected via `theme`.
19 * light and a dark color scheme (`theme` option in Configuration Manager)
20 * automatic color scheme depending on operating system settings (`autoDark` option in Configuration…
21 * change of the color scheme by the user (`userChoice` option in Configuration Manager)
22 * all colors of the light and dark color scheme can be set in the Configuration Manager
70 … browsers. The compatibility can be checked [here](https://caniuse.com/#feat=prefers-color-scheme).
/template/ad-hominem/css/
H A Dplugins.less32 @media (prefers-color-scheme: dark) {
45 @media (prefers-color-scheme: dark) {
71 @media (prefers-color-scheme: dark) {
86 @media (prefers-color-scheme: dark) {
H A D_cookies.css63 @media (prefers-color-scheme: dark) {
H A Dlinks.less52 @media (prefers-color-scheme: dark) {
H A D_recent.css80 @media (prefers-color-scheme: dark) {
H A Dgeshi.less41 @media (prefers-color-scheme: dark) {
H A D_links.css87 @media (prefers-color-scheme: dark) {
H A D_sidebar.less118 @media (prefers-color-scheme: dark) {
H A D_languages.less158 @media (prefers-color-scheme: dark) {
H A D_media_popup.css227 @media (prefers-color-scheme: dark) {
H A D_diff.css145 @media (prefers-color-scheme: dark) {
/template/mindthedark/css/
D_autocolor.less53 @media (prefers-color-scheme: light){
60 @media (prefers-color-scheme: dark){
D_plugin_wrap.less61 @media (prefers-color-scheme: dark){
D_geshi_dark.less108 @media (prefers-color-scheme: dark){
D_plugin_note.less92 @media (prefers-color-scheme: dark){
/template/typowiki/typowiki/scss/
D_base.scss49 /* @media (prefers-color-scheme: dark) {
/template/taratasy/css/
Dcolourgreen.css1 /* colour scheme for Taratasy template */
Dblue.local.less1 /* colour scheme for Taratasy template */
/template/dynamic_template/instructions/
Dreadme.txt2 All images are based on your namespace scheme.
/template/strap/syntax/
H A Dlink.php286 $scheme = $markupRefObject->getSchemeType();
287 if ($scheme === MarkupRef::WIKI_URI) {
/template/desertcalm/
Dstyle.ini8 ; * blue/gray colour scheme
/template/kiwiki/css/
H A Dbasic.css22 @media (prefers-color-scheme: dark) {

12