MCPcopy Create free account

hub / github.com/deanishe/zothero / functions

Functions438 in github.com/deanishe/zothero

Methodsettings
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
Methodsettings_path
Path to settings file within workflow's data directory. :returns: path to ``settings.json`` file :rtype: ``unicode``
src/lib/workflow/workflow.py:1440
Methodsetvar
Set a workflow variable for this Item. Args: name (unicode): Name of variable. value (unicode): Value of variable.
src/lib/workflow/workflow3.py:181
Methodsetvar
Set a workflow variable for this Item. Args: name (unicode): Name of variable. value (unicode): Value of variable.
src/lib/workflow/workflow3.py:294
Methodshow_version
()
src/lib/workflow/workflow.py:2574
Methodsignal_handler
Called when process receives SIGTERM.
src/lib/workflow/util.py:525
Methodsingle_match
(self, left)
src/lib/docopt.py:157
Methodsingle_match
(self, left)
src/lib/docopt.py:176
Methodstale
Return ``True`` if search index isn't up to date.
src/lib/zothero/core.py:157
Methodstorage_dir
Path to Zotero's internal directory for attachments.
src/lib/zothero/zotero.py:209
Methodstore_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
Methodstored_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
Methodstores
List of Stores in this Cache. Returns: list: String names of Stores.
src/lib/zothero/cache.py:350
Methodstream
Whether response is streamed. Returns: bool: `True` if response is streamed.
src/lib/workflow/web.py:257
Methodstyle
Return CSL style for key.
src/lib/zothero/core.py:200
Methodstyles
CSL Styles loader. Returns: .styles.Styles: `Styles` object pointing to the styles directory of :attr:`zotero`.
src/lib/zothero/core.py:169
Methodstyles_dir
Path to Zotero's directory for styles.
src/lib/zothero/zotero.py:225
Functiontest_asciify
ASCII-fy strings.
src/lib/zothero/tests/test_util.py:32
Functiontest_safename
Filesystem-safe names.
src/lib/zothero/tests/test_util.py:45
Functiontest_strip_tags
Strip HTML tags.
src/lib/zothero/tests/test_util.py:19
Methodtext
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
Methodtuple
Version number as a tuple of major, minor, patch, pre-release.
src/lib/workflow/update.py:285
Methodunregister
Remove registered serializer with ``name``. Raises a :class:`ValueError` if there is no such registered serializer. :param n
src/lib/workflow/workflow.py:559
Functionunset_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
Methodupdate_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
Methodupdate_index
Update the search index.
src/lib/zothero/core.py:164
Methodupdate_off
()
src/lib/workflow/workflow.py:2542
Methodupdate_on
()
src/lib/workflow/workflow.py:2538
Methodupdated
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
Functionustr
Coerce `s` to normalised Unicode.
src/lib/workflow/notify.py:303
Methodvalues
Return all values.
src/lib/workflow/web.py:161
Methodversion
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
Methodwarn_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
Methodworkflowdir
Path to workflow's root directory (where ``info.plist`` is). Returns: unicode: full path to workflow root directory
src/lib/workflow/workflow.py:1290
Methodwrapper
()
src/lib/workflow/workflow.py:2494
Methodyear
Formatted year. Returns "xxx." if year is unset, otherwise "YYYY." Returns: unicode: Formatted year.
src/lib/zothero/formatting.py:94
Methodzotero
Zotero instance. Initialses and returns a `.zotero.Zotero` instance based on :attr:`zotero_path`. Returns: .zote
src/lib/zothero/core.py:110
Methodzotero_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
← previous401–438 of 438, ranked by callers