Searched refs:glob (Results 1 - 3 of 3) sorted by relevance

/glassfish-3.1.2/common/common-util/src/test/java/com/sun/enterprise/util/
H A DRegexUtilTest.java60 String glob = "*.txt"; //this is how glob pattern matches files in files array
61 String regex = RegexUtil.globToRegex(glob);
65 assertTrue(file + " matches glob: " + glob, m.matches());
71 String glob = "*txt"; //this is how glob pattern matches files in files array
72 String regex = RegexUtil.globToRegex(glob);
76 assertTrue(file + " matches glob: " + glob,
[all...]
/glassfish-3.1.2/packager/glassfish-corba/src/main/resources/
H A Dpkg_proto.py44 import glob namespace
/glassfish-3.1.2/packager/glassfish-corba-base/src/main/resources/
H A Dpkg_proto.py44 import glob namespace

Completed in 11 milliseconds