Home
last modified time | relevance | path

Searched refs:home (Results 1 – 25 of 213) sorted by relevance

123456789

/plugin/asciidocjs/node_modules/resolve/lib/
Dhomedir.js8 var home = process.env.HOME; variable
12 … return process.env.USERPROFILE || process.env.HOMEDRIVE + process.env.HOMEPATH || home || null;
16 return home || (user ? '/Users/' + user : null);
20 …return home || (process.getuid() === 0 ? '/root' : (user ? '/home/' + user : null)); // eslint-dis…
23 return home || null;
/plugin/miniblog/
Dstyle.css8 .mode_show.home #twentyfifteen__entry,
9 .mode_show.home #twentyfifteen__entry-content {
17 .mode_show.home #twentyfifteen__entry {
22 .mode_show.home #twentyfifteen__entry-content {
/plugin/simplenavi/
Dsyntax.php23 protected bool $home; variable in syntax_plugin_simplenavi
108 bool $home, argument
117 $this->home = $home;
131 if ($this->home) $tree->addFlag(PageTreeBuilder::FLAG_SELF_TOP);
/plugin/combo/resources/theme/default/components/css/
H A Dhistorical-breadcrumb.css7 .historical-breadcrumb-home {
18 .historical-breadcrumb-home::before {
H A Dpage-explorer-list.css9 .page-explorer-list-home-cs {
/plugin/combo/ComboStrap/
H A DLocalPath.php158 $home = getenv("HOME");
159 if ($home === false) {
160 $home = getenv("USERPROFILE");
162 if ($home === false) {
165 return LocalPath::createFromPathString($home);
/plugin/asciidocjs/node_modules/path-parse/
DREADME.md16 pathParse('/home/user/dir/file.txt');
19 // dir : "/home/user/dir",
/plugin/gitlabapi/
DREADME.md56 For instance; you have a GitLab server namely `gitlab.home` and following JSON file:
60 "gitlab.home": {
70 <gitlab-api server="gitlab.home" project-path="ns/project" />
/plugin/bootswrapper/exe/help/
Dlist-group.txt74 * {{fa>home}} [[:start|Home-Page]]
80 * {{fa>home}} [[:start|Home-Page]]
/plugin/asciidocjs/node_modules/require-directory/
DREADME.markdown26 * home.js
46 app.get('/', routes.home);
56 home: require('routes/home.js'),
/plugin/userpage/
Dicon-license.txt4 URL: https://materialdesignicons.com/icon/home-account
/plugin/database/
Daction.php126 if ($action != 'home' ) {
/plugin/chiplink/
Dplugin.info.txt3 email jonas.s.berg@home.se
/plugin/geonav/
Dsidebar.css5 #home {
Dstyle.css1 #home {
/plugin/dblclickedit/
DREADME9 (c) 2009 by Håkan Sandell <hakan.sandell@home.se>
/plugin/adminhomepage/
DREADME9 (c) 2009 by Håkan Sandell <hakan.sandell@home.se>
/plugin/cumulus/
DREADME9 (c) 2010 by Håkan Sandell <hakan.sandell@home.se>
/plugin/virtualkeyboard/vk/extensions/dom/
Dautosuggest.js300 case 36: //home
352 case 36: //home
418 case 36: //home
/plugin/jmol2/jmol/
Djmol.sh39 $command -Djmol.home="$JMOL_HOME" -jar ${JMOL_HOME}/Jmol.jar "$@"
/plugin/format/
Dsyntax.php118 $outfilename = $medianame.'/home.txt';
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarHomeSubscriptionsTest.php46 $this->fail('There were no subscription nodes in the calendar home');
/plugin/llm/llm.js/wasm/
Dllamacpp-cpu.js1home"),kA.mkdir("/home/web_user")},createDefaultDevices(){kA.mkdir("/dev"),kA.registerDevice(kA.ma…
/plugin/newpagetemplate/
Dnewpage.ini8 [pagetemplates:home]
/plugin/impressjs/
DREADME.md3 home page: https://www.dokuwiki.org/plugin:impressjs

123456789