Rev 14245 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14245 | Rev 15699 | ||
---|---|---|---|
Line 19... | Line 19... | ||
19 | !if $(got$keyword)!=$empty |
19 | !if $(got$keyword)!=$empty |
20 | ltest=!item $(got$keyword) of $l |
20 | ltest=!item $(got$keyword) of $l |
21 | ll=!wordcnt $ltest |
21 | ll=!wordcnt $ltest |
22 | !if $ll=1 and # notin $ltest |
22 | !if $ll=1 and # notin $ltest |
23 | ltest_cnt=!charcnt $ltest |
23 | ltest_cnt=!charcnt $ltest |
24 | !if $ltest_cnt<4 |
24 | !if ($ltest_cnt<4 and $keyword notwordof external_auth) or $ltest_cnt<2 |
25 | bad_$keyword=!append item $ltest to $(bad_$keyword) |
25 | bad_$keyword=!append item $ltest to $(bad_$keyword) |
26 | !else |
26 | !else |
27 | loglist=!append item $ltest to $loglist |
27 | loglist=!append item $ltest to $loglist |
28 | !if @ isin $ltest or . isin $ltest |
28 | !if @ isin $ltest or . isin $ltest or - isin $ltest |
29 | !!!FIXME bidouillage - useful only to be able to define a variable dep_$ltest |
29 | !!!FIXME bidouillage - useful only to be able to define a variable dep_$ltest |
30 | !!!! variables names must not content @ and - |
30 | !!!! variables names must not content @ and - |
31 | !!! replace by writing in a file ??? |
31 | !!! replace by writing in a file ??? |
32 | ltest=!replace internal @ by in $ltest |
32 | ltest=!replace internal @ by in $ltest |
33 | ltest=!replace internal . by in $ltest |
33 | ltest=!replace internal . by in $ltest |