diff --git a/doc/html/____init_____8py.html b/doc/html/____init_____8py.html new file mode 100644 index 000000000..b9fc9c0ce --- /dev/null +++ b/doc/html/____init_____8py.html @@ -0,0 +1,126 @@ + + +
+ + + +![]() |
+
+ The Red Matrix
+
+ |
+
+Namespaces | |
namespace | easywebdav |
+Functions | |
def | easywebdav.connect |
![]() |
+
+ The Red Matrix
+
+ |
+
+Namespaces | |
namespace | easywebdav.__version__ |
+Variables | |
string | easywebdav.__version__.__version__ = "1.2.0" |
![]() |
+
+ The Red Matrix
+
+ |
+
This is the complete list of members for easywebdav.client.Client, including all inherited members.
+![]() |
+
+ The Red Matrix
+
+ |
+
+Public Member Functions | |
def | __init__ |
def | cd |
def | mkdir |
def | mkdirs |
def | rmdir |
def | delete |
def | upload |
def | download |
def | ls |
def | exists |
+Public Attributes | |
baseurl | |
cwd | |
session | |
+Private Member Functions | |
def | _send |
def | _get_url |
def | _upload |
def | _download |
def easywebdav.client.Client.__init__ | +( | ++ | self, | +
+ | + | + | host, | +
+ | + | + | port = 0 , |
+
+ | + | + | auth = None , |
+
+ | + | + | username = None , |
+
+ | + | + | password = None , |
+
+ | + | + | protocol = 'http' , |
+
+ | + | + | verify_ssl = True , |
+
+ | + | + | path = None , |
+
+ | + | + | cert = None , |
+
+ | + | + | session = None |
+
+ | ) | ++ |
+
|
+ +private | +
Referenced by easywebdav.client.Client.download().
+ +
+
|
+ +private | +
Referenced by easywebdav.client.Client._send().
+ +
+
|
+ +private | +
+
|
+ +private | +
Referenced by easywebdav.client.Client.upload().
+ +def easywebdav.client.Client.cd | +( | ++ | self, | +
+ | + | + | path | +
+ | ) | ++ |
Referenced by easywebdav.client.Client.mkdirs().
+ +def easywebdav.client.Client.delete | +( | ++ | self, | +
+ | + | + | path | +
+ | ) | ++ |
def easywebdav.client.Client.download | +( | ++ | self, | +
+ | + | + | remote_path, | +
+ | + | + | local_path_or_fileobj | +
+ | ) | ++ |
def easywebdav.client.Client.exists | +( | ++ | self, | +
+ | + | + | remote_path | +
+ | ) | ++ |
def easywebdav.client.Client.ls | +( | ++ | self, | +
+ | + | + | remote_path = '.' |
+
+ | ) | ++ |
Referenced by easywebdav.client.Client.ls().
+ +def easywebdav.client.Client.mkdir | +( | ++ | self, | +
+ | + | + | path, | +
+ | + | + | safe = False |
+
+ | ) | ++ |
Referenced by easywebdav.client.Client.mkdirs().
+ +def easywebdav.client.Client.mkdirs | +( | ++ | self, | +
+ | + | + | path | +
+ | ) | ++ |
def easywebdav.client.Client.rmdir | +( | ++ | self, | +
+ | + | + | path, | +
+ | + | + | safe = False |
+
+ | ) | ++ |
def easywebdav.client.Client.upload | +( | ++ | self, | +
+ | + | + | local_path_or_fileobj, | +
+ | + | + | remote_path | +
+ | ) | ++ |
easywebdav.client.Client.baseurl | +
Referenced by easywebdav.client.Client._get_url().
+ +easywebdav.client.Client.cwd | +
Referenced by easywebdav.client.Client._get_url(), easywebdav.client.Client.cd(), and easywebdav.client.Client.mkdirs().
+ +easywebdav.client.Client.session | +
Referenced by zotsh.ZotSH.cmd_host(), and zotsh.ZotSH.get_host_session().
+ +![]() |
+
+ The Red Matrix
+
+ |
+
![]() |
+
+ The Red Matrix
+
+ |
+
This is the complete list of members for easywebdav.client.OperationFailed, including all inherited members.
+![]() |
+
+ The Red Matrix
+
+ |
+
+Public Member Functions | |
def | __init__ |
+Public Attributes | |
method | |
path | |
expected_code | |
actual_code | |
reason | |
+Static Private Attributes | |
tuple | _OPERATIONS |
def easywebdav.client.OperationFailed.__init__ | +( | ++ | self, | +
+ | + | + | method, | +
+ | + | + | path, | +
+ | + | + | expected_code, | +
+ | + | + | actual_code | +
+ | ) | ++ |
+
|
+ +staticprivate | +
easywebdav.client.OperationFailed.actual_code | +
easywebdav.client.OperationFailed.expected_code | +
easywebdav.client.OperationFailed.method | +
easywebdav.client.OperationFailed.path | +
easywebdav.client.OperationFailed.reason | +
![]() |
+
+ The Red Matrix
+
+ |
+
![]() |
+
+ The Red Matrix
+
+ |
+
![]() |
+
+ The Red Matrix
+
+ |
+
This is the complete list of members for zotsh.ZotSH, including all inherited members.
+![]() |
+
+ The Red Matrix
+
+ |
+
+Public Member Functions | |
def | __init__ |
def | host |
def | host |
def | hostname |
def | hostname |
def | session |
def | session |
def | PS1 |
def | get_host_session |
def | do |
def | cmd_exists |
def | cmd_mkdir |
def | cmd_mkdirs |
def | cmd_rmdir |
def | cmd_delete |
def | cmd_upload |
def | cmd_download |
def | cmd_host |
def | cmd_pwd |
def | cmd_ls |
def | cmd_lpwd |
def | cmd_lcd |
def | cmd_lls |
def | cmd_help |
def | cmd_cat |
+Public Attributes | |
sessions | |
host | |
session | |
davclient | |
hostname | |
+Static Public Attributes | |
list | commands |
+Private Attributes | |
_host | |
_hostname | |
_session | |
def zotsh.ZotSH.__init__ | +( | ++ | self, | +
+ | + | + | host, | +
+ | + | + | session = None , |
+
+ | + | + | davclient = None |
+
+ | ) | ++ |
def zotsh.ZotSH.cmd_cat | +( | ++ | self, | +
+ | + | + | args | +
+ | ) | ++ |
def zotsh.ZotSH.cmd_delete | +( | ++ | self, | +
+ | + | + | args | +
+ | ) | ++ |
def zotsh.ZotSH.cmd_download | +( | ++ | self, | +
+ | + | + | args | +
+ | ) | ++ |
def zotsh.ZotSH.cmd_exists | +( | ++ | self, | +
+ | + | + | args | +
+ | ) | ++ |
def zotsh.ZotSH.cmd_help | +( | ++ | self, | +
+ | + | + | args | +
+ | ) | ++ |
def zotsh.ZotSH.cmd_host | +( | ++ | self, | +
+ | + | + | args | +
+ | ) | ++ |
def zotsh.ZotSH.cmd_lcd | +( | ++ | self, | +
+ | + | + | args | +
+ | ) | ++ |
def zotsh.ZotSH.cmd_lls | +( | ++ | self, | +
+ | + | + | args | +
+ | ) | ++ |
def zotsh.ZotSH.cmd_lpwd | +( | ++ | self, | +
+ | + | + | args | +
+ | ) | ++ |
def zotsh.ZotSH.cmd_ls | +( | ++ | self, | +
+ | + | + | args | +
+ | ) | ++ |
def zotsh.ZotSH.cmd_mkdir | +( | ++ | self, | +
+ | + | + | args | +
+ | ) | ++ |
def zotsh.ZotSH.cmd_mkdirs | +( | ++ | self, | +
+ | + | + | args | +
+ | ) | ++ |
def zotsh.ZotSH.cmd_pwd | +( | ++ | self, | +
+ | + | + | args | +
+ | ) | ++ |
def zotsh.ZotSH.cmd_rmdir | +( | ++ | self, | +
+ | + | + | args | +
+ | ) | ++ |
def zotsh.ZotSH.cmd_upload | +( | ++ | self, | +
+ | + | + | args | +
+ | ) | ++ |
def zotsh.ZotSH.do | +( | ++ | self, | +
+ | + | + | command, | +
+ | + | + | args | +
+ | ) | ++ |
def zotsh.ZotSH.get_host_session | +( | ++ | self, | +
+ | + | + | host = None |
+
+ | ) | ++ |
Referenced by zotsh.ZotSH.cmd_host().
+ +def zotsh.ZotSH.host | +( | ++ | self | ) | ++ |
def zotsh.ZotSH.host | +( | ++ | self, | +
+ | + | + | host | +
+ | ) | ++ |
def zotsh.ZotSH.hostname | +( | ++ | self | ) | ++ |
def zotsh.ZotSH.hostname | +( | ++ | self, | +
+ | + | + | hostname | +
+ | ) | ++ |
def zotsh.ZotSH.PS1 | +( | ++ | self | ) | ++ |
def zotsh.ZotSH.session | +( | ++ | self | ) | ++ |
def zotsh.ZotSH.session | +( | ++ | self, | +
+ | + | + | session | +
+ | ) | ++ |
+
|
+ +private | +
Referenced by zotsh.ZotSH.host(), and zotsh.ZotSH.hostname().
+ +
+
|
+ +private | +
Referenced by zotsh.ZotSH.hostname().
+ +
+
|
+ +private | +
Referenced by zotsh.ZotSH.session().
+ +
+
|
+ +static | +
Referenced by zotsh.ZotSH.cmd_help(), and zotsh.ZotSH.do().
+ +zotsh.ZotSH.davclient | +
Referenced by zotsh.ZotSH.do(), and zotsh.ZotSH.PS1().
+ +zotsh.ZotSH.host | +
Referenced by zotsh.ZotSH.cmd_host(), and zotsh.ZotSH.host().
+ +zotsh.ZotSH.hostname | +
Referenced by zotsh.ZotSH.hostname(), and zotsh.ZotSH.PS1().
+ +zotsh.ZotSH.session | +
Referenced by zotsh.ZotSH.cmd_host(), zotsh.ZotSH.get_host_session(), and zotsh.ZotSH.session().
+ +zotsh.ZotSH.sessions | +
![]() |
+
+ The Red Matrix
+
+ |
+
+Classes | |
class | easywebdav.client.WebdavException |
class | easywebdav.client.ConnectionFailed |
class | easywebdav.client.OperationFailed |
class | easywebdav.client.Client |
+Namespaces | |
namespace | easywebdav.client |
+Functions | |
def | easywebdav.client.codestr |
def | easywebdav.client.prop |
def | easywebdav.client.elem2file |
+Variables | |
int | easywebdav.client.DOWNLOAD_CHUNK_SIZE_BYTES = 1 |
tuple | easywebdav.client.File = namedtuple('File', ['name', 'size', 'mtime', 'ctime', 'contenttype']) |
![]() |
+
+ The Red Matrix
+
+ |
+
![]() |
+
+ The Red Matrix
+
+ |
+
![]() |
+
+ The Red Matrix
+
+ |
+
![]() |
+
+ The Red Matrix
+
+ |
+
![]() |
+
+ The Red Matrix
+
+ |
+
+Directories | |
directory | deadsuperhero |
![]() |
+
+ The Red Matrix
+
+ |
+
![]() |
+
+ The Red Matrix
+
+ |
+
![]() |
+
+ The Red Matrix
+
+ |
+
![]() |
+
+ The Red Matrix
+
+ |
+
![]() |
+
+ The Red Matrix
+
+ |
+
![]() |
+
+ The Red Matrix
+
+ |
+
![]() |
+
+ The Red Matrix
+
+ |
+
+Files | |
file | __init__.py |
file | __version__.py |
file | client.py |
![]() |
+
+ The Red Matrix
+
+ |
+
![]() |
+
+ The Red Matrix
+
+ |
+
![]() |
+
+ The Red Matrix
+
+ |
+
![]() |
+
+ The Red Matrix
+
+ |
+
![]() |
+
+ The Red Matrix
+
+ |
+
![]() |
+
+ The Red Matrix
+
+ |
+
![]() |
+
+ The Red Matrix
+
+ |
+
![]() |
+
+ The Red Matrix
+
+ |
+
+Directories | |
directory | easywebdav |
+Files | |
file | zotsh.py |
![]() |
+
+ The Red Matrix
+
+ |
+
![]() |
+
+ The Red Matrix
+
+ |
+
+Functions | |
hivenet_init (&$a) | |
hivenet_init | +( | +& | +$a | ) | ++ |
![]() |
+
+ The Red Matrix
+
+ |
+
![]() |
+
+ The Red Matrix
+
+ |
+
+Functions | |
minded_init (&$a) | |
minded_init | +( | +& | +$a | ) | ++ |
![]() |
+
+ The Red Matrix
+
+ |
+
![]() |
+
+ The Red Matrix
+
+ |
+
+Functions | |
sporadic_init (&$a) | |
sporadic_init | +( | +& | +$a | ) | ++ |
![]() |
+
+ The Red Matrix
+
+ |
+
![]() |
+
+ The Red Matrix
+
+ |
+
+Functions | |
stumble_init (&$a) | |
stumble_init | +( | +& | +$a | ) | ++ |
![]() |
+
+ The Red Matrix
+
+ |
+
![]() |
+
+ The Red Matrix
+
+ |
+
+Functions | |
suckerberg_init (&$a) | |
suckerberg_init | +( | +& | +$a | ) | ++ |
![]() |
+
+ The Red Matrix
+
+ |
+
![]() |
+
+ The Red Matrix
+
+ |
+
+Functions | |
sunbeam_init (&$a) | |
sunbeam_init | +( | +& | +$a | ) | ++ |
![]() |
+
+ The Red Matrix
+
+ |
+
![]() |
+
+ The Red Matrix
+
+ |
+
+Functions | |
yolo_init (&$a) | |
yolo_init | +( | +& | +$a | ) | ++ |
![]() |
+
+ The Red Matrix
+
+ |
+
![]() |
+
+ The Red Matrix
+
+ |
+
![]() |
+
+ The Red Matrix
+
+ |
+
+Namespaces | |
namespace | __version__ |
namespace | client |
+Functions | |
def | connect |
def easywebdav.connect | +( | ++ | args, | +
+ | + | + | kwargs | +
+ | ) | ++ |
connect(host, port=0, auth=None, username=None, password=None, protocol='http', path="/")+
![]() |
+
+ The Red Matrix
+
+ |
+
+Variables | |
string | __version__ = "1.2.0" |
string easywebdav.__version__.__version__ = "1.2.0" | +
![]() |
+
+ The Red Matrix
+
+ |
+
+Classes | |
class | WebdavException |
class | ConnectionFailed |
class | OperationFailed |
class | Client |
+Functions | |
def | codestr |
def | prop |
def | elem2file |
+Variables | |
int | DOWNLOAD_CHUNK_SIZE_BYTES = 1 |
tuple | File = namedtuple('File', ['name', 'size', 'mtime', 'ctime', 'contenttype']) |
def easywebdav.client.codestr | +( | ++ | code | ) | ++ |
def easywebdav.client.elem2file | +( | ++ | elem | ) | ++ |
Referenced by easywebdav.client.Client.ls().
+ +def easywebdav.client.prop | +( | ++ | elem, | +
+ | + | + | name, | +
+ | + | + | default = None |
+
+ | ) | ++ |
Referenced by easywebdav.client.elem2file().
+ +int easywebdav.client.DOWNLOAD_CHUNK_SIZE_BYTES = 1 | +
tuple easywebdav.client.File = namedtuple('File', ['name', 'size', 'mtime', 'ctime', 'contenttype']) | +
Referenced by cloud_init(), dav_init(), and easywebdav.client.elem2file().
+ +![]() |
+
+ The Red Matrix
+
+ |
+
+Classes | |
class | CommandNotFound |
class | ZotSH |
+Functions | |
def | load_conf |
def | zotsh |
+Variables | |
string | __version__ = "0.0.2" |
SERVER = None | |
USER = None | |
PASSWD = None | |
VERIFY_SSL = True | |
def zotsh.load_conf | +( | +) | ++ |
Referenced by zotsh().
+ +def zotsh.zotsh | +( | +) | ++ |
string zotsh.__version__ = "0.0.2" | +
zotsh.PASSWD = None | +
zotsh.SERVER = None | +
zotsh.USER = None | +
zotsh.VERIFY_SSL = True | +
![]() |
+
+ The Red Matrix
+
+ |
+
+Variables | |
$uid = get_theme_uid() | |
if ($uid) load_pconfig($uid | |
$x = splitFilename($font) | |
$fname = $x[0] | |
$fext = $x[1] | |
if(file_exists('view/theme/apw/font/'.$fname. +'i.'.$fext)) if(file_exists('view/theme/apw/font/'.$fname. +'b.'.$fext)) | $strongmacro = '' |
$obliquemacro = '' | |
if($nav) | $sectiontop = "28px" |
$iconsize = "16px" | |
$navheight = "27px" | |
$showlock = "block" | |
$fext = $x[1] | +
$fname = $x[0] | +
Referenced by RedMatrix\RedDAV\RedFile\put(), and reload_plugins().
+ +$iconsize = "16px" | +
$navheight = "27px" | +
$obliquemacro = '' | +
$showlock = "block" | +
if (file_exists('view/theme/apw/font/'.$fname. 'i.'.$fext)) if (file_exists('view/theme/apw/font/'.$fname. 'b.'.$fext)) $strongmacro = '' | +
$uid = get_theme_uid() | +
Referenced by admin_page_channels(), admin_page_channels_post(), admin_page_users(), admin_page_users_post(), all_friends(), app_destroy(), app_install(), app_installed(), app_list(), blocks_content(), build_sync_packet(), catblock(), chat_message(), chatroom_list(), chatroom_list_count(), check_item_source(), check_list_permissions(), common_friends(), common_friends_zcid(), count_all_friends(), count_common_friends(), count_common_friends_zcid(), del_pconfig(), delete_imported_item(), diaspora_get_contact_by_handle(), drop_items(), editblock_content(), editlayout_content(), editwebpage_content(), event_addtocal(), events_post(), feature_enabled(), first_post_date(), fix_attached_photo_permissions(), fix_private_photos(), follow_init(), get_all_perms(), get_channel_default_perms(), get_pconfig(), get_theme_uid(), get_things(), get_words(), group_add(), group_add_member(), group_byname(), group_rec_byhash(), group_rmv(), group_rmv_member(), groups_containing(), handle_feed(), import_channel_photo(), item_add_cid(), item_expire(), item_post(), item_remove_cid(), item_store_update(), items_fetch(), layouts_content(), linkify_tags(), list_post_dates(), load_contact_links(), load_pconfig(), local_dir_update(), FKOAuth1\loginUser(), menu_add_item(), menu_content(), menu_del_item(), menu_delete(), menu_delete_id(), menu_edit_item(), menu_fetch(), menu_post(), mini_group_select(), mitem_content(), mitem_init(), mitem_post(), mood_init(), new_contact(), notifier_run(), pdl_selector(), perm_is_allowed(), photo_init(), poke_init(), posted_dates(), private_messages_list(), remove_community_tag(), send_message(), service_class_allows(), service_class_fetch(), set_pconfig(), Conversation\set_profile_owner(), photo_driver\store(), store_item_tag(), suggestion_query(), tag_deliver(), tagadelic(), tagblock(), tgroup_check(), update_feed_item(), webpages_content(), widget_archive(), widget_follow(), widget_item(), widget_tagcloud(), wtagblock(), and zot_feed().
+ +$x = splitFilename($font) | +
Referenced by Template\_replcb_for(), Template\_replcb_if(), account_remove(), acl_init(), activity_sanitise(), admin_page_channels(), admin_page_themes(), advanced_profile(), aes_encapsulate(), api_group_members(), api_login(), app_decode(), app_install(), app_list(), app_render(), app_store(), app_update(), apps_content(), argv(), array_sanitise(), attach_change_permissions(), attach_delete(), attach_store(), autoname(), bb_parse_crypt(), bbcode(), block_content(), blocks_content(), bookmark_add(), bookmarks_content(), build_sync_packet(), change_channel(), channel_content(), chat_content(), chat_message(), chat_post(), chatroom_create(), chatroom_enter(), chatsvc_content(), chatsvc_init(), chatsvc_post(), check_config(), check_form_security_token(), check_item_source(), check_list_permissions(), check_upstream_directory(), check_webbie(), RedMatrix\RedDAV\RedDirectory\childExists(), cloud_init(), common_init(), connedit_content(), construct_page(), consume_feed(), conversation(), RedMatrix\RedDAV\RedDirectory\createFile(), photo_gd\cropImage(), photo_imagick\cropImage(), dav_init(), decode_tags(), deliver_run(), diaspora_comment(), diaspora_like(), diaspora_mention_callback(), diaspora_request(), dir_tagadelic(), directory_content(), directory_run(), discover_by_url(), discover_by_webbie(), display_content(), downgrade_accounts(), editblock_content(), editlayout_content(), editwebpage_content(), email_header_encode(), encode_item(), encode_mail(), dba_postgres\escape(), event_store_item(), events_post(), expand_groups(), expire_run(), externals_run(), feature_enabled(), fetch_post_tags(), fetch_xrd_links(), filer_content(), find_xchan_in_array(), findpeople_widget(), fix_private_photos(), fix_system_urls(), photo_gd\flip(), foofoo(), fsuggest_post(), get_all_perms(), get_diaspora_reshare_xml(), get_directory_primary(), get_directory_realm(), get_file_activity_object(), get_item_elements(), get_mail_elements(), get_mentions(), get_online_status(), get_profile_elements(), get_profile_fields_advanced(), get_profile_fields_basic(), get_role_perms(), get_system_apps(), get_terms_oftype(), get_theme_uid(), get_things(), RedMatrix\RedDAV\RedDirectory\getChild(), RedMatrix\RedDAV\RedDirectory\getDir(), RedMatrix\RedDAV\RedDirectory\getQuotaInfo(), gprobe_run(), handle_feed(), hcard_init(), help_content(), hostxrd_init(), ids_to_querystr(), impel_init(), import_author_diaspora(), import_author_rss(), import_author_unknown(), import_author_xchan(), import_author_zot(), import_directory_keywords(), import_directory_profile(), import_post(), import_site(), import_xchan(), in_group(), invite_content(), invite_post(), item_post(), item_remove_cid(), item_store(), items_fetch(), json_decode_plus(), json_return_and_die(), layouts_content(), legal_webbie(), linkify_tags(), locs_content(), FKOAuth1\loginUser(), magic_init(), mail_post(), manage_content(), mark_orphan_hubsxchans(), match_content(), menu_content(), menu_delete_id(), menu_fetch(), menu_render(), mimetype_select(), nav(), navbar_complete(), netgrowth_content(), network_content(), new_channel_init(), new_contact(), notification(), notifications_off(), notifications_on(), notifier_run(), oembed_fetch_url(), onedirsync_run(), onepoll_run(), openid_content(), page_init(), parse_app_description(), parse_xml_string(), pdledit_content(), pemtome(), perm_is_allowed(), photos_list_photos(), photos_post(), ping_init(), poco_load(), poller_run(), post_init(), post_post(), preg_heart(), prepare_body(), print_template(), private_messages_list(), proc_run(), process_channel_sync_delivery(), process_location_delivery(), process_mail_delivery(), process_rating_delivery(), profile_init(), profile_load(), profile_photo_post(), profiles_content(), profiles_init(), prune_hub_reinstalls(), public_recips(), pubrsatome(), RedMatrix\RedDAV\RedFile\put(), dba_mysql\q(), dba_mysqli\q(), dba_postgres\q(), random_profile(), randprof_init(), ratenotif_run(), ratings_init(), recursive_activity_recipients(), red_item_new(), RedCollectionData(), RedFileData(), reflect_comment_store(), reflect_find_user(), reflect_photo_callback(), regdir_init(), remote_online_status(), remove_community_tag(), remove_obsolete_hublocs(), rpost_content(), photo_driver\save(), scrape_feed(), scrape_vcard(), search_ac_init(), search_content(), send_status_notifications(), service_limits_content(), set_linkified_perms(), share_init(), share_unshield(), sharedwithme_content(), site_default_perms(), smilies(), sources_content(), sslify_init(), photo_driver\store(), store_diaspora_comment_sig(), string_splitter(), stringify_array_elms(), sync_directories(), sync_locations(), tag_deliver(), tagadelic(), tagrm_content(), tagrm_post(), theme_status(), thing_content(), toggle_theme(), update_channels_active_halfyear_stat(), update_channels_active_monthly_stat(), update_directory_entry(), update_imported_item(), upgrade_bool_message(), upgrade_message(), valid_email(), RedMatrix\RedDAV\RedBasicAuth\validateUserPass(), webpages_content(), what_next(), widget_affinity(), widget_bookmarkedchats(), widget_suggestedchats(), widget_suggestions(), xchan_query(), xmlify(), zfinger_init(), zot_build_packet(), zot_encode_locations(), zot_process_response(), zot_refresh(), zot_register_hub(), and zotfeed_init().
+ +if (($schema)&&($schema!= '---')) if(!$schema||($schema== '---')) | +
![]() |
+
+ The Red Matrix
+
+ |
+
+Functions | |
apw_init (&$a) | |
apw_init | +( | +& | +$a | ) | ++ |
![]() |
+
+ The Red Matrix
+
+ |
+
![]() |
+
+ The Red Matrix
+
+ |
+
+Functions | |
mytheme_init (&$a) | |
mytheme_init | +( | +& | +$a | ) | ++ |
![]() |
+
+ The Red Matrix
+
+ |
+
+Variables | |
if($nav_min_opacity===false||$nav_min_opacity=== '') | else |
$nav_percent_min_opacity = (int) 100 * $nav_min_opacity | |
$nav_percent_min_opacity = (int) 100 * $nav_min_opacity | +
if ($nav_min_opacity===false||$nav_min_opacity=== '') else | +
![]() |
+
+ The Red Matrix
+
+ |
+
+Functions | |
redbasic_init (&$a) | |
redbasic_init | +( | +& | +$a | ) | ++ |
![]() |
+
+ The Red Matrix
+
+ |
+
+Classes | |
class | zotsh.CommandNotFound |
class | zotsh.ZotSH |
+Namespaces | |
namespace | zotsh |
+Functions | |
def | zotsh.load_conf |
def | zotsh.zotsh |
+Variables | |
string | zotsh.__version__ = "0.0.2" |
zotsh.SERVER = None | |
zotsh.USER = None | |
zotsh.PASSWD = None | |
zotsh.VERIFY_SSL = True | |