Home
last modified time | relevance | path

Searched refs:execute_plugin_hook (Results 1 – 12 of 12) sorted by relevance

/dports/www/p5-Dancer2-Plugin-Interchange6/Dancer2-Plugin-Interchange6-0.204/lib/Dancer2/Plugin/Interchange6/
H A DCart.pm242 $self->plugin->execute_plugin_hook( 'before_cart_add_validate', $self,
327 $self->plugin->execute_plugin_hook( 'after_cart_add', $self, \@ret );
341 $self->plugin->execute_plugin_hook( 'before_cart_clear', $self );
348 $self->plugin->execute_plugin_hook( 'after_cart_clear', $self );
427 $self->plugin->execute_plugin_hook( 'after_cart_remove', $self, $arg );
447 $self->plugin->execute_plugin_hook( 'before_cart_rename',
454 $self->plugin->execute_plugin_hook( 'after_cart_rename',
489 $self->plugin->execute_plugin_hook( 'after_cart_set_sessions_id', $ret,
504 $self->plugin->execute_plugin_hook( 'before_cart_set_users_id', $self,
558 $self->plugin->execute_plugin_hook( 'before_cart_update',
[all …]
H A DRoutes.pm426 $plugin->execute_plugin_hook( 'before_product_display',
472 $plugin->execute_plugin_hook( 'before_navigation_search',
504 $plugin->execute_plugin_hook( 'before_navigation_display',
/dports/security/p5-Dancer2-Plugin-Auth-Extensible/Dancer2-Plugin-Auth-Extensible-0.710/lib/Dancer2/Plugin/Auth/
H A DExtensible.pm385 $weak_plugin->execute_plugin_hook(
449 $plugin->execute_plugin_hook( 'before_authenticate_user',
495 $plugin->execute_plugin_hook(
517 $plugin->execute_plugin_hook( 'before_create_user', \%options );
563 $plugin->execute_plugin_hook( 'after_create_user', $options{username},
936 $plugin->execute_plugin_hook( 'permission_denied', $coderef );
957 $plugin->execute_plugin_hook( 'login_required', $coderef );
1199 $plugin->execute_plugin_hook( 'before_logout' );
1251 $plugin->execute_plugin_hook( 'after_reset_code_success',
1301 $plugin->execute_plugin_hook( 'after_login_success' );
/dports/www/p5-Dancer2/Dancer2-0.301004/t/lib/PoC/Plugin/
H A DPolite.pm21 $self->execute_plugin_hook('smileys');
/dports/security/p5-Dancer2-Plugin-Passphrase/Dancer2-Plugin-Passphrase-3.3.4/t/
H A D002_pod_coverage.t15 execute_plugin_hook |
/dports/databases/p5-Dancer2-Plugin-Database/Dancer2-Plugin-Database-2.17/lib/Dancer2/Plugin/
H A DDatabase.pm56 $dsl->execute_plugin_hook(@_);
/dports/databases/p5-Dancer2-Plugin-Database/Dancer2-Plugin-Database-2.17/t/
H A Dpod-coverage.t22 …{ also_private => [qw/ClassHooks PluginKeyword dancer_app database execute_plugin_hook hook keywor…
/dports/www/p5-Dancer2-Plugin-Interchange6/Dancer2-Plugin-Interchange6-0.204/t/
H A Dpod-coverage.t32 execute_plugin_hook
/dports/security/p5-Dancer2-Plugin-Auth-Extensible/Dancer2-Plugin-Auth-Extensible-0.710/t/
H A Dpod-coverage.t29 execute_plugin_hook hook keywords on_plugin_import plugin_args
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/rebar/src/
H A Drebar_core.erl380 execute_plugin_hook("pre_", Command, Modules,
384 execute_plugin_hook("post_", Command, Modules,
387 execute_plugin_hook(Hook, Command, Modules, Config, ModuleFile, Env) -> function
/dports/devel/rebar/rebar-2.6.4/src/
H A Drebar_core.erl380 execute_plugin_hook("pre_", Command, Modules,
384 execute_plugin_hook("post_", Command, Modules,
387 execute_plugin_hook(Hook, Command, Modules, Config, ModuleFile, Env) -> function
/dports/www/p5-Dancer2/Dancer2-0.301004/lib/Dancer2/
H A DPlugin.pm73 sub execute_plugin_hook { method in Dancer2::Plugin