代码搜索:syntax
找到约 10,000 项符合「syntax」的源代码
代码结果 10,000
www.eeworm.com/read/231546/4715092
txt syntax.txt
*syntax.txt* For Vim version 5.8. Last change: 2001 May 15
VIM REFERENCE MANUAL by Bram Moolenaar
Syntax highlighting *syntax* *syntax-highlighting* *coloring*
Syntax highlighting ena
www.eeworm.com/read/231546/4715203
vim syntax.vim
" Vim syntax support file
" Maintainer: Bram Moolenaar
" Last Change: 1998 Dec 6
" This file is used for ":syntax on".
" It installs the autocommands and starts highlighting for all bu
www.eeworm.com/read/227684/4770433
sml syntax.sml
Decl 8
sRegExpSyntax.sqsCharSet.a%ListSetFn.;srChar.;;-;rCharSet.List.Char.;;+v$REGEXP_SYNTAX.;;
www.eeworm.com/read/227684/4770437
sml syntax.sml
(* syntax.sml
*
* COPYRIGHT (c) 1995 AT&T Bell Laboratories.
*
* This is the abstract syntax tree used to represent regular expressions.
* It serves as the glue between different front-ends (impl
www.eeworm.com/read/227684/4770520
info syntax.info
@FILES
{"syntax"; "The RegExpSyntax structure";}
@SIGNATURE ORD_SET
@SIGNATURE REGEXP_SYNTAX "syntax" {
@STRUCTURE CharSet ORD_SET
@TYPES
@DATATYPE syntax { Group Alt Concat Interval Option
www.eeworm.com/read/213767/4912427
rb syntax.rb
require 'syntax/common'
module Syntax
# A default tokenizer for handling syntaxes that are not explicitly handled
# elsewhere. It simply yields the given text as a single token.
class Default
www.eeworm.com/read/213567/4915114
h syntax.h
//
// (c) Yuri Kiryanov, openh323@kiryanov.com
// for Openh323, www.Openh323.org
//
// Windows CE Port
// Extra header file
//
#include
www.eeworm.com/read/206446/5008972
cs syntax.cs
using System;
using System.Text;
using System.IO;
namespace Syntax_Analyzer
{
class Syntax
{
StreamReader myStreamReader;
int t;
int[] lengh;
int l =0;
string[] gramm
www.eeworm.com/read/191602/5164937
h syntax.h
//
// (c) Yuri Kiryanov, openh323@kiryanov.com
// for Openh323, www.Openh323.org
//
// Windows CE Port
// Extra header file
//
#include