Home
last modified time | relevance | path

Searched +defs:build +defs:path (Results 1 – 25 of 2304) sorted by relevance

12345678910>>...93

/dports/games/scummvm/scummvm-2.5.1/backends/platform/symbian/symbian_builder/
H A Dpkg_generator.py129 def SaveInstallData(pkg, build, ext, toResolve = True): argument
137 def SaveDependency(build, pkg): argument
145 def ResolvePackName(ordinal, target, build): argument
151 def CreateLastPkg(install_uid, build, path, ordinal, target): argument
167 def CreatePkg(install_uid, build, path, ordinal, target): argument
185 def CreateFirstPkg(install_uid, build, path, target): argument
212 def create_pkgs(build, path): argument
H A Dcommon_names.py35 build = 'full' variable
46 def get_UIDs(build): argument
51 def SafeWriteFile(path, data, mode = 'w'): argument
60 def AppendToFile(path, data): argument
/dports/editors/jucipp/jucipp-b3b5182258b25835e7c5f683623ab774d8e34c75/src/
H A Dproject_build.cpp9 std::unique_ptr<Project::Build> Project::Build::create(const boost::filesystem::path &path) { in create()
18 std::unique_ptr<Project::Build> build(new CMakeBuild(path)); in create() local
26 std::unique_ptr<Project::Build> build(new MesonBuild(path)); in create() local
32 std::unique_ptr<Project::Build> build(new CompileCommandsBuild()); in create() local
38 std::unique_ptr<Project::Build> build(new CargoBuild()); in create() local
44 std::unique_ptr<Project::Build> build(new NpmBuild()); in create() local
50 std::unique_ptr<Project::Build> build(new PythonMain()); in create() local
56 std::unique_ptr<Project::Build> build(new GoBuild()); in create() local
137 boost::filesystem::path Project::CMakeBuild::get_executable(const boost::filesystem::path &path) { in get_executable()
184 boost::filesystem::path Project::MesonBuild::get_executable(const boost::filesystem::path &path) { in get_executable()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/build/pgo/
H A Dgenpgocert.py29 def unlinkDbFiles(path): argument
36 def dbFilesExist(path): argument
65 def createCertificateAuthority(build, srcDir): argument
99 def createSSLServerCertificate(build, srcDir): argument
168 build = MozbuildObject.from_environment() variable
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web/src/main/java/org/springframework/web/util/
H A DUriComponentsBuilder.java173 String path = m.group(9); in fromUriString() local
263 public UriComponents build() { in build() method in UriComponentsBuilder
275 public UriComponents build(boolean encoded) { in build() method in UriComponentsBuilder
438 public UriComponentsBuilder path(String path) { in path() method in UriComponentsBuilder
596 HierarchicalUriComponents.PathComponent build(); in build() method
598 PathComponentBuilder appendPath(String path); in appendPath()
608 private final StringBuilder path; field in UriComponentsBuilder.FullPathComponentBuilder
610 private FullPathComponentBuilder(String path) { in FullPathComponentBuilder()
614 public HierarchicalUriComponents.PathComponent build() { in build() method in UriComponentsBuilder.FullPathComponentBuilder
651 public HierarchicalUriComponents.PathComponent build() { in build() method in UriComponentsBuilder.PathSegmentComponentBuilder
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/containers/sequences/list/list.ops/
H A Dsplice_pos_list_iter.pass.cpp44 i = l2.begin(); in to_tokens()
45 assert(*i == 5); in to_tokens()
73 assert(*i == 6); in to_tokens()
92 std::list<int> l2(a2, a2+3); in to_tokens()
107 l1.splice(l1.begin(), l1, l1.begin()); in to_tokens()
146 ++i; in to_tokens()
/dports/www/firefox-esr/firefox-91.8.0/build/pgo/
H A Dgenpgocert.py30 def unlinkDbFiles(path): argument
38 def dbFilesExist(path): argument
99 def constructCertDatabase(build, srcDir): argument
247 build = MozbuildObject.from_environment() variable
/dports/lang/spidermonkey78/firefox-78.9.0/build/pgo/
H A Dgenpgocert.py30 def unlinkDbFiles(path): argument
38 def dbFilesExist(path): argument
91 def constructCertDatabase(build, srcDir): argument
205 build = MozbuildObject.from_environment() variable
/dports/www/firefox/firefox-99.0/build/pgo/
H A Dgenpgocert.py30 def unlinkDbFiles(path): argument
38 def dbFilesExist(path): argument
99 def constructCertDatabase(build, srcDir): argument
247 build = MozbuildObject.from_environment() variable
/dports/mail/thunderbird/thunderbird-91.8.0/build/pgo/
H A Dgenpgocert.py30 def unlinkDbFiles(path): argument
38 def dbFilesExist(path): argument
99 def constructCertDatabase(build, srcDir): argument
247 build = MozbuildObject.from_environment() variable
/dports/lang/spidermonkey60/firefox-60.9.0/build/pgo/
H A Dgenpgocert.py30 def unlinkDbFiles(path): argument
37 def dbFilesExist(path): argument
83 def constructCertDatabase(build, srcDir): argument
178 build = MozbuildObject.from_environment() variable
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/
H A Drepository_url_builder.rb6 def build(path, protocol: :ssh) argument
19 def ssh_url(path) argument
23 def http_url(path) argument
/dports/www/firefox-esr/firefox-91.8.0/mozglue/static/rust/
H A Dbuild.rs10 let path = PathBuf::from(env::var_os("MOZ_DIST").unwrap()); in main() localVariable
20 let path = PathBuf::from(env::var_os("MOZ_TOPOBJDIR").unwrap()); in main() localVariable
29 let mut build = cc::Build::new(); in main() localVariable
/dports/mail/thunderbird/thunderbird-91.8.0/mozglue/static/rust/
H A Dbuild.rs10 let path = PathBuf::from(env::var_os("MOZ_DIST").unwrap()); in main() localVariable
20 let path = PathBuf::from(env::var_os("MOZ_TOPOBJDIR").unwrap()); in main() localVariable
29 let mut build = cc::Build::new(); in main() localVariable
/dports/lang/spidermonkey78/firefox-78.9.0/mozglue/static/rust/
H A Dbuild.rs10 let path = PathBuf::from(env::var_os("MOZ_DIST").unwrap()); in main() localVariable
20 let path = PathBuf::from(env::var_os("MOZ_TOPOBJDIR").unwrap()); in main() localVariable
29 let mut build = cc::Build::new(); in main() localVariable
/dports/devel/liteide/liteide-x37.4/liteidex/src/plugins/litebuild/
H A Dbuildmanager.cpp52 void BuildManager::addBuild(IBuild *build) in addBuild()
57 void BuildManager::removeBuild(IBuild *build) in removeBuild()
77 void BuildManager::setCurrentBuild(LiteApi::IBuild *build) in setCurrentBuild()
91 void BuildManager::load(const QString &path) in load()
/dports/databases/pecl-cassandra/php-driver-61faee0/ext/doc/Cassandra/SSLOptions/
H A DBuilder.php34 public function build() { } function in Cassandra\\SSLOptions\\Builder
45 public function withTrustedCerts($path) { }
70 public function withClientCert($path) { }
83 public function withPrivateKey($path, $passphrase) { }
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/nettle-src-3.5.1-2/src/
H A Dlib.rs64 pub fn build(&mut self) -> Artifacts { in build() method
107 let path = compiler.path().to_str().unwrap(); in build() localVariable
113 let path = &path[..path.len() - 4]; in build() localVariable
126 let mut build = cc::windows_registry::find(target, "nmake.exe") in build() localVariable
136 let mut build = self.cmd_make(); in build() localVariable
189 let path = path.to_str().unwrap().replace("\\", "/"); in sanitize_sh() localVariable
238 let path = f.path(); localVariable
/dports/devel/bugzilla50/bugzilla-5.0.4/
H A Dtaskgraph.json28 "path": "/runtests.log", string
39 "build": { object
65 "path": "/runtests.log", string
76 "build": { object
102 "path": "/runtests.log", string
118 "build": { object
144 "path": "/tmp/runtests.log", string
154 "path": "/tmp/selenium.log", string
165 "build": { object
208 "build": { object
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/rdkafka-sys-2.0.0+1.4.2/librdkafka/packaging/nuget/
H A Dpackaging.py60 def __init__(self, arts, path, info=None): argument
128 def collect_single(self, path, req_tag=True): argument
210 def collect_local(self, path, req_tag=True): argument
239 def build (self): member in Package
247 def verify (self, path): argument
296 def build (self, buildtype): member in NugetPackage
423 def verify (self, path): argument
484 def build (self, buildtype): member in StaticPackage
562 def verify (self, path): argument
/dports/java/bouncycastle15/crypto-169/pkix/src/main/java/org/bouncycastle/cert/path/validations/
H A DCertificatePoliciesValidationBuilder.java26 public CertificatePoliciesValidation build(int pathLen) in build() method in CertificatePoliciesValidationBuilder
31 public CertificatePoliciesValidation build(CertPath path) in build() method in CertificatePoliciesValidationBuilder
/dports/net/librdkafka/librdkafka-1.8.2/packaging/nuget/
H A Dpackaging.py49 def magic_mismatch(path, a): argument
98 def __init__(self, arts, path, info=None): argument
166 def collect_single(self, path, req_tag=True): argument
248 def collect_local(self, path, req_tag=True): argument
277 def build (self): member in Package
285 def verify (self, path): argument
334 def build (self, buildtype): member in NugetPackage
482 def verify (self, path): argument
552 def build (self, buildtype): member in StaticPackage
634 def verify (self, path): argument
/dports/graphics/aseprite/aseprite-1.2.9/third_party/fmt/support/
H A Dappveyor-build.py7 build = os.environ['BUILD'] variable
10 path = os.environ['PATH'] variable
18 path = path.replace(r'C:\Program Files (x86)\Git\bin', '') variable
/dports/sysutils/vector/vector-0.10.0/cargo-crates/openssl-src-111.9.0+1.1.1g/src/
H A Dlib.rs66 pub fn build(&mut self) -> Artifacts { in build() method
209 let path = compiler.path().to_str().unwrap(); in build() localVariable
220 let path = &path[..path.len() - 4]; in build() localVariable
325 let mut build = in build() localVariable
339 let mut build = self.cmd_make(); in build() localVariable
398 let path = f.path(); in cp_r() localVariable
426 let path = inner.join("crypto/rand/rand_unix.c"); in apply_patches() localVariable
443 let path = path.to_str().unwrap().replace("\\", "/"); in sanitize_sh() localVariable
/dports/multimedia/libquvi-scripts/libquvi-scripts-0.4.21/share/lua/website/quvi/
H A Durl.lua83 path = string.gsub(path, "([^/]*%./)", function (s) function
90 path = string.gsub(reduced, "([^/]*/%.%./)", function (s) function
94 path = string.gsub(reduced, "([^/]*/%.%.)$", function (s) function
174 function M.build(parsed) function

12345678910>>...93