Home
last modified time | relevance | path

Searched refs:section_tag (Results 1 – 18 of 18) sorted by relevance

/dports/audio/libsidplay2/sidplay-libs-2.1.1/libsidutils/src/ini/
H A Dheadings.h32 struct section_tag struct
38 struct section_tag *pNext; argument
39 struct section_tag *pPrev; argument
44 struct section_tag *pNext_Acc; argument
45 struct section_tag *pPrev_Acc; argument
49 static struct section_tag *__ini_addHeading (struct ini_t *ini, char *heading);
50 static struct section_tag *__ini_faddHeading (struct ini_t *ini, FILE *file, long pos, size_t len…
51 static struct section_tag *__ini_createHeading (struct ini_t *ini, char *heading);
53 static struct section_tag *__ini_locateHeading (struct ini_t *ini, const char *heading);
H A Dheadings.i36 struct section_tag *__ini_addHeading (ini_t *ini, char *heading) in __ini_addHeading()
38 struct section_tag *section; in __ini_addHeading()
78 struct section_tag *section; in __ini_faddHeading()
116 struct section_tag *__ini_createHeading (ini_t *ini, char *heading) in __ini_createHeading()
118 struct section_tag *pNew; in __ini_createHeading()
126 pNew = (struct section_tag *) malloc (sizeof (struct section_tag)); in __ini_createHeading()
129 memset (pNew, 0, sizeof (struct section_tag)); in __ini_createHeading()
154 struct section_tag *pOld; in __ini_createHeading()
191 struct section_tag *current_h; in __ini_deleteHeading()
248 struct section_tag *current_h; in __ini_locateHeading()
[all …]
H A Dini.h42 struct section_tag *first;
43 struct section_tag *last;
44 struct section_tag *selected;
46 struct section_tag tmpSection;
50 struct section_tag *sections[256];
H A Dkeys.h29 struct section_tag;
52 static size_t __ini_averageLengthKey (struct section_tag *current_h);
H A Dkeys.i71 size_t __ini_averageLengthKey (struct section_tag *current_h) in __ini_averageLengthKey()
164 struct section_tag *section; in __ini_createKey()
237 struct section_tag *section = ini->selected; in __ini_deleteKey()
288 struct section_tag *section; in __ini_locateKey()
H A Dini.cpp769 struct section_tag *current_h, *selected_h; in __ini_store()
996 struct section_tag *current_h; in ini_append()
998 struct section_tag *src_h, *dst_h; in ini_append()
H A Dtypes.i97 struct section_tag *section; in __ini_write()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/
H A Dhtml_table_rows_collection.cc39 const HTMLQualifiedName& section_tag) { in IsInSection() argument
43 return To<HTMLElement>(row.parentNode())->HasTagName(section_tag); in IsInSection()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/
H A Dhtml_table_rows_collection.cc39 const HTMLQualifiedName& section_tag) { in IsInSection() argument
43 return To<HTMLElement>(row.parentNode())->HasTagName(section_tag); in IsInSection()
/dports/mail/mailutils/mailutils-3.13/imap4d/
H A Dfetch.c52 const char *section_tag; member
959 fetch_send_section_part (ffc, ffc->section_tag, 1); in _frt_body_n()
991 fetch_send_section_part (ffc, ffc->section_tag, 1); in _frt_body_text()
1036 fetch_send_section_part (ffc, ffc->section_tag, 1); in _frt_header()
1068 fetch_send_section_part (ffc, ffc->section_tag, 1); in _frt_mime()
1404 ffc->section_tag = "HEADER"; in parse_section_text()
1411 ffc->section_tag = "TEXT"; in parse_section_text()
1417 ffc->section_tag = "MIME"; in parse_section_text()
/dports/devel/R-cran-roxygen2/roxygen2/R/
H A Dmarkdown.R165 state$section_tag <- uuid()
170 secs <- strsplit(rd, state$section_tag, fixed = TRUE)[[1]] %||% ""
377 if (level == 1) state$section_tag else "\\subsection{",
/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/sections/
H A Dheader.py170 section_tag = next(tags)
173 if section_tag != (0, 'SECTION') or name_tag != (2, 'HEADER'):
/dports/devel/cccc/cccc-3.1.6/cccc/
H A Dcccc_htm.h74 void Put_Section_Heading(string section_name,string section_tag,
/dports/sysutils/bacula11-docs/bacula-docs-11.0.5/latex2html/bin/
H A Dlatex2html6305 local($section_tag) = join('', @curr_sec_id);
6306 $encoded_section_number{$hash} = join($;, $section_tag);
6319 $title = join('',"<A NAME=\"SECTION$section_tag\"><B>"
8239 local($section_tag) = join('', @curr_sec_id);
8273 $text = "<A NAME=\"SECTION$section_tag\">\n" . $` . "</A>";
8283 $text = "<A NAME=\"SECTION$section_tag\">$anchor_invisible_mark</A><BR>\n$text";
8289 $text = "<A NAME=\"SECTION$section_tag\">$anchor_invisible_mark</A><BR>\n$text";
8292 $text =~ s/^(.*)<A([^\w])/"<A NAME=\"SECTION$section_tag\">$1<A$2"/oe;
/dports/sysutils/bacula11-docs/bacula-docs-11.0.5/latex2html-2016/
H A Dlatex2html6305 local($section_tag) = join('', @curr_sec_id);
6306 $encoded_section_number{$hash} = join($;, $section_tag);
6319 $title = join('',"<A NAME=\"SECTION$section_tag\"><B>"
8239 local($section_tag) = join('', @curr_sec_id);
8273 $text = "<A NAME=\"SECTION$section_tag\">\n" . $` . "</A>";
8283 $text = "<A NAME=\"SECTION$section_tag\">$anchor_invisible_mark</A><BR>\n$text";
8289 $text = "<A NAME=\"SECTION$section_tag\">$anchor_invisible_mark</A><BR>\n$text";
8292 $text =~ s/^(.*)<A([^\w])/"<A NAME=\"SECTION$section_tag\">$1<A$2"/oe;
H A Dlatex2html.pin6334 local($section_tag) = join('', @curr_sec_id);
6335 $encoded_section_number{$hash} = join($;, $section_tag);
6348 $title = join('',"<A NAME=\"SECTION$section_tag\"><B>"
8268 local($section_tag) = join('', @curr_sec_id);
8283 $text = "<A NAME=\"SECTION$section_tag\">.</A>$anchors\n";
8287 # $text = "<A NAME=\"SECTION$section_tag\">$text</A>\n" . $anchors;
8290 $text = "<A NAME=\"SECTION$section_tag\">$anchor_invisible_mark</A>$anchors"
8295 $text = "<A NAME=\"SECTION$section_tag\">\n" . $text . "</A>";
8301 # $text = "<A NAME=\"SECTION$section_tag\">\n" . $` . "</A>\n<" . $';
8302 $text = "<A NAME=\"SECTION$section_tag\">\n" . $` . "</A>";
[all …]
/dports/textproc/latex2html/latex2html-2016/
H A Dlatex2html.pin6237 local($section_tag) = join('', @curr_sec_id);
6238 $encoded_section_number{$hash} = join($;, $section_tag);
6251 $title = join('',"<A NAME=\"SECTION$section_tag\"><B>"
8169 local($section_tag) = join('', @curr_sec_id);
8184 $text = "<A NAME=\"SECTION$section_tag\">.</A>$anchors\n";
8188 # $text = "<A NAME=\"SECTION$section_tag\">$text</A>\n" . $anchors;
8191 $text = "<A NAME=\"SECTION$section_tag\">$anchor_invisible_mark</A>$anchors"
8196 $text = "<A NAME=\"SECTION$section_tag\">\n" . $text . "</A>";
8202 # $text = "<A NAME=\"SECTION$section_tag\">\n" . $` . "</A>\n<" . $';
8203 $text = "<A NAME=\"SECTION$section_tag\">\n" . $` . "</A>";
[all …]
/dports/mail/mailutils/mailutils-3.13/
H A DChangeLog23109 * imap4d/fetch.c (fetch_function_closure) <section_tag>: New
23111 (_frt_body_text): Output ffc->section_tag after the section
23117 set section_tag accordingly, instead of selecting
23118 _frt_header/_frt_mime. Set section_tag when selecting