Home
last modified time | relevance | path

Searched refs:MINLEN (Results 1 – 25 of 87) sorted by relevance

1234

/dports/security/p5-Data-Password/Data-Password-1.12/
H A DPassword.pm10 use vars qw($DICTIONARY $FOLLOWING $GROUPS $MINLEN $MAXLEN $SKIPCHAR
15 @DICTIONARIES $MINLEN $MAXLEN IsBadPassword IsBadPasswordForUNIX);
27 $MINLEN = 6;
106 return 1 if ($MINLEN && $len < $MINLEN);
114 if ($MAXLEN && $MINLEN) {
115 return "Not between $MINLEN and $MAXLEN characters";
117 elsif (!$MAXLEN) { return "Not $MINLEN characters or greater"; }
/dports/converters/p5-Boulder/Boulder-1.30/eg/
H A Dquickblast.pl18 $TMPDIR $DELETE_TMPDIR $BOULDER $TABULAR $CUTOFF $MINLEN
30 'minlen=f' => \$MINLEN,
73 $MINLEN ||= 0.0;
75 unless $MINLEN >= 0.0 && $MINLEN <= 1.0;
116 next unless abs($hsp->Length/$hit->Length) >= $MINLEN;
/dports/www/wsdlpull/wsdlpull-1.24/src/schemaparser/
H A DSimpleType.cpp41 LENGTH | MINLEN | MAXLEN | ENUM | WSP | PATTERN; in SimpleType()
55 LENGTH | MINLEN | MAXLEN | ENUM | WSP | PATTERN; in SimpleType()
63 facets_["minLength"]= MINLEN; in SimpleType()
148 case MINLEN: in setFacetValue()
219 case MINLEN: in isValidInt()
267 case MINLEN: in isValidString()
353 case MINLEN: in getFacetValue()
/dports/textproc/p5-Parse-PhoneNumber/Parse-PhoneNumber-1.9/lib/Parse/
H A DPhoneNumber.pm7 use vars qw[$VERSION $EXT $MINLEN $MIN_US_LENGTH @CCODES];
12 $MINLEN = 7;
137 if ( $number{cc} && length "$number{cc}$_" >= $MINLEN ) {
/dports/net-mgmt/pktstat/pktstat-46935839b/
H A Dwol.c17 #define MINLEN (6 + 6 * 16) macro
47 for (q = p; q + MINLEN <= end; q++) {
/dports/mail/sympa/sympa-6.2.62/src/lib/Sympa/Tools/
H A DPassword.pm78 $Data::Password::GROUPS, $Data::Password::MINLEN,
95 $Data::Password::MINLEN = $value;
/dports/archivers/paq/paq-20140131_6/
H A Dmin.cfg15 (lzppre PH PM ESC MINLEN HMUL)
19 codes for a match of length LEN+MINLEN at the last place
29 a+= $2+2 (MINLEN)
/dports/games/nbsdgames/nbsdgames-4.1.2/
H A Dmuncher.c23 #define MINLEN 10 macro
290 if(len<MINLEN || wid<MINWID || len>500 || wid>500){ in main()
303 if(len<MINLEN) in main()
304 len=MINLEN; in main()
H A Dmiketron.c23 #define MINLEN 10 macro
330 if(len<MINLEN || wid<MINWID || len>500 || wid>500){ in main()
344 if(len<MINLEN) in main()
345 len=MINLEN; in main()
/dports/deskutils/plan/plan-1.10.1/src/
H A Dweekdraw.c21 #define MINLEN 8 /* no bar is shorter than MINLEN */ macro
123 if (e < b + MINLEN) in locate_in_week_calendar()
124 e = b + MINLEN; in locate_in_week_calendar()
455 ee = e < b+MINLEN ? b+MINLEN : e; in draw_bar()
484 point[1].x = BOUND(b, x, xend-MINLEN); in draw_bar()
487 point[5].x = BOUND(point[3].x, point[1].x+MINLEN, xend); in draw_bar()
H A Ddaydraw.c19 #define MINLEN 14 /* no bar is shorter than MINLEN */ macro
133 e += BOUND(l, MINLEN, 9999); in locate_in_day_calendar()
384 draw_boxtext(x, b, c->day_barwidth, e-b < MINLEN ? MINLEN : e-b, in draw_bar()
407 if (ye < y + MINLEN) { /* too narrow: draw flat bottom */ in draw_octagon()
409 yend = y + MINLEN; in draw_octagon()
/dports/japanese/plan/plan-1.10.1/src/
H A Dweekdraw.c21 #define MINLEN 8 /* no bar is shorter than MINLEN */ macro
123 if (e < b + MINLEN) in locate_in_week_calendar()
124 e = b + MINLEN; in locate_in_week_calendar()
455 ee = e < b+MINLEN ? b+MINLEN : e; in draw_bar()
484 point[1].x = BOUND(b, x, xend-MINLEN); in draw_bar()
487 point[5].x = BOUND(point[3].x, point[1].x+MINLEN, xend); in draw_bar()
H A Ddaydraw.c19 #define MINLEN 14 /* no bar is shorter than MINLEN */ macro
133 e += BOUND(l, MINLEN, 9999); in locate_in_day_calendar()
384 draw_boxtext(x, b, c->day_barwidth, e-b < MINLEN ? MINLEN : e-b, in draw_bar()
407 if (ye < y + MINLEN) { /* too narrow: draw flat bottom */ in draw_octagon()
409 yend = y + MINLEN; in draw_octagon()
/dports/archivers/ha/ha-0.999b_2/c/
H A Dasc.c178 i=l-MINLEN; in codepair()
263 swd_init(LENCODES+MINLEN-1,POSCODES); in asc_pack()
266 if (swd_mlf>MINLEN || (swd_mlf==MINLEN && swd_bpos<MINLENLIM)) { in asc_pack()
279 swd_mlf=MINLEN-1; in asc_pack()
H A Dswdict.c74 swd_mlf=MINLEN-1; in swd_init()
107 swd_mlf=MINLEN-1; in swd_accept()
/dports/archivers/ha/ha-0.999b_2/include/
H A Dswdict.h32 #define MINLEN 3 /* Minimum possible match lenght for this */ macro
/dports/mail/sympa/sympa-6.2.62/t/
H A DTools_Password.t19 $Conf::Conf{'password_validation'} = 'MINLEN=8,GROUPS=4';
/dports/games/warmux/warmux-11.04/build/symbian/lib/libxml2/src/libxml2/
H A Dlibxml2_xmlio.c88 #define MINLEN 40 macro
90 #define MINLEN 4000 macro
2752 if ((len <= MINLEN) && (len != 4)) in xmlParserInputBufferGrow()
2753 len = MINLEN; in xmlParserInputBufferGrow()
2888 if (chunk > 4 * MINLEN) in xmlOutputBufferWrite()
2889 chunk = 4 * MINLEN; in xmlOutputBufferWrite()
2903 if ((out->buffer->use < MINLEN) && (chunk == len)) in xmlOutputBufferWrite()
2923 if ((nbchars < MINLEN) && (len <= 0)) in xmlOutputBufferWrite()
3080 if ((out->buffer->use < MINLEN) && (cons == len)) in xmlOutputBufferWriteEscape()
3105 if ((nbchars < MINLEN) && (len <= 0)) in xmlOutputBufferWriteEscape()
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dplug_afnihistory.c515 #define MINLEN 2 macro
542 if( program_text == NULL || strlen(program_text) < MINLEN ){ in AHIST_save_CB()
545 if( oneline_text == NULL || strlen(oneline_text) < MINLEN ){ in AHIST_save_CB()
607 if( vlen < MINLEN || strcmp(verbose_text,"NULL") == 0 ){ in AHIST_save_CB()
/dports/www/kdsoap/kdsoap-1.9.0/kdwsdl2cpp/schema/
H A Dsimpletype.cpp160 return MINLEN; in parseFacetId()
219 } else if (ft == MINLEN) { in setFacetValue()
H A Dsimpletype.h45 MINLEN = 2, enumerator
/dports/math/vtk8/VTK-8.2.0/ThirdParty/libxml2/vtklibxml2/
H A DxmlIO.c122 #define MINLEN 40 macro
124 #define MINLEN 4000 macro
3031 if ((len <= MINLEN) && (len != 4)) in xmlParserInputBufferGrow()
3032 len = MINLEN; in xmlParserInputBufferGrow()
3156 if (chunk > 4 * MINLEN) in xmlOutputBufferWrite()
3157 chunk = 4 * MINLEN; in xmlOutputBufferWrite()
3173 if ((out->buffer->use < MINLEN) && (chunk == len)) in xmlOutputBufferWrite()
3195 if ((nbchars < MINLEN) && (len <= 0)) in xmlOutputBufferWrite()
3351 if ((out->buffer->use < MINLEN) && (cons == len)) in xmlOutputBufferWriteEscape()
3376 if ((nbchars < MINLEN) && (len <= 0)) in xmlOutputBufferWriteEscape()
[all …]
/dports/math/vtk6/VTK-6.2.0/ThirdParty/libxml2/vtklibxml2/
H A DxmlIO.c122 #define MINLEN 40 macro
124 #define MINLEN 4000 macro
3031 if ((len <= MINLEN) && (len != 4)) in xmlParserInputBufferGrow()
3032 len = MINLEN; in xmlParserInputBufferGrow()
3156 if (chunk > 4 * MINLEN) in xmlOutputBufferWrite()
3157 chunk = 4 * MINLEN; in xmlOutputBufferWrite()
3173 if ((out->buffer->use < MINLEN) && (chunk == len)) in xmlOutputBufferWrite()
3195 if ((nbchars < MINLEN) && (len <= 0)) in xmlOutputBufferWrite()
3351 if ((out->buffer->use < MINLEN) && (cons == len)) in xmlOutputBufferWriteEscape()
3376 if ((nbchars < MINLEN) && (len <= 0)) in xmlOutputBufferWriteEscape()
[all …]
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/LibXML/
H A DxmlIO.c101 #define MINLEN 40 macro
103 #define MINLEN 4000 macro
3015 if ((len <= MINLEN) && (len != 4)) in xmlParserInputBufferGrow()
3016 len = MINLEN; in xmlParserInputBufferGrow()
3140 if (chunk > 4 * MINLEN) in xmlOutputBufferWrite()
3141 chunk = 4 * MINLEN; in xmlOutputBufferWrite()
3157 if ((out->buffer->use < MINLEN) && (chunk == len)) in xmlOutputBufferWrite()
3179 if ((nbchars < MINLEN) && (len <= 0)) in xmlOutputBufferWrite()
3345 if ((out->buffer->use < MINLEN) && (cons == len)) in xmlOutputBufferWriteEscape()
3370 if ((nbchars < MINLEN) && (len <= 0)) in xmlOutputBufferWriteEscape()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/libxml2/vtklibxml2/
H A DxmlIO.c85 #define MINLEN 40 macro
87 #define MINLEN 4000 macro
3245 if ((len <= MINLEN) && (len != 4)) in xmlParserInputBufferGrow()
3246 len = MINLEN; in xmlParserInputBufferGrow()
3375 if (chunk > 4 * MINLEN) in xmlOutputBufferWrite()
3376 chunk = 4 * MINLEN; in xmlOutputBufferWrite()
3415 if ((nbchars < MINLEN) && (len <= 0)) in xmlOutputBufferWrite()
3584 if ((xmlBufUse(out->buffer) < MINLEN) && (cons == len)) in xmlOutputBufferWriteEscape()
3608 if ((nbchars < MINLEN) && (len <= 0)) in xmlOutputBufferWriteEscape()
3634 } else if (xmlBufAvail(out->buffer) < MINLEN) { in xmlOutputBufferWriteEscape()
[all …]

1234