代码搜索:parser
找到约 10,000 项符合「parser」的源代码
代码结果 10,000
www.eeworm.com/read/238483/13883367
h parser.h
#ifndef __CSS_PARSER_H__
#define __CSS_PARSER_H__
#define PS_CLASS_NONE 0
#define PS_CLASS_LINK 1
#define PS_CLASS_VISITED 2
#define PS_CLASS_ACTIVE 3
#define PS_ELEMENT_NONE 0
#define PS_ELEMENT_FI
www.eeworm.com/read/238483/13883378
c parser.c
#include
#include "parser.h"
void free_rulesets(struct selector_list_t *rules) {
struct selector_list_t *pos = rules;
while (pos != NULL) {
struct selector_list_t *tmp = pos;
struct
www.eeworm.com/read/152695/5669716
y parser.y
%{
#include
#include
#include "v86bios.h"
#include "pci.h"
#define YYSTYPE unsigned long
#define MAX_VAR 0x20
CARD32 var[MAX_VAR];
CARD32 var_mem;
www.eeworm.com/read/152185/5675436
bas parser.bas
Attribute VB_Name = "parser"
'
' This file contains routines for parsing IP packets and generating
' human readable text. Note that a parser for every protocol is not
' provided. We parse only t
www.eeworm.com/read/151814/5678832
y parser.y
%{
#include
#include "globals.h"
%}
%defines
%union{
const char *utf8;
ju2 index;
}
%token TOK_ATTRIBUTE
%token TOK_UTF8
%token TOK_CONSTANT
%token TOK_CLASS
%token TOK_FIEL
www.eeworm.com/read/151651/5680241
jj parser.jj
options {
LOOKAHEAD = 1;
CHOICE_AMBIGUITY_CHECK = 2;
OTHER_AMBIGUITY_CHECK = 1;
STATIC = false; // default is true
DEBUG_PARSER = false; //default is false
DEBUG_LOOKAHEAD = false;
www.eeworm.com/read/151249/5684836
hpp parser.hpp
/*
* The Apache Software License, Version 1.1
*
* Copyright (c) 1999-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or w
www.eeworm.com/read/148359/5715390
h parser.h
/*
* parser.h : Interfaces, constants and types related to the XML parser.
*
* See Copyright for the status of this software.
*
* daniel@veillard.com
*/
#ifndef __XML_PARSER_H__
#define __XML_P
www.eeworm.com/read/148263/5716414
cpp parser.cpp
/*
* TOPPERS/JSP Kernel
* Toyohashi Open Platform for Embedded Real-Time Systems/
* Just Standard Profile Kernel
*
* Copyright (C) 2000-2003 by Embedded and Real-Time Systems La
www.eeworm.com/read/148263/5716415
h parser.h
/*
* TOPPERS/JSP Kernel
* Toyohashi Open Platform for Embedded Real-Time Systems/
* Just Standard Profile Kernel
*
* Copyright (C) 2000-2003 by Embedded and Real-Time Systems La