Home
last modified time | relevance | path

Searched defs:libname (Results 1 – 25 of 2041) sorted by relevance

12345678910>>...82

/dports/biology/sra-tools/sra-tools-2.11.0/ngs/ngs-java/gov/nih/nlm/ncbi/ngs/
H A DLMProperties.java65 String get(String libname) { in get()
73 void setLastSearch(String libname) { in setLastSearch()
77 Date getLastSeach(String libname) { in getLastSeach()
86 void setLatestVersion(String libname, String version) { in setLatestVersion()
109 void notLoaded(String libname) { in notLoaded()
117 void loaded(String libname, String version, String path) in loaded()
120 void saved(String libname, String version, String path) in saved()
159 private void set(String libname, String name, String version, in set()
168 private String get(String libname, Logger.Level level) { in get()
177 (String libname, String name, Logger.Level level) in get()
[all …]
/dports/biology/ncbi-vdb/ngs-2.11.0/ngs-java/gov/nih/nlm/ncbi/ngs/
H A DLMProperties.java65 String get(String libname) { in get()
73 void setLastSearch(String libname) { in setLastSearch()
77 Date getLastSeach(String libname) { in getLastSeach()
86 void setLatestVersion(String libname, String version) { in setLatestVersion()
109 void notLoaded(String libname) { in notLoaded()
117 void loaded(String libname, String version, String path) in loaded()
120 void saved(String libname, String version, String path) in saved()
159 private void set(String libname, String name, String version, in set()
168 private String get(String libname, Logger.Level level) { in get()
177 (String libname, String name, Logger.Level level) in get()
[all …]
/dports/biology/ngs-sdk/ngs-2.11.1/ngs-java/gov/nih/nlm/ncbi/ngs/
H A DLMProperties.java65 String get(String libname) { in get()
73 void setLastSearch(String libname) { in setLastSearch()
77 Date getLastSeach(String libname) { in getLastSeach()
86 void setLatestVersion(String libname, String version) { in setLatestVersion()
109 void notLoaded(String libname) { in notLoaded()
117 void loaded(String libname, String version, String path) in loaded()
120 void saved(String libname, String version, String path) in saved()
159 private void set(String libname, String name, String version, in set()
168 private String get(String libname, Logger.Level level) { in get()
177 (String libname, String name, Logger.Level level) in get()
[all …]
/dports/devel/py-cle/cle-9.0.5405/cle/backends/externs/simdata/
H A Dglibc_startup.py9 libname = 'libc.so' variable in DummyProgname
24 libname = 'libc.so' variable in Progname
32 libname = 'libc.so.6' variable in PrognameFull
38 libname = 'libc.so' variable in EnvironmentPointer
43 libname = 'libc.so' variable in EnvironmentPointerAlso
48 libname = 'libc.so' variable in OptInd
54 libname = 'libc.so' variable in OptArg
60 libname = 'libc.so' variable in Errno
66 libname = 'ld-linux' variable in LibcStackEnd
72 libname = 'ld-linux' variable in RTLDGlobal
[all …]
/dports/databases/grass7/grass-7.8.6/lib/python/ctypes/ctypesgencore/
H A Dlibraryloader.py57 def load_library(self, libname): argument
81 def getpaths(self, libname): argument
94 def getplatformpaths(self, libname): argument
104 def getplatformpaths(self, libname): argument
114 def getdirs(self, libname): argument
222 def getplatformpaths(self, libname): argument
256 def load_library(self, libname): argument
281 def getplatformpaths(self, libname): argument
/dports/databases/grass7/grass-7.8.6/lib/python/ctypes/
H A Dloader.py56 def load_library(self, libname): argument
80 def getpaths(self, libname): argument
93 def getplatformpaths(self, libname): argument
103 def getplatformpaths(self, libname): argument
113 def getdirs(self, libname): argument
205 def getplatformpaths(self, libname): argument
248 def getplatformpaths(self, libname): argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/cmake/Modules/
H A DAddCompilerRT.cmake44 set(libname "${name}.${os}") variable
51 set(libname "${name}.${arch}") variable
200 set(libname "${name}_${os}") variable
202 set(libname "${name}_${os}_dynamic") variable
223 set(libname "${name}-${arch}") variable
226 set(libname "${name}-${arch}") variable
229 set(libname "${name}-dynamic-${arch}") variable
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/cmake/Modules/
H A DAddCompilerRT.cmake44 set(libname "${name}.${os}") variable
51 set(libname "${name}.${arch}") variable
200 set(libname "${name}_${os}") variable
202 set(libname "${name}_${os}_dynamic") variable
223 set(libname "${name}-${arch}") variable
226 set(libname "${name}-${arch}") variable
229 set(libname "${name}-dynamic-${arch}") variable
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/cmake/Modules/
H A DAddCompilerRT.cmake44 set(libname "${name}.${os}") variable
51 set(libname "${name}.${arch}") variable
200 set(libname "${name}_${os}") variable
202 set(libname "${name}_${os}_dynamic") variable
223 set(libname "${name}-${arch}") variable
226 set(libname "${name}-${arch}") variable
229 set(libname "${name}-dynamic-${arch}") variable
/dports/devel/py-pyinstaller/PyInstaller-3.5/PyInstaller/depend/
H A Ddylib.py171 def search(self, libname): argument
183 def search(self, libname): argument
205 def search(self, libname): argument
223 def search(self, libname): argument
238 def include_library(libname): argument
257 def mac_set_relative_dylib_deps(libname, distname): argument
/dports/math/R-cran-units/units/R/
H A Dinit.R8 .onLoad = function(libname, pkgname) { argument
23 .onAttach <- function(libname, pkgname) { argument
27 .onUnload = function(libname, pkgname) { argument
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/cmake/Modules/
H A DAddCompilerRT.cmake44 set(libname "${name}.${os}") variable
51 set(libname "${name}.${arch}") variable
216 set(libname "${name}_${os}") variable
218 set(libname "${name}_${os}_dynamic") variable
239 set(libname "${name}-${arch}") variable
242 set(libname "${name}-${arch}") variable
245 set(libname "${name}-dynamic-${arch}") variable
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/cmake/Modules/
H A DAddCompilerRT.cmake44 set(libname "${name}.${os}") variable
51 set(libname "${name}.${arch}") variable
216 set(libname "${name}_${os}") variable
218 set(libname "${name}_${os}_dynamic") variable
239 set(libname "${name}-${arch}") variable
242 set(libname "${name}-${arch}") variable
245 set(libname "${name}-dynamic-${arch}") variable
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/cmake/Modules/
H A DAddCompilerRT.cmake44 set(libname "${name}.${os}") variable
51 set(libname "${name}.${arch}") variable
216 set(libname "${name}_${os}") variable
218 set(libname "${name}_${os}_dynamic") variable
239 set(libname "${name}-${arch}") variable
242 set(libname "${name}-${arch}") variable
245 set(libname "${name}-dynamic-${arch}") variable
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/cmake/Modules/
H A DAddCompilerRT.cmake44 set(libname "${name}.${os}") variable
51 set(libname "${name}.${arch}") variable
216 set(libname "${name}_${os}") variable
218 set(libname "${name}_${os}_dynamic") variable
239 set(libname "${name}-${arch}") variable
242 set(libname "${name}-${arch}") variable
245 set(libname "${name}-dynamic-${arch}") variable
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/cmake/Modules/
H A DAddCompilerRT.cmake44 set(libname "${name}.${os}") variable
51 set(libname "${name}.${arch}") variable
216 set(libname "${name}_${os}") variable
218 set(libname "${name}_${os}_dynamic") variable
239 set(libname "${name}-${arch}") variable
242 set(libname "${name}-${arch}") variable
245 set(libname "${name}-dynamic-${arch}") variable
/dports/sysutils/doctl/doctl-1.68.0/vendor/github.com/digitalocean/godo/
H A Dimages.go71 Image *Image
72 }
90 // List lists all the images available.
101 // ListApplication lists all the application images.
109 listOpt := listImageOptions{Private: true}
114 func (s *ImagesServiceOp) ListByTag(ctx context.Context, tag string, opt *ListOptions) ([]Image, *R…
131 return nil, nil, NewArgError("slug", "cannot be blank")
241 resp.Links = l
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/cmake/Modules/
H A DAddCompilerRT.cmake43 set(libname "${name}.${os}") variable
50 set(libname "${name}.${arch}") variable
185 set(libname "${name}_${os}") variable
187 set(libname "${name}_${os}_dynamic") variable
208 set(libname "${name}-${arch}") variable
211 set(libname "${name}-${arch}") variable
214 set(libname "${name}-dynamic-${arch}") variable
/dports/net/samba412/samba-4.12.15/buildtools/wafsamba/
H A Dsamba_bundled.py69 def minimum_library_version(conf, libname, default): argument
87 def LIB_MAY_BE_BUNDLED(conf, libname): argument
99 def LIB_MUST_BE_BUNDLED(conf, libname): argument
109 def LIB_MUST_BE_PRIVATE(conf, libname): argument
114 def CHECK_BUNDLED_SYSTEM_PKG(conf, libname, minversion='0.0.0', argument
130 def CHECK_BUNDLED_SYSTEM(conf, libname, minversion='0.0.0', argument
240 def CHECK_BUNDLED_SYSTEM_PYTHON(conf, libname, modulename, minversion='0.0.0'): argument
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/cmake/Modules/
H A DAddCompilerRT.cmake44 set(libname "${name}.${os}") variable
51 set(libname "${name}.${arch}") variable
199 set(libname "${name}_${os}") variable
201 set(libname "${name}_${os}_dynamic") variable
222 set(libname "${name}-${arch}") variable
225 set(libname "${name}-${arch}") variable
228 set(libname "${name}-dynamic-${arch}") variable
/dports/databases/tdb/tdb-1.4.3/buildtools/wafsamba/
H A Dsamba_bundled.py69 def minimum_library_version(conf, libname, default): argument
87 def LIB_MAY_BE_BUNDLED(conf, libname): argument
99 def LIB_MUST_BE_BUNDLED(conf, libname): argument
109 def LIB_MUST_BE_PRIVATE(conf, libname): argument
114 def CHECK_BUNDLED_SYSTEM_PKG(conf, libname, minversion='0.0.0', argument
130 def CHECK_BUNDLED_SYSTEM(conf, libname, minversion='0.0.0', argument
240 def CHECK_BUNDLED_SYSTEM_PYTHON(conf, libname, modulename, minversion='0.0.0'): argument
/dports/devel/tevent/tevent-0.10.2/buildtools/wafsamba/
H A Dsamba_bundled.py69 def minimum_library_version(conf, libname, default): argument
87 def LIB_MAY_BE_BUNDLED(conf, libname): argument
99 def LIB_MUST_BE_BUNDLED(conf, libname): argument
109 def LIB_MUST_BE_PRIVATE(conf, libname): argument
114 def CHECK_BUNDLED_SYSTEM_PKG(conf, libname, minversion='0.0.0', argument
130 def CHECK_BUNDLED_SYSTEM(conf, libname, minversion='0.0.0', argument
240 def CHECK_BUNDLED_SYSTEM_PYTHON(conf, libname, modulename, minversion='0.0.0'): argument
/dports/devel/talloc/talloc-2.3.1/buildtools/wafsamba/
H A Dsamba_bundled.py69 def minimum_library_version(conf, libname, default): argument
87 def LIB_MAY_BE_BUNDLED(conf, libname): argument
99 def LIB_MUST_BE_BUNDLED(conf, libname): argument
109 def LIB_MUST_BE_PRIVATE(conf, libname): argument
114 def CHECK_BUNDLED_SYSTEM_PKG(conf, libname, minversion='0.0.0', argument
130 def CHECK_BUNDLED_SYSTEM(conf, libname, minversion='0.0.0', argument
240 def CHECK_BUNDLED_SYSTEM_PYTHON(conf, libname, modulename, minversion='0.0.0'): argument
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/cmake/Modules/
H A DAddCompilerRT.cmake44 set(libname "${name}.${os}") variable
51 set(libname "${name}.${arch}") variable
199 set(libname "${name}_${os}") variable
201 set(libname "${name}_${os}_dynamic") variable
222 set(libname "${name}-${arch}") variable
225 set(libname "${name}-${arch}") variable
228 set(libname "${name}-dynamic-${arch}") variable
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/cmake/Modules/
H A DAddCompilerRT.cmake43 set(libname "${name}.${os}") variable
50 set(libname "${name}.${arch}") variable
185 set(libname "${name}_${os}") variable
187 set(libname "${name}_${os}_dynamic") variable
208 set(libname "${name}-${arch}") variable
211 set(libname "${name}-dynamic-${arch}") variable

12345678910>>...82