Home
last modified time | relevance | path

Searched refs:attlist (Results 151 – 175 of 905) sorted by relevance

12345678910>>...37

/dports/print/latex-biber/biber-2.1/data/schemata/
H A Dbiblatexml.rnc169 attlist.dates = attribute datetype { "orig" | "event" | "url" }
170 date = element date { attlist.dates?, attlist.year?, (date.type | date.range) }
181 attlist.pages =
214 author = element author { attlist.name?, ( text | person+ ) }
215 editor = element editor { attlist.name?, (text | person+) }
216 afterword = element afterword { attlist.name?, (text | person+) }
220 foreword = element foreword { attlist.name?, (text | person+) }
221 holder = element holder { attlist.name?, (text | person+) }
226 sortname = element sortname { attlist.name?, (text | person+) }
228 attlist.person,
[all …]
/dports/textproc/html2xhtml/html2xhtml-1.3/src/
H A Ddtdquery.c142 for (i=0; elm_list[elm_ptr].attlist[dtd][i]>=0; i++) in lee_elm()
143 printf(" %3d %s\n",elm_list[elm_ptr].attlist[dtd][i], in lee_elm()
144 att_list[elm_list[elm_ptr].attlist[dtd][i]].name); in lee_elm()
180 if (dtd_att_search_list_id(att_ptr,elm_list[i].attlist[k])>=0) in lee_att()
363 atributos_solo_en_uno(elm_list[elmid].attlist[dtd1], in comparar_elemento()
364 elm_list[elmid].attlist[dtd2], in comparar_elemento()
366 atributos_solo_en_uno(elm_list[elmid].attlist[dtd2], in comparar_elemento()
367 elm_list[elmid].attlist[dtd1], in comparar_elemento()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/render/pdf/extensions/
H A DPDFReferenceElement.java47 …public void processNode(String elementName, Locator locator, Attributes attlist, PropertyList prop… in processNode() argument
48 super.processNode(elementName, locator, attlist, propertyList); in processNode()
49 String refid = attlist.getValue(ATT_REFID); in processNode()
H A DPDFActionElement.java48 …public void processNode(String elementName, Locator locator, Attributes attlist, PropertyList prop… in processNode() argument
49 super.processNode(elementName, locator, attlist, propertyList); in processNode()
50 String type = attlist.getValue(ATT_TYPE); in processNode()
H A DPDFPageElement.java48 …public void processNode(String elementName, Locator locator, Attributes attlist, PropertyList prop… in processNode() argument
49 super.processNode(elementName, locator, attlist, propertyList); in processNode()
50 String pageNumbers = attlist.getValue(ATT_PAGE_NUMBERS); in processNode()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objects/docsum/
H A Ddocsum.asn13 attlist SET {
34 attlist SET {
45 attlist SET {
63 attlist SET {
91 attlist SET {
134 attlist SET {
153 attlist SET {
210 attlist SET {
302 attlist SET {
376 attlist SET {
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objects/docsum/
H A Ddocsum.asn13 attlist SET {
34 attlist SET {
45 attlist SET {
63 attlist SET {
91 attlist SET {
134 attlist SET {
153 attlist SET {
210 attlist SET {
302 attlist SET {
376 attlist SET {
[all …]
/dports/textproc/slides/docbook-slides-3.4.0/schema/relaxng/
H A Dhtmltblx.mod.rnc85 colgroup = element colgroup { colgroup.attlist, col* }
86 col = element col { col.attlist, empty }
87 tr = element tr { tr.attlist, (th | td)+ }
90 th.attlist, (para.char.mix | tabentry.mix | table | informaltable)*
94 td.attlist, (para.char.mix | tabentry.mix | table | informaltable)*
96 colgroup.attlist &=
102 col.attlist &=
108 tr.attlist &=
113 th.attlist &=
127 td.attlist &=
/dports/textproc/website/docbook-website-2.6.0/schema/relaxng/
H A Dhtmltblx.mod.rnc85 colgroup = element colgroup { colgroup.attlist, col* }
86 col = element col { col.attlist, empty }
87 tr = element tr { tr.attlist, (th | td)+ }
90 th.attlist, (para.char.mix | tabentry.mix | table | informaltable)*
94 td.attlist, (para.char.mix | tabentry.mix | table | informaltable)*
96 colgroup.attlist &=
102 col.attlist &=
108 tr.attlist &=
113 th.attlist &=
127 td.attlist &=
/dports/science/jstrack/jstrack/extlib/tcllib1.19/doctools/mpformats/
H A D_xml.tcl46 proc attlist {nvpairs} {
49 set attlist ""
51 append attlist " $name='[string map $attvalMap $value]'"
53 return $attlist
/dports/java/java-subversion/subversion-1.14.1/subversion/svn/schema/
H A Dlist.rnc29 \list = element list { attlist.list, entry* }
30 attlist.list &=
35 entry = element entry { attlist.entry, name, size?, commit, lock? }
36 attlist.entry &=
H A Dlog.rnc29 element logentry { attlist.logentry, author?, date?, paths?, msg?, revprops?, logentry* }
30 attlist.logentry &=
37 path = element path { attlist.path, text }
38 attlist.path &=
/dports/devel/py-subversion/subversion-1.14.1/subversion/svn/schema/
H A Dlist.rnc29 \list = element list { attlist.list, entry* }
30 attlist.list &=
35 entry = element entry { attlist.entry, name, size?, commit, lock? }
36 attlist.entry &=
H A Dlog.rnc29 element logentry { attlist.logentry, author?, date?, paths?, msg?, revprops?, logentry* }
30 attlist.logentry &=
37 path = element path { attlist.path, text }
38 attlist.path &=
/dports/devel/tcllib/tcllib-1.20/modules/doctools/mpformats/
H A D_xml.tcl43 proc attlist {nvpairs} {
46 set attlist ""
48 append attlist " $name='[string map $attvalMap $value]'"
50 return $attlist
/dports/devel/tcllibc/tcllib-1.20/modules/doctools/mpformats/
H A D_xml.tcl43 proc attlist {nvpairs} {
46 set attlist ""
48 append attlist " $name='[string map $attvalMap $value]'"
50 return $attlist
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/svn/schema/
H A Dlist.rnc29 \list = element list { attlist.list, entry* }
30 attlist.list &=
35 entry = element entry { attlist.entry, name, size?, commit, lock? }
36 attlist.entry &=
H A Dlog.rnc29 element logentry { attlist.logentry, author?, date?, paths?, msg?, revprops?, logentry* }
30 attlist.logentry &=
37 path = element path { attlist.path, text }
38 attlist.path &=
/dports/devel/p5-subversion/subversion-1.14.1/subversion/svn/schema/
H A Dlist.rnc29 \list = element list { attlist.list, entry* }
30 attlist.list &=
35 entry = element entry { attlist.entry, name, size?, commit, lock? }
36 attlist.entry &=
H A Dlog.rnc29 element logentry { attlist.logentry, author?, date?, paths?, msg?, revprops?, logentry* }
30 attlist.logentry &=
37 path = element path { attlist.path, text }
38 attlist.path &=
/dports/mail/mailutils/mailutils-3.13/mail/
H A Dsend.c217 rc = mu_list_append (attlist, aptr); in attlist_add()
237 mu_list_t attlist; in attlist_attach_file() local
311 attlist = attlist_new (); in attlist_attach_file()
312 *attlist_ptr = attlist; in attlist_attach_file()
315 attlist = *attlist_ptr; in attlist_attach_file()
390 if (mu_list_is_empty (env->attlist) || in escape_list_attachments()
450 mu_list_count (env->attlist, &count); in escape_remove_attachment()
565 if (!env->attlist) in add_body()
566 env->attlist = attlist_new (); in add_body()
586 if (mu_list_is_empty (env->attlist)) in add_attachments()
[all …]
/dports/audio/libgpod-sharp/libgpod-0.8.3/bindings/python/examples/
H A Dtag_genre_from_audioscrobber.py55 attlist = xpath.Evaluate("//toptags/tag[1]/@name",xmlreply) variable
57 if attlist and count and int(count[0].value) > TRUST_LIMIT:
58 cache[key] = str(attlist[0].value.title()) # no unicode please :-)
/dports/audio/libgpod/libgpod-0.8.3/bindings/python/examples/
H A Dtag_genre_from_audioscrobber.py55 attlist = xpath.Evaluate("//toptags/tag[1]/@name",xmlreply) variable
57 if attlist and count and int(count[0].value) > TRUST_LIMIT:
58 cache[key] = str(attlist[0].value.title()) # no unicode please :-)
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/render/afp/extensions/
H A DAFPIncludeFormMapElement.java66 Attributes attlist, PropertyList propertyList) in processNode() argument
68 super.processNode(elementName, locator, attlist, propertyList); in processNode()
70 String attr = attlist.getValue(ATT_SRC); in processNode()
/dports/www/dillo2/dillo-3.0.5/dpid/
H A Ddpid.c333 int register_all(struct dp **attlist) in register_all() argument
342 if (*attlist != NULL) { in register_all()
378 *attlist = (struct dp *) dRealloc(*attlist, (snum + 1) * dp_sz); in register_all()
379 st=get_dpi_attr(user_dpidir, user_dirent->d_name, &(*attlist)[snum]); in register_all()
390 *attlist = (struct dp *) dRealloc(*attlist, (snum + 1) * dp_sz); in register_all()
391 st=get_dpi_attr(sys_dpidir, sys_dirent->d_name, &(*attlist)[snum]); in register_all()
423 int fill_services_list(struct dp *attlist, int numdpis, Dlist **services_list) in fill_services_list() argument
494 if ((p = strstr(attlist[i].path, path)) && *(p - 1) == '/' && in fill_services_list()

12345678910>>...37