Home
last modified time | relevance | path

Searched refs:Pw (Results 1 – 25 of 1066) sorted by relevance

12345678910>>...43

/dports/x11/slim/slim-1.3.6/
H A Dswitchuser.cpp24 Pw(pw), in SwitchUser()
41 if ((Pw != 0) && (setsid() != -1)) { in SetUserId()
43 login_cap_t *lc = login_getpwclass(Pw); in SetUserId()
45 (setusercontext(lc, Pw, Pw->pw_uid, LOGIN_SETALL) == 0)) { in SetUserId()
52 if ((setlogin(Pw->pw_name) == 0) && in SetUserId()
53 (initgroups(Pw->pw_name, Pw->pw_gid) == 0) && in SetUserId()
54 (setgid(Pw->pw_gid) == 0) && in SetUserId()
55 (setuid(Pw->pw_uid) == 0) ) { in SetUserId()
65 chdir(Pw->pw_dir); in Execute()
66 execle(Pw->pw_shell, Pw->pw_shell, "-c", cmd, NULL, env); in Execute()
[all …]
/dports/www/otrs/otrs-rel-6_0_29/Kernel/System/Auth/
H A DDB.pm87 my $Pw = $Param{Pw} || '';
123 $CryptedPw = $Pw;
138 $EncodeObject->EncodeOutput( \$Pw );
157 $SHAObject->add($Pw);
167 $SHAObject->add($Pw);
198 $Pw
213 $SHAObject->add($Pw);
224 $CryptedPw = crypt( $Pw, $User );
239 $EncodeObject->EncodeOutput( \$Pw );
241 $CryptedPw = crypt( $Pw, $Salt );
[all …]
H A DRadius.pm78 my $Pw = $Param{Pw} || '';
87 Message => "User: '$User' tried to authenticate with Pw: '$Pw' ($RemoteAddr)",
101 if ( !$Pw ) {
126 my $AuthResult = $Radius->check_pwd( $User, $Pw );
/dports/www/otrs/otrs-rel-6_0_29/Kernel/System/CustomerAuth/
H A DDB.pm107 my $Pw = $Param{Pw} || '';
144 $CryptedPw = $Pw;
158 $EncodeObject->EncodeOutput( \$Pw );
174 $EncodeObject->EncodeOutput( \$Pw );
175 $SHAObject->add($Pw);
185 $SHAObject->add($Pw);
216 $Pw
230 $SHAObject->add($Pw);
255 $EncodeObject->EncodeOutput( \$Pw );
259 $CryptedPw = crypt( $Pw, $Salt );
[all …]
H A DRadius.pm81 my $Pw = $Param{Pw} || '';
90 Message => "User: '$User' tried to authenticate with Pw: '$Pw' ($RemoteAddr)",
104 if ( !$Pw ) {
129 my $AuthResult = $Radius->check_pwd( $User, $Pw );
/dports/www/otrs/otrs-rel-6_0_29/Kernel/Output/HTML/Preferences/
H A DPassword.pm122 my $Pw;
124 $Pw = $Param{GetParam}->{NewPw}->[0];
149 Pw => $CurPw,
159 if ( !$Pw || !$Pw1 ) {
165 if ( $Pw ne $Pw1 ) {
175 if ( $Config->{PasswordRegExp} && $Pw !~ /$Config->{PasswordRegExp}/ ) {
183 if ( $Config->{PasswordMinSize} && length $Pw < $Config->{PasswordMinSize} ) {
194 && ( $Pw !~ /[A-Z].*[A-Z]/ || $Pw !~ /[a-z].*[a-z]/ )
204 if ( $Config->{PasswordNeedDigit} && $Pw !~ /\d/ ) {
210 if ( $Config->{PasswordMin2Characters} && $Pw !~ /[A-z][A-z]/ ) {
[all …]
/dports/math/octave-forge-nurbs/nurbs-1.4.3/inst/
H A Dcrvkntremove.m61 rcrv = nrbmak (Pw, U);
79 function [U, Pw, t] = RemoveCurveKnot (n, p, U, Pw, u, r, s, num, d)
82 w = min (Pw(4,:));
83 Pmax = max (sqrt (sum (Pw.^2, 1)));
96 temp(:,1) = Pw(:,off);
97 temp(:,last+1-off+1) = Pw(:,last+1);
120 if (norm (Pw(:,i) - (alfi.*temp(:,ii+t+1+1) + ...
133 Pw(:,i) = temp(:,i-off+1);
134 Pw(:,j) = temp(:,j-off+1);
166 Pw(:,j) = Pw(:,k);
[all …]
H A Dnrbunclamp.m64 Pw = crv.coefs; variable
82 Pw = permute (Pw, [1, circshift([2 3 4], [0, 1-idim])]); variable
86 Pw(:,jj+1,:,:) = (Pw(:,jj+1,:,:) - alpha*Pw(:,jj+2,:,:))/(1-alpha);
99 Pw(:,n-jj,:,:) = (Pw(:,n-jj,:,:) - (1-alpha)*Pw(:,n-jj-1,:,:))/alpha;
103 Pw = permute (Pw, [1, circshift([2 3 4], [0, idim-1])]); variable
108 ucrv = nrbmak (Pw, knt);
110 ucrv = nrbmak (Pw, knt{:});
/dports/games/vavoom/vavoom-1.33/progs/common/linespec/
H A DPowerupGiver.vc47 Powerup Pw = Spawn(PowerupType,,,, false);
51 Pw.EffectTime = EffectTime > 0.0 ? EffectTime : -EffectTime * 35.0;
55 Pw.BlendColour = BlendColour;
59 Pw.Mode = Mode;
61 Pw.bAlwaysPickup = bAlwaysPickup;
62 Pw.bAdditiveTime = bAdditiveTime;
63 if (!Pw.TryPickup(EntityEx(Owner)))
65 Pw.Destroy();
/dports/security/pwman/pwman-0.4.5/src/
H A Dpwlist.c93 Pw*
96 Pw *new; in pwlist_new_pw()
127 Pw *iter = NULL; in pwlist_change_item_order()
128 Pw *pprev = NULL; in pwlist_change_item_order()
129 Pw *prev = NULL; in pwlist_change_item_order()
130 Pw *next = NULL; in pwlist_change_item_order()
131 Pw *nnext = NULL; in pwlist_change_item_order()
306 Pw *current; in pwlist_add_ptr()
336 Pw *iter, *prev; in pwlist_detach_pw()
455 Pw *iter; in pwlist_write()
[all …]
H A Dpwman.h70 typedef struct _PW Pw; typedef
74 Pw *list;
88 Pw *entry;
137 int pwlist_add_ptr(PWList*, Pw*);
138 Pw* pwlist_new_pw();
H A Dconvert_pwdb.c99 Pw *current, *next; in free_pwlist()
122 Pw*
125 Pw *new; in new_pw()
126 new = malloc(sizeof(Pw)); in new_pw()
144 free_pw(Pw *old) in free_pw()
155 add_pw_ptr(PWList *list, Pw *new) in add_pw_ptr()
157 Pw *current; in add_pw_ptr()
221 Pw* iter; in write_pwlist()
260 Pw *
263 Pw *new; in read_pw_node()
[all …]
H A Dpwdb2csv.c98 Pw *current, *next; in free_pwlist()
122 Pw*
125 Pw *new; in new_pw()
126 new = malloc(sizeof(Pw)); in new_pw()
144 free_pw(Pw *old) in free_pw()
156 add_pw_ptr(PWList *list, Pw *new) in add_pw_ptr()
158 Pw *current; in add_pw_ptr()
230 write_password_node(FILE *fp, Pw *pw) in write_password_node()
239 Pw* iter; in write_pwlist()
255 Pw *new; in read_password_node()
H A Dactions.c48 Pw *pw; in action_list_add_pw()
151 Pw* curpw; in action_list_rename()
441 Pw* curpw; in action_list_select_item()
490 Pw* curpw; in action_list_delete_item()
534 Pw* curpw; in action_list_move_item()
605 Pw* curpw; in action_list_move_item_up_level()
655 Pw* curpw; in action_list_export()
696 Pw* curpw = NULL; in action_list_locate()
766 Pw* curpw; in action_list_launch()
803 Pw* curpw; in action_list_move_item_up()
[all …]
/dports/graphics/freeimage/FreeImage/Source/LibRawLite/internal/
H A Daahd_demosaic.cpp27 #define Pw (-1) macro
206 int dh = ABS(rgb[2 * Pw][kc] - rgb[2 * Pe][kc]) + ABS(rgb[Pw][1] - rgb[Pe][1]) in hide_hots()
207 + ABS(rgb[Pw][1] - rgb[Pe][1] + rgb[2 * Pe][kc] - rgb[2 * Pw][kc]); in hide_hots()
212 d = Pw; in hide_hots()
242 int dh = ABS(rgb[2 * Pw][1] - rgb[2 * Pe][1]) + ABS(rgb[Pw][kc] - rgb[Pe][kc]) in hide_hots()
243 + ABS(rgb[Pw][kc] - rgb[Pe][kc] + rgb[2 * Pe][1] - rgb[2 * Pw][1]); in hide_hots()
251 d = Pw; in hide_hots()
282 Pw, in evaluate_ahd()
407 ynr = &yuv[0][moff + Pw]; in evaluate_ahd()
409 + SQR(2 * ynr[0][1] - ynr[Pw][1] - ynr[Pe][1]) in evaluate_ahd()
[all …]
/dports/graphics/darktable38/darktable-3.8.0/src/external/LibRaw/src/demosaic/
H A Daahd_demosaic.cpp31 #define Pw (-1) macro
232 ABS(rgb[2 * Pw][kc] - rgb[2 * Pe][kc]) + in hide_hots()
233 ABS(rgb[Pw][1] - rgb[Pe][1]) + in hide_hots()
234 ABS(rgb[Pw][1] - rgb[Pe][1] + rgb[2 * Pe][kc] - rgb[2 * Pw][kc]); in hide_hots()
241 d = Pw; in hide_hots()
276 ABS(rgb[2 * Pw][1] - rgb[2 * Pe][1]) + in hide_hots()
277 ABS(rgb[Pw][kc] - rgb[Pe][kc]) + in hide_hots()
278 ABS(rgb[Pw][kc] - rgb[Pe][kc] + rgb[2 * Pe][1] - rgb[2 * Pw][1]); in hide_hots()
285 d = Pw; in hide_hots()
298 int hvdir[4] = {Pw, Pe, Pn, Ps}; in evaluate_ahd()
[all …]
/dports/graphics/libraw/LibRaw-0.20.2/src/demosaic/
H A Daahd_demosaic.cpp31 #define Pw (-1) macro
232 ABS(rgb[2 * Pw][kc] - rgb[2 * Pe][kc]) + in hide_hots()
233 ABS(rgb[Pw][1] - rgb[Pe][1]) + in hide_hots()
234 ABS(rgb[Pw][1] - rgb[Pe][1] + rgb[2 * Pe][kc] - rgb[2 * Pw][kc]); in hide_hots()
241 d = Pw; in hide_hots()
276 ABS(rgb[2 * Pw][1] - rgb[2 * Pe][1]) + in hide_hots()
277 ABS(rgb[Pw][kc] - rgb[Pe][kc]) + in hide_hots()
278 ABS(rgb[Pw][kc] - rgb[Pe][kc] + rgb[2 * Pe][1] - rgb[2 * Pw][1]); in hide_hots()
285 d = Pw; in hide_hots()
304 int hvdir[4] = {Pw, Pe, Pn, Ps}; in evaluate_ahd()
[all …]
/dports/graphics/digikam/digikam-7.4.0/core/libs/rawengine/libraw/src/demosaic/
H A Daahd_demosaic.cpp31 #define Pw (-1) macro
232 ABS(rgb[2 * Pw][kc] - rgb[2 * Pe][kc]) + in hide_hots()
233 ABS(rgb[Pw][1] - rgb[Pe][1]) + in hide_hots()
234 ABS(rgb[Pw][1] - rgb[Pe][1] + rgb[2 * Pe][kc] - rgb[2 * Pw][kc]); in hide_hots()
241 d = Pw; in hide_hots()
276 ABS(rgb[2 * Pw][1] - rgb[2 * Pe][1]) + in hide_hots()
277 ABS(rgb[Pw][kc] - rgb[Pe][kc]) + in hide_hots()
278 ABS(rgb[Pw][kc] - rgb[Pe][kc] + rgb[2 * Pe][1] - rgb[2 * Pw][1]); in hide_hots()
285 d = Pw; in hide_hots()
298 int hvdir[4] = {Pw, Pe, Pn, Ps}; in evaluate_ahd()
[all …]
/dports/www/otrs/otrs-rel-6_0_29/scripts/
H A Drpc-example.pl25 my $Pw = 'some_pass';
33 my $SOM = $RPC->Dispatch( $User, $Pw, 'TicketObject', 'TicketCreateNumber' );
40 $SOM = $RPC->Dispatch( $User, $Pw, 'TicketObject', 'TicketGet', TicketID => 1 );
61 $SOM = $RPC->Dispatch( $User, $Pw, 'TicketObject', 'TicketCreate', %TicketData );
69 $User, $Pw, 'TicketObject', 'TicketDelete',
80 $SOM = $RPC->Dispatch( $User, $Pw, 'CustomerUserObject', 'CustomerName', UserLogin => 'test-user' );
/dports/www/otrs/otrs-rel-6_0_29/bin/cgi-bin/
H A Drpc.pl45 my ( $Self, $User, $Pw, $Object, $Method, %Param ) = @_;
48 $Pw ||= '';
90 if ( $User ne $RequiredUser || $Pw ne $RequiredPassword ) {
93 Message => "Auth for user $User (pw $Pw) failed!",
123 my ( $Self, $User, $Pw, $Object, $MethodParamArrayRef ) = @_;
126 $Pw ||= '';
167 if ( $User ne $RequiredUser || $Pw ne $RequiredPassword ) {
170 Message => "Auth for user $User (pw $Pw) failed!",
/dports/textproc/gnugrep/grep-3.7/tests/
H A Dpcre-w16 grep -Pw aa in > out || fail=1
20 grep -Pw %% in > out && fail=1
24 grep -Pw %% in > out || fail=1
28 grep -Pw %% in > out || fail=1
/dports/net/croc/croc-9.5.0/vendor/github.com/schollz/pake/v3/
H A Dpake.go42 Pw []byte member
118 p.Pw = pw
125 p.Vpwᵤ, p.Vpwᵥ = p.curve.ScalarMult(p.Vᵤ, p.Vᵥ, p.Pw)
126 p.Upwᵤ, p.Upwᵥ = p.curve.ScalarMult(p.Uᵤ, p.Uᵥ, p.Pw)
181 p.Vpwᵤ, p.Vpwᵥ = p.curve.ScalarMult(p.Vᵤ, p.Vᵥ, p.Pw)
182 p.Upwᵤ, p.Upwᵥ = p.curve.ScalarMult(p.Uᵤ, p.Uᵥ, p.Pw)
193 HB.Write(p.Pw)
217 HA.Write(p.Pw)
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/internal/obj/x86/
H A Dasm6.go300 Pw = 0x48 // Rex.w const
4079 ab.rexflag |= Pw
4086 ab.rexflag |= Pw
4093 ab.rexflag |= Pw
4104 ab.rexflag |= Pw
4117 ab.rexflag |= Pw
4124 ab.rexflag |= Pw
4802 if t[0] == Pw {
4806 ab.rexflag |= Pw
4953 ab.rexflag |= Pw
[all …]
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/internal/obj/x86/
H A Dasm6.go237 Pw = 0x48 /* Rex.w */ const
3412 asmbuf.rexflag |= Pw
3426 asmbuf.rexflag |= Pw
3439 asmbuf.rexflag |= Pw
3446 asmbuf.rexflag |= Pw
3783 asmbuf.rexflag &^= Pw
4032 if t[0] == Pw {
4036 asmbuf.rexflag |= Pw
4184 asmbuf.rexflag |= Pw
4198 asmbuf.rexflag |= Pw
[all …]
/dports/x11-toolkits/pangolin/Pangolin-0.6/include/pangolin/scene/
H A Dscenehandler.h115 GetPosNormal(view, x, y, p, Pw, Pc, n); in Mouse()
126 handled |= ir && ir->Mouse( button, p, Pw, n, pressed, button_state, kv.first); in Mouse()
136 GetPosNormal(view, x, y, p, Pw, Pc, n); in MouseMotion()
142 handled |= ir && ir->MouseMotion( p, Pw, n, button_state, kv.first); in MouseMotion()
153 GetPosNormal(view, (int)x, (int)y, p, Pw, Pc, n); in Special()
167 handled |= ir && ir->Mouse( button, p, Pw, n, true, button_state, kv.first); in Special()

12345678910>>...43