/dports/textproc/link-grammar/link-grammar-5.8.0/bindings/java/org/linkgrammar/ |
H A D | ParseResult.java | 30 String parserVersion; field in ParseResult 68 return parserVersion; in getParserVersion() 71 public void setParserVersion(String parserVersion) in setParserVersion() argument 73 this.parserVersion = parserVersion; in setParserVersion()
|
H A D | LGRemoteClient.java | 36 private String parserVersion; field in LGRemoteClient 160 if (parserVersion == null) in getVersion() 167 parserVersion = (String)top.get("version"); in getVersion() 171 parserVersion = "unavailable"; in getVersion() 178 return parserVersion; in getVersion()
|
/dports/science/dftbplus/dftbplus-19.1/prog/setupgeom/ |
H A D | parser_setup.F90 | 46 public :: parseHsdInput, parserVersion 68 integer, parameter :: parserVersion = 6 variable 117 write(stdout, '(A,1X,I0,/)') 'Parser version:', parserVersion 198 call getChildValue(node, "ParserVersion", inputVersion, parserVersion, & 200 if (inputVersion < 1 .or. inputVersion > parserVersion) then 207 elseif (inputVersion /= parserVersion) then 209 &inputVersion, " to version ", parserVersion, " ..." 210 call convertOldHSD(root, inputVersion, parserVersion)
|
/dports/science/dftbplus/dftbplus-19.1/prog/modes/ |
H A D | initmodes.F90 | 51 integer, parameter :: parserVersion = 3 variable 151 call getChildValue(root, "InputVersion", inputVersion, parserVersion) 152 if (inputVersion /= parserVersion) then 154 &// i2c(parserVersion) // ") do not match")
|
/dports/science/dftbplus/dftbplus-19.1/prog/waveplot/ |
H A D | initwaveplot.F90 | 55 integer, parameter :: parserVersion = 3 variable 231 call getChildValue(root, "InputVersion", inputVersion, parserVersion) 232 if (inputVersion /= parserVersion) then 234 &// i2c(parserVersion) // ") do not match")
|
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xalan/internal/xslt/ |
H A D | EnvironmentCheck.java | 867 String parserVersion = (String) f.get(null); in checkParserVersion() local 869 h.put(VERSION + "xerces1", parserVersion); in checkParserVersion() 885 String parserVersion = (String) f.get(null); in checkParserVersion() local 887 h.put(VERSION + "xerces2", parserVersion); in checkParserVersion()
|
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xalan/internal/xslt/ |
H A D | EnvironmentCheck.java | 867 String parserVersion = (String) f.get(null); in checkParserVersion() local 869 h.put(VERSION + "xerces1", parserVersion); in checkParserVersion() 885 String parserVersion = (String) f.get(null); in checkParserVersion() local 887 h.put(VERSION + "xerces2", parserVersion); in checkParserVersion()
|
/dports/textproc/goldendict/goldendict-73ec1b5/ |
H A D | bgl.cc | 69 uint32_t parserVersion; // Version of the parser used to parse the BGL file. member 104 header.parserVersion != Babylon::ParserVersion || in indexIsOldOrBad() 1382 idxHeader.parserVersion = Babylon::ParserVersion; in makeDictionaries()
|
H A D | mdx.cc | 77 uint32_t parserVersion; // Version of the parser used to parse the MDIC file. member 1392 header.parserVersion != MdictParser::kParserVersion || in run() 1610 idxHeader.parserVersion = MdictParser::kParserVersion; in run()
|
/dports/science/dftbplus/dftbplus-19.1/prog/dftb+/lib_dftbplus/ |
H A D | parser.F90 | 58 public :: parserVersion, rootTag 67 integer, parameter :: parserVersion = 7 variable 121 write(stdout, '(A,1X,I0,/)') 'Parser version:', parserVersion 233 call getChildValue(node, "ParserVersion", inputVersion, parserVersion, & 235 if (inputVersion < 1 .or. inputVersion > parserVersion) then 242 elseif (inputVersion /= parserVersion) then 244 &inputVersion, " to version ", parserVersion, " ..." 245 call convertOldHSD(root, inputVersion, parserVersion)
|
/dports/devel/pear-PhpDocumentor/PhpDocumentor-1.4.4/phpDocumentor/ |
H A D | ParserData.inc | 109 var $parserVersion = PHPDOCUMENTOR_VER;
|