SYMBOL INDEX (114 symbols across 3 files) FILE: push.py function noop (line 23) | def noop(*args,**kwargs): function push_wordpress (line 26) | def push_wordpress(url, blogID, user, password, postID): function get_bibliography (line 75) | def get_bibliography (coll): FILE: texconv.py function addDollar (line 146) | def addDollar(list): function string_replace (line 159) | def string_replace(dct,text): function tex2unicode (line 167) | def tex2unicode(s): function unicode2tex (line 173) | def unicode2tex(s): FILE: zot.py function fix_bibtex_reference (line 95) | def fix_bibtex_reference(bib, _thisatom): function flexprint (line 226) | def flexprint(*args, **kwargs): function default (line 242) | def default(dict, **kwargs): function warning (line 247) | def warning(*objs, **kwargs): function error (line 250) | def error(*objs, **kwargs): function log (line 253) | def log(*objs, **kwargs): function progress (line 256) | def progress(*objs, **kwargs): function warn (line 260) | def warn(*objs, **kwargs): function check_requirements (line 268) | def check_requirements (): class Settings (line 294) | class Settings: method load_settings (line 298) | def load_settings(file=None): method make_arg_parser (line 336) | def make_arg_parser(): method read_args_and_init (line 374) | def read_args_and_init(): function flexible_html_regex (line 428) | def flexible_html_regex(r): # To Do: request non-HTML output from Zoter... function url_regex (line 437) | def url_regex(prefix=""): function cleanup_lines (line 469) | def cleanup_lines(string): function generate_base_html (line 475) | def generate_base_html(): function parse_date (line 680) | def parse_date(value): function sortkeyname (line 710) | def sortkeyname(field, value): function import_legacy_configuration (line 764) | def import_legacy_configuration(): function index_configuration (line 799) | def index_configuration(): class ZotItem (line 825) | class ZotItem: method __init__ (line 828) | def __init__(self, entries): method addAttachment (line 868) | def addAttachment(self, zotItem): method access (line 871) | def access(self, key, default=""): method getYear (line 888) | def getYear(self): method venue (line 895) | def venue(self): method venue_short (line 898) | def venue_short(self): method addSectionKeyword (line 917) | def addSectionKeyword(self, s): method getTags (line 921) | def getTags(self): function write_bib (line 925) | def write_bib(items, outfile): function format_bib (line 941) | def format_bib(bib): function format_ris (line 945) | def format_ris(bib): function extract_abstract (line 949) | def extract_abstract(bib): function write_some_html (line 967) | def write_some_html(body, outfile, html_header, html_footer, title=None): function tryreplacing (line 986) | def tryreplacing(source, strings, repl): function urlize (line 998) | def urlize(text): function is_string (line 1019) | def is_string(s): function coll_data (line 1023) | def coll_data(c): function coll_key (line 1029) | def coll_key(c): function coll_name (line 1035) | def coll_name(c): function collname_split (line 1039) | def collname_split(name): # returns sort_prefix,modifiers,value class Coll (line 1048) | class Coll: method findName (line 1052) | def findName(key): method find (line 1056) | def find(key): method findSimilar (line 1062) | def findSimilar(keyword): method add (line 1072) | def add(code, name, depth, parents, db): method is_short_collection (line 1078) | def is_short_collection(section_code): method is_featured_collection (line 1087) | def is_featured_collection(section_code): method is_hidden_collection (line 1093) | def is_hidden_collection(section_code): method is_misc_collection (line 1098) | def is_misc_collection(section_code): method is_regular_collection (line 1103) | def is_regular_collection(s): method is_special_collection (line 1109) | def is_special_collection(section_code, special): method get_featured_collections (line 1119) | def get_featured_collections(section_code): method hideSectionTitle (line 1123) | def hideSectionTitle(section_code): method __init__ (line 1129) | def __init__(self, key, name, depth, parents, db): function strip (line 1139) | def strip(string): function last (line 1146) | def last(string_or_list): function js_strings (line 1152) | def js_strings(string_or_list): function user_collection (line 1162) | def user_collection(id, api_key=None, collection=None, top_level=False): function group_collection (line 1168) | def group_collection(id, api_key=None, collection=None, top_level=False): function exclude_collection (line 1239) | def exclude_collection(collection, top_level_only=False): function rename_collection (line 1248) | def rename_collection(collection, newName): function short_collection (line 1256) | def short_collection(collection): function featured_collection (line 1270) | def featured_collection(collection): function hidden_collection (line 1284) | def hidden_collection(collection): function misc_collection (line 1294) | def misc_collection(collection): function exclude_items (line 1307) | def exclude_items(filter): # NOT DOCUMENTED - EXPERIMENTAL class Shortcut (line 1339) | class Shortcut: method __init__ (line 1340) | def __init__(self, crit, values=None, topN=None, sortBy=None, sortDir=... method setAllItems (line 1349) | def setAllItems(self, all_items): method getValueForUniqueItems (line 1352) | def getValueForUniqueItems(self): method sort_crit_in_reversed_order (line 1365) | def sort_crit_in_reversed_order(self): method compile (line 1376) | def compile(self): method getCatValueInfo (line 1412) | def getCatValueInfo(self): method uniquify (line 1421) | def uniquify(seq, idfun=None): method getLevels (line 1438) | def getLevels(self): method getBibItems (line 1457) | def getBibItems(self, crit_val, section_print_title): function shortcut (line 1495) | def shortcut(crit, values=None, topN=None, sortDir='auto', sortBy=None): function make_header_htmls (line 1532) | def make_header_htmls(all_items): function div (line 1571) | def div(cls=None, content="", style=None, tag="div"): function make_html (line 1578) | def make_html(all_items, exclude={}, shorten=False): function make_sure_path_exists (line 1762) | def make_sure_path_exists(path): class DBInstance (line 1773) | class DBInstance: method create (line 1777) | def create(library_id, library_type, api_key): method traverse (line 1806) | def traverse(self, agenda, depth=0, parents=[]): method get_collections (line 1819) | def get_collections(self, topcollection, top_level): method retrieve_x (line 1842) | def retrieve_x(self, collection, **args): method retrieve_bib (line 1848) | def retrieve_bib(self, collection, content, style): method retrieve_atom (line 1851) | def retrieve_atom(self, collection): method retrieve_coins (line 1854) | def retrieve_coins(self, collection): method retrieve_wikipedia (line 1857) | def retrieve_wikipedia(self, collection): method retrieve_data (line 1861) | def retrieve_data(self, collection_id, exclude=None): method filter_data (line 1864) | def filter_data(self, a): method retrieve_data_cached (line 1881) | def retrieve_data_cached(self, collection_id, exclude=None): method arrangeAttachments (line 1962) | def arrangeAttachments(self, items): method dumpFiles (line 1975) | def dumpFiles(self, item): function detect_and_merge_doubles (line 2039) | def detect_and_merge_doubles(items): function merge_doubles (line 2082) | def merge_doubles(items): function retrieve_all_items (line 2102) | def retrieve_all_items(collections): function htmlid (line 2163) | def htmlid(s): function compile_data (line 2167) | def compile_data(all_items, section_code, crits, exclude={}, shorten=Fal... function show_double_warnings (line 2202) | def show_double_warnings(item_ids): function pull_up_featured_remove_hidden_colls (line 2228) | def pull_up_featured_remove_hidden_colls(all_items): function sort_items (line 2254) | def sort_items(all_items, sort_criteria, sort_reverse): function section_generator (line 2277) | def section_generator(items, crits): function generate_html (line 2343) | def generate_html(include, item_filters=[]):