Home
last modified time | relevance | path

Searched refs:convert_tag (Results 1 – 25 of 31) sorted by relevance

12

/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/xmerl/src/
H A Dxmerl_otpsgml.erl64 case convert_tag(Tag,Attrs) of
89 convert_tag(code,Attrs) -> convert_tag(c,Attrs); function
90 convert_tag(strong,Attrs) -> convert_tag(em,Attrs); function
91 convert_tag(b,Attrs) -> convert_tag(em,Attrs); function
92 convert_tag(underline,Attrs) -> convert_tag(em,Attrs); % what is underline in sgml??? function
93 convert_tag(dl,Attrs) -> convert_tag(taglist,Attrs); function
94 convert_tag(dt,Attrs) -> convert_tag(tag,Attrs); function
95 convert_tag(dd,Attrs) -> convert_tag(item,Attrs); function
96 convert_tag(ul,Attrs) -> convert_tag(list,Attrs); function
97 convert_tag(li,Attrs) -> convert_tag(item,Attrs); function
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/xmerl/src/
H A Dxmerl_otpsgml.erl64 case convert_tag(Tag,Attrs) of
89 convert_tag(code,Attrs) -> convert_tag(c,Attrs); function
90 convert_tag(strong,Attrs) -> convert_tag(em,Attrs); function
91 convert_tag(b,Attrs) -> convert_tag(em,Attrs); function
92 convert_tag(underline,Attrs) -> convert_tag(em,Attrs); % what is underline in sgml??? function
93 convert_tag(dl,Attrs) -> convert_tag(taglist,Attrs); function
94 convert_tag(dt,Attrs) -> convert_tag(tag,Attrs); function
95 convert_tag(dd,Attrs) -> convert_tag(item,Attrs); function
96 convert_tag(ul,Attrs) -> convert_tag(list,Attrs); function
97 convert_tag(li,Attrs) -> convert_tag(item,Attrs); function
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/xmerl/src/
H A Dxmerl_otpsgml.erl64 case convert_tag(Tag,Attrs) of
89 convert_tag(code,Attrs) -> convert_tag(c,Attrs); function
90 convert_tag(strong,Attrs) -> convert_tag(em,Attrs); function
91 convert_tag(b,Attrs) -> convert_tag(em,Attrs); function
92 convert_tag(underline,Attrs) -> convert_tag(em,Attrs); % what is underline in sgml??? function
93 convert_tag(dl,Attrs) -> convert_tag(taglist,Attrs); function
94 convert_tag(dt,Attrs) -> convert_tag(tag,Attrs); function
95 convert_tag(dd,Attrs) -> convert_tag(item,Attrs); function
96 convert_tag(ul,Attrs) -> convert_tag(list,Attrs); function
97 convert_tag(li,Attrs) -> convert_tag(item,Attrs); function
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/xmerl/src/
H A Dxmerl_otpsgml.erl64 case convert_tag(Tag,Attrs) of
89 convert_tag(code,Attrs) -> convert_tag(c,Attrs); function
90 convert_tag(strong,Attrs) -> convert_tag(em,Attrs); function
91 convert_tag(b,Attrs) -> convert_tag(em,Attrs); function
92 convert_tag(underline,Attrs) -> convert_tag(em,Attrs); % what is underline in sgml??? function
93 convert_tag(dl,Attrs) -> convert_tag(taglist,Attrs); function
94 convert_tag(dt,Attrs) -> convert_tag(tag,Attrs); function
95 convert_tag(dd,Attrs) -> convert_tag(item,Attrs); function
96 convert_tag(ul,Attrs) -> convert_tag(list,Attrs); function
97 convert_tag(li,Attrs) -> convert_tag(item,Attrs); function
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/xmerl/src/
H A Dxmerl_otpsgml.erl64 case convert_tag(Tag,Attrs) of
89 convert_tag(code,Attrs) -> convert_tag(c,Attrs); function
90 convert_tag(strong,Attrs) -> convert_tag(em,Attrs); function
91 convert_tag(b,Attrs) -> convert_tag(em,Attrs); function
92 convert_tag(underline,Attrs) -> convert_tag(em,Attrs); % what is underline in sgml??? function
93 convert_tag(dl,Attrs) -> convert_tag(taglist,Attrs); function
94 convert_tag(dt,Attrs) -> convert_tag(tag,Attrs); function
95 convert_tag(dd,Attrs) -> convert_tag(item,Attrs); function
96 convert_tag(ul,Attrs) -> convert_tag(list,Attrs); function
97 convert_tag(li,Attrs) -> convert_tag(item,Attrs); function
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/xmerl/src/
H A Dxmerl_otpsgml.erl64 case convert_tag(Tag,Attrs) of
89 convert_tag(code,Attrs) -> convert_tag(c,Attrs); function
90 convert_tag(strong,Attrs) -> convert_tag(em,Attrs); function
91 convert_tag(b,Attrs) -> convert_tag(em,Attrs); function
92 convert_tag(underline,Attrs) -> convert_tag(em,Attrs); % what is underline in sgml??? function
93 convert_tag(dl,Attrs) -> convert_tag(taglist,Attrs); function
94 convert_tag(dt,Attrs) -> convert_tag(tag,Attrs); function
95 convert_tag(dd,Attrs) -> convert_tag(item,Attrs); function
96 convert_tag(ul,Attrs) -> convert_tag(list,Attrs); function
97 convert_tag(li,Attrs) -> convert_tag(item,Attrs); function
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/xmerl/src/
H A Dxmerl_otpsgml.erl64 case convert_tag(Tag,Attrs) of
89 convert_tag(code,Attrs) -> convert_tag(c,Attrs); function
90 convert_tag(strong,Attrs) -> convert_tag(em,Attrs); function
91 convert_tag(b,Attrs) -> convert_tag(em,Attrs); function
92 convert_tag(underline,Attrs) -> convert_tag(em,Attrs); % what is underline in sgml??? function
93 convert_tag(dl,Attrs) -> convert_tag(taglist,Attrs); function
94 convert_tag(dt,Attrs) -> convert_tag(tag,Attrs); function
95 convert_tag(dd,Attrs) -> convert_tag(item,Attrs); function
96 convert_tag(ul,Attrs) -> convert_tag(list,Attrs); function
97 convert_tag(li,Attrs) -> convert_tag(item,Attrs); function
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/erl_docgen/src/
H A Ddocgen_xmerl_xml_cb.erl52 {NewTag, NewAttrs} = convert_tag(Tag, Attrs),
60 convert_tag(a, [Attr]) -> function
73 convert_tag(b, Attrs) -> {em, Attrs}; function
75 convert_tag(code, Attrs) -> {c, Attrs}; function
76 convert_tag(dd, Attrs) -> {item, Attrs}; function
78 convert_tag(dt, Attrs) -> {tag, Attrs}; function
81 convert_tag(strong, Attrs) -> {em, Attrs}; function
83 convert_tag(tr, Attrs) -> {row, Attrs}; function
84 convert_tag(tt, Attrs) -> {c, Attrs}; function
86 convert_tag(underline, Attrs) -> {em, Attrs}; function
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/erl_docgen/src/
H A Ddocgen_xmerl_xml_cb.erl52 {NewTag, NewAttrs} = convert_tag(Tag, Attrs),
60 convert_tag(a, [Attr]) -> function
73 convert_tag(b, Attrs) -> {em, Attrs}; function
75 convert_tag(code, Attrs) -> {c, Attrs}; function
76 convert_tag(dd, Attrs) -> {item, Attrs}; function
78 convert_tag(dt, Attrs) -> {tag, Attrs}; function
81 convert_tag(strong, Attrs) -> {em, Attrs}; function
83 convert_tag(tr, Attrs) -> {row, Attrs}; function
84 convert_tag(tt, Attrs) -> {c, Attrs}; function
86 convert_tag(underline, Attrs) -> {em, Attrs}; function
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/erl_docgen/src/
H A Ddocgen_xmerl_xml_cb.erl60 convert_tag(a, [Attr]) -> function
73 convert_tag(b, Attrs) -> {em, Attrs}; function
75 convert_tag(code, Attrs) -> {c, Attrs}; function
76 convert_tag(dd, Attrs) -> {item, Attrs}; function
78 convert_tag(dt, Attrs) -> {tag, Attrs}; function
79 convert_tag(li, Attrs) -> {item, Attrs}; function
81 convert_tag(strong, Attrs) -> {em, Attrs}; function
83 convert_tag(tr, Attrs) -> {row, Attrs}; function
84 convert_tag(tt, Attrs) -> {c, Attrs}; function
86 convert_tag(underline, Attrs) -> {em, Attrs}; function
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/erl_docgen/src/
H A Ddocgen_xmerl_xml_cb.erl60 convert_tag(a, [Attr]) -> function
73 convert_tag(b, Attrs) -> {em, Attrs}; function
75 convert_tag(code, Attrs) -> {c, Attrs}; function
76 convert_tag(dd, Attrs) -> {item, Attrs}; function
78 convert_tag(dt, Attrs) -> {tag, Attrs}; function
79 convert_tag(li, Attrs) -> {item, Attrs}; function
81 convert_tag(strong, Attrs) -> {em, Attrs}; function
83 convert_tag(tr, Attrs) -> {row, Attrs}; function
84 convert_tag(tt, Attrs) -> {c, Attrs}; function
86 convert_tag(underline, Attrs) -> {em, Attrs}; function
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/erl_docgen/src/
H A Ddocgen_xmerl_xml_cb.erl60 convert_tag(a, [Attr]) -> function
73 convert_tag(b, Attrs) -> {em, Attrs}; function
75 convert_tag(code, Attrs) -> {c, Attrs}; function
76 convert_tag(dd, Attrs) -> {item, Attrs}; function
78 convert_tag(dt, Attrs) -> {tag, Attrs}; function
79 convert_tag(li, Attrs) -> {item, Attrs}; function
81 convert_tag(strong, Attrs) -> {em, Attrs}; function
83 convert_tag(tr, Attrs) -> {row, Attrs}; function
84 convert_tag(tt, Attrs) -> {c, Attrs}; function
86 convert_tag(underline, Attrs) -> {em, Attrs}; function
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/erl_docgen/src/
H A Ddocgen_xmerl_xml_cb.erl60 convert_tag(a, [Attr]) -> function
73 convert_tag(b, Attrs) -> {em, Attrs}; function
75 convert_tag(code, Attrs) -> {c, Attrs}; function
76 convert_tag(dd, Attrs) -> {item, Attrs}; function
78 convert_tag(dt, Attrs) -> {tag, Attrs}; function
79 convert_tag(li, Attrs) -> {item, Attrs}; function
81 convert_tag(strong, Attrs) -> {em, Attrs}; function
83 convert_tag(tr, Attrs) -> {row, Attrs}; function
84 convert_tag(tt, Attrs) -> {c, Attrs}; function
86 convert_tag(underline, Attrs) -> {em, Attrs}; function
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/erl_docgen/src/
H A Ddocgen_xmerl_xml_cb.erl60 convert_tag(a, [Attr]) -> function
73 convert_tag(b, Attrs) -> {em, Attrs}; function
75 convert_tag(code, Attrs) -> {c, Attrs}; function
76 convert_tag(dd, Attrs) -> {item, Attrs}; function
78 convert_tag(dt, Attrs) -> {tag, Attrs}; function
79 convert_tag(li, Attrs) -> {item, Attrs}; function
81 convert_tag(strong, Attrs) -> {em, Attrs}; function
83 convert_tag(tr, Attrs) -> {row, Attrs}; function
84 convert_tag(tt, Attrs) -> {c, Attrs}; function
86 convert_tag(underline, Attrs) -> {em, Attrs}; function
[all …]
/dports/science/py-pydicom/pydicom-2.2.2/pydicom/tests/
H A Dtest_values.py9 convert_value, converters, convert_tag, convert_ATvalue, convert_DA_string,
18 assert convert_tag(bytestring, False) == Tag(0x0010, 0x0020)
23 assert convert_tag(bytestring, True) == Tag(0x0010, 0x0020)
28 assert convert_tag(bytestring, True, 0) == Tag(0x2312, 0x0010)
29 assert convert_tag(bytestring, True, 2) == Tag(0x0010, 0x0020)
35 assert convert_tag(bytestring, True) == ''
41 convert_tag(bytestring, True)
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/gpu/nvidia/
H A Dcudnn_softmax_impl.hpp138 status_t convert_tag(const memory_desc_t *md, format_tag_t &tag) const { in convert_tag() function
172 CHECK(convert_tag(pd->src_md(), tag)); in init()
216 CHECK(convert_tag(pd->dst_md(), tag)); in init()
/dports/math/onednn/oneDNN-2.5.1/src/gpu/nvidia/
H A Dcudnn_softmax_impl.hpp138 status_t convert_tag(const memory_desc_t *md, format_tag_t &tag) const { in convert_tag() function
172 CHECK(convert_tag(pd->src_md(), tag)); in init()
216 CHECK(convert_tag(pd->dst_md(), tag)); in init()
/dports/science/py-pydicom/pydicom-2.2.2/doc/reference/
H A Delem.values.rst26 convert_tag
/dports/science/py-pydicom/pydicom-2.2.2/pydicom/
H A Dvalues.py38 def convert_tag( function
118 return convert_tag(byte_string, is_little_endian)
129 convert_tag(byte_string, is_little_endian, offset=x)
/dports/net-im/fractal/fractal-4.4.0/vendor/html2pango/src/
H A Dlib.rs229 fn convert_tag<'a>(t: &'a str) -> Option<(&'a str, &'a str)> { in convert_tag() function
320 if let Some((t1, t2)) = convert_tag(&tag) { in convert_node()
/dports/print/tex-dvipdfmx/texlive-20150521-source/texk/dvipdfm-x/
H A Dsfnt.c195 convert_tag (char *tag, unsigned long u_tag) in convert_tag() function
384 convert_tag(td->tables[i].tag, u_tag); in sfnt_read_table_directory()
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/luatexdir/font/
H A Dsfnt.w131 static void convert_tag(char *tag, unsigned long u_tag)
318 convert_tag(td->tables[i].tag, u_tag);
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/luatexdir/font/
H A Dsfnt.w131 static void convert_tag(char *tag, unsigned long u_tag)
318 convert_tag(td->tables[i].tag, u_tag);
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/luatexdir/font/
H A Dsfnt.w131 static void convert_tag(char *tag, unsigned long u_tag)
318 convert_tag(td->tables[i].tag, u_tag);
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/luatexdir/font/
H A Dsfnt.w131 static void convert_tag(char *tag, unsigned long u_tag)
318 convert_tag(td->tables[i].tag, u_tag);

12