Home
last modified time | relevance | path

Searched refs:file (Results 126 – 150 of 2397) sorted by relevance

12345678910>>...96

/template/monobook/user/
H A Duser.js.dist2 Place for user defined JavaScript - this file can safely be preserved
11 1. Create a /user/user.js file. You may just want to rename this file from
16 DokuWiki Config Manager! Otherwise, any changes to this file
H A Dtracker.php.dist11 * simply create a "/user/tracker.php" file. The template recognizes and loads
12 * the provided tracker data automatically. You may want to rename this file
21 * LICENSE: This file is open source software (OSS) and may be copied under
22 * certain conditions. See COPYING file for details or try to contact
23 * the author(s) of this file in doubt.
/template/prsnl10/user/
H A Duser.js.dist2 Place for user defined JavaScript - this file can safely be preserved
11 1. Create a /user/user.js file. You may just want to rename this file from
16 DokuWiki Config Manager! Otherwise, any changes to this file
H A Dtracker.php.dist11 * simply create a "/user/tracker.php" file. The template recognizes and loads
12 * the provided tracker data automatically. You may want to rename this file
21 * LICENSE: This file is open source software (OSS) and may be copied under
22 * certain conditions. See COPYING file for details or try to contact
23 * the author(s) of this file in doubt.
/template/vector/user/
H A Duser.js.dist2 Place for user defined JavaScript - this file can safely be preserved
11 1. Create a /user/user.js file. You may just want to rename this file from
16 DokuWiki Config Manager! Otherwise, any changes to this file
H A Dtracker.php.dist11 * simply create a "/user/tracker.php" file. The template recognizes and loads
12 * the provided tracker data automatically. You may want to rename this file
21 * LICENSE: This file is open source software (OSS) and may be copied under
22 * certain conditions. See COPYING file for details or try to contact
23 * the author(s) of this file in doubt.
/template/mnml-blog/user/
H A Duser.js.dist2 Place for user defined JavaScript - this file can safely be preserved
11 1. Create a /user/user.js file. You may just want to rename this file from
16 DokuWiki Config Manager! Otherwise, any changes to this file
H A Dtracker.php.dist11 * simply create a "/user/tracker.php" file. The template recognizes and loads
12 * the provided tracker data automatically. You may want to rename this file
21 * LICENSE: This file is open source software (OSS) and may be copied under
22 * certain conditions. See COPYING file for details or try to contact
23 * the author(s) of this file in doubt.
/template/navigation/
H A Dsidebar.php4 function getSidebarFN($ns, $file) { argument
7 $nsFile = ($ns) ? "$ns:$file" : $file;
17 return getSidebarFN($ns, $file);
/template/knotux/
H A Dsidebar.php4 function getSidebarFN($ns, $file) { argument
7 $nsFile = ($ns) ? "$ns:$file" : $file;
17 return getSidebarFN($ns, $file);
H A D_mediamanager.css26 #mediamanager__page .file {
48 #mediamanager__page .file .panelHeader,
49 #mediamanager__page .file .panelContent {
287 #mediamanager__page .file ul.actions {
292 #mediamanager__page .file ul.actions li {
296 #mediamanager__page .file div.image {
301 #mediamanager__page .file div.image img {
305 #mediamanager__page .file dl {
307 #mediamanager__page .file dl dt {
312 #mediamanager__page .file dl dd {
[all …]
/template/a_new_day/
H A Dtplfn_sidebar.php22 function getSidebarFN($ns, $file) { argument
25 $nsFile = ($ns) ? "$ns:$file" : $file;
35 return getSidebarFN($ns && '', $file);
/template/sxs/
H A Dsidebar.php10 function getSidebarFN($ns, $file) { argument
13 $nsFile = ($ns) ? "$ns:$file" : $file;
23 return getSidebarFN($ns, $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/strap/css/
H A DREADME.md1 # Css file
7 * [_fileUploader](./_fileuploader.css) - the popup windows when a file is uploaded.
8 Manage the display of error message such as `Upload denied. This file extension is forbidden!`
/template/dokucms/
H A DREADME.md21 Unpack the file somewhere. Move the directory named `dokucms` into the `/lib/tpl` directory of your…
58 * sidebar content can be either "file" or "index". This option controls the content of the sidebar.…
59file: Displays the content of a file in the sidebar. The file has to be named sidebar. You can def…
63 … the sidebar if you may edit the contents of the sidebar (default: on) (for "file" sidebar content)
69 Backup your DOKUWIKI_ROOT/lib/tpl/dokucms/style.ini. Unpack the file in DOKUWIKI_ROOT/lib/tpl/. Thi…
/template/kajukkk/
H A Dnewpage.php27 $file= $wikidata.str_replace(':','/',$id).'.txt'; variable
30 if (!file_exists($file)) file_put_contents($file, $result);
41 $file= $wikidata.str_replace(':','/',$id).'.txt'; variable
43 if (!file_exists($file)) file_put_contents($file, $result);
/template/vector/
H A Dstyle.ini5 ; LICENSE: This file is open source software (OSS) and may be copied under
6 ; certain conditions. See COPYING file for details or try to contact
7 ; the author(s) of this file in doubt.
16 ; Please see http://www.php.net/manual/en/function.parse-ini-file.php
19 ; To extend this file or make changes to it, it is recommended to create
20 ; a style.local.ini file to prevent losing any changes after an upgrade.
22 ; (i.e. [stylesheets] or [replacements]) into that file as well.
81 ; the stylesheets. Changing this file is the simplest method to
/template/notos/_test/
H A Dgeneral.test.php15 $file = __DIR__ . '/../template.info.txt';
16 $this->assertFileExists($file);
18 $info = confToHash($file);
/template/wallpaper/
H A DREADME.md26 Unpack the file into the `/lib/tpl` directory of your Dokuwiki installation. It will create a direc…
53file: this option will switch off the automatically generated menu and look for a menu file (the n…
54 * menu file name: configure the file name for the menu file (without .txt extension) (default: menu…
56 ## Menu file syntax
58 …ki file with a structure of unordered list of links. This structure may be three levels deep. Thes…
/template/monobook/
H A Dstyle.ini5 ; LICENSE: This file is open source software (OSS) and may be copied under
6 ; certain conditions. See COPYING file for details or try to contact
7 ; the author(s) of this file in doubt.
16 ; Please see http://www.php.net/manual/en/function.parse-ini-file.php
19 ; To extend this file or make changes to it, it is recommended to create
20 ; a style.local.ini file to prevent losing any changes after an upgrade.
22 ; (i.e. [stylesheets] or [replacements]) into that file as well.
84 ; the stylesheets. Changing this file is the simplest method to
/template/wikipraktik/
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
41 ; the stylesheets. Changing this file is the simplest method to
/template/starterbootstrap/
H A Dstyle.ini1 ; Please see http://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 style.local.ini file to prevent losing any changes after an upgrade.
7 ; (i.e. [stylesheets] or [replacements]) into that file as well.
36 ; the stylesheets. Changing this file is the simplest method to
/template/simpleclean/
H A DREADME.rst28 1. Download the simpleClean template zip-file
30 #. Change template parameter to simpleClean in *<dokuwiki>/conf/local.php* file
40 PHP file.
68 menu1.txt file is displayed on every generated web page and it contains main menu
81 menu2.txt file is displayed on every generated web page and it constains sidebar menu content.
/template/myown/
H A DREADME.rst27 1. Download the MyOwn template zip-file
29 #. Change template parameter to MyOwn in *<dokuwiki>/conf/local.php* file
40 PHP file.
68 menu1.txt file is displayed on every generated web page and it contains main menu
81 menu2.txt file is displayed on every generated web page and it contains menu content.

12345678910>>...96