Home
last modified time | relevance | path

Searched refs:fms (Results 26 – 50 of 3935) sorted by relevance

12345678910>>...158

/dports/sysutils/aptly/aptly-1.4.0/vendor/github.com/aws/aws-sdk-go/service/fms/fmsiface/
H A Dinterface.go71 DeletePolicy(*fms.DeletePolicyInput) (*fms.DeletePolicyOutput, error)
73 DeletePolicyRequest(*fms.DeletePolicyInput) (*request.Request, *fms.DeletePolicyOutput)
79 GetAdminAccount(*fms.GetAdminAccountInput) (*fms.GetAdminAccountOutput, error)
83 GetComplianceDetail(*fms.GetComplianceDetailInput) (*fms.GetComplianceDetailOutput, error)
91 GetPolicy(*fms.GetPolicyInput) (*fms.GetPolicyOutput, error)
93 GetPolicyRequest(*fms.GetPolicyInput) (*request.Request, *fms.GetPolicyOutput)
99 ListPolicies(*fms.ListPoliciesInput) (*fms.ListPoliciesOutput, error)
101 ListPoliciesRequest(*fms.ListPoliciesInput) (*request.Request, *fms.ListPoliciesOutput)
107 PutPolicy(*fms.PutPolicyInput) (*fms.PutPolicyOutput, error)
109 PutPolicyRequest(*fms.PutPolicyInput) (*request.Request, *fms.PutPolicyOutput)
[all …]
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.15.11/service/fms/fmsiface/
H A Dinterface.go71 DeletePolicy(*fms.DeletePolicyInput) (*fms.DeletePolicyOutput, error)
73 DeletePolicyRequest(*fms.DeletePolicyInput) (*request.Request, *fms.DeletePolicyOutput)
79 GetAdminAccount(*fms.GetAdminAccountInput) (*fms.GetAdminAccountOutput, error)
83 GetComplianceDetail(*fms.GetComplianceDetailInput) (*fms.GetComplianceDetailOutput, error)
91 GetPolicy(*fms.GetPolicyInput) (*fms.GetPolicyOutput, error)
93 GetPolicyRequest(*fms.GetPolicyInput) (*request.Request, *fms.GetPolicyOutput)
99 ListPolicies(*fms.ListPoliciesInput) (*fms.ListPoliciesOutput, error)
101 ListPoliciesRequest(*fms.ListPoliciesInput) (*request.Request, *fms.ListPoliciesOutput)
107 PutPolicy(*fms.PutPolicyInput) (*fms.PutPolicyOutput, error)
109 PutPolicyRequest(*fms.PutPolicyInput) (*request.Request, *fms.PutPolicyOutput)
[all …]
/dports/biology/jalview/jalview/test/jalview/datamodel/features/
H A DFeatureMatcherSetTest.java31 fms.and(fm); in testMatches_byAttribute()
50 fms.and(fm); in testMatches_byAttribute()
76 fms.and(fm1); in testAnd()
78 fms.and(fm2); in testAnd()
85 fms.and(fm2); in testAnd()
96 fms.and(fm2); in testAnd()
107 fms.or(fm2); in testAnd()
142 fms.or(fm1); in testToString()
144 fms.or(fm2); in testToString()
177 fms.or(fm1); in testOr()
[all …]
/dports/devel/glib20/glib-2.70.4/gio/
H A Dglocalfilemonitor.c240 else if (fms->dirname) in g_file_monitor_source_queue_event()
242 else if (fms->filename) in g_file_monitor_source_queue_event()
356 if (fms->basename && (!child || !g_str_equal (child, fms->basename)) in g_file_monitor_source_handle_event()
554 memset (&fms->event_queue, 0, sizeof fms->event_queue); in g_file_monitor_source_dispatch()
623 g_free (fms->dirname); in g_file_monitor_source_finalize()
624 g_free (fms->basename); in g_file_monitor_source_finalize()
625 g_free (fms->filename); in g_file_monitor_source_finalize()
655 GFileMonitorSource *fms; in g_file_monitor_source_new() local
668 fms->flags = flags; in g_file_monitor_source_new()
678 fms->dirname = NULL; in g_file_monitor_source_new()
[all …]
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/camel/
H A Dcamel-filter-search.c145 if (!fms || !fms->logfile || !format) in camel_filter_search_log()
164 if (fms->message) in camel_filter_search_get_message()
167 fms->message = fms->get_message (fms->get_message_data, fms->cancellable, &local_error); in camel_filter_search_get_message()
260 info = fms->info; in check_header_in_message_info()
675 if (fms->info) { in get_sent_date()
701 if (fms->info) { in get_received_date()
801 if (fms->source) { in header_source()
819 fms->session, in header_source()
1368 fms.info = info; in camel_filter_search_match_with_log()
1420 if (fms.message) in camel_filter_search_match_with_log()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/layer/
H A Dfilestore.go54 return filepath.Join(fms.root, string(dgst.Algorithm()), dgst.Hex())
58 return filepath.Join(fms.getLayerDirectory(layer), filename)
61 func (fms *fileMetadataStore) getMountDirectory(mount string) string {
62 return filepath.Join(fms.root, "mounts", mount)
66 return filepath.Join(fms.getMountDirectory(mount), filename)
70 tmpDir := filepath.Join(fms.root, "tmp")
80 store: fms,
348 func (fms *fileMetadataStore) Remove(layer ChainID) error {
349 return os.RemoveAll(fms.getLayerDirectory(layer))
352 func (fms *fileMetadataStore) RemoveMount(mount string) error {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/layer/
H A Dfilestore.go54 return filepath.Join(fms.root, string(dgst.Algorithm()), dgst.Hex())
58 return filepath.Join(fms.getLayerDirectory(layer), filename)
61 func (fms *fileMetadataStore) getMountDirectory(mount string) string {
62 return filepath.Join(fms.root, "mounts", mount)
66 return filepath.Join(fms.getMountDirectory(mount), filename)
70 tmpDir := filepath.Join(fms.root, "tmp")
80 store: fms,
349 func (fms *fileMetadataStore) Remove(layer ChainID) error {
350 return os.RemoveAll(fms.getLayerDirectory(layer))
353 func (fms *fileMetadataStore) RemoveMount(mount string) error {
[all …]
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/layer/
H A Dfilestore.go54 return filepath.Join(fms.root, string(dgst.Algorithm()), dgst.Hex())
58 return filepath.Join(fms.getLayerDirectory(layer), filename)
61 func (fms *fileMetadataStore) getMountDirectory(mount string) string {
62 return filepath.Join(fms.root, "mounts", mount)
66 return filepath.Join(fms.getMountDirectory(mount), filename)
70 tmpDir := filepath.Join(fms.root, "tmp")
80 store: fms,
349 func (fms *fileMetadataStore) Remove(layer ChainID) error {
350 return os.RemoveAll(fms.getLayerDirectory(layer))
353 func (fms *fileMetadataStore) RemoveMount(mount string) error {
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/layer/
H A Dfilestore.go54 return filepath.Join(fms.root, string(dgst.Algorithm()), dgst.Hex())
58 return filepath.Join(fms.getLayerDirectory(layer), filename)
61 func (fms *fileMetadataStore) getMountDirectory(mount string) string {
62 return filepath.Join(fms.root, "mounts", mount)
66 return filepath.Join(fms.getMountDirectory(mount), filename)
70 tmpDir := filepath.Join(fms.root, "tmp")
80 store: fms,
349 func (fms *fileMetadataStore) Remove(layer ChainID) error {
350 return os.RemoveAll(fms.getLayerDirectory(layer))
353 func (fms *fileMetadataStore) RemoveMount(mount string) error {
[all …]
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/layer/
H A Dfilestore.go54 return filepath.Join(fms.root, string(dgst.Algorithm()), dgst.Hex())
58 return filepath.Join(fms.getLayerDirectory(layer), filename)
61 func (fms *fileMetadataStore) getMountDirectory(mount string) string {
62 return filepath.Join(fms.root, "mounts", mount)
66 return filepath.Join(fms.getMountDirectory(mount), filename)
70 tmpDir := filepath.Join(fms.root, "tmp")
80 store: fms,
349 func (fms *fileMetadataStore) Remove(layer ChainID) error {
350 return os.RemoveAll(fms.getLayerDirectory(layer))
353 func (fms *fileMetadataStore) RemoveMount(mount string) error {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/layer/
H A Dfilestore.go54 return filepath.Join(fms.root, string(dgst.Algorithm()), dgst.Hex())
58 return filepath.Join(fms.getLayerDirectory(layer), filename)
61 func (fms *fileMetadataStore) getMountDirectory(mount string) string {
62 return filepath.Join(fms.root, "mounts", mount)
66 return filepath.Join(fms.getMountDirectory(mount), filename)
70 tmpDir := filepath.Join(fms.root, "tmp")
80 store: fms,
349 func (fms *fileMetadataStore) Remove(layer ChainID) error {
350 return os.RemoveAll(fms.getLayerDirectory(layer))
353 func (fms *fileMetadataStore) RemoveMount(mount string) error {
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/layer/
H A Dfilestore.go54 return filepath.Join(fms.root, string(dgst.Algorithm()), dgst.Hex())
58 return filepath.Join(fms.getLayerDirectory(layer), filename)
61 func (fms *fileMetadataStore) getMountDirectory(mount string) string {
62 return filepath.Join(fms.root, "mounts", mount)
66 return filepath.Join(fms.getMountDirectory(mount), filename)
70 tmpDir := filepath.Join(fms.root, "tmp")
80 store: fms,
349 func (fms *fileMetadataStore) Remove(layer ChainID) error {
350 return os.RemoveAll(fms.getLayerDirectory(layer))
353 func (fms *fileMetadataStore) RemoveMount(mount string) error {
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/layer/
H A Dfilestore.go54 return filepath.Join(fms.root, string(dgst.Algorithm()), dgst.Hex())
58 return filepath.Join(fms.getLayerDirectory(layer), filename)
61 func (fms *fileMetadataStore) getMountDirectory(mount string) string {
62 return filepath.Join(fms.root, "mounts", mount)
66 return filepath.Join(fms.getMountDirectory(mount), filename)
70 tmpDir := filepath.Join(fms.root, "tmp")
80 store: fms,
349 func (fms *fileMetadataStore) Remove(layer ChainID) error {
350 return os.RemoveAll(fms.getLayerDirectory(layer))
353 func (fms *fileMetadataStore) RemoveMount(mount string) error {
[all …]
/dports/math/bsdnt/bsdnt-de98bde/arch/
H A Dcpuid.c30 bsdnt_cpuid_t fms; in main() local
43 fms.model = ((val>>4) & 15); in main()
44 if (fms.family == 15) in main()
49 fms.stepping = val & 15; in main()
51 if (fms.family <= 6) in main()
53 else switch (fms.family) in main()
57 if (fms.model >= 4) in main()
72 fms.stepping = val & 15; in main()
74 if (fms.family <= 5) in main()
76 else switch (fms.family) in main()
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/layer/
H A Dfilestore.go52 func (fms *fileMetadataStore) getLayerDirectory(layer ChainID) string {
54 return filepath.Join(fms.root, string(dgst.Algorithm()), dgst.Hex())
58 return filepath.Join(fms.getLayerDirectory(layer), filename)
61 func (fms *fileMetadataStore) getMountDirectory(mount string) string {
62 return filepath.Join(fms.root, "mounts", mount)
66 return filepath.Join(fms.getMountDirectory(mount), filename)
70 tmpDir := filepath.Join(fms.root, "tmp")
80 store: fms,
308 func (fms *fileMetadataStore) getOrphan() ([]roLayer, error) {
433 func (fms *fileMetadataStore) RemoveMount(mount string) error {
[all …]
H A Dfilestore_test.go28 fms, err := newFSMetadataStore(td)
33 return fms, td, func() {
52 fms, td, cleanup := newFileMetadataStore(t)
59 tx, err := fms.StartTransaction()
76 fms, td, cleanup := newFileMetadataStore(t)
83 _, err := fms.StartTransaction()
93 tx, err := fms.StartTransaction()
108 fms, td, cleanup := newFileMetadataStore(t)
116 tx, err := fms.StartTransaction()
131 orphanLayers, err := fms.getOrphan()
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/layer/
H A Dfilestore.go52 func (fms *fileMetadataStore) getLayerDirectory(layer ChainID) string {
54 return filepath.Join(fms.root, string(dgst.Algorithm()), dgst.Hex())
58 return filepath.Join(fms.getLayerDirectory(layer), filename)
61 func (fms *fileMetadataStore) getMountDirectory(mount string) string {
62 return filepath.Join(fms.root, "mounts", mount)
66 return filepath.Join(fms.getMountDirectory(mount), filename)
70 tmpDir := filepath.Join(fms.root, "tmp")
80 store: fms,
308 func (fms *fileMetadataStore) getOrphan() ([]roLayer, error) {
433 func (fms *fileMetadataStore) RemoveMount(mount string) error {
[all …]
H A Dfilestore_test.go28 fms, err := newFSMetadataStore(td)
33 return fms, td, func() {
52 fms, td, cleanup := newFileMetadataStore(t)
59 tx, err := fms.StartTransaction()
76 fms, td, cleanup := newFileMetadataStore(t)
83 _, err := fms.StartTransaction()
93 tx, err := fms.StartTransaction()
108 fms, td, cleanup := newFileMetadataStore(t)
116 tx, err := fms.StartTransaction()
131 orphanLayers, err := fms.getOrphan()
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/layer/
H A Dfilestore.go52 func (fms *fileMetadataStore) getLayerDirectory(layer ChainID) string {
54 return filepath.Join(fms.root, string(dgst.Algorithm()), dgst.Hex())
58 return filepath.Join(fms.getLayerDirectory(layer), filename)
61 func (fms *fileMetadataStore) getMountDirectory(mount string) string {
62 return filepath.Join(fms.root, "mounts", mount)
66 return filepath.Join(fms.getMountDirectory(mount), filename)
70 tmpDir := filepath.Join(fms.root, "tmp")
80 store: fms,
308 func (fms *fileMetadataStore) getOrphan() ([]roLayer, error) {
433 func (fms *fileMetadataStore) RemoveMount(mount string) error {
[all …]
H A Dfilestore_test.go28 fms, err := newFSMetadataStore(td)
33 return fms, td, func() {
52 fms, td, cleanup := newFileMetadataStore(t)
59 tx, err := fms.StartTransaction()
76 fms, td, cleanup := newFileMetadataStore(t)
83 _, err := fms.StartTransaction()
93 tx, err := fms.StartTransaction()
108 fms, td, cleanup := newFileMetadataStore(t)
116 tx, err := fms.StartTransaction()
131 orphanLayers, err := fms.getOrphan()
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/layer/
H A Dfilestore.go52 func (fms *fileMetadataStore) getLayerDirectory(layer ChainID) string {
54 return filepath.Join(fms.root, string(dgst.Algorithm()), dgst.Hex())
58 return filepath.Join(fms.getLayerDirectory(layer), filename)
61 func (fms *fileMetadataStore) getMountDirectory(mount string) string {
62 return filepath.Join(fms.root, "mounts", mount)
66 return filepath.Join(fms.getMountDirectory(mount), filename)
70 tmpDir := filepath.Join(fms.root, "tmp")
80 store: fms,
308 func (fms *fileMetadataStore) getOrphan() ([]roLayer, error) {
433 func (fms *fileMetadataStore) RemoveMount(mount string) error {
[all …]
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/x11/
H A Dxshowimf.c629 fms->form = in display_family()
644 fms->Delete = in display_family()
650 fms->update = in display_family()
656 fms->Export = in display_family()
662 fms->close = in display_family()
668 fms->label = in display_family()
683 if (!fms->images || fms->changed) { in display_family()
684 fms->images = init_ims(img, fms->form); in display_family()
686 ims = fms->images; in display_family()
1384 if (fms->imagn) { in show_image()
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/images-lib/images/private/
H A Dflomap-composite.rkt118 (define (flomap-lt-superimpose fm . fms) (apply flomap-pin* 0 0 0 0 fm fms))
119 (define (flomap-lc-superimpose fm . fms) (apply flomap-pin* 0 1/2 0 1/2 fm fms))
120 (define (flomap-lb-superimpose fm . fms) (apply flomap-pin* 0 1 0 1 fm fms))
124 (define (flomap-rt-superimpose fm . fms) (apply flomap-pin* 1 0 1 0 fm fms))
126 (define (flomap-rb-superimpose fm . fms) (apply flomap-pin* 1 1 1 1 fm fms))
135 (define (flomap-vl-append fm . fms) (apply flomap-pin* 0 1 0 0 fm fms))
136 (define (flomap-vc-append fm . fms) (apply flomap-pin* 1/2 1 1/2 0 fm fms))
137 (define (flomap-vr-append fm . fms) (apply flomap-pin* 1 1 1 0 fm fms))
138 (define (flomap-ht-append fm . fms) (apply flomap-pin* 1 0 0 0 fm fms))
139 (define (flomap-hc-append fm . fms) (apply flomap-pin* 1 1/2 0 1/2 fm fms))
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ieee1394/
H A Dfwmem.c166 struct fwmem_softc *fms; in fwmem_open() local
178 fms->refcount++; in fwmem_open()
187 fms->sc = sc; in fwmem_open()
188 fms->refcount = 1; in fwmem_open()
203 struct fwmem_softc *fms; in fwmem_close() local
212 fms->refcount--; in fwmem_close()
215 if (fms->refcount < 1) { in fwmem_close()
231 struct fwmem_softc *fms; in fwmem_strategy() local
245 fwdev = fw_noderesolve_eui64(fms->sc->fc, &fms->eui); in fwmem_strategy()
249 fms->eui.hi, fms->eui.lo); in fwmem_strategy()
[all …]
/dports/biology/lamarc/lamarc-2.1.8/src/datalike/
H A DfuncMax.cpp47 void FuncMax::setState(FMState fms) in setState() argument
49 max_iters = fms.max_iters; in setState()
50 increment = fms.increment; in setState()
51 threshold = fms.threshold; in setState()
52 leftLimit = fms.leftLimit; in setState()
53 rightLimit = fms.rightLimit; in setState()
54 initX = fms.initX; in setState()
55 pf = fms.pf; in setState()
60 FMState fms(max_iters, in getCurState() local
67 return fms; in getCurState()

12345678910>>...158