Home
last modified time | relevance | path

Searched refs:new_only (Results 1 – 25 of 64) sorted by relevance

123

/dports/games/py-mnemosyne/Mnemosyne-2.7.3/mnemosyne/libmnemosyne/schedulers/
H A Dcramming.py25 def reset(self, new_only=False): argument
29 SM2Mnemosyne.reset(self, new_only)
35 max_ret_reps = 1 if self.new_only else -1 # TODO: make configurable
36 if self.new_only and db.recently_memorised_count(max_ret_reps) == 0:
H A DSM2_mnemosyne.py63 def reset(self, new_only=False): argument
90 self.new_only = new_only
91 if self.new_only == False:
278 if self.new_only == False:
292 if self.new_only == False:
310 if self.new_only == False:
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/windows/tests/integration/targets/win_rabbitmq_plugin/tasks/
H A Dtests.yml59 - name: Enable new plugin when 'new_only' option is 'no' (by default) and there are installed plugi…
66 - name: Check that 'new_only == no' option enables new plugin and disables the old one
73 - name: Enable new plugin when 'new_only' option is 'yes' and there are installed plugins
77 new_only: yes
81 - name: Check that 'new_only == yes' option just enables new plugin
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/win_rabbitmq_plugin/tasks/
H A Dtests.yml59 - name: Enable new plugin when 'new_only' option is 'no' (by default) and there are installed plugi…
66 - name: Check that 'new_only == no' option enables new plugin and disables the old one
73 - name: Enable new plugin when 'new_only' option is 'yes' and there are installed plugins
77 new_only: yes
81 - name: Check that 'new_only == yes' option just enables new plugin
/dports/print/texlive-base/texlive-20150521-source/utils/m-tx/mtx-0.60d/
H A Danalyze.pas170 new_only: string;
171 begin new_only:='';
173 then begin new_only:=P[i]; P[i]:='%'; end;
174 if new_only<>'' then setOnly(new_only)
H A Danalyze.c296 Char new_only[256]; local
299 *new_only = '\0';
303 strcpy(new_only, P[i]);
307 if (*new_only != '\0') {
308 setOnly(new_only);
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/rabbitmq/tests/integration/targets/rabbitmq_plugin/tasks/
H A Dtests.yml9 new_only: True
29 new_only: True
72 new_only: True
93 new_only: True
/dports/games/py-mnemosyne/Mnemosyne-2.7.3/mnemosyne/libmnemosyne/review_controllers/
H A DSM2_controller.py43 def reset(self, new_only=False): argument
51 self.new_only = new_only
52 self.scheduler().reset(new_only=new_only)
71 sch.reset(self.new_only)
H A DSM2_controller_cramming.py38 max_ret_reps = 1 if self.new_only else -1
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/messaging/rabbitmq/
H A Drabbitmq_plugin.py135 new_only=dict(default='no', type='bool'),
146 new_only = module.params['new_only']
155 if not new_only:
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/rabbitmq/plugins/modules/
H A Drabbitmq_plugin.py141 new_only=dict(default='no', type='bool'),
153 new_only = module.params['new_only']
162 if not new_only:
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/support/integration/plugins/modules/
H A Drabbitmq_plugin.py135 new_only=dict(default='no', type='bool'),
146 new_only = module.params['new_only']
155 if not new_only:
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/support/integration/plugins/modules/
H A Drabbitmq_plugin.py135 new_only=dict(default='no', type='bool'),
146 new_only = module.params['new_only']
155 if not new_only:
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/rabbitmq_plugin/tasks/
H A Dtests.yml9 new_only: True
29 new_only: True
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/windows/
H A Dwin_rabbitmq_plugin.ps186 $new_only = Get-AnsibleParam -obj $params -name "new_only" -type "bool" -default $false variable
130 if (-not $new_only) { variable
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/windows/plugins/modules/
H A Dwin_rabbitmq_plugin.ps186 $new_only = Get-AnsibleParam -obj $params -name "new_only" -type "bool" -default $false variable
130 if (-not $new_only) { variable
/dports/www/castget/castget-2.0.1/src/
H A Dcastget.c70 static gboolean new_only = FALSE; variable
102 … {"new-only", 'n', 0, G_OPTION_ARG_NONE, &new_only, "only process new channels"}, in main()
146 if (verbose && new_only) in main()
385 if (new_only && access(channel_file, F_OK) == 0) { in _process_channel()
/dports/sysutils/multitail/multitail-6.5.0/
H A Dcmdline.c438 void add_glob_check(const char *check_glob, int check_interval, char merge, char new_only, const ch… in add_glob_check() argument
445 cdg[n_cdg].new_only = new_only; in add_glob_check()
490 time_field_t new_only = 0; in do_commandline() local
1112 new_only = TT_ATIME; in do_commandline()
1114 new_only = TT_MTIME; in do_commandline()
1116 new_only = TT_CTIME; in do_commandline()
1138 add_glob_check(check_glob, check_interval, merge, new_only, default_color_scheme); in do_commandline()
/dports/games/py-mnemosyne/Mnemosyne-2.7.3/mnemosyne/libmnemosyne/study_modes/
H A Dnew_only.py23 self.review_controller().reset(new_only=True)
H A Dscheduled_forgotten_new.py23 self.review_controller().reset(new_only=False)
H A Dcram_all.py22 self.review_controller().reset(new_only=False)
H A Dcram_recent.py22 self.review_controller().reset(new_only=True)
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/afs/
H A Dvlclient.c21 bool new_only = false; in afs_deliver_vl_get_entry_by_name_u() local
51 new_only = true; in afs_deliver_vl_get_entry_by_name_u()
63 (new_only && !(tmp & AFS_VLSF_NEWREPSITE))) in afs_deliver_vl_get_entry_by_name_u()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/afs/
H A Dvlclient.c21 bool new_only = false; in afs_deliver_vl_get_entry_by_name_u() local
51 new_only = true; in afs_deliver_vl_get_entry_by_name_u()
63 (new_only && !(tmp & AFS_VLSF_NEWREPSITE))) in afs_deliver_vl_get_entry_by_name_u()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/afs/
H A Dvlclient.c21 bool new_only = false; in afs_deliver_vl_get_entry_by_name_u() local
51 new_only = true; in afs_deliver_vl_get_entry_by_name_u()
63 (new_only && !(tmp & AFS_VLSF_NEWREPSITE))) in afs_deliver_vl_get_entry_by_name_u()

123