Home
last modified time | relevance | path

Searched defs:supports (Results 1 – 25 of 2016) sorted by relevance

12345678910>>...81

/dports/games/openrct2/OpenRCT2-0.3.5.1/test/testpaint/
H A DFunctionCall.hpp45 struct supports struct
47 int type;
48 uint8_t segment;
49 int special;
50 int height;
51 uint32_t colour_flags;
52 int32_t prepend_to;
53 } supports; member
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/zaproxy/zap/model/
H A DMessageLocationConsumer.java32 boolean supports(MessageLocation location); in supports() method
42 boolean supports(Class<? extends MessageLocation> classLocation); in supports() method
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mail/components/migration/src/
H A DnsProfileMigratorBase.cpp34 nsCOMPtr<nsISupports> supports; in ImportSettings() local
60 nsCOMPtr<nsISupports> supports; in ImportAddressBook() local
107 nsCOMPtr<nsISupports> supports; in ImportMailData() local
151 nsCOMPtr<nsISupports> supports; in ImportFilters() local
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Loader/
H A DFileLoaderTest.php97 private $supports = true; variable in Symfony\\Component\\Config\\Tests\\Loader\\TestFileLoader
104 public function supports($resource, $type = null) function in Symfony\\Component\\Config\\Tests\\Loader\\TestFileLoader
124 public function setSupports($supports)
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Loader/
H A DFileLoaderTest.php97 private $supports = true; variable in Symfony\\Component\\Config\\Tests\\Loader\\TestFileLoader
104 public function supports($resource, $type = null) function in Symfony\\Component\\Config\\Tests\\Loader\\TestFileLoader
124 public function setSupports($supports)
/dports/deskutils/egroupware/egroupware/vendor/symfony/config/Tests/Loader/
H A DFileLoaderTest.php107 private $supports = true; variable in Symfony\\Component\\Config\\Tests\\Loader\\TestFileLoader
114 public function supports($resource, $type = null): bool function in Symfony\\Component\\Config\\Tests\\Loader\\TestFileLoader
134 public function setSupports($supports)
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Templating/Tests/
H A DDelegatingEngineTest.php122 private function getEngineMock($template, $supports)
134 private function getStreamingEngineMock($template, $supports)
161 public function supports($name) function in Symfony\\Component\\Templating\\Tests\\TestEngine
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Templating/Tests/
H A DDelegatingEngineTest.php122 private function getEngineMock($template, $supports)
134 private function getStreamingEngineMock($template, $supports)
161 public function supports($name) function in Symfony\\Component\\Templating\\Tests\\TestEngine
/dports/www/p5-Catalyst-Plugin-Authentication/Catalyst-Plugin-Authentication-0.10023/lib/Catalyst/Authentication/
H A DUser.pm20 sub supports { method in Catalyst::Authentication::User
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/
H A Ddom_window_css.cc43 bool DOMWindowCSS::supports(const ExecutionContext* execution_context, in supports() function in blink::DOMWindowCSS
74 bool DOMWindowCSS::supports(const ExecutionContext* execution_context, in supports() function in blink::DOMWindowCSS
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/
H A Ddom_window_css.cc43 bool DOMWindowCSS::supports(const ExecutionContext* execution_context, in supports() function in blink::DOMWindowCSS
74 bool DOMWindowCSS::supports(const ExecutionContext* execution_context, in supports() function in blink::DOMWindowCSS
/dports/www/firefox-esr/firefox-91.8.0/js/xpconnect/src/
H A DXPCJSWeakReference.cpp28 nsCOMPtr<nsISupports> supports = xpc::ReflectorToISupportsDynamic(obj, cx); in NS_IMPL_ISUPPORTS() local
60 nsCOMPtr<nsISupports> supports = do_QueryReferent(mReferent); in Get() local
/dports/security/py-pyscard/pyscard-2.0.0/smartcard/
H A DPassThruCardService.py44 def supports(cardname): member in PassThruCardService
50 supports = staticmethod(supports) variable in PassThruCardService
/dports/www/firefox/firefox-99.0/js/xpconnect/src/
H A DXPCJSWeakReference.cpp28 nsCOMPtr<nsISupports> supports = xpc::ReflectorToISupportsDynamic(obj, cx); in NS_IMPL_ISUPPORTS() local
60 nsCOMPtr<nsISupports> supports = do_QueryReferent(mReferent); in Get() local
/dports/mail/thunderbird/thunderbird-91.8.0/js/xpconnect/src/
H A DXPCJSWeakReference.cpp28 nsCOMPtr<nsISupports> supports = xpc::ReflectorToISupportsDynamic(obj, cx); in NS_IMPL_ISUPPORTS() local
60 nsCOMPtr<nsISupports> supports = do_QueryReferent(mReferent); in Get() local
/dports/lang/spidermonkey78/firefox-78.9.0/js/xpconnect/src/
H A DXPCJSWeakReference.cpp28 nsCOMPtr<nsISupports> supports = xpc::ReflectorToISupportsDynamic(obj, cx); in NS_IMPL_ISUPPORTS() local
60 nsCOMPtr<nsISupports> supports = do_QueryReferent(mReferent); in Get() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/aot/jdk.tools.jaotc.test/src/jdk/tools/jaotc/test/collect/
H A DClassSearchTest.java67 … private SourceProvider provider(String supports, BiFunction<String, SearchPath, ClassSource> fn) { in provider() argument
75 public boolean supports(String type) { in provider() method in ClassSearchTest
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.aot/share/classes/jdk.tools.jaotc.test/src/jdk/tools/jaotc/test/collect/
H A DClassSearchTest.java73 …private static SourceProvider provider(String supports, BiFunction<String, SearchPath, ClassSource… in provider() argument
81 public boolean supports(String type) { in provider() method in ClassSearchTest
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/aot/jdk.tools.jaotc.test/src/jdk/tools/jaotc/test/collect/
H A DClassSearchTest.java67 … private SourceProvider provider(String supports, BiFunction<String, SearchPath, ClassSource> fn) { in provider() argument
75 public boolean supports(String type) { in provider() method in ClassSearchTest
/dports/www/firefox-legacy/firefox-52.8.0esr/js/xpconnect/src/
H A DXPCJSWeakReference.cpp30 nsCOMPtr<nsISupports> supports = xpc::UnwrapReflectorToISupports(obj); in NS_IMPL_ISUPPORTS() local
64 nsCOMPtr<nsISupports> supports = do_QueryReferent(mReferent); in Get() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/aot/jdk.tools.jaotc.test/src/jdk/tools/jaotc/test/collect/
H A DClassSearchTest.java67 … private SourceProvider provider(String supports, BiFunction<String, SearchPath, ClassSource> fn) { in provider() argument
75 public boolean supports(String type) { in provider() method in ClassSearchTest
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.aot/share/classes/jdk.tools.jaotc.test/src/jdk/tools/jaotc/test/collect/
H A DClassSearchTest.java73 …private static SourceProvider provider(String supports, BiFunction<String, SearchPath, ClassSource… in provider() argument
81 public boolean supports(String type) { in provider() method in ClassSearchTest
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.aot/share/classes/jdk.tools.jaotc.test/src/jdk/tools/jaotc/test/collect/
H A DClassSearchTest.java73 …private static SourceProvider provider(String supports, BiFunction<String, SearchPath, ClassSource… in provider() argument
81 public boolean supports(String type) { in provider() method in ClassSearchTest
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/aot/jdk.tools.jaotc.test/src/jdk/tools/jaotc/test/collect/
H A DClassSearchTest.java67 … private SourceProvider provider(String supports, BiFunction<String, SearchPath, ClassSource> fn) { in provider() argument
75 public boolean supports(String type) { in provider() method in ClassSearchTest
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/aot/jdk.tools.jaotc.test/src/jdk/tools/jaotc/test/collect/
H A DClassSearchTest.java67 … private SourceProvider provider(String supports, BiFunction<String, SearchPath, ClassSource> fn) { in provider() argument
75 public boolean supports(String type) { in provider() method in ClassSearchTest

12345678910>>...81