Home
last modified time | relevance | path

Searched refs:raw_html (Results 1 – 25 of 208) sorted by relevance

123456789

/dports/textproc/hs-pandoc/pandoc-2.14.2/test/command/
H A D4528.md6 % pandoc --wrap=none -f latex -t commonmark-raw_html
13 % pandoc --wrap=none -f latex -t commonmark+raw_html
21 % pandoc --wrap=none -f latex -t markdown_strict+raw_html
30 % pandoc --wrap=none -f html -t commonmark-raw_html-strikeout
36 % pandoc --wrap=none -f html -t commonmark+raw_html-strikeout
43 % pandoc --wrap=none -f html -t commonmark-raw_html+strikeout
50 % pandoc --wrap=none -f html -t commonmark+raw_html+strikeout
87 % pandoc --wrap=none -f html -t commonmark-raw_html
94 % pandoc --wrap=none -f html -t commonmark+raw_html
124 % pandoc --wrap=none -f html -t commonmark-raw_html
[all …]
H A D3596.md2 % pandoc -f html -t markdown-raw_html-bracketed_spans-native_spans
15 % pandoc -f html -t markdown-raw_html-bracketed_spans-native_spans
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/test/command/
H A D4528.md6 % pandoc --wrap=none -f latex -t commonmark-raw_html
13 % pandoc --wrap=none -f latex -t commonmark+raw_html
21 % pandoc --wrap=none -f latex -t markdown_strict+raw_html
30 % pandoc --wrap=none -f html -t commonmark-raw_html-strikeout
36 % pandoc --wrap=none -f html -t commonmark+raw_html-strikeout
43 % pandoc --wrap=none -f html -t commonmark-raw_html+strikeout
50 % pandoc --wrap=none -f html -t commonmark+raw_html+strikeout
87 % pandoc --wrap=none -f html -t commonmark-raw_html
94 % pandoc --wrap=none -f html -t commonmark+raw_html
124 % pandoc --wrap=none -f html -t commonmark-raw_html
[all …]
H A D3596.md2 % pandoc -f html -t markdown-raw_html-bracketed_spans-native_spans
15 % pandoc -f html -t markdown-raw_html-bracketed_spans-native_spans
/dports/deskutils/calibre/calibre-src-5.34.0/recipes/
H A Dboston.com.recipe66 def extract_json(raw_html):
67 idx = raw_html.find('Fusion.contentCache={')
68 close_idx = raw_html.find('</script>', idx)
69 raw = raw_html[idx:close_idx]
87 def parse_section(raw_html):
88 data = extract_json(raw_html)['content-feed']
163 def preprocess_raw_html(self, raw_html, url):
164 soup = self.index_to_soup(raw_html)
170raw_html = '<html><body><h1 class="headline |">{}</h1><div class="image |"><img src="{}"></div></b…
171 return raw_html
H A Dappledaily_tw.recipe106 def preprocess_raw_html(self, raw_html, url):
107 raw_html = re.sub((r'<a href=".*?<br><br>.*?<\/a>'), '', raw_html)
108 raw_html = re.sub(
109 (r'<title>(.*?)[\\s]+\|.*<\/title>', r'<title>\1<\/title>'), raw_html)
110 return raw_html
H A Dcosmopolitan_uk.recipe24 def preprocess_raw_html(self, raw_html, url):
30 raw_html = pat.sub(f, raw_html)
31 return raw_html
H A Drespekt_magazine.recipe70 def preprocess_raw_html(self, raw_html, url):
71 root = lxml.html.fromstring(raw_html)
73 raw_html = re.sub("h2","h1",raw_html)
74 return raw_html
H A Dbbc.recipe271 def preprocess_raw_html(self, raw_html, url):
273 idx = raw_html.find(q)
276 data = raw_html[idx + len(q) - 1:]
H A Dbbc_fast.recipe152 def preprocess_raw_html(self, raw_html, url):
154 idx = raw_html.find(q)
157 data = raw_html[idx + len(q) - 1:]
H A Doutlook_india.recipe44 def preprocess_raw_html(self, raw_html, url):
47 root = html5lib.parse(raw_html, treebuilder='lxml',
H A Dap.recipe82 def preprocess_raw_html(self, raw_html, url):
83 return extract_article(raw_html)
H A Dal_monitor.recipe133 def preprocess_raw_html(self, raw_html, url):
134 reason_to_skip = self.should_skip_article(BeautifulSoup(raw_html))
141 return super(self.__class__, self).preprocess_raw_html(raw_html, url)
/dports/devel/libburn/libburn-1.5.4/cdrskin/
H A Dconvert_man_to_html.sh16 raw_html=$(pwd)/"cdrskin/raw_man_1_cdrskin.html"
75 export BROWSER=$(pwd)/'cdrskin/unite_html_b_line "%s" '"$raw_html"
78 "$0" -work_as_filter "$raw_html"
79 rm "$raw_html"
/dports/games/scummvm/scummvm-2.5.1/devtools/create_achievements/
H A Dsteam_achievements.py88 log(repr(response.html.raw_html))
105 log(repr(response.html.raw_html))
118 log(repr(response.html.raw_html))
142 log(repr(response.html.raw_html))
161 log(repr(response.html.raw_html))
171 log(repr(response.html.raw_html))
174 log(repr(response.html.raw_html))
177 log(repr(response.html.raw_html))
190 log(repr(response.html.raw_html))
197 log(repr(response.html.raw_html))
/dports/textproc/py-creole/python-creole-1.4.9/creole/tests/utils/
H A Dbase_unittest.py70 self, raw_creole, raw_html, argument
80 self.assertNotEqual(raw_creole, raw_html)
88 html_string = self._prepare_text(raw_html)
125 def assert_html2creole(self, raw_creole, raw_html, argument
143 self.assertNotEqual(raw_creole, raw_html)
151 html = self._prepare_text(raw_html)
183 raw_creole=creole_string, raw_html=html_string,
190 raw_creole=creole_string, raw_html=html_string, strip_lines=strip_lines,
/dports/comms/gnuradio/gnuradio-3.8.4.0/docs/usage-manual/
H A Dexport-usage-manual.py42 raw_html = driver.page_source variable
43 start_index = raw_html.find('<page>')
44 cropped_html = raw_html[start_index:]
/dports/textproc/py-myst-parser/myst-parser-0.15.2/myst_parser/
H A Dhtml_to_nodes.py28 raw_html = nodes.raw("", text, format="html")
29 raw_html.source = source
30 raw_html.line = line_number
31 return [raw_html]
/dports/www/p5-WebDAO/WebDAO-2.25/lib/WebDAO/
H A DLex.pm119 my $raw_html = shift || return [];
122 $raw_html =~ s/\r\n?/\n/g;
124 $mass = [ split( /(\<WD>.*?<\/WD>)/is, $raw_html ) ];
/dports/print/R-cran-knitr/knitr/man/
H A Draw_block.Rd6 \alias{raw_html}
13 raw_html(x, ...)
28 Functions \code{raw_latex()} and \code{raw_html()} are shorthands of
/dports/www/p5-Bigtop/Bigtop-0.38/t/gantry/playship/Apps-Checkbook/lib/Apps/Checkbook/GEN/
H A DPayeeOr.pm155 raw_html => '<tr><td colspan="2">Hi</td></tr>',
179 raw_html => '<tr><td colspan="2">Hi</td></tr>',
204 raw_html => '<tr><td colspan="2">Hi</td></tr>',
/dports/www/p5-HTML-ExtractMain/HTML-ExtractMain-0.62/lib/HTML/
H A DExtractMain.pm26 my $raw_html = $arg;
28 $tree = eval { HTML::TreeBuilder->new_from_content($raw_html) };
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/panmirror/src/editor/src/marks/raw_inline/
H A Draw_html.ts97 if (pandocExtensions.raw_html) {
107 const mark = schema.marks.raw_html.create();
115 const rawhtmlMark = state.schema.marks.raw_html;
/dports/devel/py-tabulator/tabulator-1.53.5/tabulator/parsers/
H A Dhtml.py25 def __init__(self, loader, force_parse=False, selector='table', raw_html=False): argument
32 self.__extractor = (lambda x: x.html()) if raw_html else (lambda x: x.text())
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/readability/
H A Dhtmls.py123 raw_html = str(tostring(doc.body or doc))
124 return clean_attributes(raw_html)

123456789