代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/459896/1564979
pl parse_dump.pl
#!/usr/bin/perl
my $fn = $ARGV[0];
shift @ARGV;
my $max_x = 0;
my $max_y = 0;
my $first = 1;
my @nodes; # array of nodes
my %location; # node_id -> array of (posx, posy)
my %is_coordinator
www.eeworm.com/read/456693/1604463
py sre_parse.py
# Portions Copyright (c) 2005 Nokia Corporation
#
# Secret Labs' Regular Expression Engine
#
# convert re-style regular expression to sre pattern
#
# Copyright (c) 1998-2001 by Secret Labs AB.
www.eeworm.com/read/453518/1640848
c parse0.c
/*
Iulian Radu [v2.0@07.1999]
*/
#include "html.c"
#include "defhost.c"
#include "alias.c"
#include "gif.c"
#include "fnct0.c"
#include "parse0.ftbl"
void parse0(char* buf){
char cmd[129],*ebuf;
int
www.eeworm.com/read/453518/1640861
ftbl parse0.ftbl
/*
Iulian Radu [v2.0@07.1999]
*/
struct fncttbl parse0_ftbl[]={
{"ENDCOMMENT",NULL}, //end of comment block - need to be be 1st
{"COMMENT",fcomment}, //1
{"XDEBUG",fxdebug},
{"INCLUDE
www.eeworm.com/read/453168/1642386
c parse_num.c
/* vi: set sw=4 ts=4: */
/*
* parse_num.c - Parse the number of blocks
*
* Copyright (C) 2004,2005 Theodore Ts'o
*
* This file can be redistributed under the terms of the GNU Li
www.eeworm.com/read/251957/4413584
c swf_parse.c
/*
* GPAC - Multimedia Framework C SDK
*
* Copyright (c) Jean Le Feuvre 2000-2005
* All rights reserved
*
* This file is part of GPAC / Scene Management sub-project
*
* GPAC is free