Searched defs:check (Results 1 - 2 of 2) sorted by relevance

/solaris-userland-s11u3/components/texinfo/
H A Dtexi2html.pl309 $check = 0;
337 To check converted files: $0 -check [-verbose] files
345 if (/^-c(heck)?$/) { $check = 1; next; }
366 if ($check) {
368 ✓
905 # check biblio and glossary
908 # check node
1589 sub check { subroutine
1993 .B texi2html -check [
[all...]
/solaris-userland-s11u3/components/visual-panels/usermgr/src/java/vpanels/app/usermgr/com/oracle/solaris/vp/panels/usermgr/client/swing/
H A DAuthAttrModelEntry.java44 * a boolean grant attribute, and a boolean check attribute.
47 * or unchecked. If the check attribute is true, the user already has this
64 private boolean check; // True if right has been granted field in class:AuthAttrModelEntry
87 this.check = false;
107 this.check = false;
250 return (this.check);
262 this.check = true;
275 this.check = false;

Completed in 14 milliseconds