needed for applet search
authoramwaterhouse <Andrew Waterhouse>
Thu, 9 Jun 2005 15:29:47 +0000 (15:29 +0000)
committeramwaterhouse <Andrew Waterhouse>
Thu, 9 Jun 2005 15:29:47 +0000 (15:29 +0000)
commitc40cf903f740a72ab63dd1abc10fa33450ce660d
tree9344241aeb6fb8d5e15ffb0e0809a1796666aa65
parent5bcae030b489e670c6983aa97eb9b6d8a6bbbbd5
needed for applet search
83 files changed:
src/com/stevesoft/pat/AmpersandRule.java [new file with mode: 0755]
src/com/stevesoft/pat/Any.java [new file with mode: 0755]
src/com/stevesoft/pat/BackG.java [new file with mode: 0755]
src/com/stevesoft/pat/BackMatch.java [new file with mode: 0755]
src/com/stevesoft/pat/BackRefRule.java [new file with mode: 0755]
src/com/stevesoft/pat/Backup.java [new file with mode: 0755]
src/com/stevesoft/pat/BasicStringBufferLike.java [new file with mode: 0755]
src/com/stevesoft/pat/Bits.java [new file with mode: 0755]
src/com/stevesoft/pat/Boundary.java [new file with mode: 0755]
src/com/stevesoft/pat/Bracket.java [new file with mode: 0755]
src/com/stevesoft/pat/CaseMgr.java [new file with mode: 0755]
src/com/stevesoft/pat/ChangeRule.java [new file with mode: 0755]
src/com/stevesoft/pat/CodeRule.java [new file with mode: 0755]
src/com/stevesoft/pat/Ctrl.java [new file with mode: 0755]
src/com/stevesoft/pat/Custom.java [new file with mode: 0755]
src/com/stevesoft/pat/CustomEndpoint.java [new file with mode: 0755]
src/com/stevesoft/pat/DirFileRegex.java [new file with mode: 0755]
src/com/stevesoft/pat/DotMulti.java [new file with mode: 0755]
src/com/stevesoft/pat/End.java [new file with mode: 0755]
src/com/stevesoft/pat/FastBracket.java [new file with mode: 0755]
src/com/stevesoft/pat/FastMulti.java [new file with mode: 0755]
src/com/stevesoft/pat/FileRegex.java [new file with mode: 0755]
src/com/stevesoft/pat/Group.java [new file with mode: 0755]
src/com/stevesoft/pat/LeftRule.java [new file with mode: 0755]
src/com/stevesoft/pat/Multi.java [new file with mode: 0755]
src/com/stevesoft/pat/MultiMin.java [new file with mode: 0755]
src/com/stevesoft/pat/Multi_stage2.java [new file with mode: 0755]
src/com/stevesoft/pat/NoPattern.java [new file with mode: 0755]
src/com/stevesoft/pat/NonDirFileRegex.java [new file with mode: 0755]
src/com/stevesoft/pat/NotImplementedError.java [new file with mode: 0755]
src/com/stevesoft/pat/NullPattern.java [new file with mode: 0755]
src/com/stevesoft/pat/NullRule.java [new file with mode: 0755]
src/com/stevesoft/pat/Or.java [new file with mode: 0755]
src/com/stevesoft/pat/OrMark.java [new file with mode: 0755]
src/com/stevesoft/pat/PartialBuffer.java [new file with mode: 0755]
src/com/stevesoft/pat/Pattern.java [new file with mode: 0755]
src/com/stevesoft/pat/PatternSub.java [new file with mode: 0755]
src/com/stevesoft/pat/PopRule.java [new file with mode: 0755]
src/com/stevesoft/pat/Prop.java [new file with mode: 0755]
src/com/stevesoft/pat/Pthings.java [new file with mode: 0755]
src/com/stevesoft/pat/PushRule.java [new file with mode: 0755]
src/com/stevesoft/pat/RBuffer.java [new file with mode: 0755]
src/com/stevesoft/pat/Range.java [new file with mode: 0755]
src/com/stevesoft/pat/RegOpt.java [new file with mode: 0755]
src/com/stevesoft/pat/RegRes.java [new file with mode: 0755]
src/com/stevesoft/pat/RegSyntax.java [new file with mode: 0755]
src/com/stevesoft/pat/RegSyntaxError.java [new file with mode: 0755]
src/com/stevesoft/pat/Regex.java [new file with mode: 0755]
src/com/stevesoft/pat/RegexReader.java [new file with mode: 0755]
src/com/stevesoft/pat/RegexTokenizer.java [new file with mode: 0755]
src/com/stevesoft/pat/RegexWriter.java [new file with mode: 0755]
src/com/stevesoft/pat/ReplaceRule.java [new file with mode: 0755]
src/com/stevesoft/pat/Replacer.java [new file with mode: 0755]
src/com/stevesoft/pat/RightRule.java [new file with mode: 0755]
src/com/stevesoft/pat/Rthings.java [new file with mode: 0755]
src/com/stevesoft/pat/RuleHolder.java [new file with mode: 0755]
src/com/stevesoft/pat/Skip.java [new file with mode: 0755]
src/com/stevesoft/pat/Skip2.java [new file with mode: 0755]
src/com/stevesoft/pat/SkipBMH.java [new file with mode: 0755]
src/com/stevesoft/pat/Skipped.java [new file with mode: 0755]
src/com/stevesoft/pat/SpecialRule.java [new file with mode: 0755]
src/com/stevesoft/pat/Start.java [new file with mode: 0755]
src/com/stevesoft/pat/StrPos.java [new file with mode: 0755]
src/com/stevesoft/pat/StringBufferLike.java [new file with mode: 0755]
src/com/stevesoft/pat/StringLike.java [new file with mode: 0755]
src/com/stevesoft/pat/StringRule.java [new file with mode: 0755]
src/com/stevesoft/pat/SubMark.java [new file with mode: 0755]
src/com/stevesoft/pat/TransPat.java [new file with mode: 0755]
src/com/stevesoft/pat/Transformer.java [new file with mode: 0755]
src/com/stevesoft/pat/UniValidator.java [new file with mode: 0755]
src/com/stevesoft/pat/Validator.java [new file with mode: 0755]
src/com/stevesoft/pat/WantMoreTextReplaceRule.java [new file with mode: 0755]
src/com/stevesoft/pat/lookAhead.java [new file with mode: 0755]
src/com/stevesoft/pat/oneChar.java [new file with mode: 0755]
src/com/stevesoft/pat/parsePerl.java [new file with mode: 0755]
src/com/stevesoft/pat/patInf.java [new file with mode: 0755]
src/com/stevesoft/pat/patInt.java [new file with mode: 0755]
src/com/stevesoft/pat/wrap/CharArrayBufferWrap.java [new file with mode: 0755]
src/com/stevesoft/pat/wrap/CharArrayWrap.java [new file with mode: 0755]
src/com/stevesoft/pat/wrap/RandomAccessFileWrap.java [new file with mode: 0755]
src/com/stevesoft/pat/wrap/StringBufferWrap.java [new file with mode: 0755]
src/com/stevesoft/pat/wrap/StringWrap.java [new file with mode: 0755]
src/com/stevesoft/pat/wrap/WriterWrap.java [new file with mode: 0755]