代码搜索:parse

找到约 10,000 项符合「parse」的源代码

代码结果 10,000
www.eeworm.com/read/100773/15864503

ideas

This file contains some ideas for things to do with this proxy. Use yapps2 to parse the configuration file(s) and HTTP headers Write a python object -> HTML converter, and then just write out the
www.eeworm.com/read/100030/15887771

c netrc.c

/* netrc.c -- parse the .netrc file to get hosts, accounts, and passwords Gordon Matzigkeit , 1996 This program is free software; you can redistribute it and/or modify
www.eeworm.com/read/391748/8380441

y getdate.y

%{ /* Parse a string into an internal time stamp. Copyright (C) 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This program is free software: you can redistri
www.eeworm.com/read/387891/8648177

todo

ffmpeg TODO list: ---------------- Fabrice's TODO list: (unordered) ------------------- Short term: - av_read_frame() API - seeking API and example in ffplay - parse_only mode - use AVFMTCTX_DISCARD
www.eeworm.com/read/285976/8796302

pm oo_schema.pm

package OO_Schema; use Ast; use strict; my $line; # The current line from the input file sub parse{ shift; my $file_name = shift; my $ROOT; my $c;
www.eeworm.com/read/428891/8830659

dfm treeform.dfm

object frmTree: TfrmTree Left = 208 Top = 104 Width = 294 Height = 441 Caption = 'Parse Tree' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font
www.eeworm.com/read/186080/8961009

c csvparse.c

/* csvparse.c : * * Parse a *.CSV format record */ #include "quotes.h" /* * Internal buffer pointers : */ static char *sbuf = NULL; static unsigned maxlen = 0; static char *aptr = NULL; /* * R
www.eeworm.com/read/283587/9003946

todo

ffmpeg TODO list: ---------------- Fabrice's TODO list: (unordered) ------------------- Short term: - av_read_frame() API - seeking API and example in ffplay - parse_only mode - use AVFMTCTX_DISCARD
www.eeworm.com/read/184983/9061967

cpp trangrammar.cpp

#include #include "parse.h" #include "read.h" extern ifstream grammarfile; extern DVec_str productions; extern vecStr terminals; extern vecNter nonterminals; void readGrammar(void
www.eeworm.com/read/178239/9412422

java jmobject.java

package MultiScriptParse.Parse; import java.lang.Object; /** * Title: * Description: * Copyright: Copyright (c) 2006 * Company: * @author not attributable * @vers