Home
last modified time | relevance | path

Searched refs:packageTypes (Results 1 – 25 of 2640) sorted by relevance

12345678910>>...106

/dports/deskutils/egroupware/egroupware/vendor/oomphinc/composer-installers-extender/src/
H A DInstaller.php11 protected $packageTypes; variable in OomphInc\\ComposerInstallersExtender\\Installer
22 if ( !isset( $this->packageTypes ) ) {
23 $this->packageTypes = false;
28 $this->packageTypes = (array) $extra['installer-types'];
32 return is_array( $this->packageTypes ) && in_array( $packageType, $this->packageTypes );
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/oomphinc/composer-installers-extender/src/
H A DInstaller.php11 protected $packageTypes; variable in OomphInc\\ComposerInstallersExtender\\Installer
22 if ( !isset( $this->packageTypes ) ) {
23 $this->packageTypes = false;
28 $this->packageTypes = (array) $extra['installer-types'];
32 return is_array( $this->packageTypes ) && in_array( $packageType, $this->packageTypes );
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/oomphinc/composer-installers-extender/src/
H A DInstaller.php11 protected $packageTypes; variable in OomphInc\\ComposerInstallersExtender\\Installer
22 if ( !isset( $this->packageTypes ) ) {
23 $this->packageTypes = false;
28 $this->packageTypes = (array) $extra['installer-types'];
32 return is_array( $this->packageTypes ) && in_array( $packageType, $this->packageTypes );
/dports/misc/cloc/cloc-1.90/tests/inputs/
H A DXtend.xtend30 def public void create(String path, List<String> packageTypes, IProject project) {
34 val content = createFactoryContent(currentPackage, packageName, interfacePackage, packageTypes)
42 …(String currentPackage, String packageName, String interfacePackage, List<String> packageTypes) '''
53 «FOR type : packageTypes»
95 «FOR type : packageTypes»
103 «FOR type : packageTypes SEPARATOR blankLine»
/dports/sysutils/libdnf/libdnf-0.64.0/libdnf/transaction/
H A DCompsEnvironmentItem.hpp59 CompsPackageType getPackageTypes() const noexcept { return packageTypes; } in getPackageTypes()
60 void setPackageTypes(CompsPackageType value) { packageTypes = value; } in setPackageTypes()
81 CompsPackageType packageTypes = CompsPackageType::DEFAULT; member in libdnf::CompsEnvironmentItem
H A DCompsGroupItem.hpp97 CompsPackageType getPackageTypes() const noexcept { return packageTypes; } in getPackageTypes()
98 void setPackageTypes(CompsPackageType value) { packageTypes = value; } in setPackageTypes()
117 CompsPackageType packageTypes; member in libdnf::CompsGroupItem
H A DCompsEnvironmentItem.cpp31 , packageTypes{CompsPackageType::DEFAULT}
37 , packageTypes{CompsPackageType::DEFAULT}
H A DCompsGroupItem.cpp101 , packageTypes(CompsPackageType::DEFAULT)
107 , packageTypes(CompsPackageType::DEFAULT)
/dports/editors/libreoffice6/libreoffice-6.4.7.2/desktop/source/deployment/registry/
H A Ddp_registry.cxx188 const Sequence< Reference<deployment::XPackageTypeInfo> > packageTypes( in insertBackend() local
190 for ( sal_Int32 pos = 0; pos < packageTypes.getLength(); ++pos ) in insertBackend()
193 packageTypes[ pos ]; in insertBackend()
/dports/devel/p5-Config-Record/Config-Record-1.1.2/examples/
H A Dauto-build.conf354 packageTypes = (
/dports/editors/libreoffice/libreoffice-7.2.6.2/desktop/source/deployment/registry/
H A Ddp_registry.cxx186 const Sequence< Reference<deployment::XPackageTypeInfo> > packageTypes( in insertBackend() local
188 for ( Reference<deployment::XPackageTypeInfo> const & xPackageType : packageTypes ) in insertBackend()
/dports/devel/doxygen/doxygen-1.9.3/templates/html/
H A Dhtmlclass.tpl74 {% with memberListInfo=compound.packageTypes %}
254 {% with memberListInfo=compound.packageTypes %}
/dports/editors/libreoffice6/libreoffice-6.4.7.2/desktop/source/deployment/gui/
H A Ddp_gui_dialog2.cxx645 const uno::Sequence< uno::Reference< deployment::XPackageTypeInfo > > packageTypes( in raiseAddPicker() local
648 for ( sal_Int32 pos = 0; pos < packageTypes.getLength(); ++pos ) in raiseAddPicker()
650 uno::Reference< deployment::XPackageTypeInfo > const & xPackageType = packageTypes[ pos ]; in raiseAddPicker()
/dports/editors/libreoffice/libreoffice-7.2.6.2/desktop/source/deployment/gui/
H A Ddp_gui_dialog2.cxx627 const uno::Sequence< uno::Reference< deployment::XPackageTypeInfo > > packageTypes( in raiseAddPicker() local
630 for ( uno::Reference< deployment::XPackageTypeInfo > const & xPackageType : packageTypes ) in raiseAddPicker()
/dports/lang/nim/nim-1.6.2/compiler/
H A Dmodulegraphs.nim89 packageTypes*: TStrTable
452 initStrTable(result.packageTypes)
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/
H A DJavaModelManager.java4802 Map<String, IType> packageTypes = allTypes.get(packageString); in secondaryTypeAdding() local
4803 if (packageTypes == null) { in secondaryTypeAdding()
4804 packageTypes = new HashMap<>(3); in secondaryTypeAdding()
4805 allTypes.put(packageString, packageTypes); in secondaryTypeAdding()
4807 packageTypes.put(typeString, type); in secondaryTypeAdding()
/dports/lang/nim/nim-1.6.2/c_code/5_7/
H A D@menumtostr.nim.c388 tyObject_TStrTable__f07aOS3dr28kGa5wcE29aFA packageTypes; member
H A D@mpassaux.nim.c344 tyObject_TStrTable__f07aOS3dr28kGa5wcE29aFA packageTypes; member
H A D@mprocfind.nim.c552 tyObject_TStrTable__f07aOS3dr28kGa5wcE29aFA packageTypes; member
/dports/lang/nim/nim-1.6.2/c_code/5_6/
H A D@mpassaux.nim.c343 tyObject_TStrTable__f07aOS3dr28kGa5wcE29aFA packageTypes; member
/dports/lang/nim/nim-1.6.2/c_code/5_2/
H A D@mpassaux.nim.c343 tyObject_TStrTable__f07aOS3dr28kGa5wcE29aFA packageTypes; member
H A D@menumtostr.nim.c387 tyObject_TStrTable__f07aOS3dr28kGa5wcE29aFA packageTypes; member
/dports/lang/nim/nim-1.6.2/c_code/5_9/
H A D@menumtostr.nim.c387 tyObject_TStrTable__f07aOS3dr28kGa5wcE29aFA packageTypes; member
H A D@mprocfind.nim.c551 tyObject_TStrTable__f07aOS3dr28kGa5wcE29aFA packageTypes; member
/dports/lang/nim/nim-1.6.2/c_code/9_2/
H A D@menumtostr.nim.c387 tyObject_TStrTable__f07aOS3dr28kGa5wcE29aFA packageTypes; member

12345678910>>...106