Home
last modified time | relevance | path

Searched refs:entityref (Results 1 – 25 of 134) sorted by relevance

123456

/dports/textproc/dsssl-docbook-modular/docbook-dsssl-1.79/html/
H A Ddbgraph.dsl99 (entityref (attribute-string (normalize "entityref") nd))
102 (if entityref
103 (entity-notation entityref)
108 (if (or fileref entityref)
112 (include-file (entity-generated-system-id entityref)))
115 ($graphic$ (system-id-filename entityref)
197 (entityref (attribute-string (normalize "entityref")))
200 (if entityref
201 (entity-notation entityref)
206 (include-file (entity-generated-system-id entityref)))
/dports/textproc/dsssl-docbook-modular/docbook-dsssl-1.79/print/
H A Ddbgraph.dsl49 (entityref (attribute-string (normalize "entityref") nd))
52 (if entityref
53 (entity-notation entityref)
57 (if (or fileref entityref)
61 (include-file (entity-generated-system-id entityref)))
64 ($graphic$ (entity-generated-system-id entityref)
/dports/www/ilias/ILIAS-5.4.25/Services/QTI/classes/
H A Dclass.ilQTIMatapplet.php42 public $entityref; variable in ilQTIMatapplet
121 $this->entityref = $a_entityref;
126 return $this->entityref;
H A Dclass.ilQTIMatimage.php44 public $entityref; variable in ilQTIMatimage
133 $this->entityref = $a_entityref;
138 return $this->entityref;
H A Dclass.ilQTIMattext.php43 public $entityref; variable in ilQTIMattext
165 $this->entityref = $a_entityref;
170 return $this->entityref;
/dports/www/ilias6/ILIAS-6.14/Services/QTI/classes/
H A Dclass.ilQTIMatapplet.php42 public $entityref; variable in ilQTIMatapplet
121 $this->entityref = $a_entityref;
126 return $this->entityref;
H A Dclass.ilQTIMatimage.php44 public $entityref; variable in ilQTIMatimage
133 $this->entityref = $a_entityref;
138 return $this->entityref;
H A Dclass.ilQTIMattext.php43 public $entityref; variable in ilQTIMattext
165 $this->entityref = $a_entityref;
170 return $this->entityref;
/dports/net/p5-XML-Fast/XML-Fast-0.17/
H A Dentities.h2 typedef struct entityref entityref_t;
3 struct entityref { struct
/dports/textproc/py-feedparser/feedparser-6.0.8/feedparser/
H A Dsgml.py60 entityref = sgmllib.entityref variable
/dports/editors/jupp/jupp/syntax/
H A Dxml.jsf.in51 "&" entityref recolor=-1
65 :entityref EntityRef
67 "A-Za-z0-9._:-" entityref
68 "#" entityref
/dports/editors/joe/joe-4.6/syntax/
H A Dxml.jsf43 "&" entityref recolor=-1
61 :entityref Entity
63 "-.:\c" entityref
64 "#" entityref
/dports/textproc/gdome2/gdome2-0.8.1/libgdome/gdomecore/
H A DMakefile.am35 gdome-xml-entityref.c \
61 gdome-xml-entityref.h \
H A DMakefile.in134 gdome-xml-entityref.c \
161 gdome-xml-entityref.h \
182 gdome-xml-cdatas.lo gdome-xml-entityref.lo gdome-xml-xpns.lo
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/pygments/lexers/
H A Dwebmisc.py95 entityref = r'(?:&(?:lt|gt|amp|quot|apos|nbsp);)' variable in XQueryLexer
98 stringdouble = r'(?:"(?:' + entityref + r'|' + charref + r'|""|[^&"])*")'
99 stringsingle = r"(?:'(?:" + entityref + r"|" + charref + r"|''|[^&'])*')"
550 (entityref, Name.Attribute),
559 (entityref, Name.Attribute),
571 (entityref, Literal),
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/pygments/lexers/
H A Dwebmisc.py93 entityref = r'(?:&(?:lt|gt|amp|quot|apos|nbsp);)' variable in XQueryLexer
96 stringdouble = r'(?:"(?:' + entityref + r'|' + charref + r'|""|[^&"])*")'
97 stringsingle = r"(?:'(?:" + entityref + r"|" + charref + r"|''|[^&'])*')"
552 (entityref, Name.Attribute),
561 (entityref, Name.Attribute),
573 (entityref, Literal),
/dports/textproc/py-pygments/Pygments-2.7.2/build/lib/pygments/lexers/
H A Dwebmisc.py94 entityref = r'(?:&(?:lt|gt|amp|quot|apos|nbsp);)' variable in XQueryLexer
97 stringdouble = r'(?:"(?:' + entityref + r'|' + charref + r'|""|[^&"])*")'
98 stringsingle = r"(?:'(?:" + entityref + r"|" + charref + r"|''|[^&'])*')"
552 (entityref, Name.Attribute),
561 (entityref, Name.Attribute),
573 (entityref, Literal),
/dports/textproc/py-pygments/Pygments-2.7.2/pygments/lexers/
H A Dwebmisc.py94 entityref = r'(?:&(?:lt|gt|amp|quot|apos|nbsp);)' variable in XQueryLexer
97 stringdouble = r'(?:"(?:' + entityref + r'|' + charref + r'|""|[^&"])*")'
98 stringsingle = r"(?:'(?:" + entityref + r"|" + charref + r"|''|[^&'])*')"
552 (entityref, Name.Attribute),
561 (entityref, Name.Attribute),
573 (entityref, Literal),
/dports/textproc/py-pygments-25/Pygments-2.5.2/pygments/lexers/
H A Dwebmisc.py95 entityref = r'(?:&(?:lt|gt|amp|quot|apos|nbsp);)' variable in XQueryLexer
98 stringdouble = r'(?:"(?:' + entityref + r'|' + charref + r'|""|[^&"])*")'
99 stringsingle = r"(?:'(?:" + entityref + r"|" + charref + r"|''|[^&'])*')"
550 (entityref, Name.Attribute),
559 (entityref, Name.Attribute),
571 (entityref, Literal),
/dports/www/moinmoin/moin-1.9.11/MoinMoin/support/pygments/lexers/
H A Dwebmisc.py95 entityref = r'(?:&(?:lt|gt|amp|quot|apos|nbsp);)' variable in XQueryLexer
98 stringdouble = r'(?:"(?:' + entityref + r'|' + charref + r'|""|[^&"])*")'
99 stringsingle = r"(?:'(?:" + entityref + r"|" + charref + r"|''|[^&'])*')"
550 (entityref, Name.Attribute),
559 (entityref, Name.Attribute),
571 (entityref, Literal),
/dports/textproc/py-pygments/stage/usr/local/lib/python3.8/site-packages/pygments/lexers/
H A Dwebmisc.py94 entityref = r'(?:&(?:lt|gt|amp|quot|apos|nbsp);)' variable in XQueryLexer
97 stringdouble = r'(?:"(?:' + entityref + r'|' + charref + r'|""|[^&"])*")'
98 stringsingle = r"(?:'(?:" + entityref + r"|" + charref + r"|''|[^&'])*')"
552 (entityref, Name.Attribute),
561 (entityref, Name.Attribute),
573 (entityref, Literal),
/dports/textproc/py-markdown/Markdown-3.3.4/markdown/
H A Dhtmlparser.py37 htmlparser.entityref = re.compile(r'&([a-zA-Z][-.a-zA-Z0-9]*);')
41 htmlparser.incomplete = htmlparser.entityref
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A DHTMLParser.py20 entityref = re.compile('&([a-zA-Z][-.a-zA-Z0-9]*)[^a-zA-Z0-9]') variable
183 match = entityref.match(rawdata, i)
/dports/textproc/py-zpt/ZopePageTemplates/TAL/
H A DHTMLParser.py20 entityref = re.compile('&([a-zA-Z][-.a-zA-Z0-9]*)[^a-zA-Z0-9]') variable
191 match = entityref.match(rawdata, i)
/dports/databases/py-sqlite3/Python-3.8.12/Lib/html/
H A Dparser.py25 entityref = re.compile('&([a-zA-Z][-.a-zA-Z0-9]*)[^a-zA-Z0-9]') variable
216 match = entityref.match(rawdata, i)

123456