Home
last modified time | relevance | path

Searched refs:tag_char (Results 1 – 20 of 20) sorted by relevance

/dports/ftp/net2ftp/net2ftp_v1.3/files_to_upload/plugins/luminous/src/core/
H A Dfilters.class.php75 $tag_char = $matches[2];
87 return "$lead<DOCTAG>$tag_char$tag</DOCTAG>$line";
93 return "$lead<DOCTAG>$tag_char$tag</DOCTAG>$line";
96 $start = "$lead<DOCTAG>$tag_char$tag</DOCTAG><DOCPROPERTY>";
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dmicrodvddec.c89 char tag_char = *(s + 1); in microdvd_load_tags() local
92 if (!tag_char || *(s + 2) != ':') in microdvd_load_tags()
96 switch (tag_char) { in microdvd_load_tags()
113 tag.key = tag_char; in microdvd_load_tags()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dmicrodvddec.c73 char tag_char = *(s + 1); in microdvd_load_tags() local
76 if (!tag_char || *(s + 2) != ':') in microdvd_load_tags()
80 switch (tag_char) { in microdvd_load_tags()
97 tag.key = tag_char; in microdvd_load_tags()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dmicrodvddec.c89 char tag_char = *(s + 1); in microdvd_load_tags() local
92 if (!tag_char || *(s + 2) != ':') in microdvd_load_tags()
96 switch (tag_char) { in microdvd_load_tags()
113 tag.key = tag_char; in microdvd_load_tags()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dmicrodvddec.c89 char tag_char = *(s + 1); in microdvd_load_tags() local
92 if (!tag_char || *(s + 2) != ':') in microdvd_load_tags()
96 switch (tag_char) { in microdvd_load_tags()
113 tag.key = tag_char; in microdvd_load_tags()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dmicrodvddec.c89 char tag_char = *(s + 1); in microdvd_load_tags() local
92 if (!tag_char || *(s + 2) != ':') in microdvd_load_tags()
96 switch (tag_char) { in microdvd_load_tags()
113 tag.key = tag_char; in microdvd_load_tags()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dmicrodvddec.c73 char tag_char = *(s + 1); in microdvd_load_tags() local
76 if (!tag_char || *(s + 2) != ':') in microdvd_load_tags()
80 switch (tag_char) { in microdvd_load_tags()
97 tag.key = tag_char; in microdvd_load_tags()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dmicrodvddec.c89 char tag_char = *(s + 1); in microdvd_load_tags() local
92 if (!tag_char || *(s + 2) != ':') in microdvd_load_tags()
96 switch (tag_char) { in microdvd_load_tags()
113 tag.key = tag_char; in microdvd_load_tags()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/sub/
H A Dsubassconvert.c316 char tag_char = *(s + 1); in microdvd_load_tags() local
319 if (!tag_char || *(s + 2) != ':') in microdvd_load_tags()
323 switch (tag_char) { in microdvd_load_tags()
340 tag.key = tag_char; in microdvd_load_tags()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/sub/
H A Dsubassconvert.c316 char tag_char = *(s + 1); in microdvd_load_tags() local
319 if (!tag_char || *(s + 2) != ':') in microdvd_load_tags()
323 switch (tag_char) { in microdvd_load_tags()
340 tag.key = tag_char; in microdvd_load_tags()
/dports/mail/balsa/balsa-2.5.1/src/
H A Dbalsa-print-object-text.c64 static GList * phrase_highlight(const gchar * buffer, gunichar tag_char,
839 phrase_highlight(const gchar * buffer, gunichar tag_char, in phrase_highlight() argument
847 utf_start = g_utf8_strchr(buffer, -1, tag_char); in phrase_highlight()
860 if (!(utf_end = g_utf8_strchr(s_next, -1, tag_char))) in phrase_highlight()
868 if (!(utf_end = g_utf8_strchr(e_next, -1, tag_char))) in phrase_highlight()
884 *e_next ? g_utf8_strchr(e_next, -1, tag_char) : NULL; in phrase_highlight()
887 *s_next ? g_utf8_strchr(s_next, -1, tag_char) : NULL; in phrase_highlight()
891 *s_next ? g_utf8_strchr(s_next, -1, tag_char) : NULL; in phrase_highlight()
H A Dbalsa-mime-widget-text.c115 gunichar tag_char, const gchar * property,
845 phrase_highlight(GtkTextBuffer * buffer, const gchar * id, gunichar tag_char, in phrase_highlight() argument
863 utf_start = g_utf8_strchr(buf_chars, -1, tag_char); in phrase_highlight()
874 if (!(utf_end = g_utf8_strchr(s_next, -1, tag_char))) { in phrase_highlight()
884 if (!(utf_end = g_utf8_strchr(e_next, -1, tag_char))) { in phrase_highlight()
902 utf_start = *e_next ? g_utf8_strchr(e_next, -1, tag_char) : NULL; in phrase_highlight()
904 utf_start = *s_next ? g_utf8_strchr(s_next, -1, tag_char) : NULL; in phrase_highlight()
907 utf_start = *s_next ? g_utf8_strchr(s_next, -1, tag_char) : NULL; in phrase_highlight()
/dports/security/opensc/OpenSC-0.22.0/src/libopensc/
H A Dasn1.c984 u8 tag_char[4] = {0, 0, 0, 0}; in sc_asn1_put_tag() local
993 tag_char[tag_len++] = tag & 0xFF; in sc_asn1_put_tag()
1002 if ((tag_char[ii] & 0x80) != 0x80) { in sc_asn1_put_tag()
1007 if ((tag_char[0] & 0x80) != 0x00) { in sc_asn1_put_tag()
1028 *p++ = tag_char[tag_len - ii - 1]; in sc_asn1_put_tag()
1060 unsigned char tag_char[3] = {0, 0, 0}; in asn1_write_element() local
1065 tag_char[tag_len] = (short_tag >> (8 * tag_len)) & 0xFF; in asn1_write_element()
1074 if (!(tag_char[ii] & 0x80)) in asn1_write_element()
1077 if (tag_char[0] & 0x80) in asn1_write_element()
1081 t = tag_char[tag_len - 1] & 0x1F; in asn1_write_element()
[all …]
/dports/biology/stringtie/stringtie-2.1.1/gclib/
H A DGBam.cpp371 char GBamRecord::tag_char(const char tag[2]) { //retrieve tag data as single char in tag_char() function in GBamRecord
396 char c=tag_char("XS"); in spliceStrand()
399 char m=tag_char("ts"); in spliceStrand()
H A DGBam.h196 char tag_char(const char tag[2]); //return char value of tag (for type 'A')
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/website_forum/controllers/
H A Dmain.py189 def tags(self, forum, tag_char=None, **post): argument
195 active_char_tag = tag_char and tag_char.lower() or 'all'
/dports/biology/gffread/gffread-0.12.7/gclib/
H A DGBam.h198 char tag_char(const char tag[2]); //return char value of tag (for type 'A')
H A DGBam.cpp402 char GBamRecord::tag_char(const char tag[2]) { //retrieve tag data as single char in tag_char() function in GBamRecord
/dports/lang/guile/guile-3.0.7/libguile/
H A Dvm-operations.h92 M (87, tag_char, "tag-char", DOP1 (X8_S12_S12)) \
H A Dvm-engine.c2203 VM_DEFINE_OP (87, tag_char, "tag-char", DOP1 (X8_S12_S12)) in VM_NAME()