Home
last modified time | relevance | path

Searched refs:htdocs_dir (Results 1 – 21 of 21) sorted by relevance

/dports/devel/p5-App-Options/App-Options-1.12/examples/
H A Dapp.conf11 htdocs_dir = ${dir}/htdocs
/dports/www/moinmoin/moin-1.9.11/MoinMoin/
H A Dpackages.py232 from MoinMoin.web.static import STATIC_FILES_PATH as htdocs_dir unknown
233 if not os.access(htdocs_dir, os.W_OK):
234 …e RuntimeScriptException(_("Theme files not installed! Write rights missing for %s.") % htdocs_dir)
236 theme_file = os.path.join(htdocs_dir, self.themename,
/dports/devel/p5-App-Options/App-Options-1.12/t/
H A Dapp.conf21 htdocs_dir = ${dir}/htdocs
H A Dold.t43 is($App::options{htdocs_dir}, "/usr/local/htdocs", "variable substitution");
H A Dmain.t46 is($App::options{htdocs_dir}, "/usr/local/htdocs", "variable substitution");
/dports/www/trac-devel/Trac-1.5.3/trac/wiki/default-pages/
H A DTracIni21 …option templates_dir] for sharing global templates, [#inherit-htdocs_dir-option htdocs_dir] for sh…
H A DTracInstall254 …hared by multiple Trac environments, with a location defined by the `[inherit]` `htdocs_dir` option
/dports/net/freeswitch/freeswitch-1.10.3.-release/fscomm/
H A Dfshost.cpp112 …SWITCH_GLOBAL_dirs.htdocs_dir = (char *) malloc(strlen(QString("%1/htdocs").arg(conf_dir.absoluteP… in createFolders()
113 if (!SWITCH_GLOBAL_dirs.htdocs_dir) { in createFolders()
116 …strcpy(SWITCH_GLOBAL_dirs.htdocs_dir, QString("%1/htdocs").arg(conf_dir.absolutePath()).toAscii().… in createFolders()
/dports/www/fusionpbx/fusionpbx-4.4.1/core/install/resources/classes/
H A Ddetect_switch.php70 public function htdocs_dir() { return $this->_htdocs_dir; } function in detect_switch
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/xml_int/mod_xml_rpc/
H A Dmod_xml_rpc.c756 switch_snprintf(tmp, sizeof(tmp), "%s%s", SWITCH_GLOBAL_dirs.htdocs_dir, new_uri); in auth_hook()
761 …SWITCH_GLOBAL_dirs.htdocs_dir, new_uri, end_of(new_uri) == *SWITCH_PATH_SEPARATOR ? "" : SWITCH_PA… in auth_hook()
1240 …ServerCreate(&globals.abyssServer, "XmlRpcServer", globals.port, SWITCH_GLOBAL_dirs.htdocs_dir, lo… in SWITCH_MODULE_RUNTIME_FUNCTION()
1260 globals.port, SWITCH_GLOBAL_dirs.htdocs_dir, globals.enable_websocket ? " with websocket." : ""); in SWITCH_MODULE_RUNTIME_FUNCTION()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core.c768 if (!SWITCH_GLOBAL_dirs.htdocs_dir && (SWITCH_GLOBAL_dirs.htdocs_dir = (char *) malloc(BUFSIZE))) { in switch_core_set_globals()
770 …switch_snprintf(SWITCH_GLOBAL_dirs.htdocs_dir, BUFSIZE, "%s%shtdocs", SWITCH_GLOBAL_dirs.base_dir,… in switch_core_set_globals()
773 switch_snprintf(SWITCH_GLOBAL_dirs.htdocs_dir, BUFSIZE, "%s", SWITCH_HTDOCS_DIR); in switch_core_set_globals()
775 …switch_snprintf(SWITCH_GLOBAL_dirs.htdocs_dir, BUFSIZE, "%s%shtdocs", base_dir, SWITCH_PATH_SEPARA… in switch_core_set_globals()
879 switch_assert(SWITCH_GLOBAL_dirs.htdocs_dir); in switch_core_set_globals()
1906 …switch_dir_make_recursive(SWITCH_GLOBAL_dirs.htdocs_dir, SWITCH_DEFAULT_DIR_PERMS, runtime.memory_… in switch_core_init()
1961 switch_core_set_variable("htdocs_dir", SWITCH_GLOBAL_dirs.htdocs_dir); in switch_core_init()
3067 switch_safe_free(SWITCH_GLOBAL_dirs.htdocs_dir); in switch_core_destroy()
H A Dswitch.c877 SWITCH_GLOBAL_dirs.htdocs_dir = (char *) malloc(strlen(local_argv[x]) + 1); in main()
878 if (!SWITCH_GLOBAL_dirs.htdocs_dir) { in main()
882 strcpy(SWITCH_GLOBAL_dirs.htdocs_dir, local_argv[x]); in main()
/dports/www/trac-devel/Trac-1.5.3/trac/
H A Denv.py534 os.mkdir(self.htdocs_dir)
650 def htdocs_dir(self): member in Environment
1172 for src in (self.env.files_dir, self.env.htdocs_dir,
/dports/www/trac-devel/Trac-1.5.3/trac/web/
H A Dchrome.py743 ('site', self.env.htdocs_dir)]
965 site_htdocs = list_dir(self.env.htdocs_dir)
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/test/
H A Dswitch_test.h112 SWITCH_GLOBAL_dirs.htdocs_dir = switch_mprintf("%s%s", basedir, SWITCH_PATH_SEPARATOR); in fst_init_core_and_modload()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_types.h558 char *htdocs_dir; member
/dports/www/trac-devel/Trac-1.5.3/trac/tests/
H A Denv.py917 rv, output = self.execute('deploy %s' % self.env.htdocs_dir)
/dports/www/trac-devel/Trac-1.5.3/
H A DINSTALL.rst554 ``htdocs_dir`` option
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_verto/
H A Dmod_verto.c4946 vhost->root = SWITCH_GLOBAL_dirs.htdocs_dir; in parse_config()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx2799 delete [] arg1->htdocs_dir; in CSharp_FreeSWITCHfNative_switch_directories_htdocs_dir_set___()
2801 arg1->htdocs_dir = (char *) (new char[strlen((const char *)arg2)+1]); in CSharp_FreeSWITCHfNative_switch_directories_htdocs_dir_set___()
2802 strcpy((char *)arg1->htdocs_dir, (const char *)arg2); in CSharp_FreeSWITCHfNative_switch_directories_htdocs_dir_set___()
2804 arg1->htdocs_dir = 0; in CSharp_FreeSWITCHfNative_switch_directories_htdocs_dir_set___()
2816 result = (char *) ((arg1)->htdocs_dir); in CSharp_FreeSWITCHfNative_switch_directories_htdocs_dir_get___()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs35559 public string htdocs_dir { property in FreeSWITCH.Native.switch_directories