代码搜索:parser
找到约 10,000 项符合「parser」的源代码
代码结果 10,000
www.eeworm.com/read/474814/1390863
h parser.h
/*
Copyright (c) 2000, Red Hat, Inc.
This file is part of Source-Navigator.
Source-Navigator is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public Lic
www.eeworm.com/read/474814/1390864
c parser.c
/*
Copyright (c) 2000, Red Hat, Inc.
This file is part of Source-Navigator.
Source-Navigator is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public Lic
www.eeworm.com/read/474814/1390872
y parser.y
/*
* parser.y
*
* Copyright (C) 1998 Cygnus Solutions
*
* Description:
* A parser for Microsoft Visual Basic (blech).
*/
%{
#include "emit.h"
%}
%union {
char * text;
}
%token ALIAS AS BYRE
www.eeworm.com/read/474814/1390901
c parser.c
/*
Copyright (c) 2000, Red Hat, Inc.
This file is part of Source-Navigator.
Source-Navigator is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public Lic
www.eeworm.com/read/474814/1390903
h parser.h
/*
Copyright (c) 2000, Red Hat, Inc.
This file is part of Source-Navigator.
Source-Navigator is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public Lic
www.eeworm.com/read/474814/1390928
c parser.c
/*
Copyright (c) 2000, Red Hat, Inc.
This file is part of Source-Navigator.
Source-Navigator is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public Lic
www.eeworm.com/read/474814/1390931
h parser.h
/*
Copyright (c) 2000, Red Hat, Inc.
This file is part of Source-Navigator.
Source-Navigator is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public Lic
www.eeworm.com/read/474341/1394401
py parser.py
"""Base class for search results parsing
This package implements the interface and base class that should be
used for all parsers of the web results. It is used by the DOM parsers
that we provide as
www.eeworm.com/read/472233/1417452
cpp parser.cpp
/*
* Copyright (C) 1999-2001 Harri Porten (porten@kde.org)
* Copyright (C) 2001 Peter Kelly (pmk@post.com)
* Copyright (C) 2003, 2006, 2007, 2008, 2009 Apple Inc. All rights reserved.
*
* Thi