Searched +refs:sgml +refs:name +refs:char (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tclxml/library/
H A Dsgmlparser.tcl9 # See sgml.tcl for variable definitions.
39 package require sgml 1.9
45 namespace eval sgml {
50 # NB. Most namespace variables are defined in sgml-8.[01].tcl
63 variable declExpr [cl $::sgml::Wsp]*([cl ^$::sgml::Wsp]+)[cl $::sgml::Wsp]*([cl ^>]*)
64 variable EntityExpr [cl $::sgml::Wsp]*(%[cl $::sgml::Wsp])?[cl $::sgml
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dsgml-mode.el0 ;;; sgml-mode.el --- SGML- and HTML-editing modes -*- coding: iso-2022-7bit -*-
42 (defgroup sgml nil function
47 (defcustom sgml-basic-offset 2
48 "*Specifies the basic indentation level for `sgml-indent-line'."
50 :group 'sgml)
52 (defcustom sgml-transformation-function 'identity
55 :group 'sgml)
57 (put 'sgml-transformation-function 'variable-interactive
59 (defvaralias 'sgml-transformation 'sgml
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/library/xml/
H A Dsgml.tcl0 # sgml.tcl --
33 # $Id: sgml.tcl,v 1.4 2006/09/27 08:12:40 neumann Exp $
35 package provide sgml 1.6
37 namespace eval sgml {
54 variable name [cl a-zA-Z_][cl -a-zA-Z0-9._]*
75 # sgml::tokenise --
80 # sgml text to tokenize
92 proc sgml::tokenise {sgml elemExpr elemSub args} {
108 if {[regexp {<!DOCTYPE[^[<]+\[([^]]+)\]} $sgml discar
[all...]

Completed in 109 milliseconds