Home
last modified time | relevance | path

Searched defs:Mirror (Results 1 – 25 of 379) sorted by relevance

12345678910>>...16

/dports/www/gitea/gitea-1.16.5/models/repo/
H A Dmirror.go32 type Mirror struct { struct
33 ID int64 `xorm:"pk autoincr"`
34 RepoID int64 `xorm:"INDEX"`
35 Repo *Repository `xorm:"-"`
36 Interval time.Duration
45 Address string `xorm:"-"`
53 func (m *Mirror) BeforeInsert() {
79 func (m *Mirror) GetRemoteName() string {
84 func (m *Mirror) ScheduleNextUpdate() {
114 func UpdateMirror(m *Mirror) error {
[all …]
/dports/benchmarks/ali/ali-0.7.5/vendor/github.com/mum4k/termdash/private/fakewidget/
H A Dfakewidget.go72 type Mirror struct { struct
74 lines []string
77 text string
80 mu sync.RWMutex
83 opts widgetapi.Options
100 func (mi *Mirror) Draw(cvs *canvas.Canvas, meta *widgetapi.Meta) error {
133 func (mi *Mirror) Text(txt string) {
141 func (mi *Mirror) Keyboard(k *terminalapi.Keyboard, meta *widgetapi.EventMeta) error {
162 func (mi *Mirror) Mouse(m *terminalapi.Mouse, meta *widgetapi.EventMeta) error {
179 func (mi *Mirror) Options() widgetapi.Options {
[all …]
/dports/www/mirrorselect/mirrorselect-0.9.0/common/
H A Dconfig.go20 type Mirror struct { struct
21 Name string `mapstructure:"name" json:"name"`
22 IsDefault bool `mapstructure:"default" json:"default"`
23 URL string `mapstructure:"url" json:"url"`
24 ContinentCode string `mapstructure:"continent_code" json:"continent_code"`
25 CountryCode string `mapstructure:"country_code" json:"country_code"`
26 Latitude float64 `mapstructure:"latitude" json:"latitude"`
27 Longitude float64 `mapstructure:"longitude" json:"longitude"`
28 Status MirrorStatus `json:"status"`
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Debugger.Soft/Mono.Debugger.Soft/
H A DMirror.cs5 public abstract class Mirror : IMirror class
10 internal Mirror (VirtualMachine vm, long id) { in Mirror() method in Mono.Debugger.Soft.Mirror
15 internal Mirror () { in Mirror() method in Mono.Debugger.Soft.Mirror
/dports/cad/opencascade/opencascade-7.6.0/src/gp/
H A Dgp_Circ.cxx24 void gp_Circ::Mirror (const gp_Pnt& P) in Mirror() function in gp_Circ
34 void gp_Circ::Mirror (const gp_Ax1& A1) in Mirror() function in gp_Circ
44 void gp_Circ::Mirror (const gp_Ax2& A2) in Mirror() function in gp_Circ
H A Dgp_Hypr.cxx27 void gp_Hypr::Mirror (const gp_Pnt& P) in Mirror() function in gp_Hypr
37 void gp_Hypr::Mirror (const gp_Ax1& A1) in Mirror() function in gp_Hypr
47 void gp_Hypr::Mirror (const gp_Ax2& A2) in Mirror() function in gp_Hypr
H A Dgp_Elips.cxx26 void gp_Elips::Mirror (const gp_Pnt& P) in Mirror() function in gp_Elips
36 void gp_Elips::Mirror (const gp_Ax1& A1) in Mirror() function in gp_Elips
46 void gp_Elips::Mirror (const gp_Ax2& A2) in Mirror() function in gp_Elips
H A Dgp_Parab.cxx26 void gp_Parab::Mirror (const gp_Pnt& P) in Mirror() function in gp_Parab
36 void gp_Parab::Mirror (const gp_Ax1& A1) in Mirror() function in gp_Parab
46 void gp_Parab::Mirror (const gp_Ax2& A2) in Mirror() function in gp_Parab
H A Dgp_Lin.cxx43 void gp_Lin::Mirror (const gp_Pnt& P) in Mirror() function in gp_Lin
53 void gp_Lin::Mirror (const gp_Ax1& A1) in Mirror() function in gp_Lin
63 void gp_Lin::Mirror (const gp_Ax2& A2) in Mirror() function in gp_Lin
H A Dgp_Pnt.cxx46 void gp_Pnt::Mirror (const gp_Pnt& P) in Mirror() function in gp_Pnt
61 void gp_Pnt::Mirror (const gp_Ax1& A1) in Mirror() function in gp_Pnt
75 void gp_Pnt::Mirror (const gp_Ax2& A2) in Mirror() function in gp_Pnt
H A Dgp_Circ2d.cxx26 void gp_Circ2d::Mirror (const gp_Pnt2d& P) in Mirror() function in gp_Circ2d
36 void gp_Circ2d::Mirror (const gp_Ax2d& A) in Mirror() function in gp_Circ2d
H A Dgp_Ax1.cxx49 void gp_Ax1::Mirror (const gp_Pnt& P) in Mirror() function in gp_Ax1
62 void gp_Ax1::Mirror (const gp_Ax1& A1) in Mirror() function in gp_Ax1
75 void gp_Ax1::Mirror (const gp_Ax2& A2) in Mirror() function in gp_Ax1
H A Dgp_Ax3.cxx67 void gp_Ax3::Mirror(const gp_Pnt& P) in Mirror() function in gp_Ax3
81 void gp_Ax3::Mirror(const gp_Ax1& A1) in Mirror() function in gp_Ax3
95 void gp_Ax3::Mirror(const gp_Ax2& A2) in Mirror() function in gp_Ax3
H A Dgp_Cylinder.cxx59 void gp_Cylinder::Mirror (const gp_Pnt& P) in Mirror() function in gp_Cylinder
69 void gp_Cylinder::Mirror (const gp_Ax1& A1) in Mirror() function in gp_Cylinder
79 void gp_Cylinder::Mirror (const gp_Ax2& A2) in Mirror() function in gp_Cylinder
H A Dgp_Pln.cxx105 void gp_Pln::Mirror (const gp_Pnt& P) in Mirror() function in gp_Pln
115 void gp_Pln::Mirror (const gp_Ax1& A1) in Mirror() function in gp_Pln
125 void gp_Pln::Mirror (const gp_Ax2& A2) in Mirror() function in gp_Pln
H A Dgp_Ax22d.cxx30 void gp_Ax22d::Mirror (const gp_Pnt2d& P) in Mirror() function in gp_Ax22d
46 void gp_Ax22d::Mirror (const gp_Ax2d& A1) in Mirror() function in gp_Ax22d
/dports/www/gitea/gitea-1.16.5/services/mirror/
H A Dmirror_pull.go33 func UpdateAddress(m *repo_model.Mirror, addr string) error {
148 m *repo_model.Mirror,
185 func runSync(ctx context.Context, m *repo_model.Mirror) ([]*mirrorSyncResult, bool) {
489 func checkAndUpdateEmptyRepository(m *repo_model.Mirror, gitRepo *git.Repository, results []*mirror…
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/recursion/
H A Dissue-26548-recursion-via-normalize.rs9 trait Mirror { trait
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/issues/
H A Dissue-26614.rs3 trait Mirror { interface
H A Dissue-42796.rs1 pub trait Mirror<Smoke> { trait
H A Dissue-56229.rs3 trait Mirror { trait
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/associated-types/
H A Dhigher-ranked-projection.rs5 trait Mirror { interface
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/nll/user-annotations/
H A Dnormalize-self-ty.rs7 trait Mirror { interface
H A Dconstant-in-expr-normalize.rs1 trait Mirror { trait
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/issues/issue-37311-type-length-limit/
H A Dissue-37311.rs4 trait Mirror { trait

12345678910>>...16