Home
last modified time | relevance | path

Searched refs:siteRoot (Results 1 – 25 of 47) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.WebPages.Administration/Framework/packages/
H A DWebProjectManager.cs22 public WebProjectManager(string remoteSource, string siteRoot) in WebProjectManager() argument
28 if (String.IsNullOrEmpty(siteRoot)) in WebProjectManager()
33 _siteRoot = siteRoot; in WebProjectManager()
34 string webRepositoryDirectory = GetWebRepositoryDirectory(siteRoot); in WebProjectManager()
38 project: new WebProjectSystem(siteRoot)); in WebProjectManager()
41 internal WebProjectManager(IProjectManager projectManager, string siteRoot) in WebProjectManager() argument
43 if (String.IsNullOrEmpty(siteRoot)) in WebProjectManager()
53 _siteRoot = siteRoot; in WebProjectManager()
245 internal static string GetWebRepositoryDirectory(string siteRoot) in GetWebRepositoryDirectory() argument
247 return Path.Combine(siteRoot, "App_Data", "packages"); in GetWebRepositoryDirectory()
/dports/www/joomla3/joomla3-3.9.24/administrator/components/com_joomlaupdate/
H A Drestore_finalisation.php149 * @param string $siteRoot The root to the Joomla! site
156 function finalizeRestore($siteRoot, $restorePath) argument
160 define('JPATH_ROOT', $siteRoot);
/dports/www/e107/e107/e107_web/utilities/
H A Dresetcore.php74 $siteRoot = realpath(dirname(__FILE__).'./../../').'/'; variable
75 require_once($siteRoot.'e107_config.php');
86 define('e_CACHE', $siteRoot.$SYSTEM_DIRECTORY.$hash.'/cache/');
87 define('e_CORE', $siteRoot.'core/'); // @TODO: Allow for override
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/zaproxy/zap/view/
H A DNodeSelectDialog.java103 SiteNode siteRoot = Model.getSingleton().getSession().getSiteTree().getRoot(); in showDialog() local
104 populateNode(siteRoot, (SiteNode) this.siteTree.getRoot(), defaultNode); in showDialog()
126 SiteNode siteRoot = Model.getSingleton().getSession().getSiteTree().getRoot(); in showDialog() local
130 siteRoot, (SiteNode) this.siteTree.getRoot(), defaultTarget.getStartNode()); in showDialog()
132 populateNode(siteRoot, (SiteNode) this.siteTree.getRoot(), null); in showDialog()
208 SiteNode siteRoot = Model.getSingleton().getSession().getSiteTree().getRoot(); in emptySiteTree() local
210 root.setUserObject(siteRoot); in emptySiteTree()
/dports/www/p5-WWW-Robot/WWW-Robot-0.026/examples/
H A Dpoacher103 my $siteRoot;
109 $robot->run($siteRoot);
188 if ($url->as_string() =~ m!^$siteRoot!)
307 $siteRoot = shift @ARGV;
/dports/www/seahub/seahub-8.0.7-server/media/assets/frontend/static/js/
H A DfileView.chunk.js.map1siteRoot","Utils","encodePath","FileContent","props","handleLoadFailure","setState","loadFailed","…
H A DfileView.chunk.js.50aaea110933.map1siteRoot","Utils","encodePath","FileContent","props","handleLoadFailure","setState","loadFailed","…
H A DsharedFileViewSpreadsheet.chunk.js.b2d1eee16cbb.map1siteRoot","encodeURIComponent","onLoad","ReactDOM","render","document","getElementById"],"mappings…
H A DviewFileSpreadsheet.chunk.js.fbfdf7338d73.map1siteRoot","encodeURIComponent","onLoad","ReactDOM","render","document","getElementById"],"mappings…
H A DviewFileSpreadsheet.chunk.js.map1siteRoot","encodeURIComponent","onLoad","ReactDOM","render","document","getElementById"],"mappings…
H A DsharedFileViewSpreadsheet.chunk.js.map1siteRoot","encodeURIComponent","onLoad","ReactDOM","render","document","getElementById"],"mappings…
H A DhistoryTrashFileView.chunk.js.8eb8e2a76b71.map1siteRoot","encodeURIComponent","className","gettext","fromTrash","commitTime","canDownloadFile","e…
H A DhistoryTrashFileView.chunk.js.map1siteRoot","encodeURIComponent","className","gettext","fromTrash","commitTime","canDownloadFile","e…
H A DuserNotifications.chunk.js.map1siteRoot","repo_id","repo_name","path","navigate","repalce","encodePath","window","open","location…
H A DuserNotifications.chunk.js.8f504b149f58.map1siteRoot","repo_id","repo_name","path","navigate","repalce","encodePath","window","open","location…
H A DrepoSnapshot.chunk.js.7072055e1613.map1siteRoot","repo_id","repo_name","path","navigate","repalce","Utils","encodePath","open","location"…
H A DrepoSnapshot.chunk.js.map1siteRoot","repo_id","repo_name","path","navigate","repalce","Utils","encodePath","open","location"…
H A Dsettings.chunk.js.c44742255deb.map1siteRoot","type","value","onMouseOver","onMouseOut","src","width","height","alt","onChange","onCli…
H A Dsettings.chunk.js.map1siteRoot","type","value","onMouseOver","onMouseOut","src","width","height","alt","onChange","onCli…
H A DorgAdmin.chunk.js.5ff0ef95a6cb.map1siteRoot","onClick","React","Component","Nav","navItems","name","urlPart","text","currentItem","ma…
H A DorgAdmin.chunk.js.map1siteRoot","onClick","React","Component","Nav","navItems","name","urlPart","text","currentItem","ma…
H A DrepoFolderTrash.chunk.js.map1siteRoot","repo_id","repo_name","navigate","repalce","encodePath","open","location","href","goBack…
H A DrepoFolderTrash.chunk.js.aec6e5f07305.map1siteRoot","repo_id","repo_name","navigate","repalce","encodePath","open","location","href","goBack…
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/System.Web.WebPages.Administration.Test/
H A DWebProjectManagerTest.cs65 var siteRoot = "my-site"; in GetLocalRepositoryReturnsPackagesFolderUnderAppData()
68 var repositoryFolder = WebProjectManager.GetWebRepositoryDirectory(siteRoot); in GetLocalRepositoryReturnsPackagesFolderUnderAppData()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/
H A DConfigurationParser.java365 File siteRoot = new File(resolvedURL.getFile().replace('/', File.separatorChar)); in isValidSite()
366 if (!siteRoot.exists()) { in isValidSite()

12