Home
last modified time | relevance | path

Searched defs:UriTemplate (Results 1 – 25 of 87) sorted by relevance

1234

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/
H A DUriTemplateTable.cs35 public UriTemplateTable(IEnumerable<KeyValuePair<UriTemplate, object>> keyValuePairs) in UriTemplateTable()
49 …public UriTemplateTable(Uri baseAddress, IEnumerable<KeyValuePair<UriTemplate, object>> keyValuePa… in UriTemplateTable()
54 …internal UriTemplateTable(Uri baseAddress, IEnumerable<KeyValuePair<UriTemplate, object>> keyValue… in UriTemplateTable()
572 … public UriTemplatesCollection(IEnumerable<KeyValuePair<UriTemplate, object>> keyValuePairs) in UriTemplatesCollection()
582 protected override void InsertItem(int index, KeyValuePair<UriTemplate, object> item) in InsertItem()
587 protected override void SetItem(int index, KeyValuePair<UriTemplate, object> item) in SetItem()
H A DUriTemplateTrieNode.cs37 …public static UriTemplateTrieNode Make(IEnumerable<KeyValuePair<UriTemplate, object>> keyValuePair… in Make()
57 static void Add(UriTemplateTrieNode root, KeyValuePair<UriTemplate, object> kvp) in Add()
541 …void AddFinalCompoundSegment(UriTemplateCompoundPathSegment cps, KeyValuePair<UriTemplate, object>… in AddFinalCompoundSegment()
556 …void AddFinalLiteralSegment(UriTemplateLiteralPathSegment lps, KeyValuePair<UriTemplate, object> k… in AddFinalLiteralSegment()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/vendor/google.golang.org/api/googleapi/internal/uritemplates/
H A Duritemplates.go58 type UriTemplate struct { struct
59 raw string
60 parts []templatePart
188 func (self *UriTemplate) Expand(value interface{}) (string, error) {
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/gopkg.in/olivere/elastic.v5/uritemplates/
H A Duritemplates.go58 type UriTemplate struct { struct
59 raw string
60 parts []templatePart
188 func (self *UriTemplate) Expand(value interface{}) (string, error) {
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/olivere/elastic/uritemplates/
H A Duritemplates.go58 type UriTemplate struct { struct
59 raw string
60 parts []templatePart
188 func (self *UriTemplate) Expand(value interface{}) (string, error) {
/dports/net/drive/drive-0.4.0/drive-gen/Godeps/_workspace/src/google.golang.org/api/googleapi/internal/uritemplates/
H A Duritemplates.go58 type UriTemplate struct { struct
59 raw string
60 parts []templatePart
188 func (self *UriTemplate) Expand(value interface{}) (string, error) {
/dports/www/gitea/gitea-1.16.5/vendor/github.com/olivere/elastic/v7/uritemplates/
H A Duritemplates.go58 type UriTemplate struct { struct
59 raw string
60 parts []templatePart
188 func (self *UriTemplate) Expand(value interface{}) (string, error) {
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/olivere/elastic/uritemplates/
H A Duritemplates.go58 type UriTemplate struct { struct
59 raw string
60 parts []templatePart
188 func (self *UriTemplate) Expand(value interface{}) (string, error) {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/machine/machine-7b7a141da844/vendor/google.golang.org/api/googleapi/internal/uritemplates/
H A Duritemplates.go58 type UriTemplate struct { struct
59 raw string
60 parts []templatePart
188 func (self *UriTemplate) Expand(value interface{}) (string, error) {
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/olivere/elastic/uritemplates/
H A Duritemplates.go58 type UriTemplate struct { struct
59 raw string
60 parts []templatePart
188 func (self *UriTemplate) Expand(value interface{}) (string, error) {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/google/cadvisor/Godeps/_workspace/src/gopkg.in/olivere/elastic.v2/uritemplates/
H A Duritemplates.go58 type UriTemplate struct { struct
59 raw string
60 parts []templatePart
188 func (self *UriTemplate) Expand(value interface{}) (string, error) {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/olivere/elastic/uritemplates/
H A Duritemplates.go58 type UriTemplate struct { struct
59 raw string
60 parts []templatePart
188 func (self *UriTemplate) Expand(value interface{}) (string, error) {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/google/cadvisor/Godeps/_workspace/src/google.golang.org/api/googleapi/internal/uritemplates/
H A Duritemplates.go58 type UriTemplate struct { struct
59 raw string
60 parts []templatePart
188 func (self *UriTemplate) Expand(value interface{}) (string, error) {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/olivere/elastic/v7/uritemplates/
H A Duritemplates.go58 type UriTemplate struct { struct
59 raw string
60 parts []templatePart
188 func (self *UriTemplate) Expand(value interface{}) (string, error) {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/gopkg.in/olivere/elastic.v5/uritemplates/
H A Duritemplates.go58 type UriTemplate struct { struct
59 raw string
60 parts []templatePart
188 func (self *UriTemplate) Expand(value interface{}) (string, error) {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/gopkg.in/olivere/elastic.v3/uritemplates/
H A Duritemplates.go58 type UriTemplate struct { struct
59 raw string
60 parts []templatePart
188 func (self *UriTemplate) Expand(value interface{}) (string, error) {
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel.Web/System/
H A DUriTemplate.cs38 public class UriTemplate class
47 public UriTemplate (string template) in UriTemplate() method in System.UriTemplate
52 public UriTemplate (string template, IDictionary<string,string> additionalDefaults) in UriTemplate() method in System.UriTemplate
57 public UriTemplate (string template, bool ignoreTrailingSlash) in UriTemplate() method in System.UriTemplate
62 …public UriTemplate (string template, bool ignoreTrailingSlash, IDictionary<string,string> addition… in UriTemplate() method in System.UriTemplate
/dports/net/libcmis/libcmis-0.5.2/src/libcmis/
H A Datom-workspace.hxx55 struct UriTemplate { struct
72 std::map< UriTemplate::Type, std::string > m_uriTemplates; argument
/dports/devel/libunit/unit-1.26.1/src/java/nginx/unit/websocket/server/
H A DUriTemplate.java35 public class UriTemplate { class
44 public UriTemplate(String path) throws DeploymentException { in UriTemplate() method in UriTemplate
/dports/www/unit/unit-1.26.1/src/java/nginx/unit/websocket/server/
H A DUriTemplate.java35 public class UriTemplate { class
44 public UriTemplate(String path) throws DeploymentException { in UriTemplate() method in UriTemplate
/dports/www/unit-php/unit-1.26.1/src/java/nginx/unit/websocket/server/
H A DUriTemplate.java35 public class UriTemplate { class
44 public UriTemplate(String path) throws DeploymentException { in UriTemplate() method in UriTemplate
/dports/www/unit-python/unit-1.26.1/src/java/nginx/unit/websocket/server/
H A DUriTemplate.java35 public class UriTemplate { class
44 public UriTemplate(String path) throws DeploymentException { in UriTemplate() method in UriTemplate
/dports/www/unit-java/unit-1.26.1/src/java/nginx/unit/websocket/server/
H A DUriTemplate.java35 public class UriTemplate { class
44 public UriTemplate(String path) throws DeploymentException { in UriTemplate() method in UriTemplate
/dports/www/unit-perl/unit-1.26.1/src/java/nginx/unit/websocket/server/
H A DUriTemplate.java35 public class UriTemplate { class
44 public UriTemplate(String path) throws DeploymentException { in UriTemplate() method in UriTemplate
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.ServiceModel.Web.cs59 public partial class UriTemplate class
61 public UriTemplate(string template) { } in UriTemplate() method in System.UriTemplate
62 public UriTemplate(string template, bool ignoreTrailingSlash) { } in UriTemplate() method in System.UriTemplate
63 …public UriTemplate(string template, bool ignoreTrailingSlash, System.Collections.Generic.IDictiona… in UriTemplate() method in System.UriTemplate
64 …public UriTemplate(string template, System.Collections.Generic.IDictionary<string, string> additio… in UriTemplate() method in System.UriTemplate
107 …public UriTemplateTable(System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValue… in UriTemplateTable()
109 …ble(System.Uri baseAddress, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyV… in UriTemplateTable()
290 public string UriTemplate { get { throw null; } set { } } property in System.ServiceModel.Web.WebGetAttribute
307 public string UriTemplate { get { throw null; } set { } } property in System.ServiceModel.Web.WebInvokeAttribute

1234