Home
last modified time | relevance | path

Searched refs:section_title (Results 1 – 25 of 198) sorted by relevance

12345678

/dports/www/elinks/elinks-0.11.7/doc/tools/
H A Dconf2doc25 section_title=
31 if [ -n "$section_title" ]; then
33 if [ "$section_title" != "Notes for developers" ]; then
36 section_title="$section_title (\`$config_name\`)"
41 $section_title
42 $(echo "$section_title" | tr 'A-Za-z -_`' "$section_mark")
51 section_title=
62 section_title=$(strip_comment "$line")
/dports/biology/py-orange3-bioinformatics/Orange3-Bioinformatics-4.3.1/orangecontrib/bioinformatics/kegg/entry/
H A Dparser.py62 section_title = None
85 if section_title is not None:
87 yield (self.SECTION_END, section_title, None)
88 section_title = None
101 if section_title is not None:
103 yield (self.SECTION_END, section_title, None)
104 section_title = None
107 section_title = title
108 yield (self.SECTION_START, section_title, rest)
127 if section_title is not None:
[all …]
/dports/deskutils/calibre/calibre-src-5.34.0/recipes/
H A Dfolhadesaopaulo_sub.recipe108 section_title = u'Primeira p\xe1gina'
114 feeds.append((section_title, articles))
117 '--> new section found, creating old section feed: ', section_title)
119 section_title = self.tag_to_string(post)
120 if section_title in self.section_dict:
121 section_title = self.section_dict[section_title]
123 self.log('--> new section title: ', section_title)
137 feeds.append((section_title, articles))
H A Dlwn_weekly.recipe113 section_title = "%s: %s" % (section, subsection)
115 section_title = section
134 if section_title not in articles:
135 articles[section_title] = []
136 if section_title not in ans:
137 ans.append(section_title)
139 articles[section_title].append({
H A Dscientific_american.recipe90 section_title, articles = 'Unknown', []
94 yield section_title, articles
95 section_title, articles = self.tag_to_string(span), []
96 self.log('\nFound section: %s' % section_title)
108 yield section_title, articles
H A Dreuters.recipe64 for section_title in sorted(sections):
65 slug = sections[section_title]
66 self.log(section_title)
69 ans.append((section_title, articles))
H A Dchronicle_higher_ed.recipe60 section_title = ''
70 section_title = self.tag_to_string(sectiontitle)
76 if section_title not in feeds:
77 feeds[section_title] = []
78 feeds[section_title] += articles
H A Dhistory_today.recipe60 section_title = ''
62 section_title = self.tag_to_string(
83 if section_title not in feeds:
84 feeds[section_title] = []
85 feeds[section_title] += articles
H A Dsmilezilla.recipe45 section_title = self._get_section_title(soup)
53 articles.append((section_title, todays_jokes))
57 section_title = self._get_section_title(soup)
66 articles.append((section_title, todays_stories))
H A Damspec.recipe31 section_title = self.tag_to_string(h3)
32 self.log('\n' + section_title)
51 feeds.append((section_title, articles))
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/subzero/
H A Dhistory_storage.py19 section_title = None variable in SubtitleHistoryItem
29 …def __init__(self, item_title, rating_key, section_title=None, subtitle=None, thumb=None, mode="a"… argument
31 self.section_title = section_title
45 return u"%s: %s" % (self.section_title, self.item_title)
89 …def add(self, item_title, rating_key, section_title=None, subtitle=None, thumb=None, mode="a", tim… argument
93 … item = SubtitleHistoryItem(item_title, rating_key, section_title=section_title, subtitle=subtitle,
/dports/textproc/py-reno/reno-2.9.2/reno/
H A Dformatter.py37 def _section_anchor(section_title, version_title, title, branch): argument
42 section_title=section_title,
95 for section_name, section_title in config.sections:
104 section_title, version_title, title, branch))
106 report.append(section_title)
107 report.append('-' * len(section_title))
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/objects/
H A Dpts_html_template.php55 …$section_title = trim($dom->getElementsByTagName('html')->item(0)->getElementsByTagName('head')->i…
57 $section_li_a = $this->dom->createElement('a', $section_title);
58 $section_li_a->setAttribute('href', '#' . str_replace(' ', '', $section_title));
67 $p->setAttribute('name', str_replace(' ', '', $section_title));
69 $p = $this->dom->createElement('h1', $section_title);
/dports/sysutils/gnome-control-center/gnome-control-center-41.2/panels/keyboard/
H A Dcc-keyboard-shortcut-dialog.c44 gchar *section_title; in EmitSLEB128()
52 gchar *section_title;
96 data->section_title = g_strdup (section_title);
107 g_free (data->section_title);
122 data->section_title = g_strdup (section_title);
133 g_free (data->section_title);
140 const gchar *section_title) in EmitTTypeReference()
192 const gchar *section_title) in emitCFIInstruction()
327 title = _(section_data->section_title);
598 return g_strcmp0 (a_data->section_title, b_data->section_title);
[all …]
/dports/devel/py-oslo.reports/oslo.reports-2.3.0/oslo_reports/
H A Dguru_meditation_report.py106 def register_section(cls, section_title, generator): argument
117 cls.persistent_sections.append([section_title, generator])
119 cls.persistent_sections = [[section_title, generator]]
250 for section_title, generator in self.persistent_sections:
251 self.add_section(section_title, generator)
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/identity/
H A D_onepassword_facts.py210 def _parse_field(self, data_json, item_id, field_name, section_title=None): argument
228 if section_title is None:
237 … if section_title is not None and section_title.lower() != section_data['title'].lower():
244 … optional_section_title = '' if section_title is None else " in the section '%s'" % section_title
H A Donepassword_info.py210 def _parse_field(self, data_json, item_id, field_name, section_title=None): argument
228 if section_title is None:
237 … if section_title is not None and section_title.lower() != section_data['title'].lower():
244 … optional_section_title = '' if section_title is None else " in the section '%s'" % section_title
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/identity/
H A Donepassword_info.py203 def _parse_field(self, data_json, item_id, field_name, section_title=None): argument
221 if section_title is None:
230 … if section_title is not None and section_title.lower() != section_data['title'].lower():
237 … optional_section_title = '' if section_title is None else " in the section '%s'" % section_title
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/
H A Donepassword_info.py203 def _parse_field(self, data_json, item_id, field_name, section_title=None): argument
221 if section_title is None:
230 … if section_title is not None and section_title.lower() != section_data['title'].lower():
237 … optional_section_title = '' if section_title is None else " in the section '%s'" % section_title
/dports/sysutils/ansible2/ansible-2.9.27/test/units/plugins/lookup/
H A Dtest_onepassword.py108 def _process_field(field, section_title=None): argument
113 return entry, query, section_title, field_name, field_value
257 dummy, query, section_title, field_name, field_value = get_one_mock_query()
258 self.assertEqual(field_value, op.get_field(query, field_name, section=section_title))
276 entry, query, section_title, field_name, field_value = get_one_mock_query()
283 section=section_title.upper()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/tests/unit/plugins/lookup/
H A Dtest_onepassword.py108 def _process_field(field, section_title=None): argument
113 return entry, query, section_title, field_name, field_value
257 dummy, query, section_title, field_name, field_value = get_one_mock_query()
258 self.assertEqual(field_value, op.get_field(query, field_name, section=section_title))
276 entry, query, section_title, field_name, field_value = get_one_mock_query()
283 section=section_title.upper()
/dports/www/yt-dlp/yt-dlp-2021.12.27/yt_dlp/extractor/
H A Dsportdeutschland.py92 section_title = strip_or_none(try_get(data, lambda x: x['section']['title']))
97 'categories': [section_title] if section_title else None,
/dports/www/youtube_dl/youtube-dl/youtube_dl/extractor/
H A Dsportdeutschland.py95 section_title = strip_or_none(try_get(data, lambda x: x['section']['title']))
100 'categories': [section_title] if section_title else None,
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/plugins/lookup/
H A Donepassword.py198 def _parse_field(self, data_json, field_name, section_title=None): argument
200 if section_title is None:
205 if section_title is not None and section_title.lower() != section_data['title'].lower():
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/lookup/
H A Donepassword.py195 def _parse_field(self, data_json, field_name, section_title=None): argument
244 if section_title is None:
257 if section_title is not None and section_title.lower() != section_data['title'].lower():

12345678