Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/btbytes/teh
/ functions
Functions
417 in github.com/btbytes/teh
⨍
Functions
417
◇
Types & classes
55
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
Method
about
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
Function
administrator
(method)
utils.py:25
Method
bc
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
Method
blockquote
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
Method
childGenerator
(self)
lib/BeautifulSoup.py:767
Method
convert_charref
This method fixes a bug in Python's SGMLParser.
lib/BeautifulSoup.py:1063
Function
decode
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
Method
decode_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
Method
decode_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
Method
dl
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
Function
encode
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
Function
extend_list_with_sep
( orig_seq, extension_seq, sepchar='' )
lib/demjson.py:512
Method
fetchText
(self, text=None, recursive=True, limit=None)
lib/BeautifulSoup.py:749
Method
findAllNext
Returns all items that match the given criteria and appear before after Tag in the document.
lib/BeautifulSoup.py:237
Method
findAllPrevious
Returns all items that match the given criteria and appear before this Tag in the document.
lib/BeautifulSoup.py:262
Method
findNext
Returns the first item that matches the given criteria and appears after this Tag in the document.
lib/BeautifulSoup.py:232
Method
findNextSibling
Returns the closest sibling to this Tag that matches the given criteria and appears after this Tag in the document.
lib/BeautifulSoup.py:243
Method
findNextSiblings
Returns the siblings of this Tag that match the given criteria and appear after this Tag in the document.
lib/BeautifulSoup.py:249
Method
findParent
Returns the closest parent of this Tag that matches the given criteria.
lib/BeautifulSoup.py:284
Method
findPrevious
Returns the first item that matches the given criteria and appears before this Tag in the document.
lib/BeautifulSoup.py:257
Method
findPreviousSibling
Returns the closest sibling to this Tag that matches the given criteria and appears before this Tag in the document.
lib/BeautifulSoup.py:270
Method
findPreviousSiblings
Returns the siblings of this Tag that match the given criteria and appear before this Tag in the document.
lib/BeautifulSoup.py:276
Method
firstText
(self, text=None, recursive=True)
lib/BeautifulSoup.py:752
Method
footnote
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
Method
format_description
(self, description)
lib/markdown2.py:1618
Method
get
(self)
blog.py:40
Method
get
(self, slug)
blog.py:50
Method
get
(self,slug)
blog.py:59
Method
get
(self, slug)
blog.py:77
Method
get
(self)
blog.py:94
Method
get
(self,slug=None)
blog.py:117
Method
get
(self)
webapp.py:24
Method
get
(self)
webapp.py:32
Method
get
(self)
webapp.py:40
Method
get
(self)
admin.py:25
Method
get
(self)
admin.py:32
Method
handle_charref
Handle character references as data.
lib/BeautifulSoup.py:1309
Method
handle_charref
(self, ref)
lib/textile.py:536
Method
handle_comment
Handle comments as Comment objects.
lib/BeautifulSoup.py:1305
Method
handle_comment
(self, text)
lib/textile.py:552
Method
handle_data
(self, text)
lib/textile.py:546
Method
handle_data
(self, text)
lib/textile.py:630
Method
handle_decl
Handle DOCTYPEs and the like as Declaration objects.
lib/BeautifulSoup.py:1360
Method
handle_decl
(self, text)
lib/textile.py:562
Method
handle_decl
(self, text)
lib/textile.py:627
Method
handle_entityref
Handle entity references as data, possibly converting known HTML and/or XML entity references to the corresponding Unicode characters.
lib/BeautifulSoup.py:1317
Method
handle_entityref
(self, ref)
lib/textile.py:541
Method
handle_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
Method
handle_pi
(self, text)
lib/textile.py:557
Method
handle_pi
(self, text)
lib/textile.py:624
Method
header
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
Function
initForm
()
static/scripts/dynamic.js:1
Method
macros
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
Function
markdown
(text, html4tags=False, tab_width=DEFAULT_TAB_WIDTH, safe_mode=None, extras=None, link_patterns=N
lib/markdown2.py:116
Method
nextGenerator
(self)
lib/BeautifulSoup.py:337
Method
nextSiblingGenerator
(self)
lib/BeautifulSoup.py:343
Function
onSelect
(cal)
static/scripts/dynamic.js:195
Method
parentGenerator
(self)
lib/BeautifulSoup.py:361
Method
parse_declaration
Treat a bogus SGML declaration as raw data. Treat a CDATA declaration as a CData object.
lib/BeautifulSoup.py:1364
Method
popTag
(self)
lib/BeautifulSoup.py:1603
Method
post
(self,slug)
blog.py:67
Method
post
(self,slug=None)
blog.py:126
Method
post
(self)
admin.py:35
Method
pre
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
Method
pretty_description
(self)
lib/demjson.py:784
Method
previousGenerator
(self)
lib/BeautifulSoup.py:349
Method
previousSiblingGenerator
(self)
lib/BeautifulSoup.py:355
Method
recursiveChildGenerator
(self)
lib/BeautifulSoup.py:772
Method
replaceWith
(self, replaceWith)
lib/BeautifulSoup.py:119
Function
replacement_func
(matchobj)
lib/textile.py:460
Method
reset
(self)
lib/textile.py:510
Function
result
(*rest, **kwrest)
lib/markdown2.py:1411
← previous
next →
301–400 of 417, ranked by callers