Home
last modified time | relevance | path

Searched refs:packageSource (Results 1 – 25 of 37) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.WebPages.Administration/Framework/packages/
H A DPackageManagerModule.cs123 var packageSource = new WebPackageSource(source: source, name: name); in AddPackageSource()
124 return AddPackageSource(_sourceFile, _packageSources, packageSource); in AddPackageSource()
127 public static bool AddPackageSource(WebPackageSource packageSource) in AddPackageSource() argument
129 …Debug.Assert(!String.IsNullOrEmpty(packageSource.Name) && !String.IsNullOrEmpty(packageSource.Sour… in AddPackageSource()
130 return AddPackageSource(_sourceFile, _packageSources, packageSource); in AddPackageSource()
133 …ckagesSourceFile sourceFile, ISet<WebPackageSource> packageSources, WebPackageSource packageSource) in AddPackageSource() argument
135 if (GetSource(packageSources, packageSource.Name) != null) in AddPackageSource()
141 packageSources.Add(packageSource); in AddPackageSource()
155 var packageSource = GetSource(packageSources, name); in RemovePackageSource()
158 if (packageSource == null) in RemovePackageSource()
[all …]
/dports/net/bosh-cli/bosh-cli-5.5.0/vendor/github.com/cloudfoundry/bosh-agent/agentclient/http/
H A Dagent_client.go155 func (c *AgentClient) CompilePackage(packageSource agentclient.BlobRef, compiledPackageDependencies…
167 packageSource.BlobstoreID,
168 packageSource.SHA1,
169 packageSource.Name,
170 packageSource.Version,
199 Name: packageSource.Name,
200 Version: packageSource.Version,
/dports/lang/mono/mono-5.10.1.57/external/linker/corebuild/integration/test/
H A DTestContext.cs67 var packageSource = Path.Combine(corebuild, "integration", "bin", "nupkgs"); in CreateDefaultContext()
68 var tasksPackages = Directory.GetFiles(packageSource) in CreateDefaultContext()
94 context.PackageSource = packageSource; in CreateDefaultContext()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.WebPages.Administration/packages/
H A DDefault.generated.cs138 var packageSource = PageUtils.GetPackageSource(packageSourceName); in Execute()
158 projectManager = new WebProjectManager(packageSource.Source, PackageManagerModule.SiteRoot); in Execute()
162 …packages = projectManager.GetPackagesWithUpdates(searchTerm, packageSource.FilterPreferredPackages… in Execute()
165 …ackage> remotePackages = projectManager.GetRemotePackages(searchTerm, packageSource.FilterPreferre… in Execute()
H A DUpdate.cshtml16 var packageSource = PageUtils.GetPackageSource(sourceName);
22 projectManager = new WebProjectManager(packageSource.Source, PackageManagerModule.SiteRoot);
H A DDefault.cshtml21 var packageSource = PageUtils.GetPackageSource(packageSourceName);
41 projectManager = new WebProjectManager(packageSource.Source, PackageManagerModule.SiteRoot);
45 …packages = projectManager.GetPackagesWithUpdates(searchTerm, packageSource.FilterPreferredPackages…
48 …ackage> remotePackages = projectManager.GetRemotePackages(searchTerm, packageSource.FilterPreferre…
H A DUpdate.generated.cs87 var packageSource = PageUtils.GetPackageSource(sourceName); in Execute()
93 projectManager = new WebProjectManager(packageSource.Source, PackageManagerModule.SiteRoot); in Execute()
H A DInstall.generated.cs89 var packageSource = PageUtils.GetPackageSource(sourceName); in Execute()
93 projectManager = new WebProjectManager(packageSource.Source, PackageManagerModule.SiteRoot); in Execute()
H A DInstall.cshtml18 var packageSource = PageUtils.GetPackageSource(sourceName);
22 projectManager = new WebProjectManager(packageSource.Source, PackageManagerModule.SiteRoot);
H A DPackageSources.generated.cs89 foreach(var packageSource in PackageManagerModule.DefaultSources) { in Execute()
90 PackageManagerModule.AddPackageSource(packageSource); in Execute()
H A DPackageSources.cshtml36 foreach(var packageSource in PackageManagerModule.DefaultSources) {
37 PackageManagerModule.AddPackageSource(packageSource);
/dports/net/bosh-cli/bosh-cli-5.5.0/agentclient/mocks/
H A Dmocks.go186 func (m *MockAgentClient) CompilePackage(packageSource agentclient.BlobRef, compiledPackageDependen…
187 ret := m.ctrl.Call(m, "CompilePackage", packageSource, compiledPackageDependencies)
194 func (mr *MockAgentClientMockRecorder) CompilePackage(packageSource, compiledPackageDependencies in…
195 …pilePackage", reflect.TypeOf((*MockAgentClient)(nil).CompilePackage), packageSource, compiledPacka…
/dports/net/bosh-cli/bosh-cli-5.5.0/deployment/instance/state/
H A Dremote_package_compiler.go37 packageSource := biagentclient.BlobRef{
80 compiledPackageRef, err := c.agentClient.CompilePackage(packageSource, packageDependencies)
H A Dremote_package_compiler_test.go86 packageSource := biagentclient.BlobRef{
108 …expectAgentCompile = mockAgentClient.EXPECT().CompilePackage(packageSource, packageDependencies).R…
/dports/www/tikiwiki/tiki-21.2/lib/core/Search/
H A DIndexer.php286 foreach ($this->packageSources as $packageSource) {
287 if ($packageSource->toIndex($objectType, $objectId, $initialData)) {
288 $local = $packageSource->getData($objectType, $objectId, $typeFactory, $initialData);
/dports/net/bosh-cli/bosh-cli-5.5.0/vendor/github.com/cloudfoundry/bosh-agent/agentclient/
H A Dagent_client_interface.go20 …CompilePackage(packageSource BlobRef, compiledPackageDependencies []BlobRef) (compiledPackageRef B…
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/cabal-install/Distribution/Solver/Types/
H A DSourcePackage.hs24 packageSource :: loc, function
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/cabal-install/Distribution/Client/
H A DFetch.hs102 pkgs' <- filterM (fmap not . isFetched . packageSource) pkgs
115 else mapM_ (fetchPackage verbosity repoCtxt . packageSource) pkgs'
H A DTargets.hs448 packageSource = fmap Just location, function
480 packageSource = fmap Just location, function
H A DGet.hs129 location <- fetchPackage verbosity repoCtxt (packageSource pkg)
H A DCmdSdist.hs205 dir0 <- case packageSource pkg of
H A DConfigure.hs317 packageSource = LocalUnpackedPackage ".", function
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/
H A DEquinoxCommandProvider.java948 for (PackageSource packageSource : packageList) { in printImportedPackages()
954 …printCapability(" ", packageSource.getCapability(), packageSource.getWire(), PackageNamespace.C… in printImportedPackages()
1680 for (PackageSource packageSource : packageSources) { in getPackages()
1681 …printCapability(" ", packageSource.getCapability(), packageSource.getWire(), PackageNamespace.PAC… in getPackages()
1735 for (PackageSource packageSource : packageSources) { in getRequiredBundlePackages()
1736 sourceFound |= packageCapability.equals(packageSource.getCapability()); in getRequiredBundlePackages()
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/cabal-install/Distribution/Client/BuildReports/
H A DStorage.hs150 extractRepo (SourcePackage { packageSource = RepoTarballPackage repo _ _ })
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/android/
H A Dandroidmanager.cpp374 const QString packageSource in manifestSourcePath() local
376 if (!packageSource.isEmpty()) { in manifestSourcePath()
377 … const FilePath manifest = FilePath::fromUserInput(packageSource + "/AndroidManifest.xml"); in manifestSourcePath()

12