Home
last modified time | relevance | path

Searched defs:registrations (Results 1 – 25 of 564) sorted by relevance

12345678910>>...23

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/
H A Dproperty_registry_test.cc121 auto registrations = AllRegistrations(); in TEST_F() local
130 auto registrations = AllRegistrations(); in TEST_F() local
138 auto registrations = AllRegistrations(); in TEST_F() local
147 auto registrations = AllRegistrations(); in TEST_F() local
157 auto registrations = AllRegistrations(); in TEST_F() local
169 auto registrations = AllRegistrations(); in TEST_F() local
181 auto registrations = AllRegistrations(); in TEST_F() local
193 auto registrations = AllRegistrations(); in TEST_F() local
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/vendor/samyoul/u2f-php-server/src/
H A DU2FServer.php54 public static function makeRegistration($appId, array $registrations = array())
196 public static function makeAuthentication(array $registrations, $appId)
228 public static function authenticate(array $requests, array $registrations, $response)
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/vendor/code-lts/u2f-php-server/src/
H A DU2FServer.php63 public static function makeRegistration($appId, array $registrations = [])
203 public static function makeAuthentication(array $registrations, $appId)
235 public static function authenticate(array $requests, array $registrations, $response)
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/languageserverprotocol/
H A Dclient.h60 explicit RegistrationParams(const QList<Registration> &registrations) in RegistrationParams()
64 QList<Registration> registrations() const { return array<Registration>(registrationsKey); } in registrations() function
65 void setRegistrations(const QList<Registration> &registrations) in setRegistrations()
/dports/www/fusionpbx/fusionpbx-4.4.1/app/registrations/
H A Dregistrations.php81 $registrations = $_REQUEST["registrations"]; variable
166 $registrations = $obj->get($profile); variable
255 $registrations = $order->sort($registrations, 'sip-auth-realm', 'user'); variable
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/event_crm/models/
H A Devent_lead_rule.py112 def _run_on_registrations(self, registrations): argument
188 def _filter_registrations(self, registrations): argument
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/base/java/org/mozilla/gecko/push/
H A DPushState.java41 protected final @NonNull Map<String, PushRegistration> registrations; field in PushState
73 final JSONObject registrations = new JSONObject(); in toJSONObject() local
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/base/java/org/mozilla/gecko/push/
H A DPushState.java41 protected final @NonNull Map<String, PushRegistration> registrations; field in PushState
73 final JSONObject registrations = new JSONObject(); in toJSONObject() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/blob/testing/
H A Dfake_blob_url_store.h34 HashMap<KURL, mojo::Remote<mojom::blink::Blob>> registrations; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/blob/testing/
H A Dfake_blob_url_store.h35 HashMap<KURL, mojo::Remote<mojom::blink::Blob>> registrations; variable
/dports/graphics/evolvotron/evolvotron/libfunction/
H A Dfunction_registry.h51 const Registrations& registrations() const in registrations() function
/dports/net/rclone/rclone-1.57.0/vendor/github.com/spacemonkeygo/monkit/v3/environment/
H A Denv.go22 registrations = []monkit.StatSource{} var
/dports/net/storj/storj-1.45.3/vendor/github.com/spacemonkeygo/monkit/v3/environment/
H A Denv.go22 registrations = []monkit.StatSource{} var
/dports/net/storj/storj-1.45.3/vendor/github.com/jtolds/monkit-hw/v2/
H A Dmain.go9 registrations = []monkit.StatSource{} var
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/peermanager/
H A DPeerManager.java203 List<PeerManagerRegistrationImpl> registrations = it.next(); in updateStats() local
407 …List<PeerManagerRegistrationImpl> registrations = registered_legacy_managers.get( new HashWrapper(… in manualMatchHash() local
496 List<PeerManagerRegistrationImpl> registrations = registered_legacy_managers.get( hash ); in registerLegacyManager() local
737 List<PeerManagerRegistrationImpl> registrations = registered_legacy_managers.get( hash ); in unregister() local
/dports/security/nextcloud-twofactor_u2f/twofactor_u2f/vendor/yubico/u2flib-server/src/u2flib_server/
H A DU2F.php133 public function getRegisterData(array $registrations = array())
245 public function getAuthenticateData(array $registrations)
278 public function doAuthenticate(array $requests, array $registrations, $response)
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet.tests/bundles_src/tb1/org/eclipse/equinox/http/servlet/tests/tb1/
H A DTestResource3.java31 private final Collection<ServiceRegistration<?>> registrations = new ArrayList<>(); field in TestResource3
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/core/client/
H A DHandlerRegistrations.java23 public HandlerRegistrations(HandlerRegistration... registrations) in HandlerRegistrations()
/dports/www/fusionpbx/fusionpbx-4.4.1/app/registrations/resources/classes/
H A Dregistrations.php9 class registrations { class
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/event_crm/tests/
H A Dcommon.py62 def assertLeadConvertion(self, rule, registrations, partner=None, **expected): argument
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet.tests/src/org/eclipse/equinox/http/servlet/tests/
H A DServletTest.java3645 Collection<ServiceRegistration<?>> registrations = new ArrayList<>(); in test_Listener2() local
3677 Collection<ServiceRegistration<?>> registrations = new ArrayList<>(); in test_Listener3() local
3706 Collection<ServiceRegistration<?>> registrations = new ArrayList<>(); in test_Listener4() local
3750 Collection<ServiceRegistration<?>> registrations = new ArrayList<>(); in test_Listener5() local
3780 Collection<ServiceRegistration<?>> registrations = new ArrayList<>(); in test_Listener6() local
3812 Collection<ServiceRegistration<?>> registrations = new ArrayList<>(); in test_Listener7() local
3872 Collection<ServiceRegistration<?>> registrations = new ArrayList<>(); in test_Listener8() local
3924 Collection<ServiceRegistration<?>> registrations = new ArrayList<>(); in test_Listener9() local
4049 Collection<ServiceRegistration<?>> registrations = new ArrayList<>(); in test_Listener11() local
4086 Collection<ServiceRegistration<?>> registrations = new ArrayList<>(); in test_Async1() local
[all …]
/dports/devel/jetbrains-phpstorm/PhpStorm-213.6461.83/plugins/textmate/lib/bundles/java/
H A Dcgmanifest.json2 "registrations": [ array
/dports/devel/jetbrains-phpstorm/PhpStorm-213.6461.83/plugins/textmate/lib/bundles/less/
H A Dcgmanifest.json2 "registrations": [ array
/dports/devel/jetbrains-phpstorm/PhpStorm-213.6461.83/plugins/textmate/lib/bundles/log/
H A Dcgmanifest.json2 "registrations": [ array
/dports/devel/jetbrains-phpstorm/PhpStorm-213.6461.83/plugins/textmate/lib/bundles/r/
H A Dcgmanifest.json2 "registrations": [ array

12345678910>>...23