Searched +full:home -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 25 of 29) sorted by relevance
12
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/ |
D | openssl.cnf | 3 HOME = . 4 RANDFILE = $ENV::HOME/.rnd
|
/dokuwiki/_test/tests/inc/ |
D | init_getbaseurl.test.php | 17 $_SERVER['HTTP_HOST'] = 'xerxes.my.home'; 45 $_SERVER['PATH_TRANSLATED'] = '/home/bengen/public_html/dokuwiki/doku.php'; 68 $_SERVER['PATH_TRANSLATED'] = '/home/bengen/public_html/dokuwiki/doku.php'; 87 $_SERVER['SCRIPT_FILENAME'] = '/home/bengen/public_html/dokuwiki/doku.php'; 91 $_SERVER['PATH_TRANSLATED'] = '/home/bengen/public_html/dokuwiki/doku.php'; 131 $_SERVER['DOCUMENT_ROOT'] = '/home/websites/wiki/htdocs'; 133 $_SERVER['SCRIPT_FILENAME'] = '/home/websites/wiki/htdocs/doku.php'; 178 $_SERVER['HTTP_HOST'] = 'xerxes.my.home'; 201 $_SERVER['HTTP_HOST'] = 'xerxes.my.home'; 231 $_SERVER['HTTP_HOST'] = 'xerxes.my.home'; [all …]
|
D | pageutils_getid.test.php | 49 $_SERVER['HTTP_HOST'] = 'xerxes.my.home';
|
/dokuwiki/_test/tests/Feed/ |
D | FeedMediaProcessorTest.php | 89 $home = $doc->find('img'); 90 $this->assertEquals(1, $home->count());
|
D | FeedPageProcessorTest.php | 116 $home = $doc->find('a[href^="https://www.dokuwiki.org/manual"]'); 117 $this->assertGreaterThanOrEqual(1, $home->count());
|
/dokuwiki/lib/tpl/dokuwiki/ |
D | tpl_header.php | 30 // display logo and wiki title in a link to the home page 35 'accesskey="h" title="' . tpl_getLang('home') . ' [h]"'
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/ |
D | OpenSSH.php | 8 * Place in $HOME/.ssh/authorized_keys 154 * $HOME/.ssh/authorized_key.
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/ |
D | OpenSSH.php | 8 * Place in $HOME/.ssh/authorized_keys
|
/dokuwiki/_test/tests/inc/parser/ |
D | parser_links.test.php | 188 $this->P->parse("Foo /home/subdir/www/www.something.de/somedir/ Bar"); 192 array('cdata',array("\n".'Foo /home/subdir/www/www.something.de/somedir/ Bar')), 201 $this->P->parse("Foo /home/subdir/www/ www.something.de/somedir/ Bar"); 205 array('cdata',array("\n".'Foo /home/subdir/www/ ')), 232 $this->P->parse("Foo /home/subdir/www/ftp.something.de/somedir/ Bar"); 236 array('cdata',array("\n".'Foo /home/subdir/www/ftp.something.de/somedir/ Bar')), 245 $this->P->parse("Foo /home/subdir/www/ ftp.something.de/somedir/ Bar"); 249 array('cdata',array("\n".'Foo /home/subdir/www/ ')),
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/ |
D | OpenSSH.php | 8 * Place in $HOME/.ssh/authorized_keys
|
/dokuwiki/vendor/geshi/geshi/src/geshi/ |
D | properties.php | 50 '${user.home}'
|
D | jquery.php | 63 'alert', 'back', 'close', 'confirm', 'forward', 'home',
|
D | actionscript.php | 93 … 'HOME', 'hscroll', 'html', 'htmlText', 'ID3', 'ifFrameLoaded', 'ignoreWhite', 'implements',
|
D | bascomavr.php | 75 …'HOME' , 'CURSOR' , 'UPPERLINE' , 'THIRDLINE' , 'INITLCD' , 'LOWERLINE' , 'LCDAT' , 'FOURTHLINE' ,…
|
D | matlab.php | 155 'helpdesk','helpwin','home','inmem','lasterr','lastwarn','length',
|
D | autohotkey.php | 225 'PGDN','Home','End',
|
D | powershell.php | 145 'foreach','Home','Host','Input','LASTEXITCODE','MaximumAliasCount',
|
D | actionscript3.php | 327 'HOME', 'HIGH', 'HARDLIGHT', 'GREEN', 'GET', 'FULLSCREEN', 'FULL',
|
D | visualfoxpro.php | 113 'HelpTo','HighLightRow','Home','Hour','IMEStatus','IdleTimeOut',
|
D | cobol.php | 191 'GO-HOME', 'GO-SEARCH', 'GRAPHICAL', 'GREATER', 'GRID',
|
D | octave.php | 139 'history_size', 'history_timestamp_format_string', 'home', 'horzcat',
|
/dokuwiki/inc/Ui/ |
D | Admin.php | 16 * @author Håkan Sandell <hakan.sandell@home.se>
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/ |
D | OpenSSH.php | 8 * Place in $HOME/.ssh/authorized_keys
|
/dokuwiki/vendor/geshi/geshi/ |
D | build.xml | 188 …command="rsync -av -e ssh dist/deploy-sf/ ${sfuser},${sfproject}@frs.sourceforge.net:/home/frs/pro…
|
/dokuwiki/inc/ |
D | template.php | 864 $out .= '<span class="home">' . tpl_pagelink(':' . $conf['start'], null, true) . '</span>'; 1908 ($ID == $conf['start']) ? 'home' : ''
|
12