Home
last modified time | relevance | path

Searched refs:t (Results 1 – 25 of 313) sorted by path

12345678910>>...13

/dokuwiki/
H A D.htaccess.dist16 ## Don't allow access to git directories
/dokuwiki/conf/
H A Dacl.auth.php.dist3 # Don't modify the lines above
7 # Editing this file by hand shouldn't be necessary. Use the ACL
H A Dmysql.conf.php.example23 * options carefully, otherwise you won't be able to access you
H A Dusers.auth.php.dist3 # Don't modify the lines above
/dokuwiki/data/pages/wiki/
H A Ddokuwiki.txt3 [[doku>wiki:dokuwiki|{{wiki:dokuwiki-128.png }}]] DokuWiki is a simple to use and highly versatile Open Source [[wp>wiki]] software that doesn't require a database. It is loved by users for its clean and readable [[wiki:syntax]]. The ease of maintenance, backup and integration makes it an administrator's favorite. Built in [[doku>acl|access controls]] and [[doku>auth|authentication connectors]] make DokuWiki especially useful in the enterprise context and the large number of [[doku>plugins]] contributed by its vibrant community allow for a broad range of use cases beyond a traditional wiki.
H A Dsyntax.txt68 * When a section's heading is changed, its bookmark changes, too. So don't rely on section linking too much.
137 Resize to given width and height((when the aspect ratio of the given width and height doesn't match that of the image, it will be cropped to the new ratio before resizing)): {{wiki:dokuwiki-128.png?200x50}}
279 > No we shouldn't
292 > No we shouldn't
438 If you don't want any highlighting but want a downloadable file, specify a dash (''-'') as the language code: ''%%<code - myfile.foo>%%''.
H A Dwelcome.txt10 Your wiki needs to have a start page. As long as it doesn't exist, this link will be red: [[:start]].
/dokuwiki/inc/Extension/
H A DPluginTrait.php85 [$t] = explode('_', get_class($this), 2);
86 return $t;
94 [/* t */, /* p */, $n] = sexplode('_', get_class($this), 4, '');
103 [/* t */, /* p */, /* n */, $c] = sexplode('_', get_class($this), 4, '');
153 global $conf, $config_cascade; // definitely don't invoke "global $lang"
158 // don't include once, in case several plugin components require the same language file
H A DRemotePlugin.php
/dokuwiki/inc/
H A DJpegMeta.php669 $t = strtotime($aux);
671 if ($t && $t > $latestTime) {
672 $latestTime = $t;
676 if ($t && $t < $earliestTime) {
677 $earliestTime = $t;
688 $t = strtotime($aux);
690 if ($t && $t >
[all...]
H A Dhttputils.php44 return; // etag is there but doesn't match
48 return; // if-modified-since is there but doesn't match
54 // don't produce output, even if compression is on
113 $t = explode('=', $INPUT->server->str('HTTP_RANGE'));
114 if (!$t[0] == 'bytes') {
120 $r = explode(',', $t[1]);
203 if (filemtime($gzip) < filemtime($uncompressed_file)) { // filemtime returns false (0) if file doesn't exist
/dokuwiki/inc/Ui/Media/
H A DDisplayRow.php71 $t = $this->mediaFile->getMeta()->getField(['IPTC.Headline', 'xmp.dc:title']);
82 if ($t || $d || $k) {
84 if ($t) echo '<strong>' . hsc($t) . '</strong><br />';
86 if ($t) echo '<em>' . hsc($k) . '</em>';
/dokuwiki/inc/lang/az/
H A Dconflict.txt
H A Ddenied.txt
H A Ddraft.txt
H A Dlocked.txt
H A Dnorev.txt
H A Dpwconfirm.txt
H A Dregister.txt
H A Dresendpwd.txt
/dokuwiki/inc/lang/ca-valencia/
H A Ddenied.txt
H A Dnewpage.txt
/dokuwiki/inc/lang/ca/
H A Dsubscr_single.txt
/dokuwiki/inc/lang/cs/
H A Ddenied.txt
H A Ddiff.txt

12345678910>>...13