Home
last modified time | relevance | path

Searched refs:current_section (Results 26 – 50 of 575) sorted by relevance

12345678910>>...23

/dports/www/firefox-legacy/firefox-52.8.0esr/testing/mozbase/manifestparser/manifestparser/
H A Dini.py58 current_section = variables
67 current_section = {}
68 sections.append((section, current_section))
85 if current_section is not variables:
86 assert key not in current_section
88 current_section[key] = value
94 current_section[key] = value
/dports/devel/ding-libs/ding-libs-0.6.1/ini/
H A Dini_config.c217 struct collection_item *current_section = NULL; in ini_to_collection() local
268 col_destroy_collection(current_section); in ini_to_collection()
306 error = col_insert_str_property(current_section, in ini_to_collection()
317 col_destroy_collection(current_section); in ini_to_collection()
341 col_destroy_collection(current_section); in ini_to_collection()
353 col_destroy_collection(current_section); in ini_to_collection()
354 current_section = NULL; in ini_to_collection()
366 col_destroy_collection(current_section); in ini_to_collection()
395 col_destroy_collection(current_section); in ini_to_collection()
407 col_destroy_collection(current_section); in ini_to_collection()
[all …]
/dports/deskutils/calibre/calibre-src-5.34.0/recipes/
H A Dnejm.recipe48 current_section = None
53 if current_section and articles:
54 feeds.append((current_section, articles))
55 current_section = self.tag_to_string(x).strip()
57 if current_section:
58 self.log(current_section)
71 if current_section and articles:
72 feeds.append((current_section, articles))
H A Dhindu_business_line.recipe46 current_section = None
49 if current_section and x.name == 'li':
56 if current_section and current_articles:
57 feeds.append((current_section, current_articles))
58 current_section = self.tag_to_string(x).strip().capitalize()
59 self.log(current_section)
H A Ddiscover_magazine_monthly.recipe97 current_section, current_articles = None, []
109 if current_section and current_articles:
110 feeds.append((current_section, current_articles))
111 current_section = self.tag_to_string(tag).capitalize()
113 self.log('Found section:', current_section)
114 elif current_section:
126 if current_section and current_articles:
127 feeds.append((current_section, current_articles))
H A Dainonline.recipe64 current_section = 'Featured'
66 current_section = 'Top Stories'
70 current_section = 'Latest/Trending'
72 current_section = 'Articles'
94 if current_section == title:
98 ans.append((current_section, articles))
H A Dtheprint.recipe39 current_section = 'Unknown'
45 current_section = self.tag_to_string(x)
46 secs.append(current_section)
47 self.log(current_section)
57 ans[current_section].append({'title': title, 'url': url, 'description': desc})
H A Dfirst_things.recipe45 current_section, current_articles = 'Cover Story', []
50 feeds.append((current_section, current_articles))
52 current_section = self.tag_to_string(div)
53 self.log('\nFound section:', current_section)
67 feeds.append((current_section, current_articles))
/dports/x11/ly/ly-0.5.2/sub/configator/src/
H A Dconfigator.c126 config->current_section = index + 1; in configator_save_section()
196 if ((config->current_section == 0) && (config->map_len[0] == 0)) in configator_save_param()
202 config->map[config->current_section], in configator_save_param()
203 config->map_len[config->current_section], in configator_save_param()
211 if ((index != config->map_len[config->current_section]) in configator_save_param()
212 && (config->map[config->current_section][index].handle != NULL)) in configator_save_param()
215 config->map[config->current_section][index].handle( in configator_save_param()
216 config->map[config->current_section][index].data, in configator_save_param()
275 config->current_section = 0; in configator()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/ld/
H A Dldexp.c217 current_section, in fold_unary()
226 current_section); in fold_unary()
309 current_section, in fold_binary()
318 if (current_section != abs_output_section in fold_binary()
446 current_section, in fold_trinary()
627 current_section); in exp_fold_tree()
632 current_section, in exp_fold_tree()
670 current_section, in exp_fold_tree()
677 if (current_section == NULL) in exp_fold_tree()
684 + current_section->bfd_section->vma); in exp_fold_tree()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/ld/
H A Dldexp.c217 current_section, in fold_unary()
226 current_section); in fold_unary()
309 current_section, in fold_binary()
318 if (current_section != abs_output_section in fold_binary()
446 current_section, in fold_trinary()
627 current_section); in exp_fold_tree()
632 current_section, in exp_fold_tree()
670 current_section, in exp_fold_tree()
677 if (current_section == NULL) in exp_fold_tree()
684 + current_section->bfd_section->vma); in exp_fold_tree()
[all …]
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/
H A Dw_merge.c388 section_t current_section; in DoMerge() local
399 current_section = SECTION_NORMAL; in DoMerge()
405 switch (current_section) in DoMerge()
410 current_section = SECTION_FLATS; in DoMerge()
438 current_section = SECTION_NORMAL; in DoMerge()
477 current_section = SECTION_NORMAL; in DoMerge()
495 current_section = SECTION_NORMAL; in DoMerge()
501 switch (current_section) in DoMerge()
507 current_section = SECTION_FLATS; in DoMerge()
530 current_section = SECTION_NORMAL; in DoMerge()
[all …]
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/commonmark/tests/
H A Drun_spec_tests.py90 current_section = ""
116 current_section = match[2]
122 'section': current_section,
125 current_section = ""
171 not current_section == example['section']:
174 current_section = example['section']
175 catStats.update({current_section: [0, 0, 0]})
177 catStats[current_section][2] += 1
186 catStats[current_section][0] += 1
204 catStats[current_section][1] += 1
/dports/textproc/py-CommonMark/commonmark-0.9.1/commonmark/tests/
H A Drun_spec_tests.py90 current_section = ""
116 current_section = match[2]
122 'section': current_section,
125 current_section = ""
171 not current_section == example['section']:
174 current_section = example['section']
175 catStats.update({current_section: [0, 0, 0]})
177 catStats[current_section][2] += 1
186 catStats[current_section][0] += 1
204 catStats[current_section][1] += 1
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/spandsp/src/
H A Dtone_generate.c133 if (s->current_section < 0) in tone_gen()
138 limit = samples + s->duration[s->current_section] - s->current_position; in tone_gen()
143 if (s->current_section & 1) in tone_gen()
199 if (s->current_position >= s->duration[s->current_section]) in tone_gen()
202 if (++s->current_section > 3 || s->duration[s->current_section] == 0) in tone_gen()
207 s->current_section = -1; in tone_gen()
210 s->current_section = 0; in tone_gen()
241 s->current_section = 0; in tone_gen_init()
/dports/comms/spandsp/spandsp-284fe91/src/
H A Dtone_generate.c133 if (s->current_section < 0) in tone_gen()
138 limit = samples + s->duration[s->current_section] - s->current_position; in tone_gen()
143 if (s->current_section & 1) in tone_gen()
199 if (s->current_position >= s->duration[s->current_section]) in tone_gen()
202 if (++s->current_section > 3 || s->duration[s->current_section] == 0) in tone_gen()
207 s->current_section = -1; in tone_gen()
210 s->current_section = 0; in tone_gen()
241 s->current_section = 0; in tone_gen_init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/common/
H A Dini_parser.cc21 std::string current_section; in Parse() local
34 current_section = line.substr(1); in Parse()
35 size_t end = current_section.rfind(']'); in Parse()
37 current_section.erase(end); in Parse()
44 HandleTriplet(current_section, key, value); in Parse()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/common/
H A Dini_parser.cc21 std::string current_section; in Parse() local
34 current_section = line.substr(1); in Parse()
35 size_t end = current_section.rfind(']'); in Parse()
37 current_section.erase(end); in Parse()
44 HandleTriplet(current_section, key, value); in Parse()
/dports/finance/beancount/beancount-2.3.3/beancount/utils/
H A Dcsv_utils.py100 current_section = []
103 current_section.append(row)
105 sections.append(current_section)
106 current_section = []
107 if current_section:
108 sections.append(current_section)
/dports/sysutils/lookat/lookat_bekijk-1.4.4/
H A Dconfigfile.c29 char *only_global(char *line,char **current_section,int *global) in only_global() argument
46 *current_section=(char *)xrealloc(*current_section,(c-found)+1); in only_global()
47 memset(*current_section,'\0',sizeof(current_section)); in only_global()
48 strncat(*current_section,found+1,c-found-1); in only_global()
52 if(*current_section!=NULL) { in only_global()
53 … end_section=(char *) xrealloc(end_section,strlen(*current_section)+strlen("</")+strlen(">")+1); in only_global()
55 strcat(end_section,*current_section); in only_global()
85 char *end_section=NULL,*current_section=NULL; in real_get_config() local
107 if(mode==1) ss=only_global(s,&current_section,&global); in real_get_config()
146 if(current_section!=NULL) free(current_section); in real_get_config()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/debug/
H A Delf_reader.cc73 const char* current_section = in ReadElfBuildId() local
75 const char* section_end = current_section + header.p_memsz; in ReadElfBuildId()
78 while (current_section < section_end) { in ReadElfBuildId()
79 current_note = reinterpret_cast<const Nhdr*>(current_section); in ReadElfBuildId()
82 StringPiece note_name(current_section + sizeof(Nhdr), in ReadElfBuildId()
95 if (section_size > static_cast<size_t>(section_end - current_section)) in ReadElfBuildId()
97 current_section += section_size; in ReadElfBuildId()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/debug/
H A Delf_reader.cc97 const char* current_section = elf_virtual_base + header.p_vaddr; in ReadElfBuildId() local
98 const char* section_end = current_section + header.p_memsz; in ReadElfBuildId()
101 while (current_section < section_end) { in ReadElfBuildId()
102 current_note = reinterpret_cast<const Nhdr*>(current_section); in ReadElfBuildId()
105 StringPiece note_name(current_section + sizeof(Nhdr), in ReadElfBuildId()
118 if (section_size > static_cast<size_t>(section_end - current_section)) in ReadElfBuildId()
120 current_section += section_size; in ReadElfBuildId()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/ld/
H A Dldexp.c227 current_section, in fold_unary()
236 current_section); in fold_unary()
342 current_section, in fold_binary()
351 if (current_section != abs_output_section in fold_binary()
511 current_section, in fold_trinary()
720 current_section); in exp_fold_tree()
725 current_section, in exp_fold_tree()
761 current_section, in exp_fold_tree()
769 if (current_section == NULL) in exp_fold_tree()
776 + current_section->bfd_section->vma); in exp_fold_tree()
[all …]
/dports/sysutils/p5-Rex/Rex-1.13.4/lib/Rex/Inventory/
H A DSMBios.pm121 my ( $current_section, %section, $key, $val, %cur_data );
128 push( @{ $section{$current_section} }, {%cur_data} ) if (%cur_data);
130 ($current_section) = ( $line =~ m/\(([^\)]+)\)/ );
132 if ( !exists $section{$current_section} ) {
133 $section{$current_section} = [];
158 push( @{ $section{$current_section} }, {%cur_data} );
/dports/lang/spidermonkey60/firefox-60.9.0/testing/mozharness/manifestparser/
H A Dini.py89 current_section = variables
98 current_section = {}
99 sections.append((section, current_section))
111 current_section[key] = value
125 if current_section is not variables:
126 assert key not in current_section
128 current_section[key] = value

12345678910>>...23