Home
last modified time | relevance | path

Searched refs:start_section (Results 1 – 25 of 366) sorted by relevance

12345678910>>...15

/dports/games/mangband/mangband-1.5.3/src/server/
H A Dsave.c114 start_section("item"); in wr_item()
222 start_section("lore"); in wr_lore()
247 start_section("blows"); in wr_lore()
253 start_section("flags"); in wr_lore()
280 start_section("lore"); in wr_u_lore()
316 start_section("store"); in wr_store()
335 start_section("stock"); in wr_store()
348 start_section("party"); in wr_party()
374 start_section("house"); in wr_house()
395 start_section("arena"); in wr_arena()
[all …]
/dports/sysutils/lookat/lookat_bekijk-1.4.4/
H A Dconfigfile.c84 char *r=NULL,*c=NULL,*ss=NULL,s[BUFFER_LEN],*start_section=NULL; in real_get_config() local
93 start_section=(char *)xmalloc(strlen(section_name)+1+strlen("<")+strlen(">")); in real_get_config()
95 strcpy(start_section,"<"); in real_get_config()
96 strcat(start_section,section_name); in real_get_config()
97 strcat(start_section,">"); in real_get_config()
112 if((c=istrstr(ss,start_section))!=NULL) { in real_get_config()
144 if(start_section!=NULL) free(start_section); in real_get_config()
/dports/devel/cweb/cweb-3.64a.a/examples/
H A Dextex.c8 #define start_section 1 macro
44 char wtab[]= {start_section,nop,nop,nop,nop,nop,nop,nop,
45 start_name,nop,start_section,nop,nop,nop,start_index,nop,
254 case start_section:web++;
283 case start_section:web++;
/dports/net-mgmt/routers2-extensions/routers2-v2.23/extensions/
H A Droutingtable.cgi55 sub start_section()
73 start_section();
254 start_section() if($Netscape);
269 start_section() if($Netscape);
291 start_section() if($Netscape);
/dports/net-mgmt/routers2-extras/routers2-v2.23/extensions/
H A Droutingtable.cgi55 sub start_section()
73 start_section();
254 start_section() if($Netscape);
269 start_section() if($Netscape);
291 start_section() if($Netscape);
/dports/net-mgmt/routers2/routers2-v2.23/extensions/
H A Droutingtable.cgi55 sub start_section()
73 start_section();
254 start_section() if($Netscape);
269 start_section() if($Netscape);
291 start_section() if($Netscape);
/dports/games/four-in-a-row/four-in-a-row-3.38.1/src/
H A Dnew-game-screen.vala30 [GtkChild] private Box start_section;
69 start_section.hide ();
100 start_section.hide ();
133 start_section.show ();
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/git/
H A Dgitmodules_parser.rb26 def start_section(section) method in Gitlab.Git.GitmodulesParser.State
56 iterator.start_section($~[:name])
/dports/science/grib_api/grib_api-1.28.0-Source/examples/C/
H A Dmulti_write.c37 const int start_section = 4; /* Grib2 Product Definition Section */ in main() local
71 grib_multi_handle_append(h, start_section, mh); in main()
/dports/science/eccodes/eccodes-2.23.0-Source/examples/C/
H A Dgrib_multi_write.c37 const int start_section = 4; /* Grib2 Product Definition Section */ in main() local
71 codes_grib_multi_handle_append(h, start_section, mh); in main()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/wasmparser-0.39.1/src/readers/
H A Dmod.rs49 use self::start_section::read_start_section_content;
96 mod start_section; module
/dports/sysutils/vector/vector-0.10.0/cargo-crates/wasmparser-0.57.0/src/readers/
H A Dmod.rs50 use self::start_section::read_start_section_content;
98 mod start_section; module
/dports/sysutils/vector/vector-0.10.0/cargo-crates/wasmparser-0.52.2/src/readers/
H A Dmod.rs50 use self::start_section::read_start_section_content;
98 mod start_section; module
/dports/sysutils/vector/vector-0.10.0/cargo-crates/wasmparser-0.51.4/src/readers/
H A Dmod.rs50 use self::start_section::read_start_section_content;
98 mod start_section; module
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/wasmparser/src/readers/
H A Dmod.rs50 use self::start_section::read_start_section_content;
98 mod start_section; module
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/wasmparser-0.48.2/src/readers/
H A Dmod.rs50 use self::start_section::read_start_section_content;
98 mod start_section; module
/dports/mail/p5-Mail-LMLM/Mail-LMLM-0.6807/lib/Mail/
H A DLMLM.pm172 $r->start_section( $what->{'title'}, +{ 'id' => $what->{'id'} } );
177 $main_r->start_section( $title, { 'title_url' => $filename } );
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/parity-wasm/src/elements/
H A Dmodule.rs276 pub fn start_section(&self) -> Option<u32> { in start_section() method
874 assert_eq!(module.start_section().expect("Did not find any start section"), 1); in mut_start()
876 assert_eq!(module.start_section().expect("Did not find any start section"), 0); in mut_start()
878 assert_eq!(None, module.start_section()); in mut_start()
884 assert!(module.start_section().is_none()); in add_start()
886 assert_eq!(module.start_section().expect("Did not find any start section"), 0); in add_start()
899 assert!(module.start_section().is_none()); in add_start_custom()
901 assert_eq!(module.start_section().expect("Dorder not find any start section"), 0); in add_start_custom()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/parity-wasm/src/elements/
H A Dmodule.rs276 pub fn start_section(&self) -> Option<u32> { in start_section() method
874 assert_eq!(module.start_section().expect("Did not find any start section"), 1); in mut_start()
876 assert_eq!(module.start_section().expect("Did not find any start section"), 0); in mut_start()
878 assert_eq!(None, module.start_section()); in mut_start()
884 assert!(module.start_section().is_none()); in add_start()
886 assert_eq!(module.start_section().expect("Did not find any start section"), 0); in add_start()
899 assert!(module.start_section().is_none()); in add_start_custom()
901 assert_eq!(module.start_section().expect("Dorder not find any start section"), 0); in add_start_custom()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/parity-wasm/src/elements/
H A Dmodule.rs276 pub fn start_section(&self) -> Option<u32> { in start_section() method
874 assert_eq!(module.start_section().expect("Did not find any start section"), 1); in mut_start()
876 assert_eq!(module.start_section().expect("Did not find any start section"), 0); in mut_start()
878 assert_eq!(None, module.start_section()); in mut_start()
884 assert!(module.start_section().is_none()); in add_start()
886 assert_eq!(module.start_section().expect("Did not find any start section"), 0); in add_start()
899 assert!(module.start_section().is_none()); in add_start_custom()
901 assert_eq!(module.start_section().expect("Dorder not find any start section"), 0); in add_start_custom()
/dports/multimedia/scte35dump/scte35dump-0.1.6/cargo-crates/mpeg2ts-reader-0.13.0/src/psi/
H A Dmod.rs57 fn start_section<'a>( in start_section() method
566 fn start_section<'a>( in start_section() function
641 fn start_section<'a>( in start_section() function
768 self.parser.start_section(ctx, &header, next_sect); in consume()
824 fn start_section<'a>( in start_section() method
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/walrus-0.19.0/src/
H A Demit.rs120 pub fn start_section<'b>(&'b mut self, id: Section) -> SubContext<'a, 'b> { in start_section() method
134 let mut cx = self.start_section(Section::Custom); in custom_section()
/dports/science/grib_api/grib_api-1.28.0-Source/src/
H A Dgrib_handle.c933 int grib_multi_handle_append ( grib_handle* h,int start_section,grib_multi_handle* mh ) in grib_multi_handle_append() argument
944 if ( start_section==0 || mh->buffer->ulength==0 ) in grib_multi_handle_append()
963 err=grib_get_partial_message ( h,&mess,&mess_len,start_section ); in grib_multi_handle_append()
996 int grib_get_partial_message ( grib_handle* h,const void** msg,size_t* len,int start_section ) in grib_get_partial_message() argument
1002 if ( start_section>h->sections_count ) in grib_get_partial_message()
1005 grib_get_long ( h,h->section_offset[start_section],&section_offset ); in grib_get_partial_message()
1015 int start_section ) in grib_get_partial_message_copy() argument
1021 if ( start_section>h->sections_count ) in grib_get_partial_message_copy()
1024 grib_get_long ( h,h->section_offset[start_section],&section_offset ); in grib_get_partial_message_copy()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/itemviews/
H A Dqheaderview.cpp3113 int start_section = 0; in createSectionSpan() local
3122 if (start <= start_section && end > end_section) { in createSectionSpan()
3138 } else if (start > start_section && end < end_section) { in createSectionSpan()
3152 int first_span_count = start - start_section; in createSectionSpan()
3191 } else if (end < end_section && end >= start_section && start <= start_section) { in createSectionSpan()
3194 int removed_count = (end - start_section + 1); in createSectionSpan()
3207 start_section += section_count; in createSectionSpan()
3237 int start_section = 0; in removeSectionsFromSpans() local
3243 if (start <= start_section && end >= end_section) { in removeSectionsFromSpans()
3248 } else if (start > start_section && end < end_section) { in removeSectionsFromSpans()
[all …]
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/walrus-0.19.0/src/module/
H A Ddata.rs157 cx.start_section(Section::DataCount).encoder.usize(count); in emit_data_count()
252 let mut cx = cx.start_section(Section::Data); in emit()

12345678910>>...15