Home
last modified time | relevance | path

Searched refs:rawtext (Results 126 – 150 of 526) sorted by relevance

12345678910>>...22

/dports/www/R-cran-httpuv/httpuv/src/libuv/docs/src/sphinx-plugins/
H A Dmanpage.py18 def make_link_node(rawtext, app, name, manpage_num, options): argument
26 node = nodes.reference(rawtext, "%s(%s)" % (name, manpage_num), refuri=ref, **options)
30 def man_role(name, rawtext, text, lineno, inliner, options={}, content=[]): argument
37 node = make_link_node(rawtext, app, name, manpage_num, options)
/dports/textproc/py-cloud_sptheme/cloud_sptheme-1.10.1.post20200504175005/cloud_sptheme/ext/
H A Ddocfield_markup.py37 rawtext = title = target
38 if rawtext.startswith("~"):
52 return node_type(title, rawtext)
55 return node_type(rawtext, title)
H A Descaped_samp_literals.py18 def emph_literal_role(typ, rawtext, text, lineno, inliner, argument
25 value = "%s at char %d of %s" % (value, pos, rawtext)
27 prb = inliner.problematic(rawtext, rawtext, msg)
/dports/devel/py-pyxb/PyXB-1.2.6/doc/
H A Dextapi.py24 def ticket_role(role, rawtext, text, lineno, inliner, options={}, content=[]): argument
42 node = nodes.reference(rawtext, label, refuri=uri, **options)
46 def issue_role(role, rawtext, text, lineno, inliner, options={}, content=[]): argument
63 node = nodes.reference(rawtext, label, refuri=uri, **options)
/dports/deskutils/py-vdirsyncer/vdirsyncer-0.18.0/docs/
H A Dconf.py74 def github_issue_role(name, rawtext, text, lineno, inliner, options=None, content=()): argument
82 prb = inliner.problematic(rawtext, rawtext, msg)
92 node = nodes.reference(rawtext, linktext, refuri=link, **options)
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/documentation/sphinx/extensions/
H A Dbrokenrole.py24 def broken_role(name, rawtext, text, lineno, inliner, options={}, content=[]): argument
26 prb = inliner.problematic(rawtext,rawtext,msg)
/dports/textproc/py-sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.2.1/sphinxcontrib/
H A Dhttpdomain.py244 def http_statuscode_role(name, rawtext, text, lineno, inliner, argument
253 prb = inliner.problematic(rawtext, rawtext, msg)
266 prb = inliner.problematic(rawtext, rawtext, msg)
268 nodes.reference(rawtext)
282 node = nodes.reference(rawtext, '%d %s' % (code, status),
287 def http_method_role(name, rawtext, text, lineno, inliner, argument
293 prb = inliner.problematic(rawtext, rawtext, msg)
296 node = nodes.reference(rawtext, method.upper(), refuri=url, **options)
/dports/sysutils/py-salt/salt-3004.1/doc/_ext/
H A Dhttpdomain.py267 def http_statuscode_role(name, rawtext, text, lineno, inliner, options={}, content=[]):
276 prb = inliner.problematic(rawtext, rawtext, msg)
288 prb = inliner.problematic(rawtext, rawtext, msg)
290 nodes.reference(rawtext)
305 node = nodes.reference(rawtext, "%d %s" % (code, status), refuri=url, **options)
309 def http_method_role(name, rawtext, text, lineno, inliner, options={}, content=[]):
315 prb = inliner.problematic(rawtext, rawtext, msg)
318 node = nodes.reference(rawtext, method.upper(), refuri=url, **options)
/dports/devel/py-numba/numba-0.51.2/docs/source/_ext/
H A Dghfiles.py42 def ghfile_role(name, rawtext, text, lineno, inliner, options={}, content=[]): argument
50 node = nodes.reference(rawtext,
58 node = nodes.reference(rawtext, text, refuri=make_ref(ref), **options)
61 node = nodes.reference(rawtext, text, refuri=make_ref(text), **options)
/dports/x11/kitty/kitty-0.23.1/docs/
H A Dconf.py173 def num_role(which: str, name: str, rawtext: str, text: str, lineno: int, inliner: Any, options: An…
183 prb = inliner.problematic(rawtext, rawtext, msg)
187 node = nodes.reference(rawtext, f'#{issue_num}', refuri=url, **options)
191 def commit_role(name: str, rawtext: str, text: str, lineno: int, inliner: Any, options: Any = {}, c…
199 prb = inliner.problematic(rawtext, rawtext, msg)
205 node = nodes.reference(rawtext, f'commit: {short_id}', refuri=url, **options)
362 def link_role(name: str, rawtext: str, text: str, lineno: int, inliner: Any, options: Any = {}, con…
367 prb = inliner.problematic(rawtext, rawtext, msg)
372 node = nodes.reference(rawtext, text, refuri=url, **options)
/dports/deskutils/recoll/recoll-1.31.2/rcldb/
H A Drclabsfromtext.cpp116 TextSplitABS(const string& rawtext, const vector<string>& matchTerms, in TextSplitABS() argument
122 : TextSplit(flags), m_rawtext(rawtext), in TextSplitABS()
422 string rawtext; in abstractFromText() local
423 if (!ndb->getRawText(docid, rawtext)) { in abstractFromText()
427 LOGABS("abstractFromText: got raw text: size " << rawtext.size() << " " << in abstractFromText()
433 string snippet = xmset.snippet(rawtext); in abstractFromText()
455 TextSplitABS splitter(rawtext, matchTerms, hld, wordcoefs, ctxwords, in abstractFromText()
458 splitter.text_to_words(rawtext); in abstractFromText()
488 fixfrag(rawtext.substr(entry.start, entry.stop - entry.start))); in abstractFromText()
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/doc/dev/m.css/plugins/m/
H A Dmath.py99 def math(role, rawtext, text, lineno, inliner, options={}, content=[]): argument
101 i = rawtext.find('`')
102 text = rawtext.split('`')[1]
113 node = nodes.literal(rawtext, '', **options)
127 …node = nodes.raw(rawtext, latex2svgextra.patch(text, svg, depth, attribs), format='html', **option…
/dports/www/trac-devel/Trac-1.5.3/doc/
H A Dconf.py356 def teo_role(name, rawtext, text, lineno, inliner, options={}, content=[]): argument
363 node = nodes.reference(rawtext, text, refuri=ref, **options)
367 def extensionpoints_role(name, rawtext, text, lineno, inliner, options={}, argument
371 node = nodes.reference(rawtext, text + " extension point",
/dports/science/py-ase/ase-3.22.0/ase/utils/
H A Dsphinx.py19 def mol_role(role, rawtext, text, lineno, inliner, options={}, content=[]): argument
41 rawtext, text, lineno, inliner, options={}, content=[]): argument
58 msg = 'Broken link: {}: Non-existing path: {}'.format(rawtext, path)
60 prb = inliner.problematic(rawtext, rawtext, msg)
64 node = nodes.reference(rawtext, name, refuri=ref,
/dports/biology/iqtree/IQ-TREE-2.0.6/pll/
H A Dlexer.c32 static const char * rawtext; variable
80 return (rawtext[pos++]); in get_next_byte()
118 token.lexeme = rawtext + pos - 1; in get_token()
200 if (rawtext[pos - 1] == 'E' || rawtext[pos - 1] == 'e') in get_token()
296 rawtext = text; in init_lexan()
/dports/devel/mercurial/mercurial-6.0/tests/
H A Dtest-revlog-raw.py77 def readprocessor(self, rawtext): argument
79 text = rawtext[len(_extheader) :].replace(b'i', b'1')
85 rawtext = _extheader + text.replace(b'1', b'i')
86 return rawtext, False
89 def rawprocessor(self, rawtext): argument
323 rawtext = writeprocessor(None, text)[0]
325 rawtext = text
326 if rlog.rawsize(rev) != len(rawtext):
330 if rlog.rawdata(rev) != rawtext:
332 result.append((text, rawtext))
/dports/security/cracklib/cracklib-2.9.7/lib/
H A Dfascist.c435 GTry(rawtext, password) in GTry() argument
436 char *rawtext; in GTry()
456 printf("%-16s = %-16s (destruct %s)\n", mp, rawtext, r_destructors[i]);
459 if (!strncmp(mp, rawtext, len))
465 printf("%-16s = %-16s (destruct %s reversed)\n", Reverse(mp), rawtext, r_destructors[i]);
468 if (!strncmp(Reverse(mp), rawtext, len))
476 if (!(mp = Mangle(rawtext, r_constructors[i])))
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/py2only/docutils/parsers/rst/directives/
H A Dmisc.py89 rawtext = ''.join(lines[startline:endline])
91 rawtext = include_file.read()
100 after_index = rawtext.find(after_text)
104 rawtext = rawtext[after_index + len(after_text):]
108 before_index = rawtext.find(before_text)
112 rawtext = rawtext[:before_index]
114 include_lines = statemachine.string2lines(rawtext, tab_width,
119 text = rawtext.expandtabs(tab_width)
121 text = rawtext
122 literal_block = nodes.literal_block(rawtext, source=path,
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/py3only/docutils/parsers/rst/directives/
H A Dmisc.py90 rawtext = ''.join(lines[startline:endline])
92 rawtext = include_file.read()
101 after_index = rawtext.find(after_text)
105 rawtext = rawtext[after_index + len(after_text):]
109 before_index = rawtext.find(before_text)
113 rawtext = rawtext[:before_index]
115 include_lines = statemachine.string2lines(rawtext, tab_width,
120 text = rawtext.expandtabs(tab_width)
122 text = rawtext
123 literal_block = nodes.literal_block(rawtext, source=path,
/dports/textproc/py-docutils/docutils-0.17.1/docutils/parsers/rst/directives/
H A Dmisc.py92 rawtext = ''.join(lines[startline:endline])
94 rawtext = include_file.read()
103 after_index = rawtext.find(after_text)
107 rawtext = rawtext[after_index + len(after_text):]
111 before_index = rawtext.find(before_text)
115 rawtext = rawtext[:before_index]
117 include_lines = statemachine.string2lines(rawtext, tab_width,
127 text = rawtext.expandtabs(tab_width)
129 text = rawtext
130 literal_block = nodes.literal_block(rawtext, source=path,
[all …]
/dports/textproc/py-docutils/stage/usr/local/lib/python3.8/site-packages/docutils/parsers/rst/directives/
H A Dmisc.py92 rawtext = ''.join(lines[startline:endline])
94 rawtext = include_file.read()
103 after_index = rawtext.find(after_text)
107 rawtext = rawtext[after_index + len(after_text):]
111 before_index = rawtext.find(before_text)
115 rawtext = rawtext[:before_index]
117 include_lines = statemachine.string2lines(rawtext, tab_width,
127 text = rawtext.expandtabs(tab_width)
129 text = rawtext
130 literal_block = nodes.literal_block(rawtext, source=path,
[all …]
/dports/textproc/py-docutils/docutils-0.17.1/build/lib/docutils/parsers/rst/directives/
H A Dmisc.py92 rawtext = ''.join(lines[startline:endline])
94 rawtext = include_file.read()
103 after_index = rawtext.find(after_text)
107 rawtext = rawtext[after_index + len(after_text):]
111 before_index = rawtext.find(before_text)
115 rawtext = rawtext[:before_index]
117 include_lines = statemachine.string2lines(rawtext, tab_width,
127 text = rawtext.expandtabs(tab_width)
129 text = rawtext
130 literal_block = nodes.literal_block(rawtext, source=path,
[all …]
/dports/science/rdkit/rdkit-Release_2021_03_5/Docs/Book/exts/
H A Dextapi.py26 def api_role(role, rawtext, text, lineno, inliner, options={}, content=[]): argument
73 node = nodes.reference(rawtext, name, refuri=uri, **options)
76 node = nodes.literal(rawtext, text)
/dports/textproc/py-humanfriendly/humanfriendly-10.0/humanfriendly/
H A Dsphinx.py167 def man_role(role, rawtext, text, lineno, inliner, options={}, content=[]): argument
186 …reference = docutils.nodes.reference(rawtext, docutils.utils.unescape(text), refuri=man_url, **opt…
190 def pypi_role(role, rawtext, text, lineno, inliner, options={}, content=[]): argument
209 …reference = docutils.nodes.reference(rawtext, docutils.utils.unescape(text), refuri=pypi_url, **op…
/dports/sysutils/rundeck2/pkgs/webapp/WEB-INF/grails-app/views/common/
H A D_css.gsp32 width: ${enc(rawtext:appLogoW)};
33 height: ${enc(rawtext:appLogoH)};
51 background-size: ${ enc(rawtext:appLogoW) } ${ enc(rawtext:appLogoH) };
61 ${enc(rawtext:customCss)}

12345678910>>...22