Home
last modified time | relevance | path

Searched +defs:parse +defs:line (Results 76 – 100 of 4202) sorted by relevance

12345678910>>...169

/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/vendor/twig/extensions/lib/Twig/Extensions/
H A DSimpleTokenParser.php26 public function parse(Twig_Token $token) function in Twig_Extensions_SimpleTokenParser
52 abstract protected function getNode(array $values, $line);
54 …node, $attribute, $arguments = array(), $type = Twig_Node_Expression_GetAttr::TYPE_ANY, $line = -1)
65 protected function call($node, $attribute, $arguments = array(), $line = -1)
70 protected function markAsSafe(Twig_Node $node, $line = -1)
80 protected function output(Twig_Node $node, $line = -1)
/dports/deskutils/egroupware/egroupware/vendor/twig/extensions/lib/Twig/Extensions/
H A DSimpleTokenParser.php26 public function parse(Twig_Token $token) function in Twig_Extensions_SimpleTokenParser
52 abstract protected function getNode(array $values, $line);
54 …node, $attribute, $arguments = array(), $type = Twig_Node_Expression_GetAttr::TYPE_ANY, $line = -1)
65 protected function call($node, $attribute, $arguments = array(), $line = -1)
70 protected function markAsSafe(Twig_Node $node, $line = -1)
80 protected function output(Twig_Node $node, $line = -1)
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/twig/extensions/lib/Twig/Extensions/
H A DSimpleTokenParser.php26 public function parse(Twig_Token $token) function in Twig_Extensions_SimpleTokenParser
52 abstract protected function getNode(array $values, $line);
54 …node, $attribute, $arguments = array(), $type = Twig_Node_Expression_GetAttr::TYPE_ANY, $line = -1)
65 protected function call($node, $attribute, $arguments = array(), $line = -1)
70 protected function markAsSafe(Twig_Node $node, $line = -1)
80 protected function output(Twig_Node $node, $line = -1)
/dports/graphics/gpxsee/GPXSee-7.32/src/data/
H A Doziparsers.cpp29 bool PLTParser::parse(QFile *file, QList<TrackData> &tracks, in parse() function in PLTParser
48 QByteArray line = file->readLine(); in parse() local
120 bool RTEParser::parse(QFile *file, QList<TrackData> &tracks, in parse() function in RTEParser
135 QByteArray line = file->readLine(); in parse() local
220 bool WPTParser::parse(QFile *file, QList<TrackData> &tracks, in parse() function in WPTParser
234 QByteArray line = file->readLine(); in parse() local
/dports/biology/py-biopython/biopython-1.79/Bio/Compass/
H A D__init__.py56 def parse(handle): function
153 def __read_names(record, line): argument
163 def __read_threshold(record, line): argument
170 def __read_lengths(record, line): argument
180 def __read_profilewidth(record, line): argument
190 def __read_scores(record, line): argument
202 def __read_query_alignment(record, line): argument
211 def __read_positive_alignment(record, line): argument
217 def __read_hit_alignment(record, line): argument
/dports/devel/erlang-neotoma/neotoma-1.7.4/extra/
H A Djson.erl10 parse(List) when is_list(List) -> parse(list_to_binary(List)); function
11 parse(Input) when is_binary(Input) -> function
264 line({{line,L},_}) -> L; function
265 line(_) -> undefined. function
H A Dcsv.erl10 parse(List) when is_list(List) -> parse(list_to_binary(List)); function
11 parse(Input) when is_binary(Input) -> function
232 line({{line,L},_}) -> L; function
233 line(_) -> undefined. function
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/tools/gnu/classpath/tools/common/
H A DClasspathToolParser.java95 public void parse(String[] inArgs, FileArgumentCallback files, in parse() method in ClasspathToolParser
108 public String[] parse(String[] inArgs, boolean handleFileLists) in parse() method in ClasspathToolParser
142 String line = null; in parseFileList() local
168 private void parseLine(String line, FileArgumentCallback cb) in parseLine()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/tools/gnu/classpath/tools/common/
H A DClasspathToolParser.java95 public void parse(String[] inArgs, FileArgumentCallback files, in parse() method in ClasspathToolParser
108 public String[] parse(String[] inArgs, boolean handleFileLists) in parse() method in ClasspathToolParser
142 String line = null; in parseFileList() local
168 private void parseLine(String line, FileArgumentCallback cb) in parseLine()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/tools/gnu/classpath/tools/common/
H A DClasspathToolParser.java95 public void parse(String[] inArgs, FileArgumentCallback files, in parse() method in ClasspathToolParser
108 public String[] parse(String[] inArgs, boolean handleFileLists) in parse() method in ClasspathToolParser
142 String line = null; in parseFileList() local
168 private void parseLine(String line, FileArgumentCallback cb) in parseLine()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/tools/gnu/classpath/tools/common/
H A DClasspathToolParser.java95 public void parse(String[] inArgs, FileArgumentCallback files, in parse() method in ClasspathToolParser
108 public String[] parse(String[] inArgs, boolean handleFileLists) in parse() method in ClasspathToolParser
142 String line = null; in parseFileList() local
168 private void parseLine(String line, FileArgumentCallback cb) in parseLine()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/tools/gnu/classpath/tools/common/
H A DClasspathToolParser.java95 public void parse(String[] inArgs, FileArgumentCallback files, in parse() method in ClasspathToolParser
108 public String[] parse(String[] inArgs, boolean handleFileLists) in parse() method in ClasspathToolParser
142 String line = null; in parseFileList() local
168 private void parseLine(String line, FileArgumentCallback cb) in parseLine()
/dports/devel/statcvs/statcvs-0.7.0/src-temp/net/sf/statcvs/input/
H A DCvsFileBlockParser.java72 public void parse() throws LogSyntaxException, IOException { in parse() method in CvsFileBlockParser
110 …private String parseSingleLine(final String line, final String lineStart) throws LogSyntaxExceptio… in parseSingleLine()
119 private void requireLine(final String line, final String lineStart) throws LogSyntaxException { in requireLine()
128 String line; in parseSymbolicNames() local
148 String line; in parseLocksAndAccessList() local
156 final String line = this.logReader.nextLine(); in parseDescription() local
166 private boolean isDescriptionDelimiter(final String line) { in isDescriptionDelimiter()
/dports/devel/statcvs/statcvs-0.7.0/src/net/sf/statcvs/input/
H A DCvsFileBlockParser.java72 public void parse() throws LogSyntaxException, IOException { in parse() method in CvsFileBlockParser
110 …private String parseSingleLine(final String line, final String lineStart) throws LogSyntaxExceptio… in parseSingleLine()
119 private void requireLine(final String line, final String lineStart) throws LogSyntaxException { in requireLine()
128 String line; in parseSymbolicNames() local
148 String line; in parseLocksAndAccessList() local
156 final String line = this.logReader.nextLine(); in parseDescription() local
166 private boolean isDescriptionDelimiter(final String line) { in isDescriptionDelimiter()
/dports/math/eprover/eprover-E-2.0/development_tools/
H A Dpylib_eprots.py59 def break_prot_line(line): argument
79 def get_relevant_parts(line): argument
97 def __call__(self,line): argument
163 def insert_line(self, line): argument
170 def parse(self, file): member in eprotocol
322 def parse(self, file): member in classification
353 def parse(self, names, silent=False): member in eprot_set
405 def parse(self, file): member in featurelist
/dports/biology/lamarc/lamarc-2.1.8/src/convParse/
H A Dgc_parser.cpp79 wxString line = ReadLineSafely(m_fileStreamPointer,m_textStreamPointer); in ReadLine() local
93 wxString line = ReadLine(); in CheckNoExtraData() local
116 wxString line = ReadLine(); in FillDataInterleaved() local
146 wxString line = ReadLine(); in FillDataNonInterleaved() local
222 GCParser::AddBlock(GCParse & parse, const GCParsePop & pop, const GCParseLocus & loc, in AddBlock()
231 GCParser::AddLocus(GCParse & parse, size_t expectedLocusIndex, size_t numMarkers) in AddLocus()
241 GCParser::AddPop(GCParse & parse, size_t expectedPopIndex, wxString name) in AddPop()
363 GCParser::SetDataTypeFromFile(GCParse & parse, gcSpecificDataType type) in SetDataTypeFromFile()
/dports/devel/lion/lion/contrib/libdirlist/
H A Ddirlist_userinput.c51 int status, int size, char *line) in dirlist_userinput()
97 void dirlist_parse( lion_t *parse, dirlist_child_t *child, char *line) in dirlist_parse()
/dports/biology/py-biopython/biopython-1.79/Bio/SCOP/
H A DCla.py39 def __init__(self, line=None): argument
49 def _process(self, line): argument
81 def parse(handle): function
/dports/devel/zziplib/zziplib-0.13.72/docs/zzipdoc/
H A Dcommentmarkup.py26 def parse(self, header = None): member in CommentMarkup
66 def markup_screen_line(self, line): argument
70 def markup_para_line(self, line): argument
72 def markup_line(self, line): argument
/dports/textproc/py-marko/marko-1.1.0/marko/
H A Dblock.py53 def parse(self, source): # type: (Source) -> Any member in BlockElement
107 def parse(cls, source): # type: (Source) -> int member in BlankLine
172 def parse(cls, source): # type: (Source) -> str member in CodeBlock
196 def strip_prefix(line, prefix): # type: (str, str) -> str argument
318 def parse(cls, source): # type: (Source) -> str member in HTMLBlock
353 def is_setext_heading(line): # type: (str) -> bool argument
386 def parse(cls, source): # type: (Source) -> _List[str] member in Paragraph
429 def parse(cls, source): # type: (Source) -> Quote member in Quote
462 def parse(cls, source): # type: (Source) -> List member in List
511 def parse_leading(cls, line): # type: (str) -> Tuple[int, str, int, str] argument
[all …]
/dports/cad/sumo/sumo-1.2.0/tools/contributed/lisum-core/src/main/java/de/dlr/ts/lisum/lisa/
H A DPutMessageResponse.java36 public PutMessageResponse(String line) { in PutMessageResponse()
50 public final void parse(String line) { in parse() method in PutMessageResponse
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/mutationofjb/commands/
H A Dremoveallitemscommand.cpp35 bool RemoveAllItemsCommandParser::parse(const Common::String &line, ScriptParseContext &, Command *… in parse() function in MutationOfJB::RemoveAllItemsCommandParser
H A Dadditemcommand.cpp35 bool AddItemCommandParser::parse(const Common::String &line, ScriptParseContext &, Command *&comman… in parse() function in MutationOfJB::AddItemCommandParser
H A Difpiggycommand.cpp47 bool IfPiggyCommandParser::parse(const Common::String &line, ScriptParseContext &, Command *&comman… in parse() function in MutationOfJB::IfPiggyCommandParser
H A Dremoveitemcommand.cpp35 bool RemoveItemCommandParser::parse(const Common::String &line, ScriptParseContext &, Command *&com… in parse() function in MutationOfJB::RemoveItemCommandParser

12345678910>>...169