Home
last modified time | relevance | path

Searched refs:end_h (Results 1 – 25 of 74) sorted by relevance

123

/dports/deskutils/phpicalendar/phpicalendar-2.4/functions/
H A Ddraw_functions.php5 $sta_h = $sta_min = $end_h = $end_min = "00";
18 $end_h = $time[1];
23 $end_h = sprintf("%02d", ($end_h + 1));
27 if ((!$long_event) && (($sta_h . $sta_min) == ($end_h . $end_min))) {
30 $end_h = sprintf("%02d", ($end_h + 1));
34 $draw_len = ($end_h * 60 + $end_min) - ($sta_h * 60 + $sta_min);
36 …return array ("draw_start" => ($sta_h . $sta_min), "draw_end" => ($end_h . $end_min), "draw_length…
/dports/textproc/p5-DocSet/DocSet-0.19/lib/DocSet/Source/
H A DHTML.pm99 sub end_h { subroutine
112 end_h => [\&end_h, "self, tagname"],
171 my $end_h = sub {
184 end_h => [$end_h, "self, tagname, skipped_text"],
/dports/graphics/rawstudio/rawstudio-2.0/plugins/load-rawspeed/rawspeed/
H A DCr2Decoder.h44 void interpolate_420(int w, int h, int start_h , int end_h);
45 void interpolate_422(int w, int h, int start_h , int end_h);
46 void interpolate_422_old(int w, int h, int start_h , int end_h);
H A DCr2Decoder.cpp209 void Cr2Decoder::interpolate_422(int w, int h, int start_h , int end_h) { in interpolate_422() argument
216 for (int y = start_h; y < end_h; y++) { in interpolate_422()
250 void Cr2Decoder::interpolate_420(int w, int h, int start_h , int end_h) { in interpolate_420() argument
256 if (end_h == h) { in interpolate_420()
257 end_h--; in interpolate_420()
271 for (int y = start_h; y < end_h; y++) { in interpolate_420()
326 c_line = (ushort16*)mRaw->getData(0, end_h * 2); in interpolate_420()
327 n_line = (ushort16*)mRaw->getData(0, end_h * 2 + 1); in interpolate_420()
365 void Cr2Decoder::interpolate_422_old(int w, int h, int start_h , int end_h) { in interpolate_422_old() argument
372 for (int y = start_h; y < end_h; y++) { in interpolate_422_old()
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/comm/action/
H A Dperuser.php133 if ($end_h < 1 || $end_h > 24) {
134 $end_h = 18; variable
136 if ($end_h <= $begin_h) {
137 $end_h = $begin_h + 1; variable
313 if ($end_h != '') {
314 $param .= '&end_h='.urlencode($end_h);
477 if ($end_h !== '') {
478 $newparam .= '&end_h='.urlencode($end_h);
865 for ($h = $begin_h; $h < $end_h; $h++) {
1116 global $begin_h, $end_h;
[all …]
H A Dpertype.php129 $end_h = GETPOST('end_h', 'int') ?GETPOST('end_h', 'int') : ($tmparray[1] != '' ? $tmparray[1] : … variable
133 if ($end_h < 1 || $end_h > 24) {
134 $end_h = 18; variable
136 if ($end_h <= $begin_h) {
137 $end_h = $begin_h + 1; variable
307 if ($end_h != '') {
308 $param .= '&end_h='.urlencode($end_h);
954 global $begin_h, $end_h;
1036 for ($h = $begin_h; $h < $end_h; $h++) {
1157 for ($h = $begin_h; $h < $end_h; $h++) {
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/comm/action/
H A Dperuser.php114 $end_h = GETPOST('end_h', 'int') ? GETPOST('end_h', 'int') : ($tmparray[1] != '' ? $tmparray[1] :… variable
116 if ($end_h < 1 || $end_h > 24) $end_h = 18; variable
117 if ($end_h <= $begin_h) $end_h = $begin_h + 1; variable
246 if ($end_h != '') $param .= '&end_h='.urlencode($end_h);
409 if ($end_h !== '') $newparam .= '&end_h='.urlencode($end_h);
692 print '<input type="number" class="short" name="end_h" value="'.$end_h.'" min="1" max="24">';
718 echo '<td align="center" colspan="'.($end_h - $begin_h).'">';
738 for ($h = $begin_h; $h < $end_h; $h++)
988 global $begin_h, $end_h;
1095 for ($h = $begin_h; $h < $end_h; $h++)
[all …]
H A Dpertype.php114 $end_h = GETPOST('end_h', 'int') ?GETPOST('end_h', 'int') : ($tmparray[1] != '' ? $tmparray[1] : … variable
116 if ($end_h < 1 || $end_h > 24) $end_h = 18; variable
117 if ($end_h <= $begin_h) $end_h = $begin_h + 1; variable
246 if ($end_h != '') $param .= '&end_h='.urlencode($end_h);
847 global $begin_h, $end_h;
928 for ($h = $begin_h; $h < $end_h; $h++)
1055 for ($h = $begin_h; $h < $end_h; $h++)
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/sound/
H A Dsegapcm.c123 spcm.end_h[i] = 0; in SEGAPCMInit()
168 spcm.end_h[i] = 0; in SEGAPCMResetChip()
215 end_addr = ((((unsigned int)spcm.end_h[i]<<8)&0xff00) + 0x00ff); in SEGAPCMUpdate()
216 if(spcm.end_h[i] < spcm.addr_h[i]) end_addr+=0x10000; in SEGAPCMUpdate()
319 spcm.end_h[channel]= v; in WRITE_HANDLER()
H A Dsegapcm.h34 unsigned char end_h[SEGAPCM_MAX]; member
/dports/net/ipsumdump/ipsumdump-1.86/src/
H A Dfromnlanrdump.cc61 HandlerCall end_h; in configure() local
79 .read("END_CALL", HandlerCallArg(HandlerCall::writable), end_h) in configure()
117 if (stop && end_h) in configure()
119 else if (end_h) in configure()
120 _end_h = new HandlerCall(end_h); in configure()
H A Dfromdagdump.cc61 HandlerCall end_h; in configure() local
77 .read("END_CALL", HandlerCallArg(HandlerCall::writable), end_h) in configure()
115 if (stop && end_h) in configure()
117 else if (end_h) in configure()
118 _end_h = new HandlerCall(end_h); in configure()
H A Dfromdump.cc83 HandlerCall end_h; in configure() local
104 .read("END_CALL", HandlerCallArg(HandlerCall::writable), end_h) in configure()
143 if (stop && end_h) in configure()
145 else if (end_h) in configure()
146 _end_h = new HandlerCall(end_h); in configure()
/dports/devel/godot2/godot-2.1.6-stable/editor/io_plugins/
H A Deditor_atlas.cpp122 int end_h = new_y + piece_h; in fit() local
129 if (end_h > max_h) in fit()
130 max_h = end_h; in fit()
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/io_plugins/
H A Deditor_atlas.cpp122 int end_h = new_y + piece_h; in fit() local
129 if (end_h > max_h) in fit()
130 max_h = end_h; in fit()
/dports/www/p5-WWW-TinySong/WWW-TinySong-1.01/lib/WWW/
H A DTinySong.pm348 my $end_h = sub {
363 end_h => [$end_h, 'tagname'],
/dports/multimedia/musikcube/musikcube-0.96.7/script/
H A Dbuild-win.bat27 for /f %options% %%a in ("%end%") do set end_h=%%a&set /a end_m=100%%b %% 100&set /a end_s=100%%c %… variable
28 set /a hours=%end_h%-%start_h%
/dports/www/p5-HTML-Parser/HTML-Parser-3.76/eg/
H A Dhlc14 end_h => [sub { print lc shift }, "text"],
H A Dhdisable23 end_h => [$tag_h, 'tagname, text'],
/dports/astro/kstars/kstars-3.5.6/kstars/
H A Dksalmanac.cpp101 int const start_h = -1200, end_h = +1200; in findDawnDusk() local
109 for (int h = start_h + h_inc; h <= end_h; h += h_inc) in findDawnDusk()
/dports/www/p5-HTML-StripScripts-Parser/HTML-StripScripts-Parser-1.03/
H A DParser.pm81 end_h => [ 'input_end', 'self,text' ],
/dports/textproc/groff/groff-1.22.4/src/devices/grodvi/
H A Ddvi.cpp121 int end_h; member in dvi_printer
367 if (env->hpos != end_h && distance != 0) { in set_char()
384 end_h = env->hpos + w; in set_char()
508 end_h = 0; in begin_page()
575 end_h = 0; in moveto()
/dports/japanese/groff/groff-1.18.1.1/src/devices/grodvi/
H A Ddvi.cc122 int end_h; member in dvi_printer
387 if (env->hpos != end_h && distance != 0) {
404 end_h = env->hpos + w;
536 end_h = 0;
587 end_h = 0;
/dports/science/py-spaghetti/spaghetti-1.6.4/spaghetti/
H A Dutil.py624 start_h, end_h, start_v, end_v = 0, len(space_h), 0, len(space_v)
639 end_h -= 1
645 for plus_h in range(start_h, end_h):
/dports/devel/godot2-tools/godot-2.1.6-stable/core/math/
H A Dgeometry.cpp1045 int end_h = from_y + wrects[j].s.height; in make_atlas() local
1048 limit_h = end_h; in make_atlas()
1052 hmax[ofs + k] = end_h; in make_atlas()
1055 if (end_h > max_h) in make_atlas()
1056 max_h = end_h; in make_atlas()
1061 if (ofs == 0 || end_h > limit_h) //while h limit not reched, keep stacking in make_atlas()

123