Home
last modified time | relevance | path

Searched defs:adapterName (Results 1 – 25 of 267) sorted by relevance

1234567891011

/dports/www/matomo/piwik/core/Db/
H A DAdapter.php26 public static function factory($adapterName, & $dbInfos, $connect = true)
79 private static function getAdapterClassName($adapterName)
94 public static function getDefaultPortForAdapter($adapterName)
132 public static function isRecommendedAdapter($adapterName)
/dports/print/hplip/hplip-3.20.6/base/
H A Dwifi.py251 def performScan(dev, adapterName, ssid=None): argument
355 def associate(dev, adapterName,ssid, communication_mode, encryption_type, key): argument
383 def getVSACodes(dev,adapterName): argument
454 def getIPConfiguration(dev, adapterName, adaptor_id=0): argument
507 def getSignalStrength(dev, adapterName, ssid, adaptor_id=0): argument
556 def getCryptoSuite(dev, adapterName): argument
H A DLedmWifi.py152 def performScan(dev, adapterName, ssid=None): argument
224 def getIPConfiguration(dev, adapterName): argument
323 def getwifiotherdetails(dev,adapterName): argument
354 def getCryptoSuite(dev, adapterName): argument
381 def associate(dev, adapterName, ssid, communication_mode, encryption_type, key): argument
402 def getVSACodes(dev, adapterName): argument
456 def getSignalStrength(dev, adapterName, ssid, adaptor_id=0): argument
/dports/graphics/jogamp-jogl/jogl/src/newt/classes/jogamp/newt/driver/windows/
H A DScreenDriver.java71 …private final String getMonitorName(final String adapterName, final int monitor_idx, final boolean… in getMonitorName()
75 …itorMode getMonitorModeImpl(final MonitorModeProps.Cache cache, final String adapterName, final in… in getMonitorModeImpl()
106 String adapterName; in collectNativeMonitorModesAndDevicesImpl() local
140 final String adapterName = getAdapterName(adapterIdx); in updateNativeMonitorDeviceViewportImpl() local
189 private native String getMonitorName0(String adapterName, int monitor_idx, boolean onlyActive); in getMonitorName0()
190 private native int[] getMonitorMode0(String adapterName, int mode_idx); in getMonitorMode0()
/dports/databases/pear-Horde_Db/Horde_Db-2.4.0/lib/Horde/Db/Adapter/Pdo/
H A DMysql.php36 public function adapterName() function in Horde_Db_Adapter_Pdo_Mysql
/dports/devel/php-ice37/ice-3.7.2/matlab/lib/+Ice/
H A DConnectionInfo.m20 adapterName = ''; variable
H A DWSConnectionInfo.m16 adapterName = ''; variable
H A DIPConnectionInfo.m20 adapterName = ''; variable
H A DTCPConnectionInfo.m18 adapterName = ''; variable
H A DUDPConnectionInfo.m20 adapterName = ''; variable
/dports/devel/ice37/ice-3.7.2/matlab/lib/+Ice/
H A DConnectionInfo.m20 adapterName = ''; variable
H A DWSConnectionInfo.m16 adapterName = ''; variable
H A DIPConnectionInfo.m20 adapterName = ''; variable
H A DTCPConnectionInfo.m18 adapterName = ''; variable
H A DUDPConnectionInfo.m20 adapterName = ''; variable
/dports/devel/py-ice37/ice-3.7.2/matlab/lib/+Ice/
H A DConnectionInfo.m20 adapterName = ''; variable
H A DWSConnectionInfo.m16 adapterName = ''; variable
H A DIPConnectionInfo.m20 adapterName = ''; variable
H A DTCPConnectionInfo.m18 adapterName = ''; variable
H A DUDPConnectionInfo.m20 adapterName = ''; variable
/dports/devel/php-ice37/ice-3.7.2/matlab/lib/+IceSSL/
H A DConnectionInfo.m19 adapterName = ''; variable
/dports/devel/ice37/ice-3.7.2/matlab/lib/+IceSSL/
H A DConnectionInfo.m19 adapterName = ''; variable
/dports/devel/py-ice37/ice-3.7.2/matlab/lib/+IceSSL/
H A DConnectionInfo.m19 adapterName = ''; variable
/dports/devel/poco/poco-1.10.1-all/Net/src/
H A DNetworkInterface.cpp172 …mpl(const std::string& name, const std::string& displayName, const std::string& adapterName, const… in NetworkInterfaceImpl()
192 …mpl(const std::string& name, const std::string& displayName, const std::string& adapterName, unsig… in NetworkInterfaceImpl()
213 const std::string& adapterName, in NetworkInterfaceImpl()
306 inline const std::string& NetworkInterfaceImpl::adapterName() const in adapterName() function in Poco::Net::NetworkInterfaceImpl
575 …ace(const std::string& name, const std::string& displayName, const std::string& adapterName, const… in NetworkInterface()
581 …ace(const std::string& name, const std::string& displayName, const std::string& adapterName, unsig… in NetworkInterface()
595 const std::string& adapterName, in NetworkInterface()
656 const std::string& NetworkInterface::adapterName() const in adapterName() function in Poco::Net::NetworkInterface
871 std::string adapterName = it->second.adapterName(); in list() local
1135 std::string adapterName(pAddress->AdapterName); in map() local
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/laminas/laminas-math/src/BigInteger/
H A DBigInteger.php26 public static function factory($adapterName = null)

1234567891011