Home
last modified time | relevance | path

Searched refs:post_user (Results 1 – 23 of 23) sorted by relevance

/dports/mail/geary/geary-40.0/src/engine/state/
H A Dstate-machine.vala23 private void *post_user = null;
93 void* perform_user = post_user;
98 post_user = null;
126 post_user = user;
/dports/www/p5-Web-Simple/Web-Simple-0.033/t/
H A Dsub-dispatch-args.t119 ok my $post_user = run_request(POST => 'http://localhost/user/42', [id => '99'] ),
122 cmp_ok $post_user->code, '==', 200,
126 my ($self, $params, $env, @noextra) = @{eval $post_user->content};
H A Dpredicate_objects.t143 ok my $post_user = run_request(POST => 'http://localhost/user/42', id => '99' ),
146 cmp_ok $post_user->code, '==', 200,
150 my ($self, $params, $env, @noextra) = @{eval $post_user->content or die $@};
/dports/www/zenphoto/zenphoto-1.5.9/zp-core/
H A Dlib-auth.php679 $post_user = sanitize(@$_POST['user']);
685 $user = self::checkLogon($post_user, $post_pass);
689 $_zp_loggedin = zp_apply_filter('admin_login_attempt', $_zp_loggedin, $post_user, $post_pass);
699 $user = self::getAnAdmin(array('`user`=' => $post_user, '`valid`=' => 1));
703 $ref = self::getResetTicket($post_user, $user->getPass());
704 …rectURL(FULLWEBPATH . '/' . ZENFOLDER . '/admin-users.php?ticket=' . $ref . '&user=' . $post_user);
713 if (empty($post_user)) {
716 …sword reset request on your Zenphoto gallery from a user who tried to log in as %s."), $post_user);
723 if (!empty($post_user) && ($tuser['user'] == $post_user || $tuser['email'] == $post_user)) {
H A Dfunctions.php1994 $post_user = sanitize($_POST['user']);
1996 $post_user = '';
2001 $auth = Zenphoto_Authority::passwordHash($post_user, $post_pass, $hi);
2002 $success = ($auth == $check_auth) && $post_user == $check_user;
2004 …debugLog("zp_handle_password($success): \$post_user=$post_user; \$post_pass=$post_pass; \$check_au…
2009 $success = zp_apply_filter('guest_login_attempt', $success, $post_user, $post_pass, $authType);
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/html/inc/
H A Dforum_rss.inc45 $post_user = BOincUser::lookup_id($post->user);
46 BoincForumPrefs::lookup($post_user);
48 if (is_admin($post_user)) {
/dports/www/e107/e107/e107_plugins/forum/
H A De_event.php52 …T('".$data[post_thread]."', user_plugin_forum_viewed) AND user_extended_id != ".$data[post_user]);
/dports/www/rt50/rt-5.0.2/share/html/Ticket/Elements/
H A DShowGroupMembers50 my $post_user = sub {
55 $m->comp("/Elements/ShowPrincipal", Object => $Group, Separator => "<br />", PostUser => $post_user
/dports/www/rt44/rt-4.4.5/share/html/Ticket/Elements/
H A DShowGroupMembers50 my $post_user = sub {
55 $m->comp("/Elements/ShowPrincipal", Object => $Group, Separator => "<br />", PostUser => $post_user
/dports/www/p5-Catalyst-Runtime/Catalyst-Runtime-5.90128/t/
H A Dhttp_method.t39 sub post_user :POST Chained(root) PathPart('') Args(0) Consumes(HTMLForm,JSON)
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/db/
H A Dconstraints.sql106 add index post_user (user),
/dports/www/e107/e107/e107_plugins/forum/shortcodes/batch/
H A Dview_shortcodes.php619 if(USER && $this->postInfo['post_user'] == USERID && $this->thread->threadInfo['thread_active'])
657 if(!$this->postInfo['post_user'])
/dports/www/habari/habari-0.8/system/handlers/
H A Dadminusershandler.php277 public function post_user() function in AdminUsersHandler
/dports/mail/roundcube/roundcubemail-1.5.1/program/include/
H A Drcmail.php952 $post_user = rcube_utils::get_input_value('_user', rcube_utils::INPUT_POST);
954 list(, $domain) = rcube_utils::explode('@', $post_user);
/dports/sysutils/bareos-client/bareos-Release-20.0.3/rest-api/
H A Dbareos-restapi.py1818 def post_user( function
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/systemtests/tests/python-restapi/api/
H A Dbareos-restapi.py1818 def post_user( function
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/rest-api/
H A Dbareos-restapi.py1818 def post_user( function
/dports/sysutils/bareos-client/bareos-Release-20.0.3/systemtests/tests/python-restapi/api/
H A Dbareos-restapi.py1818 def post_user( function
/dports/sysutils/bareos-server/bareos-Release-20.0.3/rest-api/
H A Dbareos-restapi.py1818 def post_user( function
/dports/sysutils/bareos-server/bareos-Release-20.0.3/systemtests/tests/python-restapi/api/
H A Dbareos-restapi.py1818 def post_user( function
/dports/www/bareos-webui/bareos-Release-20.0.3/rest-api/
H A Dbareos-restapi.py1818 def post_user( function
/dports/www/bareos-webui/bareos-Release-20.0.3/systemtests/tests/python-restapi/api/
H A Dbareos-restapi.py1818 def post_user( function
/dports/devel/p5-Test-DBIx-Class/Test-DBIx-Class-0.52/
H A Dtags13651 post_user ../Catalyst-Runtime/lib/Catalyst/ActionRole/HTTPMethods.pm /^ sub post_user : Cha…