Home
last modified time | relevance | path

Searched refs:f (Results 1 – 25 of 111) sorted by path

12345

/dokuwiki/
H A D.htaccess.dist29 #RewriteCond %{REQUEST_FILENAME} !-f
/dokuwiki/data/media/wiki/
H A Ddokuwiki.svg40 <linearGradient id="f" x1="248.62" x2="251.64" y1="234.52" y2="213.12" gradientUnits="userSpaceOnUse">
67 <path d="M269.63 220.75c-1.436-.14-2.58.303-2.56 1.502.943.857 1.349 2.435 1.485 3.14s.036 1.22-.486 1.89c-1.043 1.342-3.125 1.57-6.5 2.72-6.752 2.305-16.893 2.526-27.907 3.847-22.028 2.642-39.032 3.761-39.032 3.761 1.983-4.647 6.328-4.412 6.349-8.21.273-.897-3.146-1.316-5.1-.107-4.267 3.702-7.591 6.754-10.694 10.513l1.888 3.085s26.13-2.89 48.198-5.536c11.034-1.324 20.956-1.999 27.81-4.338 3.427-1.169 5.96-1.49 7.641-3.52.632-.762 1.352-3.046 1.068-4.733-.22-1.302-1.15-3.098-2.16-4.014z" fill="url(#f)" transform="matrix(.99993 0 0 .99598 -158.095 -157.774)"/>
/dokuwiki/inc/Search/
H A DIndexer.php468 while (($f = readdir($dir)) !== false) {
470 str_ends_with($f, '.idx') &&
471 (str_starts_with($f, 'i') ||
472 str_starts_with($f, 'w') ||
473 str_ends_with($f, '_w.idx') ||
474 str_ends_with($f, '_i.idx') ||
475 str_ends_with($f, '_p.idx'))
477 @unlink($conf['indexdir'] . "/$f");
/dokuwiki/inc/
H A Dindexer.php309 while (($f = readdir($dir)) !== false) {
310 if (str_starts_with($f, 'i') && str_ends_with($f, '.idx')) {
311 $i = substr($f, 1, -4);
H A Dio.php578 while (false !== ($f = readdir($dh))) {
579 if ($f == '..' || $f == '.') continue;
582 if (is_dir("$path/$f") && !is_link("$path/$f")) {
583 $dirs[] = "$path/$f";
585 $files[] = "$path/$f";
/dokuwiki/inc/lang/az/
H A Dconflict.txt
H A Ddiff.txt
/dokuwiki/inc/lang/da/
H A Dedit.txt
H A Dlocked.txt
H A Dpwconfirm.txt
H A Dresendpwd.txt
H A Dstopwords.txt
/dokuwiki/inc/lang/de-informal/
H A Dnewpage.txt
H A Dpassword.txt
H A Dpwconfirm.txt
H A Dregister.txt
H A Dresendpwd.txt
H A Dresetpwd.txt
H A Dstopwords.txt
H A Dsubscr_digest.txt
H A Dsubscr_form.txt
H A Dsubscr_list.txt
H A Dsubscr_single.txt
/dokuwiki/inc/lang/de/
H A Dbacklinks.txt
H A Dnewpage.txt

12345