def __init__(self): Action.__init__(self, _("Extract Here")) self.extensions_set = set(( ".rar", ".7z", ".zip", ".gz", ".tgz", ".tar", ".lzma", ".bz2", ".tbz2", ".tzo", ".lzo", ".xz", ".ar", ".cbz", ".Z", ".taz", ".lz", ".bz", ".tbz", ".lzh", ))
def __init__(self, name, object): self.name = name self.object = object self.data = { 'type': 'unkwnon', 'name': 'Unknown', 'descr': 'Seems an action file ' + name + '.yaml is missed', 'icon_name': 'system-run', 'env': {}, 'rank': 0, } self.data.update(actions_cache.get_data (name)) self.rank_adjust = self.data['rank'] Action.__init__(self, self.data['name'])
def __init__(self): Action.__init__(self, _("Reply..."))
def __init__(self): Action.__init__(self, _('Compose Email in Gmail'))
def __init__(self): Action.__init__(self, _('Send Message'))
def __init__(self): Action.__init__(self, name=_("Username"))
def __init__(self): Action.__init__(self, _("Save As..."))
def __init__(self): self.branch_filter = None Action.__init__(self, _('Change Branch'))
def __init__(self): Action.__init__(self, _('Commit All In Dir'))
def __init__(self): Action.__init__(self, _("Dismiss"))
def __init__(self): Action.__init__(self, _("Create Task"))
def __init__(self): Action.__init__(self, _("Delete"))
def __init__(self): Action.__init__(self, _("Mark Done"))
def __init__(self): Action.__init__(self, _("Open"))
def __init__(self, retweet_to_all=False): self._retweet_to_all = retweet_to_all name = _("Retweet") if retweet_to_all else _("Retweet To...") Action.__init__(self, name)
def __init__(self): Action.__init__(self, _("Send Private Message..."))
def __init__(self): Action.__init__(self, _("Dequeue"))
def __init__(self, name, method): Action.__init__(self, name) self.method = method
def __init__(self): Action.__init__(self, _('Start Session'))
def __init__(self): Action.__init__(self, _('Insert QuickNote into Zim'))
def __init__(self): Action.__init__(self, _('Create Branch'))
def __init__(self): Action.__init__(self, _('Open'))
def __init__(self): Action.__init__(self, _("Show Information"))
def __init__(self): Action.__init__(self, _('Create Subpage...'))
def __init__(self): Action.__init__(self, name=_("Remove"))
def __init__(self): Action.__init__(self, _('Create Zim Page'))
def __init__(self): Action.__init__(self, _("Google Search"))
def __init__(self): # TRANS: The user starts a program (command) and # TRANS: the text is written on stdin Action.__init__(self, _("Write to Command...")) self.post_result = False
def __init__(self): Action.__init__(self, _("Select in Kupfer"))
def __init__(self): Action.__init__(self, _("Run (Get Output)"))
def __init__(self): Action.__init__(self, _("DuckDuckGo Search"))
def __init__(self): Action.__init__(self, _("Send Message To..."))
def __init__(self): # TRANS: The user starts a program (command) and # TRANS: the text is written on stdin, and we # TRANS: present the output (stdout) to the user. Action.__init__(self, _("Filter through Command...")) self.post_result = True
def __init__(self): # TRANS: The user starts a program (command) and the text # TRANS: is an argument to the command Action.__init__(self, _("Pass to Command..."))
def __init__(self): Action.__init__(self, _("Play"))
def __init__(self): Action.__init__(self, name=_("Connect"))
def __init__(self): self.branch_filter = fil_remove_local Action.__init__(self, _('Push'))
def __init__(self): Action.__init__(self, _("Search With..."))
def __init__(self): Action.__init__(self, _('Commit'))
def __init__(self): Action.__init__(self, _("Search For..."))
def __init__(self): Action.__init__(self, _("Gitk"))
def __init__(self): Action.__init__(self, _("Rescan"))
def __init__(self): Action.__init__(self, _("Show Source Code"))
def __init__(self): Action.__init__(self, _("Copy"))
def __init__(self): Action.__init__(self, name=_("Add Key"))
def __init__(self): Action.__init__(self, _("Define"))
def __init__(self): Action.__init__(self, _("Calculate"))
def __init__(self): Action.__init__(self, name=_("Update Twitter Status"))
def __init__(self): Action.__init__(self, _("Enqueue"))
def __init__(self): Action.__init__(self, _('Edit Contact in Gmail'))
def __init__(self): Action.__init__(self, _("Search in Tracker"))
def __init__(self): Action.__init__(self, _("Run (Discard Result)"))
def __init__(self): Action.__init__(self, _("Move To..."))
def __init__(self): Action.__init__(self, _("Run (Take Result)"))
def __init__(self): Action.__init__(self, _("Copy Content To clipboard"))