Home
last modified time | relevance | path

Searched refs:Exist (Results 1 – 25 of 2052) sorted by relevance

12345678910>>...83

/dports/sysutils/py-salt/salt-3004.1/pkg/windows/
H A Dbuild_pkg.bat60 If not Exist "%PyDir%\python.exe" (
74 If Exist "C:\Program Files\NSIS\" (
79 If not Exist "%NSIS%NSIS.exe" (
89 If Exist "%BinDir%\" (
127 If Exist "%PreDir%" rd /s /q "%PreDir%"
593 If Exist "%InsDir%\Salt-Setup.nsi"^
599 If Exist "%BinDir%\Scripts\salt"^
603 If Exist "%BldDir%\salt.bat"^
608 If Exist "%BldDir%\salt-key.bat"^
618 If Exist "%BldDir%\salt-run.bat"^
[all …]
/dports/www/grafana8/xorm/
H A Dsession_exist_test.go23 has, err := testEngine.Exist(new(RecordExist))
33 has, err = testEngine.Exist(new(RecordExist))
37 has, err = testEngine.Exist(&RecordExist{
43 has, err = testEngine.Exist(&RecordExist{
124 has, err := session.Exist()
132 has, err = session.Exist()
141 has, err = session.Exist()
150 has, err = session.Exist()
158 has, err = session.Exist()
173 has, err = session.Exist()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/blast/blastinput/
H A Dblast_args.cpp406 if (args.Exist(kArgWindowMaskerTaxId) && in ExtractAlgorithmOptions()
415 if (args.Exist(kArgWindowMaskerDatabase) && in ExtractAlgorithmOptions()
1392 if (args.Exist(kArgJDistance)) in ExtractAlgorithmOptions()
1394 if (args.Exist(kArgMinHits)) in ExtractAlgorithmOptions()
1396 if (args.Exist(kArgCandidateSeqs)) in ExtractAlgorithmOptions()
1424 if (args.Exist(kArgShowDomainHits)) { in ExtractAlgorithmOptions()
2364 if (args.Exist(kArgDb) && args[kArgDb]) { in ExtractAlgorithmOptions()
3073 if (args.Exist(kArgNumThreads) && in x_ExtractAlgorithmOptions()
3095 if (args.Exist(kArgMTMode) && in x_ExtractAlgorithmOptions()
3123 if (args.Exist(kArgRemote)) { in ExtractAlgorithmOptions()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/algo/blast/blastinput/
H A Dblast_args.cpp406 if (args.Exist(kArgWindowMaskerTaxId) && in ExtractAlgorithmOptions()
415 if (args.Exist(kArgWindowMaskerDatabase) && in ExtractAlgorithmOptions()
1392 if (args.Exist(kArgJDistance)) in ExtractAlgorithmOptions()
1394 if (args.Exist(kArgMinHits)) in ExtractAlgorithmOptions()
1396 if (args.Exist(kArgCandidateSeqs)) in ExtractAlgorithmOptions()
1424 if (args.Exist(kArgShowDomainHits)) { in ExtractAlgorithmOptions()
2364 if (args.Exist(kArgDb) && args[kArgDb]) { in ExtractAlgorithmOptions()
3073 if (args.Exist(kArgNumThreads) && in x_ExtractAlgorithmOptions()
3095 if (args.Exist(kArgMTMode) && in x_ExtractAlgorithmOptions()
3123 if (args.Exist(kArgRemote)) { in ExtractAlgorithmOptions()
[all …]
/dports/editors/picpas/PicPas-7940bc3/Source/
H A DFrameCfgSyntax.pas36 function Exist: boolean; in Exist() function
491 Exist: Boolean;
501 Exist := att.pTextColor.Exist;
503 Label2.Enabled := Exist;
506 Exist := att.pBackColor.Exist;
508 Label4.Enabled := Exist;
511 Exist := att.pBold.Exist;
512 chkBold.Enabled := Exist;
515 Exist := att.pItalic.Exist;
519 Exist := att.pUnder.Exist;
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/misc/data_loaders_util/
H A Ddata_loaders_util.cpp98 if (!arg_desc.Exist("r")) { in BEGIN_SCOPE()
106 if ( !arg_desc.Exist("genbank")) { in BEGIN_SCOPE()
112 if(!arg_desc.Exist("nogenbank")) { in BEGIN_SCOPE()
175 (args.Exist("r") && args["r"])) { in x_SetupGenbankDataLoader()
226 if (args.Exist("r") && args["r"]) { in x_SetupVDBDataLoader()
231 if (args.Exist("novdb") && args["novdb"]) { in x_SetupVDBDataLoader()
259 if ((args.Exist("sra") && args["sra"]) || (args.Exist("r") && args["r"])) { in x_SetupSRADataLoader()
264 else if(args.Exist("sra-acc") && args["sra-acc"]) { in x_SetupSRADataLoader()
289 if (args.Exist("blastdb") && args["blastdb"]) { in x_SetupBlastDataLoader()
330 if (args.Exist("lds2") && args["lds2"]) { in x_SetupLDS2DataLoader()
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/
H A Dconfig.bat76 If Exist junk.$$$ Goto sedOk
82 If Not Exist junk.$$$ Goto rmOk
90 If Exist junk.2 Goto mvOk
135 If Exist junk.$$$ Goto djechoOk
223 If Not Exist deps\stamp mkdir deps
268 If Exist man\emacs.1 goto manOk
277 If Exist c++defs.h update c++defs.h cxxdefs.h
302 If Exist time.in.h update time.in.h time.in-h
314 If Not Exist deps\stamp mkdir deps
333 If Not Exist admin\unidata goto noadmin
[all …]
/dports/editors/emacs/emacs-27.2/
H A Dconfig.bat76 If Exist junk.$$$ Goto sedOk
82 If Not Exist junk.$$$ Goto rmOk
90 If Exist junk.2 Goto mvOk
135 If Exist junk.$$$ Goto djechoOk
223 If Not Exist deps\stamp mkdir deps
268 If Exist man\emacs.1 goto manOk
277 If Exist c++defs.h update c++defs.h cxxdefs.h
300 If Exist time.in.h update time.in.h time.in-h
312 If Not Exist deps\stamp mkdir deps
328 If Not Exist admin\unidata goto noadmin
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/tests/robot-indices/
H A DOperatingSystem.index13 Directory Should Exist
15 Directory Should Not Exist
20 File Should Exist
22 File Should Not Exist
50 Should Exist
51 Should Not Exist
H A DSSHLibrary.index3 Directory Should Exist
4 Directory Should Not Exist
7 File Should Exist
8 File Should Not Exist
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/privacy/
H A Dprivate-in-public-assoc-ty.rs37 type Exist; typedef
38 fn infer_exist() -> Self::Exist; in infer_exist()
44 type Exist = impl PrivTr; implementation
46 fn infer_exist() -> Self::Exist {
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/cont/testing/
H A DUnitTestRuntimeDeviceInformation.cxx33 exist.Exist(tag); in detect_if_exists()
40 void Exist(DeviceAdapterTag) const in Exist() function
49 void Exist(vtkm::cont::DeviceAdapterTagCuda) const in Exist() function
65 void Exist(vtkm::cont::DeviceAdapterTagKokkos) const in Exist() function
86 void Exist(DeviceAdapterTag) const in Exist() function
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/cont/testing/
H A DUnitTestRuntimeDeviceInformation.cxx42 exist.Exist(tag); in detect_if_exists()
49 void Exist(DeviceAdapterTag) const in Exist() function
58 void Exist(vtkm::cont::DeviceAdapterTagCuda) const in Exist() function
78 void Exist(DeviceAdapterTag) const in Exist() function
/dports/www/otrs/otrs-rel-6_0_29/scripts/test/
H A DStandardTemplate.t178 my $Exist = $StandardTemplateObject->NameExistsCheck(
183 $Exist,
188 $Exist = $StandardTemplateObject->NameExistsCheck(
194 $Exist,
198 $Exist = $StandardTemplateObject->NameExistsCheck(
204 $Exist,
209 $Exist = $StandardTemplateObject->NameExistsCheck(
214 $Exist,
218 $Exist = $StandardTemplateObject->NameExistsCheck(
224 $Exist,
H A DType.t154 my $Exist = $TypeObject->NameExistsCheck(
158 $Exist,
163 $Exist = $TypeObject->NameExistsCheck(
168 $Exist,
171 $Exist = $TypeObject->NameExistsCheck(
176 $Exist,
181 $Exist = $TypeObject->NameExistsCheck(
185 $Exist,
188 $Exist = $TypeObject->NameExistsCheck(
193 $Exist,
H A DQueue.t335 $Exist,
340 $Exist = $QueueObject->NameExistsCheck(
346 $Exist,
350 $Exist = $QueueObject->NameExistsCheck(
356 $Exist,
361 $Exist = $QueueObject->NameExistsCheck(
366 $Exist,
376 $Exist,
386 $Exist,
396 $Exist,
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/seqmasks_io/
H A Dmask_writer_blastdb_maskinfo.cpp184 if (args.Exist("locut") && in BuildAlgorithmParametersString()
185 args.Exist("hicut") && in BuildAlgorithmParametersString()
186 args.Exist("window")) { in BuildAlgorithmParametersString()
191 } else if (args.Exist("level") && in BuildAlgorithmParametersString()
192 args.Exist("linker") && in BuildAlgorithmParametersString()
193 args.Exist("window")) { in BuildAlgorithmParametersString()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/seqmasks_io/
H A Dmask_writer_blastdb_maskinfo.cpp184 if (args.Exist("locut") && in BuildAlgorithmParametersString()
185 args.Exist("hicut") && in BuildAlgorithmParametersString()
186 args.Exist("window")) { in BuildAlgorithmParametersString()
191 } else if (args.Exist("level") && in BuildAlgorithmParametersString()
192 args.Exist("linker") && in BuildAlgorithmParametersString()
193 args.Exist("window")) { in BuildAlgorithmParametersString()
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-exactprint-0.6.4/tests/examples/ghc86/
H A DGADT.hs21 data Exist where type
22 Exist :: forall a. a -> Exist
/dports/devel/p5-Tree-Binary/Tree-Binary-1.08/t/
H A D22_Tree_Binary_Search_exceptions_test.t96 } qr/Key Does Not Exist/, '... this should die';
100 } qr/Key Does Not Exist/, '... this should die';
106 } qr/Key Does Not Exist/, '... this should die';
110 } qr/Key Does Not Exist/, '... this should die';
124 } qr/Key Does Not Exist/, '... this should die';
128 } qr/Key Does Not Exist/, '... this should die';
/dports/cad/alliance/alliance/src/bdd/src/
H A Dbddexist.c214 short Exist; local
225 Exist = 1;
229 Exist = ( BddLocalAssocNode[ NodeVar ] == (bddnode *)0 );
243 if ( ( Exist ) &&
253 if ( Exist )
/dports/audio/linuxsampler/linuxsampler-2.2.0/src/common/
H A DFile.cpp61 bool File::Exist() { in Exist() function in LinuxSampler::File
70 if(!Exist()) return false; in IsFile()
76 if(!Exist()) return false; in IsDirectory()
82 if(!Exist()) return 0; in GetSize()
126 if(!f.Exist()) throw Exception("Fail to stat `" + Dir + "`: " + f.GetErrorMsg()); in WalkDirectoryTree()
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/go.etcd.io/etcd/client/pkg/v3/fileutil/
H A Dfileutil.go50 if Exist(dir) {
89 func Exist(name string) bool { func
126 if !Exist(dir) {
148 if !Exist(dir) {
/dports/www/minio-client/etcd-3.5.0/client/pkg/fileutil/
H A Dfileutil.go50 if Exist(dir) {
89 func Exist(name string) bool { func
126 if !Exist(dir) {
148 if !Exist(dir) {
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/NetworkPkg/Mtftp4Dxe/
H A DMtftp4Option.c420 MtftpOption->Exist = 0; in Mtftp4ParseOption()
440 MtftpOption->Exist |= MTFTP4_BLKSIZE_EXIST; in Mtftp4ParseOption()
459 MtftpOption->Exist |= MTFTP4_TSIZE_EXIST; in Mtftp4ParseOption()
479 MtftpOption->Exist |= MTFTP4_MCAST_EXIST; in Mtftp4ParseOption()
496 MtftpOption->Exist |= MTFTP4_WINDOWSIZE_EXIST; in Mtftp4ParseOption()
536 MtftpOption->Exist = 0; in Mtftp4ParseOptionOack()

12345678910>>...83