Home
last modified time | relevance | path

Searched refs:start_mode (Results 1 – 25 of 345) sorted by relevance

12345678910>>...14

/dports/www/p5-CGI-Application-Plugin-Authorization/CGI-Application-Plugin-Authorization-0.07/t/
H A D05_authz_runmodes.t83 $app->start_mode( 'test_string' );
93 $app->start_mode( 'test_string' );
108 $app->start_mode( 'test_regexp' );
118 $app->start_mode( 'test_regexp' );
133 $app->start_mode( 'test_coderef' );
158 $app->start_mode( 'test_all' );
167 $app->start_mode( 'test_all' );
181 $app->start_mode( 'test_string' );
191 $app->start_mode( 'test_string' );
206 $app->start_mode( 'test_string' );
[all …]
H A D04_forbidden.t19 $self->start_mode('one');
51 $self->start_mode('one');
87 $self->start_mode('one');
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/windows/
H A Dwin_service.ps123 $start_mode = Get-AnsibleParam -obj $params -name 'start_mode' -type 'str' -validateset 'auto','man… variable
95 $result.start_mode = $actual_start_mode in Get-ServiceInfo()
147 Function Set-ServiceStartMode($svc, $start_mode) { in Set-ServiceStartMode() argument
148 if ($result.start_mode -ne $start_mode) { in Set-ServiceStartMode()
152 if ($start_mode -eq 'auto' -and $result.start_mode -eq 'delayed') { in Set-ServiceStartMode() variable
155 } elseif ($start_mode -eq 'delayed' -and $result.start_mode -eq 'auto') { in Set-ServiceStartMode() variable
158 } elseif ($start_mode -eq 'delayed') { in Set-ServiceStartMode() variable
163 $svc | Set-Service -StartupType $start_mode -WhatIf:$check_mode in Set-ServiceStartMode()
381 if ($null -ne $start_mode) { in Set-ServiceConfiguration()
382 Set-ServiceStartMode -svc $svc -start_mode $start_mode in Set-ServiceConfiguration()
[all …]
/dports/emulators/mess/mame-mame0226/src/devices/cpu/h8/
H A Dh8_adc.cpp110 save_item(NAME(start_mode)); in device_start()
130 start_mode = IDLE; in device_reset()
195 mode = start_mode; in start_conversion()
296 start_mode = ACTIVE | ROTATE; in mode_update()
300 start_mode = ACTIVE; in mode_update()
327 start_mode = ACTIVE | ROTATE; in mode_update()
331 start_mode = ACTIVE; in mode_update()
358 start_mode = ACTIVE | ROTATE; in mode_update()
362 start_mode = ACTIVE; in mode_update()
399 start_mode = ACTIVE; in mode_update()
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/cpu/h8/
H A Dh8_adc.cpp110 save_item(NAME(start_mode)); in device_start()
130 start_mode = IDLE; in device_reset()
195 mode = start_mode; in start_conversion()
296 start_mode = ACTIVE | ROTATE; in mode_update()
300 start_mode = ACTIVE; in mode_update()
327 start_mode = ACTIVE | ROTATE; in mode_update()
331 start_mode = ACTIVE; in mode_update()
358 start_mode = ACTIVE | ROTATE; in mode_update()
362 start_mode = ACTIVE; in mode_update()
399 start_mode = ACTIVE; in mode_update()
[all …]
/dports/www/p5-HTML-Template-Pluggable/HTML-Template-Pluggable-0.17/t/
H A Ddot_can.t22 $t->start_mode('foo');
32 sub run { my $self = shift; my $m = $self->{start_mode}; $self->$m(); }
33 sub start_mode { my $self = shift; $self->{start_mode} = shift if @_; $self->{start_mode} }
39 Start Mode: <tmpl_var c.start_mode>
/dports/science/afni/afni-AFNI_21.3.16/src/ptaylor/supplement/
H A Dlib_msar.py94 if start_mode == 'SPACE':
95 tmode = start_mode
98 elif (start_mode == 'CODE') or (start_mode == 'SHEBANG') :
101 tmode = start_mode
114 tmode = start_mode
125 elif start_mode == 'TITLE' :
126 tmode = start_mode
137 elif (start_mode == 'TEXTBLOCK') or (start_mode == 'TEXTINTRO') :
139 tmode = start_mode
156 tmode = start_mode
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/python_scripts/afnipy/
H A Dlib_msar.py121 if start_mode == 'SPACE':
122 tmode = start_mode
125 elif (start_mode == 'CODE') or (start_mode == 'SHEBANG') :
128 tmode = start_mode
140 elif start_mode == 'SECTION' or start_mode == 'SUBSECTION' :
141 tmode = start_mode
153 tmode = start_mode
164 elif (start_mode == 'TEXTBLOCK') or (start_mode == 'TEXTINTRO') :
166 tmode = start_mode
185 tmode = start_mode
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/win_service/tasks/
H A Dtests.yml105 start_mode: disabled
118 start_mode: manual
131 start_mode: manual
144 start_mode: delayed
157 start_mode: delayed
170 start_mode: auto
183 start_mode: auto
196 start_mode: delayed
209 start_mode: delayed
270 start_mode: disabled
[all …]
/dports/biology/canu/canu-2.2/src/pipelines/canu/
H A DGrid_SGE.pm292 my %start_mode;
301 $start_mode{$q} = "na";
306 $start_mode{$q} = $1 if (m/shell_start_mode\s+(\S+)/);
314 foreach my $q (keys %start_mode) {
315 if (($start_mode{$q} ne "unix_behavior") &&
/dports/www/phalcon/cphalcon-3.4.5/ext/phalcon/annotations/
H A Dbase.c145 int start_mode = 1, j, i, open_parentheses; in phannot_remove_comment_separators() local
154 if (start_mode) { in phannot_remove_comment_separators()
158 start_mode = 0; in phannot_remove_comment_separators()
171 if (start_mode) { in phannot_remove_comment_separators()
175 start_mode = 0; in phannot_remove_comment_separators()
203 start_mode = 1; in phannot_remove_comment_separators()
221 start_mode = 1; in phannot_remove_comment_separators()
/dports/www/phalcon4/cphalcon-4.1.1/ext/phalcon/annotations/
H A Dbase.c135 int start_mode = 1, j, i, open_parentheses; in phannot_remove_comment_separators() local
144 if (start_mode) { in phannot_remove_comment_separators()
148 start_mode = 0; in phannot_remove_comment_separators()
161 if (start_mode) { in phannot_remove_comment_separators()
165 start_mode = 0; in phannot_remove_comment_separators()
193 start_mode = 1; in phannot_remove_comment_separators()
211 start_mode = 1; in phannot_remove_comment_separators()
/dports/www/p5-CGI-Application-Plugin-HtmlTidy/CGI-Application-Plugin-HtmlTidy-1.05/t/
H A D05headertype.t18 $app->start_mode('non_html');
29 $app->start_mode('header_redirect');
40 $app->start_mode('header_none');
/dports/science/qmcpack/qmcpack-3.11.0/nexus/tests/unit/test_rmg_input_files/
H A DatomO_polarized_input35 start_mode="LCAO Start"
36 #start_mode="Random Start"
37 #start_mode="Restart From File"
H A DAlN32_input30 start_mode="LCAO Start"
31 #start_mode="Random Start"
32 #start_mode="Restart From File"
H A Dgraphite_stress_input47 start_mode="LCAO Start"
48 #start_mode="Random Start"
49 #start_mode="Restart From File"
H A DDiamond2_input52 start_mode="LCAO Start"
53 start_mode="Restart From File"
54 #start_mode="Random Start"
H A DPt_bulk_spinorbit_input60 start_mode="LCAO Start"
61 #start_mode="Random Start"
62 #start_mode="Restart From File"
H A DPt_bulk_spinorbit_input_band61 start_mode="LCAO Start"
62 #start_mode="Random Start"
63 #start_mode="Restart From File"
H A DU_bulk_spinorbit_RMG_input49 start_mode="LCAO Start"
50 #start_mode="Random Start"
51 #start_mode="Restart From File"
/dports/ftp/urlgfe/urlgfe-0.7.1/src/
H A Ddownload_setting.c17 dd->start_mode = DOWNLOAD_START_AUTO; in download_setting_init()
57 download_setting_set_start_mode (dd, src->start_mode); in download_setting_assign()
72 dd->start_mode = mode; in download_setting_set_start_mode()
108 setting->start_mode, in download_setting_write_xml()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/ansible/windows/tests/integration/targets/win_service/tasks/
H A Dtests.yml80 start_mode: disabled
93 start_mode: manual
106 start_mode: manual
119 start_mode: delayed
132 start_mode: delayed
145 start_mode: auto
158 start_mode: auto
171 start_mode: delayed
184 start_mode: delayed
245 start_mode: disabled
[all …]
/dports/www/p5-CGI-Ex/CGI-Ex-2.50/samples/devel/
H A Dmemory_app.pl45 $self->start_mode('main');
107 $self->start_mode('main');
140 $self->start_mode('main');
173 $self->start_mode('main');
227 $self->start_mode('main');
/dports/games/frogatto/frogatto-1.3.1/modules/frogatto/data/object_prototypes/
H A Dwalking_npc.cfg21 name: "start_mode",
43 set('start_mode','walk'),
48 set('start_mode','walk'),
65 set(self.vars.start_mode, 'walk')
70 regular_behavior: "def() if(start_mode = 'stand', stand(), walk())",
118 on_reach_target: "[[set(self.vars.start_mode, 'stand'),stand()], set(self.vars.target,null)
/dports/science/octopus/octopus-10.5/src/sternheimer/
H A Dphonons_lr.F9085 integer :: natoms, ndim, iatom, idir, jatom, jdir, imat, jmat, iunit_restart, ierr, start_mode local
226 start_mode = 1
228 call phonons_load(restart_load, vib, start_mode)
232 if(start_mode == 1) call restart_rm(restart_dump, 'restart')
234 do imat = 1, start_mode - 1
238 do imat = start_mode, vib%num_modes
547 subroutine phonons_load(restart, vib, start_mode) argument
550 integer, intent(out) :: start_mode local
577 start_mode = imode + 1
587 start_mode - 1, ' modes out of ', vib%num_modes
[all …]

12345678910>>...14