Home
last modified time | relevance | path

Searched refs:titles (Results 226 – 250 of 15625) sorted by relevance

12345678910>>...625

/dports/math/ploticus-nox11/pl240src/src/
H A Dclickmap.c25 static char *titles[MAXENTRIES]; variable
95 titles[ imap ] = NULL;
100 titles[ imap ] = (char *) malloc( strlen( title ) + 1 );
101 strcpy( titles[ imap ], title );
178 …if( titles[i] == NULL ) PLGS_clickregion( buf, "", targetstr, box[ i ].x1, box[ i ].y1, box[ i ].x…
179 …else PLGS_clickregion( buf, titles[i], targetstr, box[ i ].x1, box[ i ].y1, box[ i ].x2, box[ i ].…
190 if( titles[i] != NULL ) fprintf( fp, "title=\"%s\" %s >\n", titles[i], targetstr );
290 …if( titles[i] == NULL ) PLGS_clickregion( buf, "", targetstr, box[ i ].x1, box[ i ].y1, box[ i ].x…
291 …else PLGS_clickregion( buf, titles[i], targetstr, box[ i ].x1, box[ i ].y1, box[ i ].x2, box[ i ].…
303 if( titles[i] != NULL ) fprintf( fp, "title=\"%s\" %s >\n", titles[i], targetstr );
[all …]
/dports/math/ploticus/pl240src/src/
H A Dclickmap.c25 static char *titles[MAXENTRIES]; variable
95 titles[ imap ] = NULL;
100 titles[ imap ] = (char *) malloc( strlen( title ) + 1 );
101 strcpy( titles[ imap ], title );
178 …if( titles[i] == NULL ) PLGS_clickregion( buf, "", targetstr, box[ i ].x1, box[ i ].y1, box[ i ].x…
179 …else PLGS_clickregion( buf, titles[i], targetstr, box[ i ].x1, box[ i ].y1, box[ i ].x2, box[ i ].…
190 if( titles[i] != NULL ) fprintf( fp, "title=\"%s\" %s >\n", titles[i], targetstr );
290 …if( titles[i] == NULL ) PLGS_clickregion( buf, "", targetstr, box[ i ].x1, box[ i ].y1, box[ i ].x…
291 …else PLGS_clickregion( buf, titles[i], targetstr, box[ i ].x1, box[ i ].y1, box[ i ].x2, box[ i ].…
303 if( titles[i] != NULL ) fprintf( fp, "title=\"%s\" %s >\n", titles[i], targetstr );
[all …]
/dports/games/jin/jin-2.14.1/src/free/jin/freechess/
H A DJinFreechessConnection.java292 username, (titles == null ? "" : titles), -1, message, null)); in processPersonalTell()
305 username, (titles == null ? "" : titles), -1, message, new Integer(gameNumber))); in processSayTell()
319 username, (titles == null ? "" : titles), -1, message, null)); in processPTell()
350 if (titles == null) in processKibitz()
351 titles = ""; in processKibitz()
368 if (titles == null) in processWhisper()
369 titles = ""; in processWhisper()
424 username, (titles == null ? "" : titles), -1, message, null)); in processShout()
438 username, (titles == null ? "" : titles), -1, message, null)); in processIShout()
452 username, (titles == null ? "" : titles), -1, message, null)); in processTShout()
[all …]
/dports/misc/mnn/MNN-1.2.0/test/op/
H A DConvInt8Test.cpp127 std::vector<std::string> titles = {"4x2", "1x5", "7x1"}; in run() local
131 … MNN_ERROR("Error for test kernel %s for convint8 215, 204 (im2col + gemm)\n", titles[i].c_str()); in run()
138 …r for test kernel %s for convint8 215, 204 (im2col + gemm + overflow aware)\n", titles[i].c_str()); in run()
146 … MNN_ERROR("Error for test kernel %s for convint8 215, 201 (im2col + gemm)\n", titles[i].c_str()); in run()
153 …r for test kernel %s for convint8 215, 201 (im2col + gemm + overflow aware)\n", titles[i].c_str()); in run()
170 std::vector<std::string> titles = { in run() local
178 MNN_ERROR("Error for test kernel %s for convint8 (winograd)\n", titles[i].c_str()); in run()
194 std::vector<std::string> titles = { in run() local
200 … MNN_ERROR("Error for test kernel %s for convint8 215, 204 (im2col + gemm)\n", titles[i].c_str()); in run()
207 …r for test kernel %s for convint8 215, 204 (im2col + gemm + overflow aware)\n", titles[i].c_str()); in run()
/dports/audio/harp/harp-0.6.0/
H A Ddbact.c234 int uint_return_cb(void *arg, int col_count, char **row, char **titles){ in uint_return_cb() argument
239 int str_return_cb(void *arg, int col_count, char **row, char **titles){ in str_return_cb() argument
244 static int titlequery_titles_cb(void *data, int col_count, char **row, char **titles){ in titlequery_titles_cb() argument
250 len=printf("[%.*s]",arg->maxwidth,titles[x]); in titlequery_titles_cb()
254 templen=printf("[%s]",titles[x]); in titlequery_titles_cb()
260 printf("[%.*s]",arg->maxwidth,titles[x]); in titlequery_titles_cb()
263 printf("[%s] ",titles[x]); in titlequery_titles_cb()
268 static int titlequery_columns_cb(void *data, int col_count, char **row, char **titles){ in titlequery_columns_cb() argument
283 static int titlequery_cb(void *data, int col_count, char **row, char **titles){ in titlequery_cb() argument
330 int batch_tempplaylistsong_insert_cb(void *arg, int col_count, char **row, char **titles){ in batch_tempplaylistsong_insert_cb() argument
/dports/x11-toolkits/p5-Gtk2-Ex-FormFactory/Gtk2-Ex-FormFactory-0.67/examples/
H A Dtestapp.pl21 titles => [ "Part I", "Part II", "Part III" ],
29 titles => [ "Bla", "Foo", "Baz" ],
78 my @titles;
79 push @titles, $_->[1] for @{$slist_data};
80 return $self->set_titles(\@titles);
496 sub get_titles { shift->{titles} }
504 sub set_titles { shift->{titles} = $_[1] }
543 my ($artist, $album, $titles, $broken_jewel_case, $genre) =
551 titles => $titles,
/dports/multimedia/libmpeg3/libmpeg3-1.8/
H A Dmpeg3toc2.c35 demuxer->titles[i]->fs->path, in mpeg3_generate_toc()
36 demuxer->titles[i]->total_bytes, in mpeg3_generate_toc()
43 mpeg3demux_print_timecodes(demuxer->titles[i], output); in mpeg3_generate_toc()
66 fprintf(output, "SIZE: %ld\n", demuxer->titles[demuxer->current_title]->total_bytes); in mpeg3_generate_toc()
70 mpeg3demux_print_timecodes(demuxer->titles[demuxer->current_title], output); in mpeg3_generate_toc()
122 title = demuxer->titles[demuxer->total_titles++] = mpeg3_new_title(file, string2); in read_titles()
/dports/www/mediawiki137/mediawiki-1.37.1/extensions/TemplateData/includes/api/
H A DApiTemplateData.php69 $titles = $pageSet->getGoodTitles(); // page_id => Title object
78 if ( !$titles && ( !$includeMissingTitles || !$missingTitles ) ) {
92 foreach ( $titles as $titleId => $title ) {
97 if ( $titles ) {
101 'pp_page' => array_keys( $titles ),
141 $resp[ $row->pp_page ] = [ 'title' => $titles[ $row->pp_page ] ];
/dports/sysutils/webmin/webmin-1.981/grub/
H A Dcgi_args.pl9 my @titles = &find("title", $conf);
10 return @titles ? 'idx='.$titles[0]->{'index'} : 'new=1';
/dports/www/hotcrp/hotcrp-2.102/
H A Doffline.php39 function saveTagIndexes($tag, $filename, &$settings, &$titles, &$linenos, &$errors) { argument
47 } else if ($titles[$row->paperId] !== ""
48 && strcmp($row->title, $titles[$row->paperId]) != 0
49 && strcasecmp($row->title, simplify_whitespace($titles[$row->paperId])) != 0)
65 $settings = $titles = $linenos = array();
99 $settings = $titles = $linenos = $errors = array();
121 $titles[$line[1]] = trim(get($line, 2, ""));
130 saveTagIndexes($tag, $filename, $settings, $titles, $linenos, $errors);
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphics/tests/nonreg_tests/
H A Dbug_15418.tst17 // With colordef("black") and colordef("none"), titles and axes labels were
26 // Check that titles are well visible in white
34 // Check that titles are well visible in white
42 // Check that titles are well visible in black on grey (unchanged)
50 // Check that titles are well visible in black on white (unchanged)
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/tui-0.16.0/examples/util/
H A Dmod.rs59 pub titles: Vec<&'a str>, field
64 pub fn new(titles: Vec<&'a str>) -> TabsState { in new()
65 TabsState { titles, index: 0 } in new()
68 self.index = (self.index + 1) % self.titles.len(); in next()
75 self.index = self.titles.len() - 1; in previous()
/dports/misc/xplr/xplr-0.17.0/cargo-crates/tui-0.16.0/examples/util/
H A Dmod.rs59 pub titles: Vec<&'a str>, field
64 pub fn new(titles: Vec<&'a str>) -> TabsState { in new()
65 TabsState { titles, index: 0 } in new()
68 self.index = (self.index + 1) % self.titles.len(); in next()
75 self.index = self.titles.len() - 1; in previous()
/dports/devel/gitui/gitui-0.10.1/cargo-crates/tui-0.9.5/examples/util/
H A Dmod.rs59 pub titles: Vec<&'a str>, field
64 pub fn new(titles: Vec<&'a str>) -> TabsState { in new()
65 TabsState { titles, index: 0 } in new()
68 self.index = (self.index + 1) % self.titles.len(); in next()
75 self.index = self.titles.len() - 1; in previous()
/dports/net/oha/oha-0.4.7/cargo-crates/tui-0.16.0/examples/util/
H A Dmod.rs59 pub titles: Vec<&'a str>, field
64 pub fn new(titles: Vec<&'a str>) -> TabsState { in new()
65 TabsState { titles, index: 0 } in new()
68 self.index = (self.index + 1) % self.titles.len(); in next()
75 self.index = self.titles.len() - 1; in previous()
/dports/devel/desed/desed-1.2.0/cargo-crates/tui-0.9.5/examples/util/
H A Dmod.rs59 pub titles: Vec<&'a str>, field
64 pub fn new(titles: Vec<&'a str>) -> TabsState { in new()
65 TabsState { titles, index: 0 } in new()
68 self.index = (self.index + 1) % self.titles.len(); in next()
75 self.index = self.titles.len() - 1; in previous()
/dports/sysutils/dua-cli/dua-cli-2.14.11/cargo-crates/tui-0.16.0/examples/util/
H A Dmod.rs59 pub titles: Vec<&'a str>, field
64 pub fn new(titles: Vec<&'a str>) -> TabsState { in new()
65 TabsState { titles, index: 0 } in new()
68 self.index = (self.index + 1) % self.titles.len(); in next()
75 self.index = self.titles.len() - 1; in previous()
/dports/sysutils/diskonaut/diskonaut-0.11.0/cargo-crates/tui-0.11.0/examples/util/
H A Dmod.rs59 pub titles: Vec<&'a str>, field
64 pub fn new(titles: Vec<&'a str>) -> TabsState { in new()
65 TabsState { titles, index: 0 } in new()
68 self.index = (self.index + 1) % self.titles.len(); in next()
75 self.index = self.titles.len() - 1; in previous()
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/tui-0.16.0/examples/util/
H A Dmod.rs59 pub titles: Vec<&'a str>,
64 pub fn new(titles: Vec<&'a str>) -> TabsState {
65 TabsState { titles, index: 0 }
68 self.index = (self.index + 1) % self.titles.len();
75 self.index = self.titles.len() - 1;
/dports/www/emacs-w3m/emacs-w3m-3925d1c/
H A Dw3m-session.el287 (setq titles (cons (cons (car x) (car x)) titles)))
292 (setq titles (cons (cons otitle otitle) titles))
547 (setq titles (cons title titles))
552 (setq titles (nreverse titles))
558 (setq titles (cdr titles))
584 titles urls pos)
592 (setq titles (cons title titles))
596 (setq titles (nreverse titles))
609 (setq titles (cdr titles))
785 (setq titles
[all …]
/dports/www/mediawiki135/mediawiki-1.35.5/includes/search/
H A DStringPrefixSearch.php30 protected function titles( array $titles ) { argument
33 }, $titles );
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/rss-2.0.0/src/extension/
H A Ddublincore.rs77 pub titles: Vec<String>, field
324 pub fn titles(&self) -> &[String] { in titles() method
325 &self.titles in titles()
330 &mut self.titles in titles_mut()
334 pub fn set_titles<V>(&mut self, titles: V) in set_titles()
338 self.titles = titles.into(); in set_titles()
379 "title" => ext.titles = get_extension_values(v), in from_map()
403 writer.write_text_elements(b"dc:title", &self.titles)?; in to_xml()
/dports/security/keybase/client-v5.7.1/shared/chat/conversation/attachment-get-titles/
H A Dindex.tsx21 onSubmit: (titles: Array<string>) => void
26 titles: Array<string>
36 titles: props.pathAndInfos.map(() => ''),
50 this.props.onSubmit(this.state.titles)
59 this.props.onSubmit(this.state.titles)
74titles: [...state.titles.slice(0, state.index), title, ...state.titles.slice(state.index + 1)],
118 value={this.state.titles[this.state.index]}
/dports/www/mediawiki135/mediawiki-1.35.5/includes/api/
H A DApiQueryBacklinksprop.php102 $titles = $pageSet->getGoodAndMissingTitles();
108 $titles[] = $title;
122 $titles = array_filter( $titles, function ( $t ) use ( $bl_namespace ) {
129 if ( !$titles ) {
238 foreach ( $titles as $t ) {
332 $titles = [];
347 $titles[] = Title::makeTitle( $row->page_namespace, $row->page_title );
349 $resultPageSet->populateFromTitles( $titles );
/dports/www/mediawiki137/mediawiki-1.37.1/includes/api/
H A DApiQueryBacklinksprop.php106 $titles = $pageSet->getGoodAndMissingPages();
112 $titles[] = $title;
126 $titles = array_filter( $titles, static function ( $t ) use ( $bl_namespace ) {
133 if ( !$titles ) {
242 foreach ( $titles as $t ) {
336 $titles = [];
351 $titles[] = Title::makeTitle( $row->page_namespace, $row->page_title );
353 $resultPageSet->populateFromTitles( $titles );

12345678910>>...625