Searched refs:from (Results 1 – 25 of 79) sorted by relevance
1234
| /dokuwiki/_test/tests/inc/ |
| H A D | init_fullpath.test.php | 28 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 D | Util.php | 54 $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 D | README | 1 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 D | mail.php | 66 $from = str_replace( 73 if ($from != $conf['mailfrom']) { 76 $conf['mailfromnobody'] = $from; 78 $conf['mailfrom'] = $from;
|
| H A D | .htaccess | 7 Deny from all
|
| H A D | ActionRouter.php | 122 * @param string $from current action name 126 protected function transitionAction($from, $to, $e = null) argument 131 if ($from == $to) {
|
| H A D | changelog.php | 264 * @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 D | README | 1 Icons come from https://fileicons.org/
|
| /dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/ |
| H A D | MBOXCreator.php | 71 $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 D | versions | 1 # this is loaded from the update.sh script and our PHP code
|
| /dokuwiki/data/ |
| H A D | .htaccess | 6 Deny from all
|
| /dokuwiki/bin/ |
| H A D | .htaccess | 6 Deny from all
|
| /dokuwiki/vendor/ |
| H A D | .htaccess | 6 Deny from all
|
| /dokuwiki/conf/ |
| H A D | .htaccess | 7 Deny from all
|
| /dokuwiki/lib/images/smileys/ |
| H A D | README | 1 SVG Icons from the Twitter Emoji (Twemoji) project
|
| /dokuwiki/vendor/splitbrain/lesserphp/ |
| H A D | HISTORY.md | 9 * 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 D | revisions.txt | 3 These are the older revisons of the current document. To revert to an old revision, select it from …
|
| /dokuwiki/inc/lang/zh/ |
| H A D | stopwords.txt | 14 from
|
| /dokuwiki/inc/lang/bg/ |
| H A D | stopwords.txt | 14 from
|
| /dokuwiki/inc/lang/he/ |
| H A D | stopwords.txt | 14 from
|
| /dokuwiki/inc/lang/ckb/ |
| H A D | stopwords.txt | 16 from
|
| /dokuwiki/inc/lang/mr/ |
| H A D | stopwords.txt | 16 from
|
| /dokuwiki/inc/lang/zh-tw/ |
| H A D | stopwords.txt | 16 from
|
| /dokuwiki/inc/lang/ko/ |
| H A D | stopwords.txt | 16 from
|
| /dokuwiki/inc/lang/ja/ |
| H A D | stopwords.txt | 16 from
|
1234