MCPcopy Create free account

hub / github.com/btbytes/teh / functions

Functions417 in github.com/btbytes/teh

Method__unicode__
(self)
lib/BeautifulSoup.py:404
Method__unicode__
(self)
lib/BeautifulSoup.py:594
Method_atx_h_sub
(self, match)
lib/markdown2.py:911
Method_auto_email_link_sub
(self, match)
lib/markdown2.py:1329
Method_auto_link_sub
(self, match)
lib/markdown2.py:1315
Method_block_quote_sub
(self, match)
lib/markdown2.py:1233
Method_code_block_sub
(self, match)
lib/markdown2.py:1093
Method_code_span_sub
(self, match)
lib/markdown2.py:1147
Method_convertEntities
Used in a call to re.sub to replace HTML, XML, and numeric entities with the appropriate Unicode characters. If HTML entities are bein
lib/BeautifulSoup.py:452
Method_dedent_two_spaces_sub
(self, match)
lib/markdown2.py:1230
Method_detab_sub
(self, match)
lib/markdown2.py:365
Method_extract_footnote_def_sub
(self, match)
lib/markdown2.py:504
Method_extract_link_def_sub
(self, match)
lib/markdown2.py:496
Method_get_allowed_behaviors
(self)
lib/demjson.py:968
Method_get_behaviors
(self)
lib/demjson.py:962
Method_get_prevented_behaviors
(self)
lib/demjson.py:974
Method_hash_html_block_sub
(self, match, raw=False)
lib/markdown2.py:415
Method_invert
Cheap function to invert a hash.
lib/BeautifulSoup.py:437
Method_is_auto_link
(s)
lib/markdown2.py:653
Method_is_strict
(self)
lib/demjson.py:980
Method_list_item_sub
(self, match)
lib/markdown2.py:1016
Method_list_sub
(self, match)
lib/markdown2.py:941
Method_replace
(m)
lib/textile.py:2563
Method_setext_h_sub
(self, match)
lib/markdown2.py:897
Method_sub_entity
Used with a regular expression to substitute the appropriate XML entity for an XML special character.
lib/BeautifulSoup.py:601
Function_tidy1
mxTidy's XHTML validator. This function is a wrapper to mxTidy's validator.
lib/textile.py:228
Function_tidy2
uTidyLib's XHTML validator. This function is a wrapper to uTidyLib's validator.
lib/textile.py:243
Function_unicode_decode
(s, encoding, errors='xmlcharrefreplace')
lib/markdown2.py:71
Methodabout
Show PyTextile's functionalities. An introduction to PyTextile. Can be called when running the main script or if you write the follow
lib/textile.py:2041
Functionadministrator
(method)
utils.py:25
Methodbc
Process block code. This function processes block code into a <code> tag inside a <pre>. No HTML is added for the lines, but @<@ and
lib/textile.py:1300
Methodblockquote
Process block quote. The block quote is inserted into a <blockquote> tag, and processed as a paragraph. An optional cite attribute ca
lib/textile.py:1412
MethodchildGenerator
(self)
lib/BeautifulSoup.py:767
Methodconvert_charref
This method fixes a bug in Python's SGMLParser.
lib/BeautifulSoup.py:1063
Functiondecode
Decodes a JSON-encoded string into a Python object. If 'strict' is set to True, then those strings that are not entirely strictly conforming
lib/demjson.py:2000
Methoddecode_boolean
Intermediate-level decode for JSON boolean literals. Takes a string and a starting index, and returns a Python bool (True or False) a
lib/demjson.py:1053
Methoddecode_null
Intermediate-level decoder for ECMAScript 'null' keyword. Takes a string and a starting index, and returns a Python None object and t
lib/demjson.py:1034
Methoddl
Process definition list. This function process definition lists. The text inside the <dt> and <dd> tags is processed for inline forma
lib/textile.py:1361
Functionencode
Encodes a Python object into a JSON-encoded string. If 'strict' is set to True, then only strictly-conforming JSON output will be produced.
lib/demjson.py:1896
Functionextend_list_with_sep
( orig_seq, extension_seq, sepchar='' )
lib/demjson.py:512
MethodfetchText
(self, text=None, recursive=True, limit=None)
lib/BeautifulSoup.py:749
MethodfindAllNext
Returns all items that match the given criteria and appear before after Tag in the document.
lib/BeautifulSoup.py:237
MethodfindAllPrevious
Returns all items that match the given criteria and appear before this Tag in the document.
lib/BeautifulSoup.py:262
MethodfindNext
Returns the first item that matches the given criteria and appears after this Tag in the document.
lib/BeautifulSoup.py:232
MethodfindNextSibling
Returns the closest sibling to this Tag that matches the given criteria and appears after this Tag in the document.
lib/BeautifulSoup.py:243
MethodfindNextSiblings
Returns the siblings of this Tag that match the given criteria and appear after this Tag in the document.
lib/BeautifulSoup.py:249
MethodfindParent
Returns the closest parent of this Tag that matches the given criteria.
lib/BeautifulSoup.py:284
MethodfindPrevious
Returns the first item that matches the given criteria and appears before this Tag in the document.
lib/BeautifulSoup.py:257
MethodfindPreviousSibling
Returns the closest sibling to this Tag that matches the given criteria and appears before this Tag in the document.
lib/BeautifulSoup.py:270
MethodfindPreviousSiblings
Returns the siblings of this Tag that match the given criteria and appear before this Tag in the document.
lib/BeautifulSoup.py:276
MethodfirstText
(self, text=None, recursive=True)
lib/BeautifulSoup.py:752
Methodfootnote
Process a footnote. A footnote is formatted as a paragraph of class 'footnote' and id 'fn%d', starting with the footnote numb
lib/textile.py:1527
Methodformat_description
(self, description)
lib/markdown2.py:1618
Methodget
(self)
blog.py:40
Methodget
(self, slug)
blog.py:50
Methodget
(self,slug)
blog.py:59
Methodget
(self, slug)
blog.py:77
Methodget
(self)
blog.py:94
Methodget
(self,slug=None)
blog.py:117
Methodget
(self)
webapp.py:24
Methodget
(self)
webapp.py:32
Methodget
(self)
webapp.py:40
Methodget
(self)
admin.py:25
Methodget
(self)
admin.py:32
Methodhandle_charref
Handle character references as data.
lib/BeautifulSoup.py:1309
Methodhandle_charref
(self, ref)
lib/textile.py:536
Methodhandle_comment
Handle comments as Comment objects.
lib/BeautifulSoup.py:1305
Methodhandle_comment
(self, text)
lib/textile.py:552
Methodhandle_data
(self, text)
lib/textile.py:546
Methodhandle_data
(self, text)
lib/textile.py:630
Methodhandle_decl
Handle DOCTYPEs and the like as Declaration objects.
lib/BeautifulSoup.py:1360
Methodhandle_decl
(self, text)
lib/textile.py:562
Methodhandle_decl
(self, text)
lib/textile.py:627
Methodhandle_entityref
Handle entity references as data, possibly converting known HTML and/or XML entity references to the corresponding Unicode characters.
lib/BeautifulSoup.py:1317
Methodhandle_entityref
(self, ref)
lib/textile.py:541
Methodhandle_pi
Handle a processing instruction as a ProcessingInstruction object, possibly one with a %SOUP-ENCODING% slot into which an encoding wil
lib/BeautifulSoup.py:1297
Methodhandle_pi
(self, text)
lib/textile.py:557
Methodhandle_pi
(self, text)
lib/textile.py:624
Methodheader
Process a header. The header number is captured by the regular expression and lives in header. If head_offset is set, it is
lib/textile.py:1488
FunctioninitForm
()
static/scripts/dynamic.js:1
Methodmacros
Quick macros. This function replaces macros inside brackets using a built-in dictionary, and also unicode names if the key doesn't ex
lib/textile.py:2167
Functionmarkdown
(text, html4tags=False, tab_width=DEFAULT_TAB_WIDTH, safe_mode=None, extras=None, link_patterns=N
lib/markdown2.py:116
MethodnextGenerator
(self)
lib/BeautifulSoup.py:337
MethodnextSiblingGenerator
(self)
lib/BeautifulSoup.py:343
FunctiononSelect
(cal)
static/scripts/dynamic.js:195
MethodparentGenerator
(self)
lib/BeautifulSoup.py:361
Methodparse_declaration
Treat a bogus SGML declaration as raw data. Treat a CDATA declaration as a CData object.
lib/BeautifulSoup.py:1364
MethodpopTag
(self)
lib/BeautifulSoup.py:1603
Methodpost
(self,slug)
blog.py:67
Methodpost
(self,slug=None)
blog.py:126
Methodpost
(self)
admin.py:35
Methodpre
Process pre-formatted text. This function processes pre-formatted text into a <pre> tag. No HTML is added for the lines, but @<@ and
lib/textile.py:1252
Methodpretty_description
(self)
lib/demjson.py:784
MethodpreviousGenerator
(self)
lib/BeautifulSoup.py:349
MethodpreviousSiblingGenerator
(self)
lib/BeautifulSoup.py:355
MethodrecursiveChildGenerator
(self)
lib/BeautifulSoup.py:772
MethodreplaceWith
(self, replaceWith)
lib/BeautifulSoup.py:119
Functionreplacement_func
(matchobj)
lib/textile.py:460
Methodreset
(self)
lib/textile.py:510
Functionresult
(*rest, **kwrest)
lib/markdown2.py:1411
← previousnext →301–400 of 417, ranked by callers