Home
last modified time | relevance | path

Searched refs:from (Results 1 – 25 of 79) sorted by relevance

1234

/dokuwiki/_test/tests/inc/
H A Dinit_fullpath.test.php28 foreach($tests as $from => $to){
29 $info = "Testing '$from' resulted in '".fullpath($from)."'";
31 $this->assertEquals(fullpath($from), $to, $info);
77 foreach($tests as $from => $to){
78 $info = "Testing '$from' resulted in '".fullpath($from)."'";
80 $this->assertEquals(fullpath($from), $to, $info);
/dokuwiki/vendor/splitbrain/lesserphp/src/Utils/
H A DUtil.php54 $from = $number[2];
57 if ($from == $to)
61 if (($from_index = array_search($from, Constants::LENGTH_UNITS)) !== false) {
75 if (in_array($from, Constants::TIME_UNITS)) {
88 if (in_array($from, Constants::ANGLE_UNITS)) {
90 switch ($from) {
126 throw new Exception("Cannot convert $from to $to");
/dokuwiki/lib/images/admin/
H A DREADME1 These icons were taken from the nuvoX KDE icon theme and are GPL licensed
4 styling.png from https://openclipart.org/detail/25595/brush Public Domain
/dokuwiki/inc/
H A Dmail.php66 $from = str_replace(
73 if ($from != $conf['mailfrom']) {
76 $conf['mailfromnobody'] = $from;
78 $conf['mailfrom'] = $from;
H A D.htaccess7 Deny from all
H A DActionRouter.php122 * @param string $from current action name
126 protected function transitionAction($from, $to, $e = null) argument
131 if ($from == $to) {
H A Dchangelog.php264 * @param int $from date of the oldest entry to return
273 function getRecentsSince($from, $to = null, $ns = '', $flags = 0) argument
278 if ($to && $to < $from) {
299 if ($rec['date'] >= $from) {
/dokuwiki/lib/images/fileicons/svg/
H A DREADME1 Icons come from https://fileicons.org/
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DMBOXCreator.php71 $from = $this->items[$i]->author;
73 $from = $this->title;
76 $feed .= "From ".strtr(MBOXCreator::qp_enc($from), " ", "_")." ".date(
84 $feed .= "From: \"".MBOXCreator::qp_enc($from)."\"\n";
/dokuwiki/lib/scripts/jquery/
H A Dversions1 # this is loaded from the update.sh script and our PHP code
/dokuwiki/data/
H A D.htaccess6 Deny from all
/dokuwiki/bin/
H A D.htaccess6 Deny from all
/dokuwiki/vendor/
H A D.htaccess6 Deny from all
/dokuwiki/conf/
H A D.htaccess7 Deny from all
/dokuwiki/lib/images/smileys/
H A DREADME1 SVG Icons from the Twitter Emoji (Twemoji) project
/dokuwiki/vendor/splitbrain/lesserphp/
H A DHISTORY.md9 * 2024-01-27: Refactoring based on 0.6-dev branch and some cherry-picks from other repos
13 (with work from @stefanvandekaa)
21 * 2020-01-19: removed HHVM profile from travis. HHVM support is now broken anyway
44 * 2016-09-26: Forking master from https://github.com/leafo/lessphp
/dokuwiki/inc/lang/en/
H A Drevisions.txt3 These are the older revisons of the current document. To revert to an old revision, select it from
/dokuwiki/inc/lang/zh/
H A Dstopwords.txt14 from
/dokuwiki/inc/lang/bg/
H A Dstopwords.txt14 from
/dokuwiki/inc/lang/he/
H A Dstopwords.txt14 from
/dokuwiki/inc/lang/ckb/
H A Dstopwords.txt16 from
/dokuwiki/inc/lang/mr/
H A Dstopwords.txt16 from
/dokuwiki/inc/lang/zh-tw/
H A Dstopwords.txt16 from
/dokuwiki/inc/lang/ko/
H A Dstopwords.txt16 from
/dokuwiki/inc/lang/ja/
H A Dstopwords.txt16 from

1234