代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/162511/10298859
c options.c
/* Parse and display command line options.
Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation,
Inc.
Contributed by Andy Vaught
This file is part of GCC.
GCC is free s
www.eeworm.com/read/279234/10452674
pl addforum.pl
#!perl
# Fig. 22.34: addForum.pl
# Adds a forum to the list
use warnings;
use strict;
use CGI qw( :standard );
use XML::DOM;
use Fcntl qw( :flock :DEFAULT );
if ( param ) {
my ( $parse
www.eeworm.com/read/278235/10557331
el w32-win.el
;;; w32-win.el --- parse switches controlling interface with W32 window system
;; Copyright (C) 1993, 1994 Free Software Foundation, Inc.
;; Author: Kevin Gallo
;; Keywords: terminals
;; This file
www.eeworm.com/read/418028/10967077
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/124341/6965366
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/466142/7039585
m vgg_argparse.m
function [opts,rem_opts] = vgg_argparse(opts,varargin)
%VGG_ARGPARSE Parse variable arguments into a structure
% opts = vgg_argparse(inopts,varargin)
% inopts: structure (cells array) listing va
www.eeworm.com/read/351726/7096218
c stabs.c
/* stabs.c -- Parse stabs debugging information
Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001
Free Software Foundation, Inc.
Written by Ian Lance Taylor .
This f
www.eeworm.com/read/223598/7104138
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/461264/7230393
pro fxbtdim.pro
FUNCTION FXBTDIM, TDIM_KEYWORD
;+
; NAME:
; FXBTDIM()
; Purpose :
; Parse TDIM-like kwywords.
; Explanation :
; Parses the value of a TDIM-like keyword (e.g. TDIMnnn, TDESC, etc.) to
; return
www.eeworm.com/read/459528/7274285
m parsegsa.m
function gsa_out = parsegsa(line)
% gsa_out = parsegsa(line);
%
% Function to parse GSA NMEA messages.
%
% Input:
% line - string with NMEA GSA data for one message
% Output:
% gsa_ou