Home
last modified time | relevance | path

Searched refs:try (Results 1 – 7 of 7) sorted by relevance

/dokuwiki/inc/File/
H A DPageResolver.php87 $try = substr($id, 0, -1);
89 $try = $id . 's';
92 if (page_exists($try, $rev, true, $isDateAt)) {
93 return $try;
/dokuwiki/lib/plugins/usermanager/lang/en/
H A Dimport.txt6 For an example of a suitable file, try the "Export Users" function above.
/dokuwiki/
H A DSECURITY.md5 We try to fix vulnerabilites as fast as possible, but please keep in mind that this is a project run by volunteers. Depending on the severity we may release hotfixes for the current stable release or may simply incorporate the fix in the next proper release.
/dokuwiki/inc/
H A Dcommon.php1092 // if the before event did not set a template file, try to find one
1786 $try = [];
1787 $try[] = 'lib/images/license/' . $type . '/' . $conf['license'] . '.png';
1788 $try[] = 'lib/images/license/' . $type . '/' . $conf['license'] . '.gif';
1790 $try[] = 'lib/images/license/' . $type . '/cc.png';
1792 foreach ($try as $src) {
/dokuwiki/vendor/splitbrain/slika/
H A DREADME.md33 try {
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DREADME.md
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt3 [[doku>DokuWiki]] supports some simple markup language, which tries to make the datafiles to be as readable as possible. This page contains all possible syntax you may use when editing the pages. Simply have a look at the source of this page by pressing "Edit this page". If you want to try something, just use the [[playground:playground|playground]] page. The simpler markup is easily accessible via [[doku>toolbar|quickbuttons]], too.
452 The refresh period defaults to 4 hours. Any value below 10 minutes will be treated as 10 minutes. [[wiki:DokuWiki]] will generally try to supply a cached version of a page, obviously this is inappropriate when the page contains dynamic external content. The parameter tells [[wiki:DokuWiki]] to re-render the page if it is more than //refresh period// since the page was last rendered.