Home
last modified time | relevance | path

Searched refs:stamp (Results 1 – 25 of 11703) sorted by relevance

12345678910>>...469

/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/github.com/jedisct1/go-dnsstamps/
H A Ddnsstamps.go166 stamp.ServerAddrStr = fmt.Sprintf("%s:%d", stamp.ServerAddrStr, DefaultPort)
199 return stamp, nil
229 stamp.Hashes = append(stamp.Hashes, bin[pos:pos+length])
265 stamp.ServerAddrStr = fmt.Sprintf("%s:%d", stamp.ServerAddrStr, DefaultPort)
280 return stamp, nil
314 return stamp, nil
341 stamp.ServerAddrStr = fmt.Sprintf("%s:%d", stamp.ServerAddrStr, DefaultPort)
357 return stamp, nil
387 stamp.Hashes = append(stamp.Hashes, bin[pos:pos+length])
423 stamp.ServerAddrStr = fmt.Sprintf("%s:%d", stamp.ServerAddrStr, DefaultPort)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/test/unittests/front_end/coverage/
H A DSegments_test.ts28 …checkMerge([{end: 10, count: 1, stamp: 100}], [{end: 10, count: 1, stamp: 100}], [{end: 10, count:…
30 [{end: 10, count: 1, stamp: 100}], [{end: 20, count: 1, stamp: 100}],
31 [{end: 10, count: 2, stamp: 100}, {end: 20, count: 1, stamp: 100}]);
34 [{end: 10, count: 1, stamp: 100}, {end: 20, count: 1, stamp: 100}]);
36 …[{end: 30, count: 1, stamp: 100}], [{end: 10, count: 0, stamp: 100}, {end: 20, count: 2, stamp: 10…
37 …[{end: 10, count: 1, stamp: 100}, {end: 20, count: 3, stamp: 100}, {end: 30, count: 1, stamp: 100}…
39 …[{end: 30, count: 0, stamp: 100}], [{end: 10, count: 0, stamp: 100}, {end: 20, count: 2, stamp: 10…
40 …[{end: 10, count: 0, stamp: 100}, {end: 20, count: 2, stamp: 100}, {end: 30, count: 0, stamp: 100}…
44 …checkMerge([{end: 10, count: 1, stamp: 100}], [{end: 10, count: 1, stamp: 200}], [{end: 10, count:…
52 …[{end: 30, count: 1, stamp: 100}], [{end: 10, count: 0, stamp: 100}, {end: 20, count: 2, stamp: 20…
[all …]
/dports/devel/py-proto-plus/proto-plus-1.19.6/tests/
H A Dtest_datetime_helpers.py67 assert stamp.year == 2016
68 assert stamp.month == 12
69 assert stamp.day == 20
70 assert stamp.hour == 21
71 assert stamp.minute == 13
72 assert stamp.second == 47
81 assert stamp.year == 2016
82 assert stamp.month == 12
83 assert stamp.day == 20
84 assert stamp.hour == 21
[all …]
/dports/lang/squeak/Squeak-4.10.2.2614-src/unix/vm-display-Quartz/Resources/
H A DGLXUnix-ikp.2.cs18 !GLX class methodsFor: 'instance creation' stamp: 'ikp 2/3/2003 17:06'!
39 !GLXUnixQuartz methodsFor: 'accessing' stamp: 'ikp 1/7/2003 21:14'!
43 !GLXUnixQuartz methodsFor: 'accessing' stamp: 'ikp 1/7/2003 21:14'!
47 !GLXUnixQuartz methodsFor: 'accessing' stamp: 'ikp 1/7/2003 21:14'!
51 !GLXUnixQuartz methodsFor: 'accessing' stamp: 'ikp 1/7/2003 21:14'!
55 !GLXUnixQuartz methodsFor: 'accessing' stamp: 'ikp 1/7/2003 21:14'!
59 !GLXUnixQuartz methodsFor: 'OpenGL API' stamp: 'ikp 1/7/2003 21:14'!
66 !GLXUnixQuartz methodsFor: 'OpenGL API' stamp: 'ikp 1/7/2003 21:14'!
73 !GLXUnixQuartz methodsFor: 'OpenGL API' stamp: 'ikp 1/7/2003 21:14'!
80 !GLXUnixQuartz methodsFor: 'OpenGL API' stamp: 'ikp 1/7/2003 21:14'!
[all …]
/dports/lang/squeak/Squeak-4.10.2.2614-src/unix/misc/
H A DGLXUnix-ikp.2.cs18 !GLX class methodsFor: 'instance creation' stamp: 'ikp 2/3/2003 17:06'!
39 !GLXUnixQuartz methodsFor: 'accessing' stamp: 'ikp 1/7/2003 21:14'!
43 !GLXUnixQuartz methodsFor: 'accessing' stamp: 'ikp 1/7/2003 21:14'!
47 !GLXUnixQuartz methodsFor: 'accessing' stamp: 'ikp 1/7/2003 21:14'!
51 !GLXUnixQuartz methodsFor: 'accessing' stamp: 'ikp 1/7/2003 21:14'!
55 !GLXUnixQuartz methodsFor: 'accessing' stamp: 'ikp 1/7/2003 21:14'!
59 !GLXUnixQuartz methodsFor: 'OpenGL API' stamp: 'ikp 1/7/2003 21:14'!
66 !GLXUnixQuartz methodsFor: 'OpenGL API' stamp: 'ikp 1/7/2003 21:14'!
73 !GLXUnixQuartz methodsFor: 'OpenGL API' stamp: 'ikp 1/7/2003 21:14'!
80 !GLXUnixQuartz methodsFor: 'OpenGL API' stamp: 'ikp 1/7/2003 21:14'!
[all …]
/dports/graphics/tiled/tiled-1.7.2/src/tiled/
H A Dtilestampmanager.cpp79 TileStamp stamp; in stampFromContext() local
83 stamp = stampBrush->stamp(); in stampFromContext()
86 stamp = fillTool->stamp(); in stampFromContext()
111 return stamp; in stampFromContext()
121 return stamp; in createStamp()
127 if (stamp.isEmpty()) in addVariation()
147 if (stamp.isEmpty()) in createQuickStamp()
235 if (stamp.name().isEmpty() || mStampsByName.contains(stamp.name())) { in stampAdded()
247 mStampsByName.insert(stamp.name(), stamp); in stampAdded()
250 stamp.setFileName(findStampFileName(stamp.name())); in stampAdded()
[all …]
/dports/security/p5-openxpki-i18n/openxpki-3.16.1/package/debian/i18n/
H A Drules5 arrange: arrange-stamp
6 arrange-stamp: install
8 touch arrange-stamp
10 binary: binary-stamp
13 touch binary-stamp
34 build: build-stamp
35 build-stamp: config
38 touch build-stamp
43 …range-stamp binary-stamp binary-arch-stamp binary-indep-stamp build-stamp config-stamp install-sta…
46 config-stamp:
[all …]
/dports/security/p5-openxpki-i18n/openxpki-3.16.1/package/debian/cgi-session-driver/
H A Drules5 arrange: arrange-stamp
6 arrange-stamp: install
8 touch arrange-stamp
10 binary: binary-stamp
13 touch binary-stamp
34 build: build-stamp
35 build-stamp: config
38 touch build-stamp
43 …range-stamp binary-stamp binary-arch-stamp binary-indep-stamp build-stamp config-stamp install-sta…
46 config-stamp:
[all …]
/dports/security/p5-openxpki/openxpki-3.16.1/package/debian/i18n/
H A Drules5 arrange: arrange-stamp
6 arrange-stamp: install
8 touch arrange-stamp
10 binary: binary-stamp
13 touch binary-stamp
34 build: build-stamp
35 build-stamp: config
38 touch build-stamp
43 …range-stamp binary-stamp binary-arch-stamp binary-indep-stamp build-stamp config-stamp install-sta…
46 config-stamp:
[all …]
/dports/security/p5-openxpki/openxpki-3.16.1/package/debian/cgi-session-driver/
H A Drules5 arrange: arrange-stamp
6 arrange-stamp: install
8 touch arrange-stamp
10 binary: binary-stamp
13 touch binary-stamp
34 build: build-stamp
35 build-stamp: config
38 touch build-stamp
43 …range-stamp binary-stamp binary-arch-stamp binary-indep-stamp build-stamp config-stamp install-sta…
46 config-stamp:
[all …]
/dports/security/p5-openxpki-i18n/openxpki-3.16.1/package/debian/core/
H A Drules6 arrange: arrange-stamp
7 arrange-stamp: install
9 touch arrange-stamp
11 binary: binary-stamp
14 touch binary-stamp
39 build: build-stamp
40 build-stamp: config
45 touch build-stamp
51 …range-stamp binary-stamp binary-arch-stamp binary-indep-stamp build-stamp config-stamp install-sta…
54 config-stamp:
[all …]
/dports/security/p5-openxpki/openxpki-3.16.1/package/debian/core/
H A Drules6 arrange: arrange-stamp
7 arrange-stamp: install
9 touch arrange-stamp
11 binary: binary-stamp
14 touch binary-stamp
39 build: build-stamp
40 build-stamp: config
45 touch build-stamp
51 …range-stamp binary-stamp binary-arch-stamp binary-indep-stamp build-stamp config-stamp install-sta…
54 config-stamp:
[all …]
/dports/databases/fastdb/fastdb/inc/
H A Ddatetime.h21 int4 stamp;
24 return stamp == dt.stamp;
27 return stamp != dt.stamp;
30 return stamp > dt.stamp;
33 return stamp >= dt.stamp;
36 return stamp < dt.stamp;
39 return stamp <= dt.stamp;
42 return stamp - dt.stamp;
45 return stamp + dt.stamp;
51 stamp = (int4)tm; in dbDateTime()
[all …]
/dports/archivers/p5-Compress-LZF/Compress-LZF-3.8/debian/
H A Drules9 arrange: arrange-stamp
10 arrange-stamp: install
12 touch arrange-stamp
14 binary: binary-stamp
17 touch binary-stamp
42 build: build-stamp
43 build-stamp: config
47 touch build-stamp
53 …dh_clean arrange-stamp binary-stamp binary-arch-stamp binary-indep-stamp build-stamp config-stamp
56 config-stamp:
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/mroonga/build/makefiles/
H A Dsphinx.am24 html-build-stamp \
25 man-build-stamp \
26 mo-build-stamp
38 man-build-stamp \
40 html-build-stamp \
42 pdf-build-stamp \
46 pikcle-build-stamp \
48 json-build-stamp \
54 latex-build-stamp \
108 man: man-build-stamp
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/mroonga/build/makefiles/
H A Dsphinx.am24 html-build-stamp \
25 man-build-stamp \
26 mo-build-stamp
38 man-build-stamp \
40 html-build-stamp \
42 pdf-build-stamp \
46 pikcle-build-stamp \
48 json-build-stamp \
54 latex-build-stamp \
108 man: man-build-stamp
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/mroonga/build/makefiles/
H A Dsphinx.am24 html-build-stamp \
25 man-build-stamp \
26 mo-build-stamp
38 man-build-stamp \
40 html-build-stamp \
42 pdf-build-stamp \
46 pikcle-build-stamp \
48 json-build-stamp \
54 latex-build-stamp \
108 man: man-build-stamp
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/mroonga/build/makefiles/
H A Dsphinx.am24 html-build-stamp \
25 man-build-stamp \
26 mo-build-stamp
38 man-build-stamp \
40 html-build-stamp \
42 pdf-build-stamp \
46 pikcle-build-stamp \
48 json-build-stamp \
54 latex-build-stamp \
108 man: man-build-stamp
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/mroonga/build/makefiles/
H A Dsphinx.am24 html-build-stamp \
25 man-build-stamp \
26 mo-build-stamp
38 man-build-stamp \
40 html-build-stamp \
42 pdf-build-stamp \
46 pikcle-build-stamp \
48 json-build-stamp \
54 latex-build-stamp \
108 man: man-build-stamp
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/mroonga/build/makefiles/
H A Dsphinx.am24 html-build-stamp \
25 man-build-stamp \
26 mo-build-stamp
38 man-build-stamp \
40 html-build-stamp \
42 pdf-build-stamp \
46 pikcle-build-stamp \
48 json-build-stamp \
54 latex-build-stamp \
108 man: man-build-stamp
[all …]
/dports/devel/p5-Badger/Badger-0.13/t/core/
H A Dtimestamp.t184 $stamp= Timestamp->new();
185 $stamp->adjust( second => -1 );
187 $stamp->adjust( minute => 1 );
190 $stamp = Timestamp->new();
196 is( $stamp->compare($compare), -1, "$stamp $item earlier $compare" );
198 is( $stamp->compare($compare), 1, "$stamp $item later $compare" );
272 $stamp = Timestamp->new($now);
281 $stamp = Timestamp->new();
282 #print "NOW: $stamp\n";
283 $stamp->adjust( months => 12 );
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/st/
H A Dthrift.st129 !TField methodsFor: 'accessing' stamp: 'pc 10/24/2007 20:05'!
133 !TField methodsFor: 'accessing' stamp: 'pc 10/24/2007 19:44'!
137 !TField methodsFor: 'accessing' stamp: 'pc 10/24/2007 20:04'!
141 !TField methodsFor: 'accessing' stamp: 'pc 10/24/2007 19:44'!
145 !TField methodsFor: 'accessing' stamp: 'pc 10/24/2007 20:05'!
149 !TField methodsFor: 'accessing' stamp: 'pc 10/24/2007 19:44'!
591 !TList methodsFor: 'accessing' stamp: 'pc 10/24/2007 20:04'!
611 !TMap methodsFor: 'accessing' stamp: 'pc 10/24/2007 20:04'!
615 !TMap methodsFor: 'accessing' stamp: 'pc 10/24/2007 19:45'!
619 !TMap methodsFor: 'accessing' stamp: 'pc 10/24/2007 20:04'!
[all …]
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/st/
H A Dthrift.st129 !TField methodsFor: 'accessing' stamp: 'pc 10/24/2007 20:05'!
133 !TField methodsFor: 'accessing' stamp: 'pc 10/24/2007 19:44'!
137 !TField methodsFor: 'accessing' stamp: 'pc 10/24/2007 20:04'!
141 !TField methodsFor: 'accessing' stamp: 'pc 10/24/2007 19:44'!
145 !TField methodsFor: 'accessing' stamp: 'pc 10/24/2007 20:05'!
149 !TField methodsFor: 'accessing' stamp: 'pc 10/24/2007 19:44'!
591 !TList methodsFor: 'accessing' stamp: 'pc 10/24/2007 20:04'!
611 !TMap methodsFor: 'accessing' stamp: 'pc 10/24/2007 20:04'!
615 !TMap methodsFor: 'accessing' stamp: 'pc 10/24/2007 19:45'!
619 !TMap methodsFor: 'accessing' stamp: 'pc 10/24/2007 20:04'!
[all …]
/dports/devel/py-thrift/thrift-0.14.0/lib/st/
H A Dthrift.st129 !TField methodsFor: 'accessing' stamp: 'pc 10/24/2007 20:05'!
133 !TField methodsFor: 'accessing' stamp: 'pc 10/24/2007 19:44'!
137 !TField methodsFor: 'accessing' stamp: 'pc 10/24/2007 20:04'!
141 !TField methodsFor: 'accessing' stamp: 'pc 10/24/2007 19:44'!
145 !TField methodsFor: 'accessing' stamp: 'pc 10/24/2007 20:05'!
149 !TField methodsFor: 'accessing' stamp: 'pc 10/24/2007 19:44'!
591 !TList methodsFor: 'accessing' stamp: 'pc 10/24/2007 20:04'!
611 !TMap methodsFor: 'accessing' stamp: 'pc 10/24/2007 20:04'!
615 !TMap methodsFor: 'accessing' stamp: 'pc 10/24/2007 19:45'!
619 !TMap methodsFor: 'accessing' stamp: 'pc 10/24/2007 20:04'!
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/st/
H A Dthrift.st129 !TField methodsFor: 'accessing' stamp: 'pc 10/24/2007 20:05'!
133 !TField methodsFor: 'accessing' stamp: 'pc 10/24/2007 19:44'!
137 !TField methodsFor: 'accessing' stamp: 'pc 10/24/2007 20:04'!
141 !TField methodsFor: 'accessing' stamp: 'pc 10/24/2007 19:44'!
145 !TField methodsFor: 'accessing' stamp: 'pc 10/24/2007 20:05'!
149 !TField methodsFor: 'accessing' stamp: 'pc 10/24/2007 19:44'!
591 !TList methodsFor: 'accessing' stamp: 'pc 10/24/2007 20:04'!
611 !TMap methodsFor: 'accessing' stamp: 'pc 10/24/2007 20:04'!
615 !TMap methodsFor: 'accessing' stamp: 'pc 10/24/2007 19:45'!
619 !TMap methodsFor: 'accessing' stamp: 'pc 10/24/2007 20:04'!
[all …]

12345678910>>...469