Home
last modified time | relevance | path

Searched refs:file (Results 101 – 125 of 162) sorted by relevance

1234567

/dokuwiki/inc/
H A Dinfoutils.php114 # ref not found in pack file
374 * @param string $file file number
378 function msg($message, $lvl = 0, $line = '', $file = '', $allow = MSG_PUBLIC)
393 'file' => $file,
399 if ($msgdata['line'] || $msgdata['file']) {
400 $basename = PhpString::basename($msgdata['file']);
482 * Print info to debug log file
534 if (isset($call['file'])) {
355 msg($message, $lvl = 0, $line = '', $file = '', $allow = MSG_PUBLIC) global() argument
[all...]
H A Dpreload.php.dist3 * This is an example for a farm setup. Simply copy this file to preload.php and
H A Dcommon.php416 $file = wikiFN($ID);
417 if ($ACT != 'show' || $INFO['perm'] < AUTH_READ || isHiddenPage($ID) || !file_exists($file)) {
590 * Build a link to a media file
597 * @param string $id the media file id or URL
748 // read file in chunks of 200 - this should work around the
1043 * @param string $ext extension of file being read, default 'txt'
1084 'tplfile' => '', // the file above text was/should be loaded from
1092 // if the before event did not set a template file, try to find one
1134 * @var string $tplfile the file above text was/should be loaded from
1145 $file
1981 inlineSVG($file, $maxsize = 2048) global() argument
[all...]
H A Dindexer.php104 $stopwords = file($swfile, FILE_IGNORE_NEW_LINES);
265 return file($fn);
271 * Read the index directory or a cache file and returns
281 // testing what we have to do, create a cache file or not.
291 ($lengths = @file($conf['indexdir'] . '/lengths.idx', FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES))
318 // save this in a file
364 * Clean a name of a key for use as a file name.
/dokuwiki/inc/lang/en/
H A Dstopwords.txt2 # When you edit this file be sure to use UNIX line endings (single newline)
/dokuwiki/inc/lang/fa/
H A Dstopwords.txt2 # When you edit this file be sure to use UNIX line endings (single newline)
/dokuwiki/lib/plugins/logviewer/
H A Dadmin.php201 [$dt, $file, $msg] = sexplode("\t", $line, 3, '');
206 echo '<span class="file">' . hsc($file) . '</span>';
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt67 * DokuWiki does not use [[wp>CamelCase]] to automatically create links by default, but this behavior can be enabled in the [[doku>config]] file. Hint: If DokuWiki is a link, then it's enabled.
89 * Customization of the english language file
186 Unfortunately not all browsers understand all video and audio formats. To mitigate the problem, you can upload your file in different formats for maximum browser compatibility.
194 Additionally DokuWiki supports a "poster" image which will be shown before the video has started. That image needs to have the same filename as the video and be either a jpg or png file. In the example above a ''video.jpg'' file would work.
268 The same can be done to produce any kind of HTML, it just needs to be added to the [[doku>entities|pattern file]].
270 There are three exceptions which do not come from that pattern file: multiplication entity (640x480), 'single' and "double quotes". They can be turned off through a [[doku>config:typography|config option]].
380 You can include code blocks into your documents by either indenting them by at least two spaces (like used for the previous examples) or by using the tags ''%%<code>%%'' or ''%%<file>%%''.
388 <file>
389 This is pretty much the same, but you could use it to show that you quoted a file
[all...]
/dokuwiki/vendor/aziraphale/email-address-validator/
H A DREADME.md17 file is still set up to correctly load it when required, so this shouldn't be a problem in practice - it's just perhaps
26 If you don't want to use Composer (why not?!), just download the `EmailAddressValidator.php` file, save it with your project, and `require` it where needed.
44 The **new syntax** is as follows (ensure you have already included Composer's `autoload.php` file!):
/dokuwiki/lib/tpl/dokuwiki/css/
H A Dstructure.less2 * This file provides styles for the general layout structure.
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 Dprint.css2 * This file provides the styles for printing.
77 dl.file dt {
/dokuwiki/vendor/geshi/geshi/
H A DREADME.md11 wish to use, and the output will be a file syntax highlighted to
34 file for more information. If you do modify this program, please tell
/dokuwiki/inc/lang/ca-valencia/
H A Dstopwords.txt2 # When you edit this file be sure to use UNIX line endings (single newline)
/dokuwiki/vendor/kissifrot/php-ixr/
H A DREADME.md22 A [Composer](http://getcomposer.org/) file has been added to this repository.
37 To your composer.json file
/dokuwiki/vendor/splitbrain/php-archive/
H A DREADME.md64 Differences between Tar and Zip: Tars are compressed as a whole, while Zips compress each file individually. Therefore
67 The FileInfo class can be used to specify additional info like ownership or permissions when adding a file to
/dokuwiki/lib/plugins/popularity/lang/it/
H A Dintro.txt7 I dati raccolti contengono informazioni come la versione di DokuWiki, il numero e le dimensioni delle pagine e dei file, i plugin installati e informazioni sulla versione di PHP presente nel sistema.
/dokuwiki/inc/lang/da/
H A Dstopwords.txt2 # When you edit this file be sure to use UNIX line endings (single newline)
/dokuwiki/inc/lang/az/
H A Dstopwords.txt2 # When you edit this file be sure to use UNIX line endings (single newline)
/dokuwiki/lib/plugins/authpdo/
H A DREADME27 See the COPYING file in your DokuWiki folder for details
/dokuwiki/lib/styles/
H A Dfeed.css33 content: "This data file is meant to be read in a XML feed reader. See document source."
/dokuwiki/inc/lang/fo/
H A Dstopwords.txt2 # When you edit this file be sure to use UNIX line endings (single newline)
/dokuwiki/lib/plugins/styling/
H A DREADME27 See the COPYING file in your DokuWiki folder for details
/dokuwiki/inc/parser/
H A Dxhtml.php43 /** @var int counts the code and file blocks, used to provide download links */
619 * Display text as file content, optionally syntax highlighted
623 * @param string $filename file path label
626 public function file($text, $language = null, $filename = null, $options = null)
628 $this->_highlight('file', $text, $language, $filename, $options);
636 * @param string $filename file path label
645 * Use GeSHi to highlight language syntax in code and file blocks
647 * @param string $type code|file
650 * @param string $filename file path label
963 * @param string|array $name name for the link, array for media file
577 public function file($text, $language = null, $filename = null, $options=null) { global() function in Doku_Renderer_xhtml
[all...]
/dokuwiki/inc/lang/it/
H A Dstopwords.txt2 # Quando modifichi questo file fai attenzione ad usare la chiusura della riga in stile UNIX (nuova linea singola)

1234567