/dports/devel/py-arrow/arrow-1.2.1/tests/ |
H A D | test_arrow.py | 788 assert arw.shift(weekday=6) == arw 818 assert arw.shift(weekday=SU) == arw 819 assert arw.shift(weekday=SU(0)) == arw 820 assert arw.shift(weekday=SU(1)) == arw 839 assert arw.shift(weekday=-1) == arw.shift(weekday=SU) 840 assert arw.shift(weekday=-2) == arw.shift(weekday=SA) 841 assert arw.shift(weekday=-3) == arw.shift(weekday=FR) 842 assert arw.shift(weekday=-4) == arw.shift(weekday=TH) 843 assert arw.shift(weekday=-5) == arw.shift(weekday=WE) 856 assert arw.shift(weekday=SU(-1)) == arw [all …]
|
H A D | test_factory.py | 95 arw = self.factory.utcnow() 96 result = self.factory.get(arw) 98 assert arw == result 190 arw = Arrow(2021, 4, 29, 6) 192 result = self.factory.get(arw, tzinfo="America/Chicago")
|
/dports/security/keybase/client-v5.7.1/go/libkb/ |
H A D | api_mock.go | 107 func (a *APIArgRecorder) GetDecode(mctx MetaContext, arg APIArg, arw APIResponseWrapper) error { 108 err := a.API.GetDecode(mctx, arg, arw) 113 err := a.API.GetDecodeCtx(ctx, arg, arw) 133 err := a.API.PostDecode(mctx, arg, arw) 138 err := a.API.PostDecodeCtx(ctx, arg, arw) 171 func (a *APIRouter) GetDecode(mctx MetaContext, arg APIArg, arw APIResponseWrapper) error { 172 return a.APIs[a.Filter(arg, MethodGetDecode)].GetDecode(mctx, arg, arw) 175 return a.APIs[a.Filter(arg, MethodGetDecodeCtx)].GetDecodeCtx(ctx, arg, arw) 186 func (a *APIRouter) PostDecode(mctx MetaContext, arg APIArg, arw APIResponseWrapper) error { 187 return a.APIs[a.Filter(arg, MethodPostDecode)].PostDecode(mctx, arg, arw) [all …]
|
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/linkedin/goavro/v2/examples/arw/ |
H A D | README.md | 1 # arw chapter 17 arw -summary -bc 100 -compression deflate -schema new-schema.avsc source.avro destination.avro 20 If summary option, `-summary`, is provided, `arw` will provide summary 23 If verbose option, `-v`, is provided, `arw` will provide verbose 28 no more items than specified. If omitted, then `arw` will re-encode 34 If compression option is omitted, then `arw` will use the same 37 If schema option is omitted, then `arw` will write the new Avro file 38 using the same schema as found in `source.avro`. If provided, `arw` 44 If `source.avro` is a hyphen character, `-`, then `arw` will read from 46 `arw` will write to standard output. [all …]
|
/dports/devel/py-arrow/arrow-1.2.1/docs/ |
H A D | index.rst | 130 >>> arw = arrow.utcnow() 131 >>> arw 141 >>> arw.shift(weeks=+3) 262 >>> arw = arrow.utcnow() 263 >>> arw 273 >>> arw = arrow.utcnow() 274 >>> arw 285 >>> arw 498 >>> arw.format(fmt) 504 >>> arw.format(fmt) [all …]
|
/dports/databases/grass7/grass-7.8.6/lib/nviz/ |
H A D | nviz.c | 258 struct arrow_data *arw; in Nviz_set_arrow() local 278 arw = (struct arrow_data *) G_malloc(sizeof(struct arrow_data)); in Nviz_set_arrow() 279 arw->color = color; in Nviz_set_arrow() 280 arw->size = size; in Nviz_set_arrow() 281 arw->where[0] = coords[0]; in Nviz_set_arrow() 282 arw->where[1] = coords[1]; in Nviz_set_arrow() 283 arw->where[2] = coords[2]; in Nviz_set_arrow() 285 data->arrow = arw; in Nviz_set_arrow() 301 struct arrow_data *arw = data->arrow; in Nviz_draw_arrow() local 305 gsd_north_arrow(arw->where, arw->size, FontBase, arw->color, arw->color); in Nviz_draw_arrow()
|
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/gotools/src/github.com/mongodb/mongo-tools/mongostat/ |
H A D | mongostat_test.go | 68 arw := strings.Split(statsLine.Fields["arw"], "|") 69 So(arw[0], ShouldEqual, "4") 70 So(arw[1], ShouldEqual, "6") 96 arw := strings.Split(statsLine.Fields["arw"], "|") 97 So(arw[0], ShouldEqual, "4") 98 So(arw[1], ShouldEqual, "6")
|
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/mongostat/ |
H A D | mongostat_test.go | 68 arw := strings.Split(statsLine.Fields["arw"], "|") 69 So(arw[0], ShouldEqual, "4") 70 So(arw[1], ShouldEqual, "6") 96 arw := strings.Split(statsLine.Fields["arw"], "|") 97 So(arw[0], ShouldEqual, "4") 98 So(arw[1], ShouldEqual, "6")
|
/dports/games/openclonk/openclonk-release-8.1-src/planet/Arena.ocf/ThunderousSkies.ocs/Scrolls.ocd/FireballScroll.ocd/ |
H A D | Script.c | 55 var arw=CreateObjectAbove(Arrow,0,0,effect.owner); in FxFireballTimer() local 56 obj->OnProjectileHit(arw); in FxFireballTimer() 57 arw->RemoveObject(); in FxFireballTimer()
|
/dports/games/openclonk/openclonk-release-8.1-src/planet/Arena.ocf/ThunderousSkies.ocs/Scrolls.ocd/ThunderScroll.ocd/ |
H A D | Script.c | 83 var arw=CreateObjectAbove(Arrow,0,0,owner); in FxThunderStrikeTimer() local 84 t->OnProjectileHit(arw); in FxThunderStrikeTimer() 85 arw->RemoveObject(); in FxThunderStrikeTimer()
|
/dports/graphics/rapid-photo-downloader/rapid-photo-downloader-0.9.26/raphodo/ |
H A D | constants.py | 573 arw=106, 593 arw=350, 615 arw=1540, 641 arw=1540, 669 arw=1848, 688 arw=1540,
|
/dports/dns/knot-resolver/knot-resolver-5.4.3/lib/cache/ |
H A D | nsec1.c | 429 struct answer_rrset * const arw = &ans->rrsets[AR_WILD]; in nsec1_src_synth() local 462 if (arw->set.rr) { in nsec1_src_synth() 481 if (arw->set.rr) { /* we may have matched AR_NSEC */ in nsec1_src_synth() 482 knot_rrset_free(arw->set.rr, ans->mm); in nsec1_src_synth() 483 arw->set.rr = NULL; in nsec1_src_synth() 484 knot_rdataset_clear(&arw->sig_rds, ans->mm); in nsec1_src_synth()
|
/dports/print/transfig/transfig.3.2.5e/fig2dev/dev/ |
H A D | gencgm.c | 1228 F_arrow *arw; local 1231 arw = arc->for_arrow; arc->for_arrow = arc->back_arrow; arc->back_arrow = arw; 1286 arc_arrow_adjust(p, cx, cy, R, arw, dir) in arc_arrow_adjust() argument 1289 F_arrow *arw; 1293 if (!arw) return; 1295 L = arw->type != 0 ? arrow_length(arw) : arw->ht; 1317 arc_arrow(p, q, arw, arc) in arc_arrow() argument 1320 F_arrow *arw; 1326 if (!arw) return; 1331 if (arw->type == 0) { [all …]
|
H A D | genemf.c | 1795 F_arrow *arw; 1801 if (!arw) return; 1815 F_arrow *arw; 1829 if (!arw) return; 1834 l = arw->type != 0 ? arrow_length(arw) : arw->ht; 1838 alen = arw->ht; 1874 d = p1.x - arw->ht * dir.x + arw->wid*0.5 * dir.y; p2.x = round(d); 1875 d = p1.y - arw->ht * dir.y - arw->wid*0.5 * dir.x; p2.y = round(d); 1876 d = p1.x - arw->ht * dir.x - arw->wid*0.5 * dir.y; p3.x = round(d); 1877 d = p1.y - arw->ht * dir.y + arw->wid*0.5 * dir.x; p3.y = round(d); [all …]
|
/dports/print/fig2dev/fig2dev-3.2.8a/fig2dev/dev/ |
H A D | gencgm.c | 1196 F_arrow *arw; in arc_reverse() local 1199 arw = arc->for_arrow; arc->for_arrow = arc->back_arrow; arc->back_arrow = arw; in arc_reverse() 1251 F_arrow *arw, double dir) in arc_arrow_adjust() argument 1254 if (!arw) return; in arc_arrow_adjust() 1256 L = arw->type != 0 ? arrow_length(arw) : arw->ht; in arc_arrow_adjust() 1275 arc_arrow(F_pos *p, F_point *q, F_arrow *arw, F_arc *arc) in arc_arrow() argument 1280 if (!arw) return; in arc_arrow() 1284 cgm_arrow(&P, arw, (F_line *)arc, &dir); in arc_arrow() 1285 if (arw->type == 0) { in arc_arrow() 1287 double f = arrow_length(arw); in arc_arrow()
|
H A D | genemf.c | 1811 F_arrow *arw; 1817 if (!arw) return; 1831 F_arrow *arw; 1845 if (!arw) return; 1850 l = arw->type != 0 ? arrow_length(arw) : arw->ht; 1854 alen = arw->ht; 1890 d = p1.x - arw->ht * dir.x + arw->wid*0.5 * dir.y; p2.x = round(d); 1891 d = p1.y - arw->ht * dir.y - arw->wid*0.5 * dir.x; p2.y = round(d); 1892 d = p1.x - arw->ht * dir.x - arw->wid*0.5 * dir.y; p3.x = round(d); 1893 d = p1.y - arw->ht * dir.y + arw->wid*0.5 * dir.x; p3.y = round(d); [all …]
|
/dports/graphics/elementary-photos/photos-2.7.1/data/ |
H A D | io.elementary.photos-viewer.desktop.in.in | 10 …arw;image/x-bay;image/x-bmp;image/x-canon-cr2;image/x-canon-crw;image/x-cap;image/x-cr2;image/x-cr…
|
/dports/graphics/lazpaint/lazpaint-7.1.6/debian/ |
H A D | control | 20 raw images (dng, cr2, nef, arw...), vectorial (svg), 3D (obj). Has drawing 32 raw images (dng, cr2, nef, arw...), vectorial (svg), 3D (obj). Has drawing
|
/dports/graphics/shotwell/shotwell-0.30.14/misc/ |
H A D | shotwell-viewer.desktop.in | 11 …arw;image/x-bay;image/x-bmp;image/x-canon-cr2;image/x-canon-crw;image/x-cap;image/x-cr2;image/x-cr…
|
/dports/devel/py-arrow/arrow-1.2.1/ |
H A D | CHANGELOG.rst | 54 >>> arw 56 >>> arw.dehumanize("8 hours ago") 58 >>> arw.dehumanize("in 4 days") 69 >>> arw 71 >>> arw.isoweekday() 73 >>> arw.span("week") 221 >>> arw = arrow.utcnow() 234 >>> arw = arrow.get(ts) 236 >>> arw.timestamp 322 >>> arw = arrow.now() [all …]
|
/dports/devel/efl/efl-1.25.1/src/generic/evas/raw/ |
H A D | meson.build | 6 generic_support = ['arw','cr2','crw','dcr','dng','k25','kdc','erf','mrw','nef','nrf','nrw','orf','r…
|
/dports/graphics/darktable38/darktable-3.8.0/data/ |
H A D | supported_extensions.cmake | 6 "arw"
|
/dports/graphics/darktable/darktable-3.6.1/data/ |
H A D | supported_extensions.cmake | 6 "arw"
|
/dports/sysutils/tracker-miners/tracker-miners-2.3.5/src/tracker-extract/ |
H A D | 10-raw.rule | 3 …-pentax-pef;image/x-raw;image/x-samsung-raw;image/x-sigma-x3f;image/x-sony-arw;image/x-sony-srf;im…
|
/dports/graphics/lazpaint/lazpaint-7.1.6/lazpaint/release/debian/debian/ |
H A D | control | 14 raw images (dng, cr2, nef, arw...), vectorial (svg), 3D (obj). Has drawing
|