Home
last modified time | relevance | path

Searched refs:file (Results 101 – 125 of 162) sorted by last modified time

1234567

/dokuwiki/lib/tpl/dokuwiki/css/
H A D_diff.css2 * This file provides styles for the diff view, which shows you
H A D_fileuploader.css2 * This file provides the styles for the file uploader
16 /* select file button */
77 .qq-upload-file {
H A D_footnotes.css2 * This file provides styles for footnotes.
H A D_imgdetail.css2 * This file provides styles for the image detail page (detail.php).
H A D_links.css2 * This file provides styles for all types of links.
H A D_media_fullscreen.css2 * This file provides the styles for the fullscreen media manager
42 #mediamanager__page .file {
75 #mediamanager__page .file .panelHeader,
76 #mediamanager__page .file .panelContent {
79 [dir=rtl] #mediamanager__page .file .panelHeader,
80 [dir=rtl] #mediamanager__page .file .panelContent {
178 /*____________ file list panel ____________*/
180 /* file list header */
230 /* file list content */
252 /* file lis
[all...]
H A D_media_popup.css2 * This file provides styles for the media manager popup
133 /*____________ file list ____________*/
148 /* highlight newly uploaded or edited file */
153 /* link which inserts media file */
H A D_modal.css2 * This file provides styles for modal dialogues.
H A D_recent.css2 * This file provides styles for the recent changes (?do=recent) and
H A D_search.less2 * This file provides styles for the search results page (?do=search)
H A D_tabs.css2 * This file provides the styles for general tabs.
H A Dcontent.less2 * This file provides the main design styles for the page content.
117 /* filenames for downloadable file and code blocks */
119 .dokuwiki dl.file {
152 [dir=rtl] .dokuwiki dl.file {
162 /* for code in <file> */
163 .dokuwiki dl.file {
H A Ddesign.less2 * This file provides the main design styles for the
H A Dmobile.less2 * This file provides styles for mobile devices
H A Dpagetools.less2 * This file provides the styles for the page tools
H A Dstructure.less2 * This file provides styles for the general layout structure.
/dokuwiki/lib/plugins/styling/lang/en/
H A Dintro.txt2 All changes are stored in a local configuration file and are upgrade safe
/dokuwiki/inc/lang/ca-valencia/
H A Dstopwords.txt2 # When you edit this file be sure to use UNIX line endings (single newline)
/dokuwiki/lib/plugins/styling/lang/it/
H A Dintro.txt2 Tutte le modifiche sono salvate in un file di configurazione locale e sono aggiornate in modo sicuro
/dokuwiki/inc/
H A DLogger.php8 * Log messages to a daily log file
59 * @param string $file A source filename if this is related to a source position
60 * @param int $line A line number for the above file
63 public static function error($message, $details = null, $file = '', $line = 0) argument
68 $file,
78 * @param string $file A source filename if this is related to a source position
79 * @param int $line A line number for the above file argument
82 public static function debug($message, $details = null, $file = '', $line = 0)
87 $file,
97 * @param string $file
95 deprecated($message, $details = null, $file = '', $line = 0) global() argument
112 log($message, $details = null, $file = '', $line = 0) global() argument
[all...]
/dokuwiki/inc/lang/ia/
H A Dstopwords.txt2 # Si tu modifica iste file, assecura te de usar le fines de linea UNIX (newline singule).
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md3 All notable changes to this project will be documented in this file.
27 - Declare strict_types=1 in every file by @Art4 in [#763](https://github.com/simplepie/simplepie/pull/763)
98 - Upload compiled file as release asset by @Art4 in [#725](https://github.com/simplepie/simplepie/pull/725)
225 * Updated the readme file. [#486](https://github.com/simplepie/simplepie/pull/486)
H A DREADME.markdown25 file version.
41 If you'd like a single monolithic file, see the assets in the
H A Dautoloader.php78 $file = $base_dir . str_replace('\\', '/', $relative_class) . '.php'; variable
80 // if the file exists, require it
81 if (file_exists($file)) {
82 require $file;
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DLICENCE252 When a "work that uses the Library" uses material from a header file
259 If such an object file uses only numerical parameters, data
262 file is unrestricted, regardless of whether it is legally a derivative
469 safest to attach them to the start of each source file to most effectively
470 convey the exclusion of warranty; and each file should have at least the

1234567