Home
last modified time | relevance | path

Searched refs:atDir (Results 1 – 4 of 4) sorted by relevance

/dports/misc/perkeep/perkeep-0.11/pkg/fs/
H A Droot.go41 atDir *atDir member
90 func (n *root) getAtDir() *atDir {
93 if n.atDir == nil {
94 n.atDir = &atDir{fs: n.fs}
96 return n.atDir
H A Dat.go29 type atDir struct { struct
34 _ fusefs.Node = (*atDir)(nil)
35 _ fusefs.HandleReadDirAller = (*atDir)(nil)
36 _ fusefs.NodeStringLookuper = (*atDir)(nil)
39 func (n *atDir) Attr(ctx context.Context, a *fuse.Attr) error { argument
46 func (n *atDir) ReadDirAll(ctx context.Context) ([]fuse.Dirent, error) { argument
103 func (n *atDir) Lookup(ctx context.Context, name string) (fusefs.Node, error) {
/dports/devel/fpc-fcl-xml/fpc-3.2.2/packages/fcl-xml/src/
H A Dhtmlelements.pp275 s := GetAttribute (atDir);
287 RemoveAttribute(atDir)
289 SetAttribute (atDir, HTMLDir[AValue]);
298 s := GetAttribute (atDir);
310 RemoveAttribute(atDir)
312 SetAttribute (atDir, HTMLDir[AValue]);
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-xml/src/
H A Dhtmlelements.pp275 s := GetAttribute (atDir);
287 RemoveAttribute(atDir)
289 SetAttribute (atDir, HTMLDir[AValue]);
298 s := GetAttribute (atDir);
310 RemoveAttribute(atDir)
312 SetAttribute (atDir, HTMLDir[AValue]);