Home
last modified time | relevance | path

Searched refs:vdir (Results 1 – 25 of 644) sorted by relevance

12345678910>>...26

/dports/mail/vpopmail/vpopmail-5.4.33/
H A Dbigdir.c70 if ( vdir->the_dir[vdir->level_mod[in_level]] == in inc_dir()
72 vdir->the_dir[vdir->level_mod[in_level]] = in inc_dir()
77 vdir->the_dir[vdir->level_mod[in_level]] = next_char( in inc_dir()
78 vdir->the_dir[vdir->level_mod[in_level]], in inc_dir()
101 vdir->the_dir[0] = dirlist[vdir->level_start[0]]; in inc_dir_control()
106 if ( vdir->level_index[vdir->level_cur] == in inc_dir_control()
107 vdir->level_end[vdir->level_cur] ) { in inc_dir_control()
110 inc_dir( vdir, vdir->level_cur ); in inc_dir_control()
115 if ( vdir->level_index[0]==vdir->level_end[0] && in inc_dir_control()
117 inc_dir( vdir, vdir->level_cur ); in inc_dir_control()
[all …]
H A Dvcdb.c937 vdir->cur_users = 0; in vread_dir_control()
946 vdir->level_cur = 0; in vread_dir_control()
948 vdir->the_dir[0] = 0; in vread_dir_control()
1027 vdir->level_start[0], in vwrite_dir_control()
1028 vdir->level_start[1], in vwrite_dir_control()
1031 vdir->level_end[0], in vwrite_dir_control()
1032 vdir->level_end[1], in vwrite_dir_control()
1033 vdir->level_end[2]); in vwrite_dir_control()
1035 vdir->level_mod[0], in vwrite_dir_control()
1036 vdir->level_mod[1], in vwrite_dir_control()
[all …]
H A Dvmysql.c1174 vdir->cur_users = 0; in vread_dir_control()
1180 vdir->level_mod[0] = 0; in vread_dir_control()
1181 vdir->level_mod[1] = 2; in vread_dir_control()
1183 vdir->level_cur = 0; in vread_dir_control()
1185 vdir->the_dir[0] = 0; in vread_dir_control()
1209 domain, vdir->cur_users, vdir->level_cur, vdir->level_max, in vwrite_dir_control()
1210 vdir->level_start[0], vdir->level_start[1], vdir->level_start[2], in vwrite_dir_control()
1211 vdir->level_end[0], vdir->level_end[1], vdir->level_end[2], in vwrite_dir_control()
1212 vdir->level_mod[0], vdir->level_mod[1], vdir->level_mod[2], in vwrite_dir_control()
1213 vdir->level_index[0], vdir->level_index[1], vdir->level_index[2], in vwrite_dir_control()
[all …]
H A Dvpgsql.c1022 vdir->cur_users = 0; in vread_dir_control()
1028 vdir->level_mod[0] = 0; in vread_dir_control()
1029 vdir->level_mod[1] = 2; in vread_dir_control()
1031 vdir->level_cur = 0; in vread_dir_control()
1033 vdir->the_dir[0] = 0; in vread_dir_control()
1070 domain, vdir->cur_users, vdir->level_cur, vdir->level_max, in vwrite_dir_control()
1071 vdir->level_start[0], vdir->level_start[1], vdir->level_start[2], in vwrite_dir_control()
1072 vdir->level_end[0], vdir->level_end[1], vdir->level_end[2], in vwrite_dir_control()
1073 vdir->level_mod[0], vdir->level_mod[1], vdir->level_mod[2], in vwrite_dir_control()
1074 vdir->level_index[0], vdir->level_index[1], vdir->level_index[2], in vwrite_dir_control()
[all …]
/dports/mail/vpopmail/vpopmail-5.4.33/contrib/
H A Dvcdir.c43 static vdir_type vdir; variable
122 vdir->cur_users = 0; in vread_cdb_dir_control()
131 vdir->level_cur = 0; in vread_cdb_dir_control()
133 vdir->the_dir[0] = 0; in vread_cdb_dir_control()
141 &vdir->level_start[0], in vread_cdb_dir_control()
145 &vdir->level_end[0], in vread_cdb_dir_control()
146 &vdir->level_end[1], in vread_cdb_dir_control()
147 &vdir->level_end[2]); in vread_cdb_dir_control()
149 &vdir->level_mod[0], in vread_cdb_dir_control()
150 &vdir->level_mod[1], in vread_cdb_dir_control()
[all …]
/dports/devel/libgsf/libgsf-1.14.47/gsf/
H A Dgsf-zip-utils.c94 vdir->name = g_strdup (name); in gsf_zip_vdir_new()
95 vdir->is_directory = is_directory; in gsf_zip_vdir_new()
96 vdir->dirent = dirent; in gsf_zip_vdir_new()
98 return vdir; in gsf_zip_vdir_new()
127 if (!vdir) in gsf_zip_vdir_free()
136 g_free (vdir->name); in gsf_zip_vdir_free()
137 if (free_dirent && vdir->dirent) in gsf_zip_vdir_free()
139 g_free (vdir); in gsf_zip_vdir_free()
150 if (vdir->name) in gsf_zip_vdir_copy()
153 if (vdir->dirent) in gsf_zip_vdir_copy()
[all …]
H A Dgsf-infile-zip.c49 GsfZipVDir *vdir; member
61 GsfZipVDir *vdir; member
145 gsf_zip_vdir_add_child (vdir, child); in vdir_insert()
572 dst->vdir = src->vdir; in gsf_infile_zip_dup()
611 GsfZipVDir *vdir = zip->vdir; in gsf_infile_zip_read() local
725 child->vdir = vdir; in gsf_infile_zip_new_child()
789 if (!zip->vdir->is_directory) in gsf_infile_zip_num_children()
791 return zip->vdir->children->len; in gsf_infile_zip_num_children()
848 zip->vdir = zip->info->vdir; in gsf_infile_zip_constructor()
861 zip->vdir = NULL; in gsf_infile_zip_init()
[all …]
/dports/www/varnish6/varnish-cache-varnish-6.6.2/bin/varnishd/cache/
H A Dcache_director.c73 AN(d->vdir->admin_health); in VDI_Ahealth()
90 AN(d->vdir); in VRT_DirectorResolve()
99 AN(d->vdir); in VRT_DirectorResolve()
144 AN(d->vdir->methods->gethdrs); in VDI_GetHdr()
169 AZ(d->vdir->methods->resolve); in VDI_GetIP()
190 AZ(d->vdir->methods->resolve); in VDI_Finish()
191 AN(d->vdir->methods->finish); in VDI_Finish()
194 d->vdir->methods->finish(ctx, d); in VDI_Finish()
280 d->vdir->methods->event(d, ev); in VDI_Event()
299 d->vdir->methods->panic(d, vsb); in VDI_Panic()
[all …]
H A Dcache_vrt_vcl.c147 FREE_OBJ(vdir); in vcldir_free()
172 AN(vdir); in VRT_AddDirector()
174 AN(vdir->dir); in VRT_AddDirector()
175 vdir->dir->vdir = vdir; in VRT_AddDirector()
177 vdir->methods = m; in VRT_AddDirector()
189 vdir->dir->vcl_name = vdir->cli_name + i; in VRT_AddDirector()
191 vdir->vcl = vcl; in VRT_AddDirector()
228 vdir = d->vdir; in VRT_DelDirector()
230 vcl = vdir->vcl; in VRT_DelDirector()
252 vdir = d->vdir; in VRT_DisableDirector()
[all …]
/dports/games/taisei/taisei-1.3.2/src/vfs/
H A Dvdir.c13 #define VDIR_TABLE(vdir) ((ht_str2ptr_t*)((vdir)->data1)) argument
16 VFSNode *oldnode = ht_get(VDIR_TABLE(vdir), name, NULL); in vfs_vdir_attach_node()
22 ht_set(VDIR_TABLE(vdir), name, node); in vfs_vdir_attach_node()
33 if((node = ht_get(VDIR_TABLE(vdir), mutpath, NULL))) { in vfs_vdir_locate()
45 ht_iter_begin(VDIR_TABLE(vdir), iter); in vfs_vdir_iter()
53 static void vfs_vdir_iter_stop(VFSNode *vdir, void **opaque) { in vfs_vdir_iter_stop() argument
61 static VFSInfo vfs_vdir_query(VFSNode *vdir) { in vfs_vdir_query() argument
68 static void vfs_vdir_free(VFSNode *vdir) { in vfs_vdir_free() argument
69 ht_str2ptr_t *ht = VDIR_TABLE(vdir); in vfs_vdir_free()
89 vfs_vdir_attach_node(vdir, mountpoint, subtree); in vfs_vdir_mount()
[all …]
/dports/www/varnish6/varnish-cache-varnish-6.6.2/vmod/
H A Dvmod_directors.h33 struct vdir { struct
47 void vdir_new(VRT_CTX, struct vdir **vdp, const char *vcl_name, argument
49 void vdir_delete(struct vdir **vdp);
50 void vdir_rdlock(struct vdir *vd);
51 void vdir_wrlock(struct vdir *vd);
52 void vdir_unlock(struct vdir *vd);
53 void vdir_add_backend(VRT_CTX, struct vdir *, VCL_BACKEND, double weight);
55 VCL_BOOL vdir_any_healthy(VRT_CTX, struct vdir *, VCL_TIME *);
56 void vdir_list(VRT_CTX, struct vdir *, struct vsb *, int, int, int);
57 void vdir_update_health(VRT_CTX, struct vdir *);
[all …]
H A Dvmod_directors.c61 vdir_expand(struct vdir *vd, unsigned n) in vdir_expand()
76 vdir_new(VRT_CTX, struct vdir **vdp, const char *vcl_name, in vdir_new()
79 struct vdir *vd; in vdir_new()
96 vdir_delete(struct vdir **vdp) in vdir_delete()
98 struct vdir *vd; in vdir_delete()
111 vdir_rdlock(struct vdir *vd) in vdir_rdlock()
118 vdir_wrlock(struct vdir *vd) in vdir_wrlock()
125 vdir_unlock(struct vdir *vd) in vdir_unlock()
319 vdir_update_health(VRT_CTX, struct vdir *vd) in vdir_update_health()
354 vdir_pick_by_weight(const struct vdir *vd, double w) in vdir_pick_by_weight()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A Dgp_Ax1.hxx46 : loc(0.,0.,0.), vdir(0.,0.,1.) in gp_Ax1()
51 : loc(theP), vdir (theV) in gp_Ax1()
80 return vdir.IsNormal (theOther.vdir, theAngularTolerance); in IsNormal()
88 return vdir.IsOpposite (theOther.vdir, theAngularTolerance); in IsOpposite()
96 return vdir.IsParallel(theOther.vdir, theAngularTolerance); in IsParallel()
101 Standard_Real Angle (const gp_Ax1& theOther) const { return vdir.Angle (theOther.vdir); } in Angle()
104 void Reverse() { vdir.Reverse(); } in Reverse()
109 gp_Dir D = vdir.Reversed(); in Reversed()
150 vdir.Rotate (theA1, theAngRad); in Rotate()
185 vdir.Transform (theT); in Transform()
[all …]
H A Dgp_Ax2d.hxx58 vdir (theV) in gp_Ax2d()
65 void SetDirection (const gp_Dir2d& theV) { vdir = theV; } in SetDirection()
71 const gp_Dir2d& Direction() const { return vdir; } in Direction()
87 return vdir.IsNormal (theOther.vdir, theAngularTolerance); in IsNormal()
95 return vdir.IsOpposite (theOther.vdir, theAngularTolerance); in IsOpposite()
104 return vdir.IsParallel (theOther.vdir, theAngularTolerance); in IsParallel()
109 Standard_Real Angle (const gp_Ax2d& theOther) const { return vdir.Angle (theOther.vdir); } in Angle()
112 void Reverse() { vdir.Reverse(); } in Reverse()
139 vdir.Rotate (theAng); in Rotate()
166 vdir.Transform (theT); in Transform()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/gp/
H A Dgp_Ax1.hxx46 : loc(0.,0.,0.), vdir(0.,0.,1.) in gp_Ax1()
51 : loc(theP), vdir (theV) in gp_Ax1()
80 return vdir.IsNormal (theOther.vdir, theAngularTolerance); in IsNormal()
88 return vdir.IsOpposite (theOther.vdir, theAngularTolerance); in IsOpposite()
96 return vdir.IsParallel(theOther.vdir, theAngularTolerance); in IsParallel()
101 Standard_Real Angle (const gp_Ax1& theOther) const { return vdir.Angle (theOther.vdir); } in Angle()
104 void Reverse() { vdir.Reverse(); } in Reverse()
109 gp_Dir D = vdir.Reversed(); in Reversed()
150 vdir.Rotate (theA1, theAngRad); in Rotate()
185 vdir.Transform (theT); in Transform()
[all …]
H A Dgp_Ax2d.hxx58 vdir (theV) in gp_Ax2d()
65 void SetDirection (const gp_Dir2d& theV) { vdir = theV; } in SetDirection()
71 const gp_Dir2d& Direction() const { return vdir; } in Direction()
87 return vdir.IsNormal (theOther.vdir, theAngularTolerance); in IsNormal()
95 return vdir.IsOpposite (theOther.vdir, theAngularTolerance); in IsOpposite()
104 return vdir.IsParallel (theOther.vdir, theAngularTolerance); in IsParallel()
109 Standard_Real Angle (const gp_Ax2d& theOther) const { return vdir.Angle (theOther.vdir); } in Angle()
112 void Reverse() { vdir.Reverse(); } in Reverse()
139 vdir.Rotate (theAng); in Rotate()
166 vdir.Transform (theT); in Transform()
[all …]
H A Dgp_Ax1.cxx39 XYZ1.Cross (Other.vdir.XYZ()); in IsCoaxial()
43 XYZ2.Cross (vdir.XYZ()); in IsCoaxial()
45 return (vdir.IsEqual (Other.vdir, AngularTolerance) && in IsCoaxial()
52 vdir.Reverse(); in Mirror()
65 vdir.Mirror(A1.vdir); in Mirror()
78 vdir.Mirror (A2); in Mirror()
91 OCCT_DUMP_VECTOR_CLASS (theOStream, "Direction", 3, vdir.X(), vdir.Y(), vdir.Z()) in DumpJson()
H A Dgp_Ax2d.cxx36 Standard_Real D1 = XY1.Crossed (Other.vdir.XY()); in IsCoaxial()
40 Standard_Real D2 = XY2.Crossed (vdir.XY()); in IsCoaxial()
42 return (vdir.IsParallel (Other.vdir, AngularTolerance) && in IsCoaxial()
50 if (S < 0.0) vdir.Reverse(); in Scale()
56 vdir.Reverse(); in Mirror()
69 vdir.Mirror (A.vdir); in Mirror()
84 OCCT_DUMP_FIELD_VALUES_DUMPED (theOStream, theDepth, &vdir) in DumpJson()
/dports/deskutils/py-khal/khal-0.10.4/tests/
H A Dvdir_test.py26 from khal.khalendar import vdir
37 old_etag = vdir.get_etag_from_file(fpath)
43 new_etag = vdir.get_etag_from_file(fpath)
60 old_etag = vdir.get_etag_from_file(fpath)
66 new_etag = vdir.get_etag_from_file(fpath)
78 old_etag = vdir.get_etag_from_file(fpath)
85 new_etag = vdir.get_etag_from_file(fpath)
93 first_href = vdir._generate_href(uid)
94 second_href = vdir._generate_href(uid)
99 href = vdir._generate_href(uid)
[all …]
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A Dgp_Ax1.lxx25 { vdir = V; }
31 { return vdir; }
39 { return vdir.IsNormal(Other.vdir, AngularTolerance); }
44 { return vdir.IsOpposite(Other.vdir, AngularTolerance); }
49 { return vdir.IsParallel(Other.vdir, AngularTolerance); }
52 { return vdir.Angle (Other.vdir); }
55 { vdir.Reverse(); }
59 gp_Dir D = vdir.Reversed();
66 vdir.Rotate(A1 , Ang);
81 if (S < 0.0) vdir.Reverse();
[all …]
H A Dgp_Ax2d.lxx23 //vdir(1.,0.) use default ctor of gp_Dir2d, as it creates the same dir (1,0)
27 const gp_Dir2d& V) : loc(P), vdir(V)
34 { vdir = V; }
40 { return vdir; }
45 { return vdir.IsNormal(Other.vdir, AngularTolerance); }
50 { return vdir.IsOpposite (Other.vdir, AngularTolerance); }
55 { return vdir.IsParallel(Other.vdir, AngularTolerance); }
58 { return vdir.Angle (Other.vdir); }
61 { vdir.Reverse(); }
74 vdir.Rotate (Ang);
[all …]
/dports/www/mod_jk/tomcat-connectors-1.2.48-src/native/iis/
H A Disapi_install.vbs177 set vdir = root.Create("IISWebVirtualDir", filterName )
184 set vdir = root.create("IISWebVirtualDir", filterName )
191 vdir.AppCreate2 1
192 vdir.AccessExecute = TRUE
193 vdir.AppFriendlyName = filterName
194 vdir.AccessRead = false
195 vdir.ContentIndexed = false
196 vdir.Path = filterDir
197 vdir.setInfo
/dports/deskutils/py-khal/khal-0.10.4/khal/settings/
H A Dutils.py33 from ..khalendar.vdir import CollectionNotFoundError, Vdir
227 for vdir in vdirs:
228 vdir_colors_from_config[vdir] = config['calendars'][calendar]['color']
230 for vdir in sorted(vdirs_complete):
231 calendar = {'path': vdir,
232 'color': _get_color_from_vdir(vdir),
233 'type': _get_vdir_type(vdir),
240 if calendar['color'] is None and vdir in vdir_colors_from_config:
242 calendar['color'] = vdir_colors_from_config[vdir]
244 name = get_unique_name(vdir, config['calendars'].keys())
/dports/deskutils/calcurse/calcurse-4.7.1/contrib/vdir/
H A DMakefile.am4 calcurse-vdir
7 calcurse-vdir.py
10 calcurse-vdir
12 calcurse-vdir: calcurse-vdir.py
/dports/deskutils/py-vdirsyncer/vdirsyncer-0.18.0/docs/tutorials/
H A Dindex.rst26 - khal_, a CLI calendar application supporting :doc:`vdir </vdir>`. You can use
31 - khard_, a commandline addressbook supporting :doc:`vdir </vdir>`. You can use
35 - mates_, a commandline addressbook supporting :doc:`vdir </vdir>`.
36 - vdirel_, access :doc:`vdir </vdir>` contacts from Emacs.

12345678910>>...26