代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/299228/7872846
c netrc.c
/* Read and parse the .netrc file to get hosts, accounts, and passwords.
Copyright (C) 1996, 2007, 2008 Free Software Foundation, Inc.
This file is part of GNU Wget.
GNU Wget is free software; yo
www.eeworm.com/read/332519/12750423
h url.h
#ifndef URL_H
#define URL_H
#include "sock.h"
class CUrl
{
public:
char* host;
int port;
char* path;
SOCKADDR_IN addr;
CUrl();
virtual ~CUrl();
int parse(
www.eeworm.com/read/331910/12801729
h url.h
/*
* File : url.h - Dillo
*
* Copyright (C) 2001 Jorge Arellano Cid
* 2001 Livio Baldini Soares
*
* Parse and normalize all
www.eeworm.com/read/143387/12879421
awk mkopcodeh.awk
#!/usr/bin/awk -f
#
# Generate the file opcodes.h.
#
# This AWK script scans a concatenation of the parse.h output file from the
# parser and the vdbe.c source file in order to generate the opcodes nu
www.eeworm.com/read/242934/12972998
java parsexml.java
package util;/*
* parse xml file
*/
import javax.microedition.io.file.FileConnection;
import javax.microedition.io.Connector;
import java.util.Hashtable;
import java.util.Enumeration;
impor
www.eeworm.com/read/323119/13350258
mysqldumpslow
#!/usr/bin/perl
# mysqldumpslow - parse and summarize the MySQL slow query log
# Original version by Tim Bunce, sometime in 2000.
# Further changes by Tim Bunce, 8th March 2001.
# Handling of strings
www.eeworm.com/read/322848/13363968
java scriptengine.java
package sjg.scripting;
import sjg.*;
import sjg.xml.*;
import java.util.*;
/**
* ScriptEngine responsible for parse an xml-script. Holding a collection of scripts. And executing them.
*
* @autho