Home
last modified time | relevance | path

Searched refs:parserVersion (Results 1 – 11 of 11) sorted by relevance

/dports/textproc/link-grammar/link-grammar-5.8.0/bindings/java/org/linkgrammar/
H A DParseResult.java30 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 DLGRemoteClient.java36 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 Dparser_setup.F9046 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 Dinitmodes.F9051 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 Dinitwaveplot.F9055 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 DEnvironmentCheck.java867 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 DEnvironmentCheck.java867 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 Dbgl.cc69 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 Dmdx.cc77 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 Dparser.F9058 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 DParserData.inc109 var $parserVersion = PHPDOCUMENTOR_VER;