Home
last modified time | relevance | path

Searched defs:redirect_to (Results 1 – 25 of 115) sorted by relevance

12345

/dports/chinese/wordpress-zh_TW/wordpress/
H A Dwp-login.php480 $redirect_to = $_REQUEST['redirect_to']; variable
482 $redirect_to = admin_url(); variable
685 $redirect_to = $_REQUEST['redirect_to']; variable
688 $redirect_to = add_query_arg( variable
1034 $redirect_to = admin_url(); variable
1131 $redirect_to = $_REQUEST['redirect_to']; variable
1134 $redirect_to = preg_replace( '|^http://|', 'https://', $redirect_to ); variable
1137 $redirect_to = admin_url(); variable
1216 $redirect_to = add_query_arg( variable
1229 $redirect_to = user_admin_url(); variable
[all …]
/dports/chinese/wordpress-zh_CN/wordpress/
H A Dwp-login.php480 $redirect_to = $_REQUEST['redirect_to']; variable
482 $redirect_to = admin_url(); variable
685 $redirect_to = $_REQUEST['redirect_to']; variable
688 $redirect_to = add_query_arg( variable
1034 $redirect_to = admin_url(); variable
1131 $redirect_to = $_REQUEST['redirect_to']; variable
1134 $redirect_to = preg_replace( '|^http://|', 'https://', $redirect_to ); variable
1137 $redirect_to = admin_url(); variable
1216 $redirect_to = add_query_arg( variable
1229 $redirect_to = user_admin_url(); variable
[all …]
/dports/chinese/wordpress-zh_TW/wordpress/wp-admin/
H A Dedit-comments.php50 …$redirect_to = remove_query_arg( array( 'trashed', 'untrashed', 'deleted', 'spammed', 'unspammed',… variable
51 $redirect_to = add_query_arg( 'paged', $pagenum, $redirect_to ); variable
96 …$redirect_to = apply_filters( "handle_bulk_actions-{$screen}", $redirect_to, $doaction, $comment_i… variable
102 $redirect_to = add_query_arg( 'approved', $approved, $redirect_to ); variable
105 $redirect_to = add_query_arg( 'unapproved', $unapproved, $redirect_to ); variable
108 $redirect_to = add_query_arg( 'spammed', $spammed, $redirect_to ); variable
111 $redirect_to = add_query_arg( 'unspammed', $unspammed, $redirect_to ); variable
114 $redirect_to = add_query_arg( 'trashed', $trashed, $redirect_to ); variable
117 $redirect_to = add_query_arg( 'untrashed', $untrashed, $redirect_to ); variable
120 $redirect_to = add_query_arg( 'deleted', $deleted, $redirect_to ); variable
[all …]
H A Dlink-manager.php23 $redirect_to = admin_url( 'link-manager.php' ); variable
33 $redirect_to = add_query_arg( 'deleted', count( $bulklinks ), $redirect_to ); variable
38 …$redirect_to = apply_filters( "handle_bulk_actions-{$screen}", $redirect_to, $doaction, $bulklinks… variable
/dports/chinese/wordpress-zh_CN/wordpress/wp-admin/
H A Dedit-comments.php50 …$redirect_to = remove_query_arg( array( 'trashed', 'untrashed', 'deleted', 'spammed', 'unspammed',… variable
51 $redirect_to = add_query_arg( 'paged', $pagenum, $redirect_to ); variable
96 …$redirect_to = apply_filters( "handle_bulk_actions-{$screen}", $redirect_to, $doaction, $comment_i… variable
102 $redirect_to = add_query_arg( 'approved', $approved, $redirect_to ); variable
105 $redirect_to = add_query_arg( 'unapproved', $unapproved, $redirect_to ); variable
108 $redirect_to = add_query_arg( 'spammed', $spammed, $redirect_to ); variable
111 $redirect_to = add_query_arg( 'unspammed', $unspammed, $redirect_to ); variable
114 $redirect_to = add_query_arg( 'trashed', $trashed, $redirect_to ); variable
117 $redirect_to = add_query_arg( 'untrashed', $untrashed, $redirect_to ); variable
120 $redirect_to = add_query_arg( 'deleted', $deleted, $redirect_to ); variable
[all …]
H A Dlink-manager.php23 $redirect_to = admin_url( 'link-manager.php' ); variable
33 $redirect_to = add_query_arg( 'deleted', count( $bulklinks ), $redirect_to ); variable
38 …$redirect_to = apply_filters( "handle_bulk_actions-{$screen}", $redirect_to, $doaction, $bulklinks… variable
/dports/www/piwigo/piwigo/
H A Didentification.php37 $redirect_to = ''; variable
40 $redirect_to = urldecode($_GET['redirect']); variable
60 $redirect_to = isset($_POST['redirect']) ? urldecode($_POST['redirect']) : ''; variable
/dports/www/p5-Reaction/Reaction-0.002005/lib/Reaction/UI/Controller/Role/
H A DRedirectTo.pm5 sub redirect_to { method
/dports/net/py-libcloud/apache-libcloud-3.4.1/test/dns/fixtures/pointdns/
H A D_zones_1_redirects_LIST.json5 "redirect_to": "http://other.com", string
16 "redirect_to": "http://someother.com", string
H A D_zones_1_redirects_CREATE.json4 "redirect_to": "http://other.com", string
H A D_zones_1_redirects_GET.json4 "redirect_to": "http://other.com", string
H A D_zones_1_redirects_UPDATE.json4 "redirect_to": "http://updatedother.com", string
/dports/www/py-django-sudo/django-sudo-3.1.0/sudo/
H A Dviews.py43 def handle_sudo(self, request, redirect_to, context): argument
46 def grant_sudo_privileges(self, request, redirect_to): argument
/dports/sysutils/ganglia-webfrontend/ganglia-web-3.7.2/
H A Dlogin.php7 $redirect_to = isSet( $_SERVER['HTTP_REFERER'] ) ? $_SERVER['HTTP_REFERER'] : 'index.php'; variable
H A Dlogout.php6 $redirect_to = isSet( $_SERVER['HTTP_REFERER'] ) ? $_SERVER['HTTP_REFERER'] : 'index.php'; variable
/dports/security/py-angr/angr-9.0.5405/angr/procedures/stubs/
H A DRedirect.py12 def run(self, redirect_to=None): argument
/dports/chinese/wordpress-zh_CN/wordpress/wp-admin/network/
H A Dsites.php228 $redirect_to = wp_get_referer(); variable
232 …$redirect_to = apply_filters( 'handle_network_bulk_actions-' . get_current_screen()->id, $redirect… variable
/dports/chinese/wordpress-zh_TW/wordpress/wp-admin/network/
H A Dsites.php228 $redirect_to = wp_get_referer(); variable
232 …$redirect_to = apply_filters( 'handle_network_bulk_actions-' . get_current_screen()->id, $redirect… variable
/dports/multimedia/zoneminder/zoneminder-1.36.5/web/api/lib/Cake/Test/test_app/Controller/
H A DTestsAppsController.php51 public function redirect_to() { function in TestsAppsController
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/ui/
H A Dindex_http.php25 $redirect_to = (new CUrl('index.php'))->setArgument('form', 'default'); variable
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/ui/
H A Dindex_http.php25 $redirect_to = (new CUrl('index.php'))->setArgument('form', 'default'); variable
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/ui/
H A Dindex_http.php25 $redirect_to = (new CUrl('index.php'))->setArgument('form', 'default'); variable
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/ui/
H A Dindex_http.php25 $redirect_to = (new CUrl('index.php'))->setArgument('form', 'default'); variable
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/ui/
H A Dindex_http.php25 $redirect_to = (new CUrl('index.php'))->setArgument('form', 'default'); variable
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/ui/
H A Dindex_http.php27 $redirect_to = (new CUrl('index.php'))->setArgument('form', 'default'); variable

12345