Home
last modified time | relevance | path

Searched +defs:subject +defs:callback (Results 1 – 25 of 558) sorted by relevance

12345678910>>...23

/dports/net-mgmt/librenms/librenms-vendor-21.5.1/vlucas/phpdotenv/src/Util/
H A DRegex.php35 public static function matches(string $pattern, string $subject)
50 public static function occurences(string $pattern, string $subject)
67 …public static function replaceCallback(string $pattern, callable $callback, string $subject, int $…
82 public static function split(string $pattern, string $subject)
100 private static function pregAndWrap(callable $operation, string $subject)
/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/
H A Dclass-wp-matchesmapregex.php49 public function __construct( $subject, $matches ) {
64 public static function apply( $subject, $matches ) {
85 public function callback( $matches ) { function in WP_MatchesMapRegex
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/
H A Dclass-wp-matchesmapregex.php49 public function __construct( $subject, $matches ) {
64 public static function apply( $subject, $matches ) {
85 public function callback( $matches ) { function in WP_MatchesMapRegex
/dports/www/mediawiki135/mediawiki-1.35.5/includes/libs/
H A DStringUtils.php60 $subject, $nested = false ) {
118 public static function hungryDelimiterReplace( $startDelim, $endDelim, $replace, $subject ) {
157 private static function delimiterReplaceCallback( $startDelim, $endDelim, $callback,
158 $subject, $flags = ''
249 $startDelim, $endDelim, $replace, $subject, $flags = ''
326 public static function explode( $separator, $subject ) {
/dports/www/mediawiki137/mediawiki-1.37.1/includes/libs/
H A DStringUtils.php60 $subject, $nested = false ) {
118 public static function hungryDelimiterReplace( $startDelim, $endDelim, $replace, $subject ) {
157 private static function delimiterReplaceCallback( $startDelim, $endDelim, $callback,
158 $subject, $flags = ''
249 $startDelim, $endDelim, $replace, $subject, $flags = ''
326 public static function explode( $separator, $subject ) {
/dports/www/mediawiki136/mediawiki-1.36.3/includes/libs/
H A DStringUtils.php60 $subject, $nested = false ) {
118 public static function hungryDelimiterReplace( $startDelim, $endDelim, $replace, $subject ) {
157 private static function delimiterReplaceCallback( $startDelim, $endDelim, $callback,
158 $subject, $flags = ''
249 $startDelim, $endDelim, $replace, $subject, $flags = ''
326 public static function explode( $separator, $subject ) {
/dports/www/mod_php81/php-8.1.1/ext/pcre/
H A Dphp_pcre.stub.php6 function preg_match(string $pattern, string $subject, &$matches = null, int $flags = 0, int $offset…
9 function preg_match_all(string $pattern, string $subject, &$matches = null, int $flags = 0, int $of…
15 …g|array $replacement, string|array $subject, int $limit = -1, &$count = null): string|array|null {}
21 …g|array $replacement, string|array $subject, int $limit = -1, &$count = null): string|array|null {}
27 …ing|array $pattern, callable $callback, string|array $subject, int $limit = -1, &$count = null, in…
30 …tern, string|array $subject, int $limit = -1, &$count = null, int $flags = 0): string|array|null {}
36 function preg_split(string $pattern, string $subject, int $limit = -1, int $flags = 0): array|false…
/dports/lang/php80/php-8.0.15/ext/pcre/
H A Dphp_pcre.stub.php6 function preg_match(string $pattern, string $subject, &$matches = null, int $flags = 0, int $offset…
9 function preg_match_all(string $pattern, string $subject, &$matches = null, int $flags = 0, int $of…
12 …g|array $replacement, string|array $subject, int $limit = -1, &$count = null): string|array|null {}
15 …g|array $replacement, string|array $subject, int $limit = -1, &$count = null): string|array|null {}
18 …ing|array $pattern, callable $callback, string|array $subject, int $limit = -1, &$count = null, in…
21 …tern, string|array $subject, int $limit = -1, &$count = null, int $flags = 0): string|array|null {}
23 function preg_split(string $pattern, string $subject, int $limit = -1, int $flags = 0): array|false…
/dports/lang/php81/php-8.1.1/ext/pcre/
H A Dphp_pcre.stub.php6 function preg_match(string $pattern, string $subject, &$matches = null, int $flags = 0, int $offset…
9 function preg_match_all(string $pattern, string $subject, &$matches = null, int $flags = 0, int $of…
15 …g|array $replacement, string|array $subject, int $limit = -1, &$count = null): string|array|null {}
21 …g|array $replacement, string|array $subject, int $limit = -1, &$count = null): string|array|null {}
27 …ing|array $pattern, callable $callback, string|array $subject, int $limit = -1, &$count = null, in…
30 …tern, string|array $subject, int $limit = -1, &$count = null, int $flags = 0): string|array|null {}
36 function preg_split(string $pattern, string $subject, int $limit = -1, int $flags = 0): array|false…
/dports/www/mod_php80/php-8.0.15/ext/pcre/
H A Dphp_pcre.stub.php6 function preg_match(string $pattern, string $subject, &$matches = null, int $flags = 0, int $offset…
9 function preg_match_all(string $pattern, string $subject, &$matches = null, int $flags = 0, int $of…
12 …g|array $replacement, string|array $subject, int $limit = -1, &$count = null): string|array|null {}
15 …g|array $replacement, string|array $subject, int $limit = -1, &$count = null): string|array|null {}
18 …ing|array $pattern, callable $callback, string|array $subject, int $limit = -1, &$count = null, in…
21 …tern, string|array $subject, int $limit = -1, &$count = null, int $flags = 0): string|array|null {}
23 function preg_split(string $pattern, string $subject, int $limit = -1, int $flags = 0): array|false…
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/illuminate/support/
H A Dhelpers.php328 function array_sort($array, $callback = null)
359 function array_where($array, callable $callback)
767 function optional($value = null, callable $callback = null)
786 function preg_replace_array($pattern, array $replacements, $subject)
876 function str_after($subject, $search)
892 function str_before($subject, $search)
1007 function str_replace_array($search, array $replace, $subject)
1024 function str_replace_first($search, $replace, $subject)
1041 function str_replace_last($search, $replace, $subject)
1118 function tap($value, $callback = null)
[all …]
/dports/sysutils/polkit/polkit-0.120/src/polkit/
H A Dpolkitauthority.c468 GAsyncReadyCallback callback, in polkit_authority_get_async()
656 GAsyncReadyCallback callback, in polkit_authority_enumerate_actions()
881 PolkitSubject *subject, in polkit_authority_check_authorization()
886 GAsyncReadyCallback callback, in polkit_authority_check_authorization()
1045 PolkitSubject *subject, in polkit_authority_register_authentication_agent()
1049 GAsyncReadyCallback callback, in polkit_authority_register_authentication_agent()
1361 GAsyncReadyCallback callback, in polkit_authority_unregister_authentication_agent()
1492 GAsyncReadyCallback callback, in polkit_authority_authentication_agent_response()
1630 GAsyncReadyCallback callback, in polkit_authority_enumerate_temporary_authorizations()
1779 GAsyncReadyCallback callback, in polkit_authority_revoke_temporary_authorizations()
[all …]
H A Dpolkitsubject.c90 polkit_subject_hash (PolkitSubject *subject) in polkit_subject_hash()
132 polkit_subject_to_string (PolkitSubject *subject) in polkit_subject_to_string()
154 polkit_subject_exists (PolkitSubject *subject, in polkit_subject_exists()
156 GAsyncReadyCallback callback, in polkit_subject_exists()
178 polkit_subject_exists_finish (PolkitSubject *subject, in polkit_subject_exists_finish()
205 polkit_subject_exists_sync (PolkitSubject *subject, in polkit_subject_exists_sync()
232 PolkitSubject *subject; in polkit_subject_from_string() local
253 subject = polkit_unix_process_new_full (scanned_pid, scanned_starttime); in polkit_subject_from_string() local
259 subject = polkit_unix_process_new (scanned_pid); in polkit_subject_from_string() local
297 polkit_subject_to_gvariant (PolkitSubject *subject) in polkit_subject_to_gvariant()
H A Dpolkitunixsession-systemd.c261 GAsyncReadyCallback callback, in polkit_unix_session_new_for_process()
334 polkit_unix_session_hash (PolkitSubject *subject) in polkit_unix_session_hash()
355 polkit_unix_session_to_string (PolkitSubject *subject) in polkit_unix_session_to_string()
363 polkit_unix_session_exists_sync (PolkitSubject *subject, in polkit_unix_session_exists_sync()
394 polkit_unix_session_exists (PolkitSubject *subject, in polkit_unix_session_exists()
396 GAsyncReadyCallback callback, in polkit_unix_session_exists()
415 polkit_unix_session_exists_finish (PolkitSubject *subject, in polkit_unix_session_exists_finish()
H A Dpolkitunixsession.c258 GAsyncReadyCallback callback, in polkit_unix_session_new_for_process()
331 polkit_unix_session_hash (PolkitSubject *subject) in polkit_unix_session_hash()
352 polkit_unix_session_to_string (PolkitSubject *subject) in polkit_unix_session_to_string()
360 polkit_unix_session_exists_sync (PolkitSubject *subject, in polkit_unix_session_exists_sync()
415 polkit_unix_session_exists (PolkitSubject *subject, in polkit_unix_session_exists()
417 GAsyncReadyCallback callback, in polkit_unix_session_exists()
436 polkit_unix_session_exists_finish (PolkitSubject *subject, in polkit_unix_session_exists_finish()
/dports/deskutils/egroupware/egroupware/addressbook/inc/
H A Dclass.addressbook_contactform.inc.php28 var $callback = 'addressbook.addressbook_contactform.display'; variable in addressbook_contactform
43 …ull,$addressbook=null,$fields=null,$msg=null,$email=null,$tpl_name=null,$subject=null,$copytorecei…
61 …ull,$addressbook=null,$fields=null,$msg=null,$email=null,$tpl_name=null,$subject=null,$copytorecei…
/dports/www/phpmyfaq/phpmyfaq/src/phpMyFAQ/Strings/
H A DMbstring.php165 …public function preg_match(string $pattern, string $subject, &$matches = null, $flags = 0, $offset…
181 …public function preg_match_all(string $pattern, string $subject, array &$matches, $flags = 0, $off…
196 public function preg_split(string $pattern, string $subject, $limit = -1, $flags = 0): array
212 …public function preg_replace_callback($pattern, callable $callback, $subject, $limit = -1, &$count…
236 public function preg_replace($pattern, $replacement, $subject, $limit = -1, &$count = 0)
H A DStringBasic.php186 …public function preg_match($pattern, $subject, &$matches = null, $flags = 0, $offset = 0) // phpcs…
202 …public function preg_match_all($pattern, $subject, &$matches, $flags = 0, $offset = 0) // phpcs:ig…
217 public function preg_split($pattern, $subject, $limit = -1, $flags = 0) // phpcs:ignore
233 …public function preg_replace_callback($pattern, $callback, $subject, $limit = -1, &$count = 0) // …
249 …public function preg_replace($pattern, $replacement, $subject, $limit = -1, &$count = 0) // phpcs:…
/dports/net/kea/kea-2.0.1/src/lib/asiolink/
H A Dbotan_boost_tls.h141 virtual void handshake(Callback& callback) { in handshake()
148 virtual void shutdown(Callback& callback) { in shutdown()
175 const Botan::X509_DN& subject = cert_chain[0].subject_dn(); in getSubject() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/renderer_host/pepper/
H A Dpepper_socket_utils.cc97 const net::CertPrincipal& subject = cert.subject(); in GetCertificateFields() local
161 chromeos::FirewallHole::OpenCallback callback) { in OpenFirewallHole()
177 chromeos::FirewallHole::OpenCallback callback) { in OpenTCPFirewallHole()
183 chromeos::FirewallHole::OpenCallback callback) { in OpenUDPFirewallHole()
/dports/www/phpmyfaq/phpmyfaq/src/phpMyFAQ/
H A DStrings.php202 …public static function preg_match($pattern, $subject, &$matches = null, $flags = 0, $offset = 0) /…
218 …public static function preg_match_all($pattern, $subject, &$matches = null, $flags = 0, $offset = …
233 public static function preg_split($pattern, $subject, $limit = -1, $flags = 0) // phpcs:ignore
249 …public static function preg_replace_callback($pattern, $callback, $subject, $limit = -1, &$count =…
265 public static function preg_replace($pattern, $replacement, $subject, $limit = -1, &$count = 0)
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/laravel/framework/src/Illuminate/Support/
H A Dhelpers.php184 function optional($value = null, callable $callback = null)
203 function preg_replace_array($pattern, array $replacements, $subject)
225 function retry($times, callable $callback, $sleepMilliseconds = 0, $when = null)
257 function tap($value, $callback = null)
341 function transform($value, callable $callback, $default = null)
375 function with($value, callable $callback = null)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/renderer_host/pepper/
H A Dpepper_socket_utils.cc95 const net::CertPrincipal& subject = cert.subject(); in GetCertificateFields() local
160 chromeos::FirewallHole::OpenCallback callback) { in OpenFirewallHole()
176 chromeos::FirewallHole::OpenCallback callback) { in OpenTCPFirewallHole()
182 chromeos::FirewallHole::OpenCallback callback) { in OpenUDPFirewallHole()
/dports/multimedia/pipewire/pipewire-0.3.43/pipewire-jack/src/
H A Dmetadata.c39 static jack_description_t *find_description(jack_uuid_t subject) in find_description()
79 static jack_description_t *add_description(jack_uuid_t subject) in add_description()
157 jack_uuid_t subject, in update_property()
210 jack_uuid_t subject, in jack_set_property()
246 int jack_get_property(jack_uuid_t subject, in jack_get_property()
288 int jack_get_properties (jack_uuid_t subject, in jack_get_properties()
329 int jack_remove_property (jack_client_t* client, jack_uuid_t subject, const char* key) in jack_remove_property()
356 int jack_remove_properties (jack_client_t* client, jack_uuid_t subject) in jack_remove_properties()
396 JackPropertyChangeCallback callback, in jack_set_property_change_callback()
/dports/audio/jack/jack2-eaedec353489f26617221d66f80fd2503953c663/common/
H A DJackLibAPI.cpp228 LIB_EXPORT int jack_set_property(jack_client_t* ext_client, jack_uuid_t subject, const char* key, c… in jack_set_property()
243 LIB_EXPORT int jack_get_property(jack_uuid_t subject, const char* key, char** value, char** type) in jack_get_property()
260 LIB_EXPORT int jack_get_properties(jack_uuid_t subject, jack_description_t* desc) in jack_get_properties()
276 LIB_EXPORT int jack_remove_property(jack_client_t* ext_client, jack_uuid_t subject, const char* key) in jack_remove_property()
291 LIB_EXPORT int jack_remove_properties(jack_client_t* ext_client, jack_uuid_t subject) in jack_remove_properties()
321 …ck_set_property_change_callback(jack_client_t* ext_client, JackPropertyChangeCallback callback, vo… in jack_set_property_change_callback()

12345678910>>...23