/dports/www/tikiwiki/tiki-21.2/lib/articles/ |
H A D | artlib.php | 658 …show_pubdate, $show_expdate, $show_reads, $show_size, $show_topline, $show_subtitle, $show_linkto,… argument 744 if ($show_subtitle == 'on') { 745 $show_subtitle = 'y'; 747 $show_subtitle = 'n'; 805 $show_subtitle,
|
/dports/www/tikiwiki/tiki-21.2/templates/ |
H A D | tiki-article_types.tpl | 126 …heckbox" class="form-check-input" name="show_subtitle[{$types[user].type|escape}]" {if $types[user…
|
H A D | tiki-edit_submission.tpl | 37 {if $types.$type.show_subtitle eq 'y'}, {tr}<b>Subtitle</b>=small line below Title{/tr}{/if} 53 …<div class="form-group row" id='show_subtitle' {if $types.$type.show_subtitle eq 'y'}style="displa…
|
H A D | article.tpl | 10 {if $show_subtitle eq 'y' and $subtitle}
|
H A D | tiki-view_articles.tpl | 97 …{if $listpages[ix].show_subtitle eq 'y' and $listpages[ix].subtitle}<div class="articlesubtitle">{…
|
H A D | tiki-edit_article.tpl | 301 <div class="form-group {if $types.$type.show_subtitle neq 'y'}hidden{/if}">
|
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/ |
H A D | ffprobe.c | 1721 static void show_subtitle(WriterContext *w, AVSubtitle *sub, AVStream *stream, in show_subtitle() function 1867 show_subtitle(w, &sub, fmt_ctx->streams[pkt->stream_index], fmt_ctx); in process_frame()
|
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/ |
H A D | ffprobe.c | 1721 static void show_subtitle(WriterContext *w, AVSubtitle *sub, AVStream *stream, in show_subtitle() function 1867 show_subtitle(w, &sub, fmt_ctx->streams[pkt->stream_index], fmt_ctx); in process_frame()
|
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/fftools/ |
H A D | ffprobe.c | 2085 static void show_subtitle(WriterContext *w, AVSubtitle *sub, AVStream *stream, in show_subtitle() function 2296 show_subtitle(w, &sub, ifile->streams[pkt->stream_index].st, fmt_ctx); in process_frame()
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/fftools/ |
H A D | ffprobe.c | 2094 static void show_subtitle(WriterContext *w, AVSubtitle *sub, AVStream *stream, in show_subtitle() function 2317 show_subtitle(w, &sub, ifile->streams[pkt->stream_index].st, fmt_ctx); in process_frame()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/fftools/ |
H A D | ffprobe.c | 2105 static void show_subtitle(WriterContext *w, AVSubtitle *sub, AVStream *stream, in show_subtitle() function 2328 show_subtitle(w, &sub, ifile->streams[pkt->stream_index].st, fmt_ctx); in process_frame()
|
/dports/multimedia/handbrake/ffmpeg-4.4/fftools/ |
H A D | ffprobe.c | 2193 static void show_subtitle(WriterContext *w, AVSubtitle *sub, AVStream *stream, in show_subtitle() function 2419 show_subtitle(w, &sub, ifile->streams[pkt->stream_index].st, fmt_ctx); in process_frame()
|
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/fftools/ |
H A D | ffprobe.c | 2193 static void show_subtitle(WriterContext *w, AVSubtitle *sub, AVStream *stream, in show_subtitle() function 2419 show_subtitle(w, &sub, ifile->streams[pkt->stream_index].st, fmt_ctx); in process_frame()
|
/dports/www/tikiwiki/tiki-21.2/db/ |
H A D | tiki_1.9to2.0.sql | 1777 ALTER TABLE tiki_article_types MODIFY COLUMN `show_subtitle` varchar(1) default 'n';
|
H A D | tiki.sql | 218 `show_subtitle` varchar(1) default 'n',
|