コード例 #1
0
ファイル: sdusrcon.py プロジェクト: ncarenton/synda
 def help_delete(self):
     print sdi18n.m0006('delete <file>','Delete file from local repository',example=sdi18n.m0007)
コード例 #2
0
ファイル: sdusrcon.py プロジェクト: ncarenton/synda
 def help_run(self):
     print sdi18n.m0006('run','Print running transfers.')
コード例 #3
0
ファイル: sdusrcon.py プロジェクト: ncarenton/synda
 def help_status(self):
     print sdi18n.m0006('status [ project ]','Print download status.')
コード例 #4
0
ファイル: sdadmcon.py プロジェクト: Prodiguer/synda
 def help_retry(self):
     print sdi18n.m0006('retry [ all | file ]','Retry failed transfer(s)',example=sdi18n.m0010)
コード例 #5
0
ファイル: sdusrcon.py プロジェクト: ncarenton/synda
 def help_daemon(self):
     print sdi18n.m0006('daemon <action>','Start/stop daemon',example=sdi18n.m0012)
コード例 #6
0
ファイル: sdusrcon.py プロジェクト: ncarenton/synda
 def help_admin(self):
     print sdi18n.m0006('admin',"Switch to 'admin' mode")
コード例 #7
0
ファイル: sdadmcon.py プロジェクト: Prodiguer/synda
 def help_history(self):
     print sdi18n.m0006('history ','Show local repository changelog.')
コード例 #8
0
 def help_delete(self):
     print sdi18n.m0006('delete <file>',
                        'Delete file from local repository',
                        example=sdi18n.m0007)
コード例 #9
0
 def help_quit(self):
     print sdi18n.m0006('quit', 'Leave Synda console.')
コード例 #10
0
 def help_status(self):
     print sdi18n.m0006('status [ project ]', 'Print download status.')
コード例 #11
0
 def help_add(self):
     print sdi18n.m0006('add <file>',
                        'Add files in download queue.',
                        example=sdi18n.m0008,
                        note=sdi18n.m0009)
コード例 #12
0
 def help_config(self):
     print sdi18n.m0006('config [ name ]', 'Print configuration parameter.')
コード例 #13
0
 def help_run(self):
     print sdi18n.m0006('run', 'Print running transfers.')
コード例 #14
0
 def help_version(self):
     print sdi18n.m0006('version', 'Print Synda version')
コード例 #15
0
ファイル: sdusrcon.py プロジェクト: ncarenton/synda
 def help_unset(self):
     print sdi18n.m0006('unset name','Unset session parameter.')
コード例 #16
0
 def help_unset(self):
     print sdi18n.m0006('unset name', 'Unset session parameter.')
コード例 #17
0
ファイル: sdusrcon.py プロジェクト: ncarenton/synda
 def help_param(self):
     print sdi18n.m0006('param [ facet_name | pattern ] [ pattern ]','List ESGF facets',example=sdi18n.m0004('param'))
コード例 #18
0
 def help_set(self):
     print sdi18n.m0006(
         'set [ name? | name=value | all | option | facet | default ]',
         'Set session parameter.',
         example=sdi18n.m0011)
コード例 #19
0
ファイル: sdadmcon.py プロジェクト: Prodiguer/synda
 def help_cleanup(self):
     print sdi18n.m0006('cleanup','Cleanup data tree (remove empty folder).')
コード例 #20
0
 def help_param(self):
     print sdi18n.m0006('param [ facet_name | pattern ] [ pattern ]',
                        'List ESGF facets',
                        example=sdi18n.m0004('param'))
コード例 #21
0
ファイル: sdadmcon.py プロジェクト: Prodiguer/synda
 def help_priority(self):
     print sdi18n.m0006('priority','Set transfers priority')
コード例 #22
0
 def help_search(self):
     print sdi18n.m0006('search [FILTER]... [ limit ]',
                        'Search file(s)',
                        example=sdcliex.search('search'),
                        note=sdi18n.m0005)
コード例 #23
0
 def help_daemon(self):
     print sdi18n.m0006('daemon <action>',
                        'Start/stop daemon',
                        example=sdi18n.m0012)
コード例 #24
0
 def help_admin(self):
     print sdi18n.m0006('admin', "Switch to 'admin' mode")
コード例 #25
0
ファイル: sdusrcon.py プロジェクト: ncarenton/synda
 def help_version(self):
     print sdi18n.m0006('version','Print Synda version')
コード例 #26
0
 def help_selection(self):
     print sdi18n.m0006('selection <action>',
                        'Manage selections.',
                        example=sdi18n.m0014)
コード例 #27
0
ファイル: sdusrcon.py プロジェクト: ncarenton/synda
 def help_config(self):
     print sdi18n.m0006('config [ name ]','Print configuration parameter.')
コード例 #28
0
 def help_cleanup(self):
     print sdi18n.m0006('cleanup',
                        'Cleanup data tree (remove empty folder).')
コード例 #29
0
ファイル: sdusrcon.py プロジェクト: ncarenton/synda
 def help_add(self):
     print sdi18n.m0006('add <file>','Add files in download queue.',example=sdi18n.m0008,note=sdi18n.m0009)
コード例 #30
0
 def help_select(self):
     print sdi18n.m0006('', '')
コード例 #31
0
ファイル: sdusrcon.py プロジェクト: ncarenton/synda
 def help_quit(self):
     print sdi18n.m0006('quit','Leave Synda console.')
コード例 #32
0
 def help_history(self):
     print sdi18n.m0006('history ', 'Show local repository changelog.')
コード例 #33
0
ファイル: sdusrcon.py プロジェクト: ncarenton/synda
 def help_set(self):
     print sdi18n.m0006('set [ name? | name=value | all | option | facet | default ]','Set session parameter.',example=sdi18n.m0011)
コード例 #34
0
 def help_benchmark(self):
     print sdi18n.m0006('benchmark', 'Bench ESGF indexes')
コード例 #35
0
ファイル: sdusrcon.py プロジェクト: ncarenton/synda
 def help_search(self):
     print sdi18n.m0006('search [FILTER]... [ limit ]','Search file(s)',example=sdi18n.m0002('search'),note=sdi18n.m0005)
コード例 #36
0
 def help_priority(self):
     print sdi18n.m0006('priority', 'Set transfers priority')
コード例 #37
0
ファイル: sdadmcon.py プロジェクト: Prodiguer/synda
 def help_selection(self):
     print sdi18n.m0006('selection <action>','Manage selections.',example=sdi18n.m0014)
コード例 #38
0
 def help_sample(self):
     print sdi18n.m0006('sample sample_type [ project ]',
                        'Print samples',
                        example=sdi18n.m0013)
コード例 #39
0
ファイル: sdadmcon.py プロジェクト: Prodiguer/synda
 def help_select(self):
     print sdi18n.m0006('','')
コード例 #40
0
 def help_retry(self):
     print sdi18n.m0006('retry [ all | file ]',
                        'Retry failed transfer(s)',
                        example=sdi18n.m0010)
コード例 #41
0
ファイル: sdadmcon.py プロジェクト: Prodiguer/synda
 def help_benchmark(self):
     print sdi18n.m0006('benchmark','Bench ESGF indexes')
コード例 #42
0
 def help_rdf(self):
     print sdi18n.m0006('rdf', 'Reset Dataset Flag')
コード例 #43
0
ファイル: sdadmcon.py プロジェクト: Prodiguer/synda
 def help_sample(self):
     print sdi18n.m0006('sample sample_type [ project ]','Print samples',example=sdi18n.m0013)
コード例 #44
0
ファイル: sdusrcon.py プロジェクト: ncarenton/synda
 def help_unlock(self):
     print sdi18n.m0006('','')
コード例 #45
0
ファイル: sdadmcon.py プロジェクト: Prodiguer/synda
 def help_rdf(self):
     print sdi18n.m0006('rdf','Reset Dataset Flag')
コード例 #46
0
 def help_unlock(self):
     print sdi18n.m0006('', '')