Home
last modified time | relevance | path

Searched refs:only_last (Results 1 – 15 of 15) sorted by relevance

/dports/chinese/cless/cless-290/
H A Dforwback.c113 forw(n, pos, force, only_last, nblank) in forw() argument
117 int only_last;
136 do_repaint = (only_last && n > sc_height-1) ||
262 back(n, pos, force, only_last) in back() argument
266 int only_last;
315 forward(n, force, only_last) in forward() argument
318 int only_last;
360 forw(n, pos, force, only_last, 0);
368 backward(n, force, only_last) in backward() argument
371 int only_last;
[all …]
/dports/japanese/less/less-382.262.03.01/
H A Dforwback.c99 forw(n, pos, force, only_last, nblank) in forw() argument
103 int only_last;
122 do_repaint = (only_last && n > sc_height-1) ||
274 back(n, pos, force, only_last) in back() argument
278 int only_last;
327 forward(n, force, only_last) in forward() argument
330 int only_last;
372 forw(n, pos, force, only_last, 0);
380 backward(n, force, only_last) in backward() argument
383 int only_last;
[all …]
/dports/sysutils/44bsd-more/44bsd-more-20000521_1/
H A Dprim.c112 forw(n, pos, only_last) in forw() argument
115 int only_last;
127 do_repaint = (only_last && n > sc_height-1);
214 back(n, pos, only_last) in back() argument
217 int only_last;
261 forward(n, only_last) in forward() argument
263 int only_last;
282 forw(n, pos, only_last);
290 backward(n, only_last) in backward() argument
292 int only_last;
[all …]
/dports/sysutils/less/less-551/
H A Dforwback.c126 forw(n, pos, force, only_last, nblank) in forw() argument
130 int only_last;
148 do_repaint = (only_last && n > sc_height-1) ||
300 back(n, pos, force, only_last) in back() argument
304 int only_last;
362 forward(n, force, only_last) in forward() argument
365 int only_last;
406 forw(n, pos, force, only_last, 0);
414 backward(n, force, only_last) in backward() argument
417 int only_last;
[all …]
H A Dfuncs.h145 public void forw LESSPARAMS ((int n, POSITION pos, int force, int only_last, int nblank));
146 public void back LESSPARAMS ((int n, POSITION pos, int force, int only_last));
147 public void forward LESSPARAMS ((int n, int force, int only_last));
148 public void backward LESSPARAMS ((int n, int force, int only_last));
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/blenderkit/
H A Dtasks_queue.py48 …def __init__(self, command = '', arguments = (), wait = 0, only_last = False, fake_context = False… argument
52 self.only_last = only_last
56 def add_task(task, wait = 0, only_last = False, fake_context = False, fake_context_area = 'VIEW_3D'… argument
58 …taskob = task_object(task[0],task[1], wait = wait, only_last = only_last, fake_context = fake_cont…
72 if task.only_last:
H A Dratings.py127 …_queue.add_task((send_rating_to_thread_quality, (url, ratings, headers)), wait=2.5, only_last=True)
145 …eue.add_task((send_rating_to_thread_work_hours, (url, ratings, headers)), wait=2.5, only_last=True)
163 …_queue.add_task((send_rating_to_thread_quality, (url, ratings, headers)), wait=2.5, only_last=True)
166 …eue.add_task((send_rating_to_thread_work_hours, (url, ratings, headers)), wait=2.5, only_last=True)
420 …sks_queue.add_task((send_rating_to_thread_quality, (url, rtgs, headers)), wait=2.5, only_last=True)
424 …_queue.add_task((send_rating_to_thread_work_hours, (url, rtgs, headers)), wait=2.5, only_last=True)
/dports/vietnamese/vnless/vnless/
H A Dprim.c83 forw(n, pos, force, only_last) in forw() argument
87 int only_last;
100 do_repaint = (only_last && n > sc_height-1);
209 back(n, pos, force, only_last) in back() argument
213 int only_last;
263 forward(n, only_last) in forward() argument
265 int only_last;
286 forw(n, pos, 0, only_last);
294 backward(n, only_last) in backward() argument
296 int only_last;
[all …]
/dports/www/interchange/interchange-5.6.3/dist/standard/config/
H A Dbreadcrumbs.tag17 my $only_last = $::Variable->{BREADCRUMB_ONLY_LAST} || 'ord/basket login';
22 my %only_last;
25 my @only_last = split /[\s,\0]+/, $only_last;
27 @only_last{@only_last} = @only_last;
171 if( $did_one and $only_last{$_->{key}}) {
/dports/textproc/py-parso/parso-0.8.3/test/
H A Dfuzz_diff_parser.py236 def redo(self, grammar, debugger, only_last, print_code): argument
238 if only_last is not None:
239 mods = mods[-only_last:]
274 only_last = arguments['--only-last'] and int(arguments['--only-last'])
278 only_last=only_last,
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/subzero/modification/
H A Dmain.py246 self.apply_non_line_mods(non_line_mods, only_last=True)
255 def apply_non_line_mods(self, mods, only_last=False): argument
258 if (not only_last and not mod.apply_last) or (only_last and mod.apply_last):
/dports/games/endgame-singularity/singularity-1.00/singularity/code/
H A Ddirs.py236 localized_item=True, only_last=False, outer_paths=None): argument
258 if (only_last):
/dports/devel/py-cfn-lint/cfn-lint-0.54.2/src/cfnlint/
H A Dtemplate.py902 …(self, text, path, include_resource_conditions=True, include_if_in_function=True, only_last=False): argument
914 results = self._get_conditions_from_path(text, path, include_if_in_function, only_last)
926 def _get_conditions_from_path(self, text, path, include_if_in_function=True, only_last=False): argument
959 if path[0] == 'Fn::If' and ((len(path) == 1 and only_last) or not only_last):
971 text[path[0]], path[1:], include_if_in_function, only_last)
/dports/games/endgame-singularity/singularity-1.00/singularity/i18n/utils/
H A Dlanguages.py241 … pofile = dirs.get_readable_i18n_files("messages.po", code, localized_item=False, only_last=True)
/dports/audio/cmus/cmus-2.9.1/
H A Dcommand_mode.c240 static int do_parse_flags(const char **strp, const char *flags, int only_last) in do_parse_flags() argument
248 while (*str && (only_last || !flag)) { in do_parse_flags()