Home
last modified time | relevance | path

Searched refs:file (Results 276 – 300 of 2397) sorted by last modified time

1...<<11121314151617181920>>...96

/template/peanutbutter/css/
H A Dmenu.css2 * This file provides the styles for the hamburger menu.
H A Dmobile.css2 * This file provides style changes for small screens.
H A Dcontent.css2 * This file provides the main design styles for the page content.
71 .dokuwiki dl.file a {
76 .dokuwiki dl.file dt {
86 [dir=rtl] .dokuwiki dl.file dt {
91 .dokuwiki pre.file a {
95 .dokuwiki pre.file a:hover {
100 .dokuwiki dl.file dd {
104 /* for code in <file> */
105 .dokuwiki pre.file,
106 .dokuwiki dl.file pre {
[all …]
H A Ddesign.css.back2 * This file provides the main design styles for the
/template/peanutbutter/
H A DREADME.md17 Unpack the file in the /lib/tpl directory of your Dokuwiki installation. It will create a directory…
/template/notos/css/
H A Dmain-article.less52 &.file,
59 dl.file {
H A Dbase-form.less29 input[type=file] {
/template/notos/_test/
H A Dgeneral.test.php15 $file = __DIR__ . '/../template.info.txt';
16 $this->assertFileExists($file);
18 $info = confToHash($file);
H A Dnavigation.test.php15 $file = __DIR__ . '/navigation.txt';
20 $actual = $customController->parseNavigation($file);
/template/bulma/css/
H A Dcustom.css105 .file {
H A Ddesign.css2 * This file provides the main design styles for the
H A Dbasic.css2 * This file provides the most basic styles.
5 * want to integrate this file into the other project as well, or use
H A Dbulma.min.css1 /*! bulma.io v0.9.3 | MIT License | github.com/jgthms/bulma */.button,.file-cta,.file-name,.input,.pagination-ellipsis,.pagination-link,.pagination-next,.pagination-previous,.select select,.textarea{-moz-appearance:none;-webkit-appearance:none;align-items:center;border:1px solid transparent;border-radius:4px;box-shadow:none;display:inline-flex;font-size:1rem;height:2.5em;justify-content:flex-start;line-height:1.5;padding-bottom:calc(.5em - 1px);padding-left:calc(.75em - 1px);padding-right:calc(.75em - 1px);padding-top:calc(.5em - 1px);position:relative;vertical-align:top}.button:active,.button:focus,.file-cta:active,.file-cta:focus,.file-name:active,.file-name:focus,.input:active,.input:focus,.is-active.button,.is-active.file-cta,.is-active.file-name,.is-active.input,.is-active.pagination-ellipsis,.is-active.pagination-link,.is-active.pagination-next,.is-active.pagination-previous,.is-active.textarea,.is-focused.button,.is-focused.file-cta,.is-focused.file
[all...]
H A Dcontent.css2 * This file provides the main design styles for the page content.
91 /* filenames for downloadable file and code blocks */
93 .dokuwiki dl.file {
97 .dokuwiki dl.file dt {
107 [dir=rtl] .dokuwiki dl.file dt {
112 .dokuwiki dl.file dt a {
116 .dokuwiki dl.file dd {
120 /* for code in <file> */
121 .dokuwiki pre.file,
122 .dokuwiki dl.file pr
[all...]
H A Dincludes.css2 * This file provides styles for included seperate html files
H A Dmobile.css2 * This file provides style changes for small screens.
H A Dstructure.css2 * This file provides styles for the general layout structure.
H A Dprint.css2 * This file provides the styles for printing.
79 dl.file dt {
/template/bulma/
H A Dstyle.ini1 ; Please see https://www.php.net/manual/en/function.parse-ini-file.php
4 ; To extend this file or make changes to it, it is recommended to create
5 ; a local conf/tpl/<template-folder-name>/style.ini file to prevent losing
8 ; (i.e. [stylesheets] or [replacements]) into that file as well.
23 ; but .css still loads the same file and is backwards compatible
59 ; the stylesheets. Changing this file is the simplest method to
/template/twigstarter/vendor/symfony/polyfill-mbstring/
H A DMbstring.php842 private static function getData($file) argument
844 if (file_exists($file = __DIR__.'/Resources/unidata/'.$file.'.php')) {
845 return require $file;
/template/twigstarter/vendor/twig/twig/
H A D.editorconfig1 ; top-most EditorConfig file
/template/twigstarter/vendor/twig/twig/src/Loader/
H A DFilesystemLoader.php296 private function isAbsolutePath($file) argument
298 return strspn($file, '/\\', 0, 1)
299 || (\strlen($file) > 3 && ctype_alpha($file[0])
300 && ':' === $file[1]
301 && strspn($file, '/\\', 2, 1)
303 || null !== parse_url($file, \PHP_URL_SCHEME)
/template/twigstarter/
H A Dcomposer.lock3 "This file locks the dependencies of your project to a known state",
5 "This file is @generated automatically"
/template/twigstarter/vendor/twig/twig/src/Error/
H A DError.php154 $this->file = $this->sourcePath;
228 $file = $r->getFileName();
240 if (!isset($trace['file']) || !isset($trace['line']) || $file != $trace['file']) {
/template/twigstarter/vendor/composer/
H A DClassLoader.php428 includeFile($file);
455 return $file;
470 if (false === $file) {
475 return $file;
508 return $file;
518 return $file;
547 return $file;
553 return $file;
565 * @param string $file
569 function includeFile($file) argument
[all …]

1...<<11121314151617181920>>...96