Home
last modified time | relevance | path

Searched refs:dwd (Results 1 – 25 of 273) sorted by relevance

1234567891011

/dports/finance/beancount/beancount-2.3.3/beancount/utils/
H A Ddefdict_test.py27 self.assertEqual(init_value, dwd)
29 self.assertEqual(1, dwd['a'])
30 self.assertEqual(2, dwd['b'])
31 self.assertEqual(1, dwd.get('a'))
32 self.assertEqual(2, dwd.get('b'))
34 self.assertEqual(100, dwd['c'])
35 self.assertEqual(100, dwd.get('c'))
36 self.assertEqual(init_value, dwd)
39 dwd['c'] = 17
43 pick = pickle.dumps(dwd)
[all …]
/dports/science/eccodes/eccodes-2.23.0-Source/definitions/grib2/tables/local/edzw/1/
H A DgeneratingProcessIdentifier.table4 004 dwd dwd (reserved ICON DWD)
5 005 dwd dwd (reserved ICON DWD)
6 006 dwd dwd (reserved ICON DWD)
7 007 dwd dwd (reserved ICON DWD)
8 008 dwd dwd (reserved ICON DWD)
9 009 dwd dwd (reserved ICON DWD)
10 010 dwd dwd (reserved ICON DWD)
14 014 dwd dwd (reserved ICON DWD)
15 015 dwd dwd (reserved ICON DWD)
16 016 dwd dwd (reserved ICON DWD)
[all …]
/dports/games/xboing/xboing/levels/
H A Dlevel37.data3 tt+dwd+tt
5 yy+dwd+yy
6 yy+dwd+yy
7 pp+dwd+pp
8 pp+dwd+pp
9 gg+dwd+gg
10 gg+dwd+gg
11 bb+dwd+bb
13 rr+dwd+rr
14 rr+dwd+rr
/dports/games/tomenet/tomenet-4.6.0/lib/scpt/
H A Dcustom.lua16 function server_startup(timestamp, h, m, s, dwd, dd, dm, dy)
17 …lua_s_print(timestamp.."_SERVERSTARTUP_"..h..":"..m..":"..s.."-"..dy.."/"..dm.."/"..dd.."("..dwd..…
21 cur_weekday = dwd
35 function server_startup_post(timestamp, h, m, s, dwd, dd, dm, dy)
36 …nt(timestamp.."_SERVERSTARTUPPOST_"..h..":"..m..":"..s.."-"..dy.."/"..dm.."/"..dd.."("..dwd..")\n")
40 function playloop_startup(timestamp, h, m, s, dwd, dd, dm, dy)
41 …lua_s_print(timestamp.."_PLAYLOOPSTARTUP_"..h..":"..m..":"..s.."-"..dy.."/"..dm.."/"..dd.."("..dwd
134 function cron_24h(timestamp, h, m, s, dwd, dd, dm, dy)
135 lua_s_print(timestamp.."_CRON24H_"..h..":"..m..":"..s.."-"..dy.."/"..dm.."/"..dd.."("..dwd..")\n")
153 cur_weekday = dwd
/dports/emulators/simh/simh-3.9.0_5/SDS/
H A Dsds_drm.c193 uint32 dpc, dwd; in drm_svc() local
198 dwd = M[dpc & PAMASK]; /* get drum inst */ in drm_svc()
201 drm_rw = DRM_GETRW (dwd); /* set op */ in drm_svc()
202 drm_ca = dwd & PAMASK; /* set core addr */ in drm_svc()
216 switch (DRM_GETOP (dwd)) { in drm_svc()
224 drm_wc = dwd & DRM_WCMASK; /* save wc */ in drm_svc()
229 M[DRM_PC] = dwd & PAMASK; /* new drum PC */ in drm_svc()
252 dwd = M[drm_ca]; /* get mem word */ in drm_svc()
259 M[drm_ca] = dwd; /* write to mem */ in drm_svc()
266 drm_par = drm_par ^ (dwd >> 12); /* parity */ in drm_svc()
[all …]
/dports/shells/xonsh/xonsh-0.7.9/xonsh/prompt/
H A Dvc.py225 dwd = None
228 dwd = git_dirty_working_directory()
229 if cmds.lazy_locate_binary("hg", ignore_alias=True) and dwd is None:
230 dwd = hg_dirty_working_directory()
231 return dwd
239 dwd = dirty_working_directory()
240 if dwd is None:
242 elif dwd:
253 dwd = dirty_working_directory()
254 if dwd is None:
[all …]
H A D__amalgam__.py617 dwd = None
620 dwd = git_dirty_working_directory()
621 if cmds.lazy_locate_binary("hg", ignore_alias=True) and dwd is None:
622 dwd = hg_dirty_working_directory()
623 return dwd
631 dwd = dirty_working_directory()
632 if dwd is None:
634 elif dwd:
645 dwd = dirty_working_directory()
646 if dwd is None:
[all …]
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/std/time/weekday/
H A D1.cc30 weekday dwd{}; in constexpr_weekday() local
31 ++dwd; in constexpr_weekday()
32 dwd++; in constexpr_weekday()
33 --dwd; in constexpr_weekday()
34 dwd--; in constexpr_weekday()
35 dwd += days{3}; in constexpr_weekday()
36 dwd -= days{3}; in constexpr_weekday()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/std/time/weekday/
H A D1.cc30 weekday dwd{}; in constexpr_weekday() local
31 ++dwd; in constexpr_weekday()
32 dwd++; in constexpr_weekday()
33 --dwd; in constexpr_weekday()
34 dwd--; in constexpr_weekday()
35 dwd += days{3}; in constexpr_weekday()
36 dwd -= days{3}; in constexpr_weekday()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/std/time/weekday/
H A D1.cc30 weekday dwd{}; in constexpr_weekday() local
31 ++dwd; in constexpr_weekday()
32 dwd++; in constexpr_weekday()
33 --dwd; in constexpr_weekday()
34 dwd--; in constexpr_weekday()
35 dwd += days{3}; in constexpr_weekday()
36 dwd -= days{3}; in constexpr_weekday()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/std/time/weekday/
H A D1.cc30 weekday dwd{}; in constexpr_weekday() local
31 ++dwd; in constexpr_weekday()
32 dwd++; in constexpr_weekday()
33 --dwd; in constexpr_weekday()
34 dwd--; in constexpr_weekday()
35 dwd += days{3}; in constexpr_weekday()
36 dwd -= days{3}; in constexpr_weekday()
/dports/www/py-protego/Protego-0.1.16/tests/test_data/
H A Dwww.in.gov13 Disallow: /dwd/files/swic/
14 Disallow: /dwd/files/JWIB/
15 Disallow: /dwd/files/CM_Files/
16 Disallow: /dwd/files/policy/
17 Disallow: /dwd/test/
/dports/astro/py-astropy/astropy-5.0/astropy/wcs/wcsapi/wrappers/tests/
H A Dtest_sliced_wcs.py814 dwd = sub.dropped_world_dimensions
815 wao_classes = dwd.pop("world_axis_object_classes")
816 validate_info_dict(dwd, {
832 dwd = sub.dropped_world_dimensions
833 wao_classes = dwd.pop("world_axis_object_classes")
834 validate_info_dict(dwd, {
853 dwd = sub.dropped_world_dimensions
854 wao_classes = dwd.pop("world_axis_object_classes")
857 validate_info_dict(dwd, {
877 dwd = sub.dropped_world_dimensions
[all …]
/dports/devel/tailor/tailor-06d9068d84a4e78f30579fbdc46ed22ec9d953c7/vcpx/
H A Dproject.py98 self.dwd = None
208 if self.dwd is None:
209 self.dwd = DualWorkingDir(self.source, self.target)
210 self.dwd.setStateFile(self.state_file)
211 self.dwd.setLogfile(self.logfile)
212 return self.dwd
H A Dtailor.py71 dwd = self.workingDir()
73 dwd.prepareWorkingDirectory(self.source)
80 actual = dwd.checkoutUpstreamRevision(revision)
89 dwd.importFirstRevision(self.source, actual, 'INITIAL'==revision)
104 dwd = self.workingDir()
106 pendings = dwd.getPendingChangesets()
119 last, conflicts = dwd.applyPendingChangesets(
/dports/devel/p5-Date-Manip/Date-Manip-6.85/t/
H A Drecur.dates.3.t49 1*1:0:1:0:0:0*dwd**2004010100:00:00*2007123123:59:59
56 1*1:0:1:0:0:0*dwd**2005010100:00:00*2005123123:59:59
59 1*1:0:1:0:0:0*dwd**2005010100:00:00*2005123123:59:59*1
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/intern/
H A Dwinstuff.c79 DWORD dwd = 0; in BLI_windows_register_blend_extension() local
114 root, "blendfile", 0, NULL, REG_OPTION_NON_VOLATILE, KEY_ALL_ACCESS, NULL, &hkey, &dwd); in BLI_windows_register_blend_extension()
132 &dwd); in BLI_windows_register_blend_extension()
150 &dwd); in BLI_windows_register_blend_extension()
161 root, ".blend", 0, NULL, REG_OPTION_NON_VOLATILE, KEY_ALL_ACCESS, NULL, &hkey, &dwd); in BLI_windows_register_blend_extension()
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/stat/spatial/
H A Dspatial.go44 var dwd, dww, sw float64
48 dwd += w * data[j]
55 dwd += w * v
61 return (dwd - mean*sw) / (s * math.Sqrt((n*dww-sw*sw)/(n-1)))
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/stat/spatial/
H A Dspatial.go44 var dwd, dww, sw float64
48 dwd += w * data[j]
55 dwd += w * v
61 return (dwd - mean*sw) / (s * math.Sqrt((n*dww-sw*sw)/(n-1)))
/dports/sysutils/fusefs-ext2/fuse-ext2-ea7bacf/fuse-ext2/
H A Dop_readdir.c110 struct dir_walk_data dwd={ in op_readdir() local
125 rc = ext2fs_dir_iterate2(e2fs,ino, DIRENT_FLAG_INCLUDE_EMPTY, NULL, walk_dir2, &dwd); in op_readdir()
127 rc = ext2fs_dir_iterate(e2fs, ino, 0, NULL, walk_dir, &dwd); in op_readdir()
/dports/security/py-python-registry/python-registry-1.4/samples/
H A Dcopyclean.py84 dwd = self.unpack_dword(idx)
85 xsum ^= dwd
87 self.pack_dword(idx, dwd)
/dports/science/cdo/cdo-2.0.0/libcdi/
H A DAUTHORS6 Florian Prill <florian.prill AT dwd.de>
7 Daniel Reinert <daniel.reinert AT dwd.de>
/dports/www/htdigest/httpd-2.4.6/support/
H A Dsuexec.c259 char dwd[AP_MAXPATH]; /* docroot working directory */ local
508 ((getcwd(dwd, AP_MAXPATH)) == NULL) ||
516 ((getcwd(dwd, AP_MAXPATH)) == NULL) ||
523 if ((strncmp(cwd, dwd, strlen(dwd))) != 0) {
/dports/www/apache24/httpd-2.4.53/support/
H A Dsuexec.c282 char dwd[AP_MAXPATH]; /* docroot working directory */ local
535 ((getcwd(dwd, AP_MAXPATH)) == NULL) ||
543 ((getcwd(dwd, AP_MAXPATH)) == NULL) ||
550 if ((strncmp(cwd, dwd, strlen(dwd))) != 0) {
/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dmain.c182 int h = 0, m = 0, s = 0, dwd = 0, dd = 0, dm = 0, dy = 0; local
191 get_date(&dwd, &dd, &dm, &dy);
192 …("server_startup_post(\"%s\", %d, %d, %d, %d, %d, %d, %d)", showtime(), h, m, s, dwd, dd, dm, dy));

1234567891011