代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/180437/5284218
c parse.c
#ifndef LINT
static char sccsid[]="@(#) parse.c 2.1 87/12/25 12:24:10";
#endif /* LINT */
/*
The contents of this file are hereby released to the public domain.
www.eeworm.com/read/180437/5284255
h parse.h
/* @(#) parse.h 2.1 87/12/25 12:24:15 */
/*
The contents of this file are hereby released to the public domain.
-- Rahul Dhesi 1986/11/14
*/
/*
defines structure
www.eeworm.com/read/180437/5284885
pas parse.pas
{ A program demonstrating Turbo Pascal 5.5's built in parsing }
{ Program parses a line and displays the individual words on seperate }
{ lines on the screen.
www.eeworm.com/read/180137/5289435
c parse.c
/* Copyright (c) 1994 Sun Wu, Udi Manber, Burra Gopal. All Rights Reserved. */
/* the functions in this file parse a string that represents
a regular expression, and return a pointer to a syntax
www.eeworm.com/read/179153/5309753
t parse.t
use strict;
use Test;
BEGIN { plan tests => 12; }
use Net::IPv6Addr;
ok(1);
# Yeah, so I was listening to it when I wrote the test.
eval { Net::IPv6Addr::ipv6_parse("sunshine of your love"); };
ok($@
www.eeworm.com/read/178287/5317264
h parse.h
/*
* libid3tag - ID3 tag manipulation library
* Copyright (C) 2000-2001 Robert Leslie
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Gene
www.eeworm.com/read/178287/5317292
c parse.c
/*
* libid3tag - ID3 tag manipulation library
* Copyright (C) 2000-2001 Robert Leslie
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Gene
www.eeworm.com/read/177697/5321355
c parse.c
/*
* parse.c
* Copyright (C) 2000-2003 Michel Lespinasse
* Copyright (C) 1999-2000 Aaron Holtzman
*
* This file is part of a52dec, a free ATSC A-52 st
www.eeworm.com/read/177697/5321818
c parse.c
/*
* parse.c
* Copyright (C) 2000-2003 Michel Lespinasse
* Copyright (C) 1999-2000 Aaron Holtzman
*
* This file is part of a52dec, a free ATSC A-52 st
www.eeworm.com/read/177353/5328227
h parse.h
#ifndef EL__DOCUMENT_HTML_PARSER_PARSE_H
#define EL__DOCUMENT_HTML_PARSER_PARSE_H
struct html_context;
struct document_options;
struct part;
struct string;
/* Flags for get_attr_value(). */
enum ht