Home
last modified time | relevance | path

Searched refs:forParams (Results 1 – 15 of 15) sorted by relevance

/dports/devel/xmltooling/xmltooling-3.2.1/xmltooling/util/
H A DTemplateEngine.cpp244 const multimap<string,string>* forParams = parameters.getLoopCollection(key.c_str()); in process() local
245 if (!forParams || forParams->size() == 0) { in process()
250 … for (multimap<string,string>::const_iterator i=forParams->begin(); i!=forParams->end(); ++i) { in process()
/dports/net/freerdp/freerdp-2.5.0/client/iOS/Models/
H A DConnectionParams.m101 [self serializeDecryptedForKey:@"password" forParams:serializable_params];
103 [self serializeDecryptedForKey:@"tsg_password" forParams:serializable_params];
109 - (void)serializeDecryptedForKey:(NSString *)key forParams:(NSMutableDictionary *)params
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gocloud.dev/blob/gcsblob/
H A Dgcsblob.go221 opts, err := o.forParams(ctx, u.Query())
228 func (o *URLOpener) forParams(ctx context.Context, q url.Values) (*Options, error) { func
H A Dgcsblob_test.go611 got, err := o.forParams(ctx, test.query)
/dports/www/gohugo/hugo-0.91.2/vendor/gocloud.dev/blob/fileblob/
H A Dfileblob.go119 opts, err := o.forParams(ctx, u.Query())
126 func (o *URLOpener) forParams(ctx context.Context, q url.Values) (*Options, error) { func
/dports/www/gohugo/hugo-0.91.2/vendor/gocloud.dev/blob/gcsblob/
H A Dgcsblob.go219 opts, err := o.forParams(ctx, u.Query())
226 func (o *URLOpener) forParams(ctx context.Context, q url.Values) (*Options, error) { func
H A Dgcsblob_test.go598 got, err := o.forParams(ctx, test.query)
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/gocloud.dev/blob/gcsblob/
H A Dgcsblob.go221 opts, err := o.forParams(ctx, u.Query())
228 func (o *URLOpener) forParams(ctx context.Context, q url.Values) (*Options, error) { func
H A Dgcsblob_test.go611 got, err := o.forParams(ctx, test.query)
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/gocloud.dev/go-cloud-5094f54ed8bb/blob/gcsblob/
H A Dgcsblob.go221 opts, err := o.forParams(ctx, u.Query())
228 func (o *URLOpener) forParams(ctx context.Context, q url.Values) (*Options, error) { func
H A Dgcsblob_test.go611 got, err := o.forParams(ctx, test.query)
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/gocloud.dev/blob/fileblob/
H A Dfileblob.go130 opts, err := o.forParams(ctx, u.Query())
137 func (o *URLOpener) forParams(ctx context.Context, q url.Values) (*Options, error) { func
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/gocloud.dev/blob/fileblob/
H A Dfileblob.go130 opts, err := o.forParams(ctx, u.Query())
137 func (o *URLOpener) forParams(ctx context.Context, q url.Values) (*Options, error) { func
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/gocloud.dev/go-cloud-5094f54ed8bb/blob/fileblob/
H A Dfileblob.go130 opts, err := o.forParams(ctx, u.Query())
137 func (o *URLOpener) forParams(ctx context.Context, q url.Values) (*Options, error) { func
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gocloud.dev/blob/fileblob/
H A Dfileblob.go140 opts, err := o.forParams(ctx, u.Query())
164 func (o *URLOpener) forParams(ctx context.Context, q url.Values) (*Options, error) { func