Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deanishe/zothero
/ functions
Functions
438 in github.com/deanishe/zothero
⨍
Functions
438
◇
Types & classes
59
Method
settings
Return a dictionary subclass that saves itself when changed. See :ref:`guide-settings` in the :ref:`user-manual` for more information
src/lib/workflow/workflow.py:1452
Method
settings_path
Path to settings file within workflow's data directory. :returns: path to ``settings.json`` file :rtype: ``unicode``
src/lib/workflow/workflow.py:1440
Method
setvar
Set a workflow variable for this Item. Args: name (unicode): Name of variable. value (unicode): Value of variable.
src/lib/workflow/workflow3.py:181
Method
setvar
Set a workflow variable for this Item. Args: name (unicode): Name of variable. value (unicode): Value of variable.
src/lib/workflow/workflow3.py:294
Method
show_version
()
src/lib/workflow/workflow.py:2574
Method
signal_handler
Called when process receives SIGTERM.
src/lib/workflow/util.py:525
Method
single_match
(self, left)
src/lib/docopt.py:157
Method
single_match
(self, left)
src/lib/docopt.py:176
Method
stale
Return ``True`` if search index isn't up to date.
src/lib/zothero/core.py:157
Method
storage_dir
Path to Zotero's internal directory for attachments.
src/lib/zothero/zotero.py:209
Method
store_data
Save data to data directory. .. versionadded:: 1.8 If ``data`` is ``None``, the datastore will be deleted. Note that the da
src/lib/workflow/workflow.py:1604
Method
stored_data
Retrieve data from data directory. Returns ``None`` if there are no data stored under ``name``. .. versionadded:: 1.8 :para
src/lib/workflow/workflow.py:1558
Method
stores
List of Stores in this Cache. Returns: list: String names of Stores.
src/lib/zothero/cache.py:350
Method
stream
Whether response is streamed. Returns: bool: `True` if response is streamed.
src/lib/workflow/web.py:257
Method
style
Return CSL style for key.
src/lib/zothero/core.py:200
Method
styles
CSL Styles loader. Returns: .styles.Styles: `Styles` object pointing to the styles directory of :attr:`zotero`.
src/lib/zothero/core.py:169
Method
styles_dir
Path to Zotero's directory for styles.
src/lib/zothero/zotero.py:225
Function
test_asciify
ASCII-fy strings.
src/lib/zothero/tests/test_util.py:32
Function
test_safename
Filesystem-safe names.
src/lib/zothero/tests/test_util.py:45
Function
test_strip_tags
Strip HTML tags.
src/lib/zothero/tests/test_util.py:19
Method
text
Unicode-decoded content of response body. If no encoding can be determined from HTTP headers or the content itself, the encoded respo
src/lib/workflow/web.py:319
Method
tuple
Version number as a tuple of major, minor, patch, pre-release.
src/lib/workflow/update.py:285
Method
unregister
Remove registered serializer with ``name``. Raises a :class:`ValueError` if there is no such registered serializer. :param n
src/lib/workflow/workflow.py:559
Function
unset_config
Delete a workflow variable from ``info.plist``. .. versionadded:: 1.33 Args: name (str): Name of variable to delete. bundlei
src/lib/workflow/util.py:295
Method
update_available
Whether an update is available. .. versionadded:: 1.9 See :ref:`guide-updates` in the :ref:`user-manual` for detailed inform
src/lib/workflow/workflow.py:2259
Method
update_index
Update the search index.
src/lib/zothero/core.py:164
Method
update_off
()
src/lib/workflow/workflow.py:2542
Method
update_on
()
src/lib/workflow/workflow.py:2538
Method
updated
Timestamp of last time ``key`` was updated. Args: key (unicode, optional): Key of item to query. If no key is spe
src/lib/zothero/cache.py:197
Function
ustr
Coerce `s` to normalised Unicode.
src/lib/workflow/notify.py:303
Method
values
Return all values.
src/lib/workflow/web.py:161
Method
version
Return the version of the workflow. .. versionadded:: 1.9.10 Get the workflow version from environment variable, the ``updat
src/lib/workflow/workflow.py:1134
Method
warn_empty
Add a warning to feedback if there are no items. .. versionadded:: 1.31 Add a "warning" item to Alfred feedback if no other items
src/lib/workflow/workflow3.py:692
Method
workflowdir
Path to workflow's root directory (where ``info.plist`` is). Returns: unicode: full path to workflow root directory
src/lib/workflow/workflow.py:1290
Method
wrapper
()
src/lib/workflow/workflow.py:2494
Method
year
Formatted year. Returns "xxx." if year is unset, otherwise "YYYY." Returns: unicode: Formatted year.
src/lib/zothero/formatting.py:94
Method
zotero
Zotero instance. Initialses and returns a `.zotero.Zotero` instance based on :attr:`zotero_path`. Returns: .zote
src/lib/zothero/core.py:110
Method
zotero_dir
Path to Zotero's data folder. This is the folder where ``zotero.sqlite``, ``storage`` and ``styles`` are located. Set to the
src/lib/zothero/core.py:77
← previous
401–438 of 438, ranked by callers