Home
last modified time | relevance | path

Searched refs:libtype (Results 1 – 25 of 350) sorted by relevance

12345678910>>...14

/dports/multimedia/tautulli/Tautulli-2.8.0/lib/plexapi/
H A Dlibrary.py115 if libtype:
547 libtype = libtype or self.TYPE
548 return self.search(libtype=libtype, **kwargs)
628 libtype = libtype or self.TYPE
710 libtype = libtype or self.TYPE
851 libtype = _libtype or libtype or self.TYPE
871 libtype = _libtype or libtype or self.TYPE
1006 libtype = _libtype or libtype or self.TYPE
1483 libtype=libtype, sort=sort, filters=filters, **kwargs)
1812 libtype = libtype or 'photoalbum'
[all …]
H A Dutils.py147 def searchType(libtype): argument
157 libtype = str(libtype)
159 return libtype
160 if SEARCHTYPES.get(libtype) is not None:
161 return SEARCHTYPES[libtype]
162 raise NotFound('Unknown libtype: %s' % libtype)
165 def reverseSearchType(libtype): argument
174 if libtype in SEARCHTYPES:
175 return libtype
176 libtype = int(libtype)
[all …]
/dports/science/szip/szip-2.1.1/config/cmake/
H A DSZIPMacros.cmake2 macro (SZIP_SET_LIB_OPTIONS libtarget libname libtype)
3 # message (STATUS "${libname} libtype: ${libtype}")
6 if (${libtype} MATCHES "SHARED")
34 if (${libtype} MATCHES "SHARED")
84 macro (TARGET_NAMING libtarget libtype)
85 if (${libtype} MATCHES "SHARED")
94 if (${libtype} MATCHES "SHARED")
127 # message (STATUS "${libname} libtype: ${libtype}")
128 if (${libtype} MATCHES "SHARED")
153 if (${libtype} MATCHES "STATIC")
[all …]
/dports/science/hdf/hdf-4.2.15/config/cmake/
H A Dhdf4-config.cmake.in118 foreach (libtype IN LISTS ${HDF4_PACKAGE_NAME}_LIB_TYPE)
142 set (${HDF4_PACKAGE_NAME}_${libtype}_${comp}_FOUND 0)
148 set (${HDF4_PACKAGE_NAME}_${libtype}_${comp}_FOUND 0)
150 set (${HDF4_PACKAGE_NAME}_${libtype}_${comp}_FOUND 1)
151 string(TOUPPER ${HDF4_PACKAGE_NAME}_${comp}_${libtype}_LIBRARY COMP_LIBRARY)
152 …mp2}-${libtype} @HDF_PACKAGE_NAMESPACE@${hdf4_comp}-${libtype} @HDF4_PACKAGE@::mf${hdf4_comp2}-${l…
155 set (${HDF4_PACKAGE_NAME}_${libtype}_${comp}_FOUND 1)
156 string(TOUPPER ${HDF4_PACKAGE_NAME}_${comp}_${libtype}_LIBRARY COMP_LIBRARY)
157 …LIBRARY}} @HDF_PACKAGE_NAMESPACE@${hdf4_comp}-${libtype} @HDF_PACKAGE_NAMESPACE@mf${hdf4_comp}-${l…
164 foreach (libtype IN LISTS ${HDF4_PACKAGE_NAME}_LIB_TYPE)
[all …]
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/
H A Dcyglink.py70 try: libtype = kw['libtype']
71 except KeyError: libtype = 'ShLib'
113 implib_libtype=libtype,
114 generator_libtype=libtype+'ImpLib')
124 return _lib_emitter(target, source, env, varprefix='SHLIB', libtype='ShLib')
127 return _lib_emitter(target, source, env, varprefix='LDMODULE', libtype='LdMod')
159 try: libtype = kw['libtype']
160 except KeyError: libtype = 'ShLib'
168 implib_libtype=libtype,
169 generator_libtype=libtype+'ImpLib')
[all …]
H A D__init__.py408 def libtype(self): member in _ShLibInfoSupport
426 def libtype(self): member in _LdModInfoSupport
444 def libtype(self): member in _ImpLibInfoSupport
496 self.libtype = libtype
500 def libtype(self): member in _LibInfoGeneratorBase
503 @libtype.setter
504 def libtype(self, libtype): member in _LibInfoGeneratorBase
530 libtype = self.libtype
542 def __init__(self, libtype): argument
579 def __init__(self, libtype): argument
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/scons-2.5.0/scons-local-2.5.0/SCons/Tool/
H A Dcyglink.py66 try: libtype = kw['libtype']
67 except KeyError: libtype = 'ShLib'
109 implib_libtype=libtype,
110 generator_libtype=libtype+'ImpLib')
120 return _lib_emitter(target, source, env, varprefix='SHLIB', libtype='ShLib')
123 return _lib_emitter(target, source, env, varprefix='LDMODULE', libtype='LdMod')
155 try: libtype = kw['libtype']
156 except KeyError: libtype = 'ShLib'
164 implib_libtype=libtype,
165 generator_libtype=libtype+'ImpLib')
[all …]
/dports/audio/sfront/sfront-0.99/src/lib/
H A Dlibmaker.c44 int libtype = DIRSIZE; /* CSRC, ASYS, CSYS, NSYS, PSYS */ in repr()
148 if (libtype != DIRSIZE) in earliest_find_at()
154 libtype = CSRC; in earliest_find_at()
156 libtype = ASYS; in earliest_find_at()
158 libtype = CSYS; in earliest_find_at()
160 libtype = PSYS; in earliest_find_at()
162 libtype = NSYS; in earliest_find_at()
176 if (libtype == DIRSIZE) in earliest_find_at()
244 sprintf(name,"../%slib.c",libdirs[libtype]); in is_valid()
258 sprintf(name,"%s/%s.c",libdirs[libtype],libnames[i]); in is_valid()
[all …]
/dports/emulators/qemu/qemu-6.2.0/meson/test cases/common/145 recursive linking/3rdorderdeps/
H A Dmeson.build7 foreach libtype : ['sh', 'st']
8 name = libtype + dep1 + dep2
17 if libtype == 'sh' variable
20 elif libtype == 'st' variable
24 error('Unknown libtype "@0@"'.format(libtype))
29 cdata.set('LIBTYPE', libtype)
/dports/emulators/qemu60/qemu-6.0.0/meson/test cases/common/149 recursive linking/3rdorderdeps/
H A Dmeson.build7 foreach libtype : ['sh', 'st']
8 name = libtype + dep1 + dep2
17 if libtype == 'sh' variable
20 elif libtype == 'st' variable
24 error('Unknown libtype "@0@"'.format(libtype))
29 cdata.set('LIBTYPE', libtype)
/dports/devel/meson/meson-0.60.3/test cases/common/145 recursive linking/3rdorderdeps/
H A Dmeson.build7 foreach libtype : ['sh', 'st']
8 name = libtype + dep1 + dep2
17 if libtype == 'sh' variable
20 elif libtype == 'st' variable
24 error('Unknown libtype "@0@"'.format(libtype))
29 cdata.set('LIBTYPE', libtype)
/dports/emulators/qemu5/qemu-5.2.0/meson/test cases/common/149 recursive linking/3rdorderdeps/
H A Dmeson.build7 foreach libtype : ['sh', 'st']
8 name = libtype + dep1 + dep2
17 if libtype == 'sh' variable
20 elif libtype == 'st' variable
24 error('Unknown libtype "@0@"'.format(libtype))
29 cdata.set('LIBTYPE', libtype)
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/meson/test cases/common/145 recursive linking/3rdorderdeps/
H A Dmeson.build7 foreach libtype : ['sh', 'st']
8 name = libtype + dep1 + dep2
17 if libtype == 'sh' variable
20 elif libtype == 'st' variable
24 error('Unknown libtype "@0@"'.format(libtype))
29 cdata.set('LIBTYPE', libtype)
/dports/devel/arcanist-lib/arcanist-b2e715f/src/lint/linter/
H A DArcanistPhutilLibraryLinter.php131 $libtype = ($type == 'interface') ? 'class' : $type;
133 if (empty($all_symbols[$libtype][$symbol])) {
134 $all_symbols[$libtype][$symbol] = array(
142 $osrc = $all_symbols[$libtype][$symbol]['file'];
143 $olib = $all_symbols[$libtype][$symbol]['library'];
172 $libtype = $type;
174 $libtype = 'class';
177 if (!empty($all_symbols[$libtype][$symbol])) {
/dports/devel/arcanist/arcanist-b2e715f/src/lint/linter/
H A DArcanistPhutilLibraryLinter.php131 $libtype = ($type == 'interface') ? 'class' : $type;
133 if (empty($all_symbols[$libtype][$symbol])) {
134 $all_symbols[$libtype][$symbol] = array(
142 $osrc = $all_symbols[$libtype][$symbol]['file'];
143 $olib = $all_symbols[$libtype][$symbol]['library'];
172 $libtype = $type;
174 $libtype = 'class';
177 if (!empty($all_symbols[$libtype][$symbol])) {
/dports/science/hdf5-18/hdf5-1.8.21/config/cmake/
H A Dhdf5-config.cmake.in132 foreach (libtype IN LISTS ${HDF5_PACKAGE_NAME}_LIB_TYPE)
154 set (${HDF5_PACKAGE_NAME}_${libtype}_${comp}_FOUND 0)
159 set (${HDF5_PACKAGE_NAME}_${libtype}_${comp}_FOUND 0)
161 set (${HDF5_PACKAGE_NAME}_${libtype}_${comp}_FOUND 1)
162 string(TOUPPER ${HDF5_PACKAGE_NAME}_${comp}_${libtype}_LIBRARY COMP_LIBRARY)
163 …} ${${COMP_LIBRARY}} @HDF5_PACKAGE@::${hdf5_comp2}-${libtype} @HDF5_PACKAGE@::${hdf5_comp}-${libty…
166 set (${HDF5_PACKAGE_NAME}_${libtype}_${comp}_FOUND 1)
167 string(TOUPPER ${HDF5_PACKAGE_NAME}_${comp}_${libtype}_LIBRARY COMP_LIBRARY)
168 set (${COMP_LIBRARY} ${${COMP_LIBRARY}} @HDF5_PACKAGE@::${hdf5_comp}-${libtype})
174 foreach (libtype IN LISTS ${HDF5_PACKAGE_NAME}_LIB_TYPE)
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/scripts/python/
H A Dflamegraph.py26 def __init__(self, name, libtype=""): argument
28 self.libtype = libtype
35 "l": self.libtype,
57 libtype = "kernel" if dso == "[kernel.kallsyms]" else ""
62 if child.name == name and child.libtype == libtype:
65 child = Node(name, libtype)
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/scripts/python/
H A Dflamegraph.py26 def __init__(self, name, libtype=""): argument
28 self.libtype = libtype
35 "l": self.libtype,
57 libtype = "kernel" if dso == "[kernel.kallsyms]" else ""
62 if child.name == name and child.libtype == libtype:
65 child = Node(name, libtype)
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/scripts/python/
H A Dflamegraph.py26 def __init__(self, name, libtype=""): argument
28 self.libtype = libtype
35 "l": self.libtype,
57 libtype = "kernel" if dso == "[kernel.kallsyms]" else ""
62 if child.name == name and child.libtype == libtype:
65 child = Node(name, libtype)
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/config/cmake/
H A Dhdf5-config.cmake.in143 foreach (libtype IN LISTS ${HDF5_PACKAGE_NAME}_LIB_TYPE)
174 set (${HDF5_PACKAGE_NAME}_${libtype}_${comp}_FOUND 0)
180 set (${HDF5_PACKAGE_NAME}_${libtype}_${comp}_FOUND 0)
182 set (${HDF5_PACKAGE_NAME}_${libtype}_${comp}_FOUND 1)
183 string(TOUPPER ${HDF5_PACKAGE_NAME}_${comp}_${libtype}_LIBRARY COMP_LIBRARY)
184 …} ${${COMP_LIBRARY}} @HDF5_PACKAGE@::${hdf5_comp2}-${libtype} @HDF5_PACKAGE@::${hdf5_comp}-${libty…
191 set (${HDF5_PACKAGE_NAME}_${libtype}_${comp}_FOUND 1)
192 string(TOUPPER ${HDF5_PACKAGE_NAME}_${comp}_${libtype}_LIBRARY COMP_LIBRARY)
193 set (${COMP_LIBRARY} ${${COMP_LIBRARY}} @HDF5_PACKAGE@::${hdf5_comp}-${libtype})
199 foreach (libtype IN LISTS ${HDF5_PACKAGE_NAME}_LIB_TYPE)
[all …]
H A DHDFMacros.cmake120 IF (${libtype} MATCHES "SHARED")
127 ELSE (${libtype} MATCHES "SHARED")
133 ENDIF (${libtype} MATCHES "SHARED")
198 IF (${libtype} MATCHES "SHARED")
205 ELSE (${libtype} MATCHES "SHARED")
215 ENDIF (${libtype} MATCHES "SHARED")
268 MACRO (TARGET_NAMING target libtype)
270 IF (${libtype} MATCHES "SHARED")
283 # message (STATUS "${libname} libtype: ${libtype}")
284 IF (${libtype} MATCHES "SHARED")
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/hdf5/vtkhdf5/config/cmake_ext_mod/
H A DHDFMacros.cmake48 macro (TARGET_NAMING libtarget libtype)
49 if (${libtype} MATCHES "SHARED")
59 if (${libtype} MATCHES "SHARED")
91 macro (HDF_SET_LIB_OPTIONS libtarget libname libtype)
94 if (${libtype} MATCHES "SHARED")
119 if (${libtype} MATCHES "STATIC")
133 if (MINGW AND ${libtype} MATCHES "SHARED")
145 macro (HDF_IMPORT_SET_LIB_OPTIONS libtarget libname libtype libversion)
146 HDF_SET_LIB_OPTIONS (${libtarget} ${libname} ${libtype})
157 if (${libtype} MATCHES "SHARED")
[all …]
/dports/science/hdf5/hdf5-1.10.6/config/cmake/
H A Dhdf5-config.cmake.in154 foreach (libtype IN LISTS ${HDF5_PACKAGE_NAME}_LIB_TYPE)
179 list (FIND ${HDF5_PACKAGE_NAME}_EXPORT_LIBRARIES "${hdf5_comp}-${libtype}" HAVE_COMP)
185 set (${HDF5_PACKAGE_NAME}_${libtype}_${comp}_FOUND 0)
191 set (${HDF5_PACKAGE_NAME}_${libtype}_${comp}_FOUND 0)
193 set (${HDF5_PACKAGE_NAME}_${libtype}_${comp}_FOUND 1)
194 string(TOUPPER ${HDF5_PACKAGE_NAME}_${comp}_${libtype}_LIBRARY COMP_LIBRARY)
195 …LIBRARY}} @HDF_PACKAGE_NAMESPACE@${hdf5_comp2}-${libtype} @HDF_PACKAGE_NAMESPACE@${hdf5_comp}-${li…
202 set (${HDF5_PACKAGE_NAME}_${libtype}_${comp}_FOUND 1)
203 string(TOUPPER ${HDF5_PACKAGE_NAME}_${comp}_${libtype}_LIBRARY COMP_LIBRARY)
210 foreach (libtype IN LISTS ${HDF5_PACKAGE_NAME}_LIB_TYPE)
[all …]
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/config/
H A DSundialsAddF2003InterfaceLibrary.cmake55 set(libtype "STATIC") variable
57 set(libtype "SHARED") variable
59 set(libtype "SHARED") variable
61 set(libtype "STATIC") variable
70 add_library(${target} ${libtype} $<TARGET_OBJECTS:${obj_target}>)
72 if("${libtype}" MATCHES "SHARED")
78 add_library(${target} ${libtype} ${sources})
86 $<BUILD_INTERFACE:${CMAKE_Fortran_MODULE_DIRECTORY}_${libtype}>
89 …s(${obj_target} PROPERTIES Fortran_MODULE_DIRECTORY "${CMAKE_Fortran_MODULE_DIRECTORY}_${libtype}")
90 target_include_directories(${obj_target} PRIVATE ${CMAKE_Fortran_MODULE_DIRECTORY}_${libtype})
/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/src/tools/
H A Dgtkada-config.in39 libtype=relocatable
59 libtype=static
89 libtype=static
95 if [ $libtype = static ]; then
107 if [ $libtype = static ]; then

12345678910>>...14