Home
last modified time | relevance | path

Searched refs:in_title (Results 1 – 25 of 58) sorted by relevance

123

/dports/textproc/p5-KinoSearch1/KinoSearch1-1.01/t/benchmarks/
H A Dextract_reuters.plx47 my $in_title = 0;
58 $in_title = 1;
61 $title .= $_ if $in_title;
68 $in_title = 0;
78 die "Malformed data" if ( $in_title or $in_body );
/dports/textproc/sdf/sdf-2.001/perllib/Pod/
H A DSdf.pm53 my $in_title = '';
75 next if $in_title;
91 $in_title = $main && ($line =~ /^=head1\s+NAME\b/);
92 if ($in_title) {
108 if ($in_title) {
/dports/www/phpgroupware/phpgroupware-0.9.16.017/phpgwapi/inc/
H A Dclass.rssparser.inc.php173 function set_channel($in_title, $in_link, $in_desc) argument
175 $this->title = $in_title;
180 function set_image($in_title, $in_link, $in_desc, $in_url) argument
182 $this->image['title'] = $in_title;
188 function add_item($in_title, $in_link, $in_desc) argument
190 $this->items[$this->nitems]['title'] = $in_title;
/dports/textproc/htdig/htdig-3.2.0b6/htdig/
H A DHTML.cc59 if (in_title && !noindex) \
67 if (head.length() < max_head_length && !noindex && !in_title) \
182 in_title = 0; in HTML()
233 in_title = 0; in parse()
466 if (in_title && !noindex) in parse()
523 if (head.length() < max_head_length && !noindex && !in_title) in parse()
533 if (in_title && !noindex) in parse()
589 in_title = 1; in do_tag()
594 if (!in_title) in do_tag()
596 in_title = 0; in do_tag()
[all …]
H A DHTML.h50 int in_title; variable
/dports/graphics/poppler/poppler-21.12.0/cpp/tests/fuzzing/
H A Ddoc_fuzzer.cc30 std::string in_title = data_provider.ConsumeBytesAsString(input_size); in LLVMFuzzerTestOneInput() local
38 doc->set_title(poppler::ustring::from_latin1(in_title)); in LLVMFuzzerTestOneInput()
45 doc->set_title(poppler::ustring::from_utf8(in_title.c_str(), -1)); in LLVMFuzzerTestOneInput()
/dports/graphics/poppler-utils/poppler-21.12.0/cpp/tests/fuzzing/
H A Ddoc_fuzzer.cc30 std::string in_title = data_provider.ConsumeBytesAsString(input_size); in LLVMFuzzerTestOneInput() local
38 doc->set_title(poppler::ustring::from_latin1(in_title)); in LLVMFuzzerTestOneInput()
45 doc->set_title(poppler::ustring::from_utf8(in_title.c_str(), -1)); in LLVMFuzzerTestOneInput()
/dports/graphics/poppler-qt5/poppler-21.12.0/cpp/tests/fuzzing/
H A Ddoc_fuzzer.cc30 std::string in_title = data_provider.ConsumeBytesAsString(input_size); in LLVMFuzzerTestOneInput() local
38 doc->set_title(poppler::ustring::from_latin1(in_title)); in LLVMFuzzerTestOneInput()
45 doc->set_title(poppler::ustring::from_utf8(in_title.c_str(), -1)); in LLVMFuzzerTestOneInput()
/dports/graphics/poppler-glib/poppler-21.12.0/cpp/tests/fuzzing/
H A Ddoc_fuzzer.cc30 std::string in_title = data_provider.ConsumeBytesAsString(input_size); in LLVMFuzzerTestOneInput() local
38 doc->set_title(poppler::ustring::from_latin1(in_title)); in LLVMFuzzerTestOneInput()
45 doc->set_title(poppler::ustring::from_utf8(in_title.c_str(), -1)); in LLVMFuzzerTestOneInput()
/dports/games/rlvm/rlvm-release-0.14-77-gfabf134a/src/machine/
H A Dsave_game_header.cc40 SaveGameHeader::SaveGameHeader(const std::string& in_title) in SaveGameHeader() argument
41 : title(in_title), in SaveGameHeader()
H A Dsave_game_header.h39 explicit SaveGameHeader(const std::string& in_title);
/dports/biology/avida/avida-2.12.4-src/avida-core/source/targets/avida-viewer/
H A DcMenuWindow.h44 void SetTitle(const char * in_title) { title = in_title; } in SetTitle() argument
/dports/devel/cdecl/cdecl-cdecl-11.9/src/
H A Dhelp.c86 bool in_title = is_title( line ); // is current char within a title? in print_h() local
88 if ( in_title ) in print_h()
98 if ( true_clear( &in_title ) ) in print_h()
/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/src/
H A Drtfimp.cpp84 bool in_title; member in LVRtfDefDestination
98 , in_title(false) in LVRtfDefDestination()
188 if ( !in_title && titleFlag ) { in OnText()
196 in_title = true; in OnText()
203 if ( !in_title ) in OnText()
248 if ( in_title ) { in OnAction()
253 in_title = false; in OnAction()
/dports/audio/musescore/MuseScore-3.6.1/thirdparty/rtf2html/
H A Drtf2html.cpp140 bool in_title=false; in rtf2html() local
149 if (in_title && kw1.is_control_char() && kw1.control_char() == '\'') in rtf2html()
152 in_title=true; in rtf2html()
160 in_title=false; in rtf2html()
163 if (in_title) in rtf2html()
/dports/science/py-scikit-learn/scikit-learn-1.0.2/examples/applications/
H A Dplot_out_of_core_classification.py74 self.in_title = 0
95 elif self.in_title:
111 self.in_title = 1
114 self.in_title = 0
/dports/misc/tellico/tellico-3.4.2/src/3rdparty/rtf2html/
H A Drtf2html.cpp139 bool in_title=false; in toHTML() local
149 in_title=true; in toHTML()
153 case '}': --depth; ++buf_in; in_title=false; break; in toHTML()
154 default: if (in_title) title+=*buf_in; ++buf_in; break; in toHTML()
/dports/www/dokuwiki/dokuwiki-2020-07-29/inc/
H A Dfulltext.php234 * @param bool $in_title search in title?
240 function ft_pageLookup($id, $in_ns=false, $in_title=false, $after = null, $before = null){ argument
244 'in_title' => $in_title,
269 $in_title = $data['in_title'];
283 if ($in_title) {
/dports/textproc/sdf/sdf-2.001/doc/user/
H A Din_start.sdf23 in_title
/dports/devel/thonny/thonny-3.3.14/thonny/
H A Drst_utils.py149 self.in_title = False
174 self.in_title = True
178 self.in_title = False
314 if not self.in_paragraph and not self.in_title:
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objects/pub/
H A DPub.cpp327 const CTitle & in_title ) in xs_AppendTitles() argument
333 if( ! in_title.IsSet() ) { in xs_AppendTitles()
338 CTitle::Tdata::const_iterator src_it = in_title.Get().begin(); in xs_AppendTitles()
339 CTitle::Tdata::const_iterator src_it_end = in_title.Get().end(); in xs_AppendTitles()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objects/pub/
H A DPub.cpp327 const CTitle & in_title ) in xs_AppendTitles() argument
333 if( ! in_title.IsSet() ) { in xs_AppendTitles()
338 CTitle::Tdata::const_iterator src_it = in_title.Get().begin(); in xs_AppendTitles()
339 CTitle::Tdata::const_iterator src_it_end = in_title.Get().end(); in xs_AppendTitles()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/objects/pub/
H A DPub.hpp120 const CTitle & in_title );
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/objects/pub/
H A DPub.hpp120 const CTitle & in_title );
/dports/textproc/py-sphinx/Sphinx-3.5.2/build/lib/sphinx/writers/
H A Dlatex.py297 self.in_title = 0
688 self.in_title = 1
691 self.in_title = 0
841 self.in_title = 1
844 self.in_title = 0
1307 if self.in_title and base:
1561 if not self.in_title:
1570 if self.in_title or not uri:
1725 if self.in_title:
1735 if self.in_title:
[all …]

123