Home
last modified time | relevance | path

Searched refs:current_section (Results 176 – 200 of 575) sorted by relevance

12345678910>>...23

/dports/databases/xtrabackup/boost_1_59_0/tools/quickbook/src/
H A Ddocument_state.cpp60 boost::shared_ptr<section_info> current_section; member
140 return state->current_file->document->current_section->level; in section_level()
146 state->current_file->document->current_section->source_mode : in section_source_mode()
355 current_file->document->current_section); in add_id()
418 current_file->document->current_section; in create_new_section()
459 current_file->document->current_section = in create_new_section()
469 current_file->document->current_section = in end_section()
470 current_file->document->current_section->parent; in end_section()
/dports/databases/percona57-client/boost_1_59_0/tools/quickbook/src/
H A Ddocument_state.cpp60 boost::shared_ptr<section_info> current_section; member
140 return state->current_file->document->current_section->level; in section_level()
146 state->current_file->document->current_section->source_mode : in section_source_mode()
355 current_file->document->current_section); in add_id()
418 current_file->document->current_section; in create_new_section()
459 current_file->document->current_section = in create_new_section()
469 current_file->document->current_section = in end_section()
470 current_file->document->current_section->parent; in end_section()
/dports/devel/include-what-you-use/include-what-you-use-clang_11/
H A Dfix_includes_test.py3282 self.assertEqual(None, parser.current_section)
3286 self.assertEqual(None, parser.current_section)
3291 self.assertEqual(parser._ADD_SECTION_RE, parser.current_section)
3292 self.assertEqual('add', parser._RE_TO_NAME[parser.current_section])
3297 self.assertEqual(parser._REMOVE_SECTION_RE, parser.current_section)
3303 self.assertEqual(parser._TOTAL_SECTION_RE, parser.current_section)
3308 self.assertEqual(parser._SECTION_END_RE, parser.current_section)
3319 self.assertEqual(parser._ADD_SECTION_RE, parser.current_section)
3331 self.assertEqual(parser._TOTAL_SECTION_RE, parser.current_section)
3339 self.assertEqual(parser._NO_EDITS_RE, parser.current_section)
[all …]
/dports/www/suphp/suphp-0.7.2/src/
H A DIniFile.cpp59 IniSection *current_section = NULL; in parse() local
102 current_section = &(this->sections.find(name)->second); in parse()
113 if (current_section == NULL) { in parse()
189 current_section->removeValues(name); in parse()
192 current_section->putValue(name, *i); in parse()
/dports/devel/gengetopt/gengetopt-2.23/src/
H A Dgengetopt.cc65 char *current_section = 0; variable
188 if (current_section) in main()
189 free(current_section); in main()
190 current_section = 0; in main()
443 if (current_section) in gengetopt_set_section()
444 free (current_section); in gengetopt_set_section()
447 current_section = strdup (s); in gengetopt_set_section()
607 if (current_section) in gengetopt_create_option()
608 n->section = strdup (current_section); in gengetopt_create_option()
699 if (current_section) in gengetopt_check_option()
[all …]
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dass_split.c169 int current_section; member
177 const ASSSection *section = &ass_sections[ctx->current_section]; in realloc_section_array()
204 const ASSSection *section = &ass_sections[ctx->current_section]; in ass_split_section()
205 int *number = &ctx->field_number[ctx->current_section]; in ass_split_section()
206 int *order = ctx->field_order[ctx->current_section]; in ass_split_section()
211 ctx->current_section = -1; in ass_split_section()
236 ctx->field_order[ctx->current_section] = order; in ass_split_section()
282 if (ctx->current_section >= 0) in ass_split()
291 ctx->current_section = i; in ass_split()
305 ctx->current_section = -1; in ff_ass_split()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dass_split.c169 int current_section; member
177 const ASSSection *section = &ass_sections[ctx->current_section]; in realloc_section_array()
204 const ASSSection *section = &ass_sections[ctx->current_section]; in ass_split_section()
205 int *number = &ctx->field_number[ctx->current_section]; in ass_split_section()
206 int *order = ctx->field_order[ctx->current_section]; in ass_split_section()
211 ctx->current_section = -1; in ass_split_section()
236 ctx->field_order[ctx->current_section] = order; in ass_split_section()
282 if (ctx->current_section >= 0) in ass_split()
291 ctx->current_section = i; in ass_split()
305 ctx->current_section = -1; in ff_ass_split()
/dports/deskutils/calibre/calibre-src-5.34.0/recipes/
H A Dgalaxys_edge.recipe37 current_section = "Articles"
58 if current_articles and current_section:
59 feeds.append((current_section, current_articles))
H A Datlantic.recipe222 current_section, current_articles = 'Cover Story', []
231 feeds.append((current_section, current_articles))
233 current_section = self.tag_to_string(h2)
234 self.log('\nFound section:', current_section)
267 feeds.append((current_section, current_articles))
H A Datlantic_com.recipe222 current_section, current_articles = 'Cover Story', []
231 feeds.append((current_section, current_articles))
233 current_section = self.tag_to_string(h2)
234 self.log('\nFound section:', current_section)
267 feeds.append((current_section, current_articles))
/dports/x11/polybar/polybar-3.5.7/src/components/
H A Dconfig_parser.cpp50 string current_section{}; in create_sectionmap() local
58 current_section = line.header; in create_sectionmap()
61 if (current_section.empty()) { in create_sectionmap()
68 valuemap_t& valuemap = sections[current_section]; in create_sectionmap()
74 …w syntax_error("Duplicate key name \"" + key + "\" defined in section \"" + current_section + "\"", in create_sectionmap()
/dports/news/pan/pan-0.145/pan/usenet-utils/
H A Dscorefile.cc87 Scorefile::Section * current_section; member
94 if (current_section!=0 && !current_section->items.empty()) in get_current_item()
95 ret = &current_section->items.back(); in get_current_item()
118 ParseContext (): current_section(0), today(get_today()) {} in ParseContext()
217 context.current_section = get_section (name); in parse_file()
222 else if (context.current_section!=0 && !line.strncasecmp("Score:",6)) in parse_file()
239 std::deque<Item>& items (context.current_section->items); in parse_file()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/wasmparser-0.57.0/src/
H A Dparser.rs201 .current_section
216 current_section: Option<Section<'a>>, field
242 current_section: None, in new()
639 .current_section in read_source_mapping()
761 .current_section in read_section_body()
772 .current_section in read_section_body()
792 .current_section in create_custom_section_binary_reader()
803 .current_section in read_custom_section_body()
832 self.current_section = None; in position_to_section_end()
973 .current_section in read_wrapped()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/wasmparser-0.51.4/src/
H A Dparser.rs201 .current_section
216 current_section: Option<Section<'a>>, field
242 current_section: None, in new()
639 .current_section in read_source_mapping()
761 .current_section in read_section_body()
772 .current_section in read_section_body()
792 .current_section in create_custom_section_binary_reader()
803 .current_section in read_custom_section_body()
832 self.current_section = None; in position_to_section_end()
973 .current_section in read_wrapped()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/wasmparser-0.52.2/src/
H A Dparser.rs201 .current_section
216 current_section: Option<Section<'a>>, field
242 current_section: None, in new()
639 .current_section in read_source_mapping()
761 .current_section in read_section_body()
772 .current_section in read_section_body()
792 .current_section in create_custom_section_binary_reader()
803 .current_section in read_custom_section_body()
832 self.current_section = None; in position_to_section_end()
973 .current_section in read_wrapped()
[all …]
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/wasmparser-0.39.1/src/
H A Dparser.rs190 .current_section
205 current_section: Option<Section<'a>>, field
231 current_section: None, in new()
629 .current_section in read_source_mapping()
751 .current_section in read_section_body()
762 .current_section in read_section_body()
782 .current_section in create_custom_section_binary_reader()
793 .current_section in read_custom_section_body()
822 self.current_section = None; in position_to_section_end()
964 .current_section in read_wrapped()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/wasmparser-0.48.2/src/
H A Dparser.rs201 .current_section
216 current_section: Option<Section<'a>>, field
242 current_section: None, in new()
640 .current_section in read_source_mapping()
762 .current_section in read_section_body()
773 .current_section in read_section_body()
793 .current_section in create_custom_section_binary_reader()
804 .current_section in read_custom_section_body()
833 self.current_section = None; in position_to_section_end()
974 .current_section in read_wrapped()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/wasmparser/src/
H A Dparser.rs201 .current_section
216 current_section: Option<Section<'a>>, field
242 current_section: None, in new()
639 .current_section in read_source_mapping()
761 .current_section in read_section_body()
772 .current_section in read_section_body()
792 .current_section in create_custom_section_binary_reader()
803 .current_section in read_custom_section_body()
832 self.current_section = None; in position_to_section_end()
973 .current_section in read_wrapped()
[all …]
/dports/audio/p5-libvorbis/libvorbis-perl-0.05/
H A Dtest.pl18 $current_section = -1;
57 eval { $ogg->read($buffer, 4096, $endian, 2, 1, $current_section) };
/dports/sysutils/xstow/xstow-1.0.2/src/
H A Dleoini.cpp220 MemElement current_section; in read() local
241 elements.push_back( current_section ); in read()
242 current_section.clear(); in read()
246 current_section.line = line; in read()
247 current_section.section = extract_section_name( line.tag.str ); in read()
248 current_section.type = Element::TYPE::SECTION; in read()
258 me.section = current_section.section; in read()
263 current_section.mem_elements.push_back( me ); in read()
267 if( !current_section.section.empty() ) in read()
268 elements.push_back( current_section ); in read()
/dports/security/snort3/snort3-3.1.19.0/src/service_inspectors/http_inspect/
H A Dhttp_context_data.h31 { current_section = nullptr; } in clear()
43 HttpMsgSection* current_section = nullptr;
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/lib/
H A Dscanasm.exp330 set current_section ""
334 set up_result($symbol_name) $current_section
336 set prev_section $current_section
342 set current_section [string trim [lindex $arguments 0]]
343 set current_section [string trim $current_section {"}]
355 set prev_section $current_section
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/lib/
H A Dscanasm.exp330 set current_section ""
334 set up_result($symbol_name) $current_section
336 set prev_section $current_section
342 set current_section [string trim [lindex $arguments 0]]
343 set current_section [string trim $current_section {"}]
355 set prev_section $current_section
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/lib/
H A Dscanasm.exp330 set current_section ""
334 set up_result($symbol_name) $current_section
336 set prev_section $current_section
342 set current_section [string trim [lindex $arguments 0]]
343 set current_section [string trim $current_section {"}]
355 set prev_section $current_section
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/lib/
H A Dscanasm.exp330 set current_section ""
334 set up_result($symbol_name) $current_section
336 set prev_section $current_section
342 set current_section [string trim [lindex $arguments 0]]
343 set current_section [string trim $current_section {"}]
355 set prev_section $current_section

12345678910>>...23