Home
last modified time | relevance | path

Searched refs:dfv (Results 1 – 25 of 145) sorted by relevance

123456

/dports/textproc/p5-Data-FormValidator-Constraints-DateTime/Data-FormValidator-Constraints-DateTime-1.11/lib/Data/FormValidator/Constraints/
H A DDateTime.pm176 my $value = ref $dfv ? $dfv->get_current_constraint_value : $dfv;
240 $dfv,
338 my $value = ref $dfv ? $dfv->get_current_constraint_value : $dfv;
391 my $value = ref $dfv ? $dfv->get_current_constraint_value : $dfv;
568 my $value = ref $dfv ? $dfv->get_current_constraint_value : $dfv;
637 my $value = ref $dfv ? $dfv->get_current_constraint_value : $dfv;
713 my $value = ref $dfv ? $dfv->get_current_constraint_value : $dfv;
763 my $value = ref $dfv ? $dfv->get_current_constraint_value : $dfv;
814 my $value = ref $dfv ? $dfv->get_current_constraint_value : $dfv;
864 my $value = ref $dfv ? $dfv->get_current_constraint_value : $dfv;
[all …]
/dports/textproc/p5-Data-FormValidator/Data-FormValidator-4.88/lib/Data/FormValidator/
H A DConstraints.pm286 my ($dfv,$value) = @_;
287 $dfv->name_this('length_between') unless $dfv->get_current_constraint_name();
299 my ($dfv,$value) = @_;
300 $dfv->name_this('max_length') unless $dfv->get_current_constraint_name();
312 my ($dfv,$value) = @_;
313 $dfv->name_this('min_length') unless $dfv->get_current_constraint_name();
337 my $dfv = shift;
338 $dfv->name_this('eq_with') unless $dfv->get_current_constraint_name();
369 my $dfv = shift;
410 my $dfv = shift;
[all …]
/dports/www/otrs/otrs-rel-6_0_29/scripts/test/DynamicField/
H A DSearchSQLGet.t162 my $ValueText = '(dfv.value_text)';
196 TableAlias => 'dfv',
204 TableAlias => 'dfv',
213 TableAlias => 'dfv',
222 TableAlias => 'dfv',
249 TableAlias => 'dfv',
282 Empty => $IsOracle ? " dfv.value_text IS NOT NULL " : " dfv.value_text <> '' ",
362 Empty => " dfv.value_text IS NULL OR dfv.value_text = '' ",
383 Empty => $IsOracle ? " dfv.value_text IS NOT NULL " : " dfv.value_text <> '' ",
402 Empty => " dfv.value_text IS NULL OR dfv.value_text = '' ",
[all …]
/dports/textproc/p5-Data-FormValidator/Data-FormValidator-4.88/t/
H A D00_base.t11 my $dfv;
12 eval { $dfv = Data::FormValidator->new( {}, 'wrong' ); };
16 $dfv = Data::FormValidator->new('test/00_base.WRONG');
17 my $results = $dfv->check( {}, 'profile1' );
22 $dfv = Data::FormValidator->new('test/00_base.badformat');
23 my $results = $dfv->check( {}, 'profile1' );
27 eval { $dfv = Data::FormValidator->new('test/00_base.profile'); };
29 my $results = $dfv->check( {}, 'profile1' );
H A Dupload.t123 my $dfv = Data::FormValidator->new( { default => $default } );
125 eval { $results = $dfv->check( $q, 'default' ); };
173 $dfv = Data::FormValidator->new( { profile_2 => $profile_2 } );
174 eval { $results = $dfv->check( $q, 'profile_2' ); };
200 $dfv = Data::FormValidator->new( { profile_3 => $profile_3 } );
224 $dfv = Data::FormValidator->new( { profile_4 => $profile_4 } );
225 eval { $results = $dfv->check( $q, 'profile_4' ); };
247 $dfv = Data::FormValidator->new( { profile_5 => $profile_5 } );
248 eval { $results = $dfv->check( $q, 'profile_5' ); };
275 $dfv = Data::FormValidator->new( { profile_6 => $profile_6 } );
[all …]
H A D28_defaults_for_new.t15 my $dfv = Data::FormValidator->new( {}, { missing_optional_valie => 1 } );
17 eval { my $results = $dfv->check( \%FORM, {} ); };
20 $dfv = Data::FormValidator->new( {}, { missing_optional_valid => 1 } );
21 my $results = $dfv->check( \%FORM, {} );
27 $results = $dfv->check( \%FORM, { missing_optional_valid => 0 } );
H A Dupload_closure.t69 my $dfv = Data::FormValidator->new( { default => $default } );
71 eval { $results = $dfv->check( $q, 'default' ); };
110 $dfv = Data::FormValidator->new( { profile_2 => $profile_2 } );
111 eval { $results = $dfv->check( $q, 'profile_2' ); };
133 $dfv = Data::FormValidator->new( { profile_3 => $profile_3 } );
134 ( $valid, $missing, $invalid ) = $dfv->validate( $q, 'profile_3' );
H A Ddependency_coderef.t12 my $dfv = shift;
20 my ( $dfv, $val ) = @_;
25 $code_results{'dfv_obj'} = $dfv;
H A Dconstraints_invalid_once_only.t11 my ( $dfv, $val ) = @_;
12 my $passwords = $dfv->{__INPUT_DATA}->{password};
H A Dconstraint_method.t14 my $dfv = shift;
15 my $name = $dfv->get_current_constraint_name;
/dports/cad/opencascade/opencascade-7.6.0/src/Contap/
H A DContap_ArcFunction.cxx99 Standard_Real dfu =0.,dfv =0.; in Derivative() local
112 dfv = (dnv.Dot(myDir))/myMean; in Derivative()
121 dfv = (dnv.Dot(Ep))/myMean; in Derivative()
135 dfv = (dnv.Dot(myDir)-myCosAng*dnv.Dot(norm))/myMean; in Derivative()
143 D = d2d.X()*dfu + d2d.Y()*dfv; in Derivative()
153 Standard_Real dfu =0.,dfv =0.; in Values() local
168 dfv = (dnv.Dot(myDir))/myMean; in Values()
178 dfv = (dnv.Dot(Ep))/myMean; in Values()
192 dfv = (dnv.Dot(myDir)-myCosAng*dnv.Dot(norm))/myMean; in Values()
201 D = d2d.X()*dfu + d2d.Y()*dfv; in Values()
/dports/devel/allegro/allegro-4.4.3.1/src/c/
H A Dcscan.h265 dfv = info->dfv * 4; in FUNC_POLY_SCANLINE_PTEX()
283 fv += dfv; in FUNC_POLY_SCANLINE_PTEX()
329 dfv = info->dfv * 4; in FUNC_POLY_SCANLINE_PTEX_MASK()
347 fv += dfv; in FUNC_POLY_SCANLINE_PTEX_MASK()
399 dfv = info->dfv * 4; in FUNC_POLY_SCANLINE_PTEX_LIT()
416 fv += dfv; in FUNC_POLY_SCANLINE_PTEX_LIT()
468 dfv = info->dfv * 4; in FUNC_POLY_SCANLINE_PTEX_MASK_LIT()
485 fv += dfv; in FUNC_POLY_SCANLINE_PTEX_MASK_LIT()
621 dfv = info->dfv * 4; in FUNC_POLY_SCANLINE_PTEX_TRANS()
639 fv += dfv; in FUNC_POLY_SCANLINE_PTEX_TRANS()
[all …]
H A Dczscan.h349 dfv = info->dfv; in FUNC_POLY_ZBUF_PTEX()
366 fv += dfv; in FUNC_POLY_ZBUF_PTEX()
396 dfv = info->dfv; in FUNC_POLY_ZBUF_PTEX_MASK()
415 fv += dfv; in FUNC_POLY_ZBUF_PTEX_MASK()
449 dfv = info->dfv; in FUNC_POLY_ZBUF_PTEX_LIT()
468 fv += dfv; in FUNC_POLY_ZBUF_PTEX_LIT()
503 dfv = info->dfv; in FUNC_POLY_ZBUF_PTEX_MASK_LIT()
524 fv += dfv; in FUNC_POLY_ZBUF_PTEX_MASK_LIT()
658 dfv = info->dfv; in FUNC_POLY_ZBUF_PTEX_TRANS()
678 fv += dfv; in FUNC_POLY_ZBUF_PTEX_TRANS()
[all …]
/dports/science/tfel/tfel-3.4.0/include/TFEL/Math/Newton-Raphson/
H A DScalarNewtonRaphson.ixx55 auto[fv, dfv] = f(p.x0);
59 auto dfv = std::get<1>(fdf);
72 (tfel::math::ieee754::fpclassify(dfv) == FP_ZERO)) {
73 dx = -fv / dfv;
94 std::tie(fv, dfv) = f(x);
103 std::tie(fv, dfv) = f(x);
/dports/cad/gmsh/gmsh-4.9.2-source/Numeric/
H A DpyramidalBasis.cpp157 double(*dfv)[3] = new double[N][3]; in df() local
161 df(coord(iPt, 0), coord(iPt, 1), coord(iPt, 2), dfv); in df()
163 dfm(3 * iPt + 0, i) = dfv[i][0]; in df()
164 dfm(3 * iPt + 1, i) = dfv[i][1]; in df()
165 dfm(3 * iPt + 2, i) = dfv[i][2]; in df()
169 delete[] dfv; in df()
/dports/science/tfel/tfel-3.4.0/include/TFEL/Math/General/
H A DCubicRoots.hxx254 auto dfv = df(x); in improve() local
256 if(std::abs(dfv)<100*emin){ in improve()
259 auto x1 = x-f(x)/dfv; in improve()
263 dfv = df(x); in improve()
264 if(std::abs(dfv)<100*emin){ in improve()
267 x1 = x-f(x)/dfv; in improve()
/dports/science/tfel-edf/tfel-3.2.1/include/TFEL/Math/General/
H A DCubicRoots.hxx254 auto dfv = df(x); in improve() local
256 if(std::abs(dfv)<100*emin){ in improve()
259 auto x1 = x-f(x)/dfv; in improve()
263 dfv = df(x); in improve()
264 if(std::abs(dfv)<100*emin){ in improve()
267 x1 = x-f(x)/dfv; in improve()
/dports/science/tfel/tfel-3.4.0/docs/gallery/behaviours/hyperelasticity/
H A DOgden-tfel-3.0.0.mfront48 const tvector<3u,real> dfv = {a*vp(0)*pwv(0),a*vp(1)*pwv(1),a*vp(2)*pwv(2)};
50 const auto df_dC = dfv(0)*n0+dfv(1)*n1+dfv(2)*n2;
H A DOgden.mfront47 const tvector<3u,real> dfv = {a*vp(0)*pwv(0),a*vp(1)*pwv(1),a*vp(2)*pwv(2)};
49 const auto df_dC = Stensor::computeIsotropicFunction(dfv,m);
63 Stensor::computeIsotropicFunctionDerivative(dfv,d2fv,vp,m,1.e-12);
/dports/science/tfel-edf/tfel-3.2.1/docs/gallery/behaviours/hyperelasticity/
H A DOgden-tfel-3.0.0.mfront48 const tvector<3u,real> dfv = {a*vp(0)*pwv(0),a*vp(1)*pwv(1),a*vp(2)*pwv(2)};
50 const auto df_dC = dfv(0)*n0+dfv(1)*n1+dfv(2)*n2;
H A DOgden.mfront47 const tvector<3u,real> dfv = {a*vp(0)*pwv(0),a*vp(1)*pwv(1),a*vp(2)*pwv(2)};
49 const auto df_dC = Stensor::computeIsotropicFunction(dfv,m);
63 Stensor::computeIsotropicFunctionDerivative(dfv,d2fv,vp,m,1.e-12);
/dports/news/fidogate4/fidogate-4.4.10/scripts/cnews/
H A Dsys9 zruty/zruty.dfv.rwth-aachen.de,dfv.rwth-aachen.de:\
/dports/www/p5-CGI-Application-Plugin-ValidateRM/CGI-Application-Plugin-ValidateRM-2.5/lib/CGI/Application/Plugin/
H A DValidateRM.pm41 my $dfv = Data::FormValidator->new({}, $self->param('dfv_defaults') );
42 my $r =$dfv->check($self->query,$profile);
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwpw/gw/Transfer/
H A Dspline.f9067 subroutine dsplv(f,x,t,d2f,n,xv,dfv) argument
72 double precision f(n),x(n),t,d2f(n),xv,dfv local
97 dfv=(f(ihi)-f(ilo))/dx &
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwpw/gw/Transfer/
H A Dspline.f9067 subroutine dsplv(f,x,t,d2f,n,xv,dfv) argument
72 double precision f(n),x(n),t,d2f(n),xv,dfv local
97 dfv=(f(ihi)-f(ilo))/dx &

123456