Home
last modified time | relevance | path

Searched refs:ActionURL (Results 76 – 100 of 100) sorted by relevance

1234

/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/Azure/azure-sdk-for-go/services/resourcehealth/mgmt/2015-01-01/resourcehealth/
H A Dmodels.go290 ActionURL *string `json:"actionUrl,omitempty"` member
/dports/www/gitea/gitea-1.16.5/templates/repo/issue/view_content/
H A Dcomments.tmpl62 …{{template "repo/issue/view_content/add_reaction" Dict "ctx" $ "ActionURL" (Printf "%s/comments/%d…
84 …{{template "repo/issue/view_content/reactions" Dict "ctx" $ "ActionURL" (Printf "%s/comments/%d/re…
473 …{{template "repo/issue/view_content/add_reaction" Dict "ctx" $ "ActionURL" (Printf "%s/comments/%d…
495 …{{template "repo/issue/view_content/reactions" Dict "ctx" $ "ActionURL" (Printf "%s/comments/%d/re…
600 …{{template "repo/issue/view_content/add_reaction" Dict "ctx" $ "ActionURL" (Printf "%s/comments/%d…
619 …{{template "repo/issue/view_content/reactions" Dict "ctx" $ "ActionURL" (Printf "%s/comments/%d/re…
/dports/www/gitea/gitea-1.16.5/templates/repo/issue/
H A Dview_content.tmpl64 …{{template "repo/issue/view_content/add_reaction" Dict "ctx" $ "ActionURL" (Printf "%s/issues/%d/r…
86 …{{template "repo/issue/view_content/reactions" Dict "ctx" $ "ActionURL" (Printf "%s/issues/%d/reac…
/dports/editors/lazarus/lazarus/test/testresult-db/
H A Dutests.pp442 (TableColumns.Items[0] as TTableColumn).ActionURL:=ALink;
519 TableColumns.ColumnByName('ID').ActionURL:=A;
809 //(TableColumns.Items[0] as TTableColumn).ActionURL:=ALink;
981 //(TableColumns.Items[0] as TTableColumn).ActionURL:=ALink;
1186 //(TableColumns.Items[0] as TTableColumn).ActionURL:=ALink;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/test/testresult-db/
H A Dutests.pp442 (TableColumns.Items[0] as TTableColumn).ActionURL:=ALink;
519 TableColumns.ColumnByName('ID').ActionURL:=A;
809 //(TableColumns.Items[0] as TTableColumn).ActionURL:=ALink;
981 //(TableColumns.Items[0] as TTableColumn).ActionURL:=ALink;
1186 //(TableColumns.Items[0] as TTableColumn).ActionURL:=ALink;
/dports/editors/lazarus-qt5/lazarus/test/testresult-db/
H A Dutests.pp442 (TableColumns.Items[0] as TTableColumn).ActionURL:=ALink;
519 TableColumns.ColumnByName('ID').ActionURL:=A;
809 //(TableColumns.Items[0] as TTableColumn).ActionURL:=ALink;
981 //(TableColumns.Items[0] as TTableColumn).ActionURL:=ALink;
1186 //(TableColumns.Items[0] as TTableColumn).ActionURL:=ALink;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/test/testresult-db/
H A Dutests.pp442 (TableColumns.Items[0] as TTableColumn).ActionURL:=ALink;
519 TableColumns.ColumnByName('ID').ActionURL:=A;
809 //(TableColumns.Items[0] as TTableColumn).ActionURL:=ALink;
981 //(TableColumns.Items[0] as TTableColumn).ActionURL:=ALink;
1186 //(TableColumns.Items[0] as TTableColumn).ActionURL:=ALink;
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/Azure/azure-sdk-for-go/services/mobileengagement/mgmt/2014-12-01/mobileengagement/
H A Dmodels.go1367 ActionURL *string `json:"actionUrl,omitempty"` member
1453 if c.ActionURL != nil {
1454 objectMap["actionUrl"] = c.ActionURL
1568 ActionURL *string `json:"actionUrl,omitempty"` member
1656 ActionURL *string `json:"actionUrl,omitempty"` member
1754 if cr.ActionURL != nil {
1755 objectMap["actionUrl"] = cr.ActionURL
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/github.com/Azure/azure-sdk-for-go/azure-sdk-for-go-16.2.1/services/mobileengagement/mgmt/2014-12-01/mobileengagement/
H A Dmodels.go1367 ActionURL *string `json:"actionUrl,omitempty"` member
1453 if c.ActionURL != nil {
1454 objectMap["actionUrl"] = c.ActionURL
1568 ActionURL *string `json:"actionUrl,omitempty"` member
1656 ActionURL *string `json:"actionUrl,omitempty"` member
1754 if cr.ActionURL != nil {
1755 objectMap["actionUrl"] = cr.ActionURL
/dports/security/lego/lego-4.5.3/vendor/github.com/Azure/azure-sdk-for-go/services/mobileengagement/mgmt/2014-12-01/mobileengagement/
H A Dmodels.go1367 ActionURL *string `json:"actionUrl,omitempty"` member
1453 if c.ActionURL != nil {
1454 objectMap["actionUrl"] = c.ActionURL
1568 ActionURL *string `json:"actionUrl,omitempty"` member
1656 ActionURL *string `json:"actionUrl,omitempty"` member
1754 if cr.ActionURL != nil {
1755 objectMap["actionUrl"] = cr.ActionURL
/dports/graphics/sswf/sswf-1.8.4/src/misc/
H A Dlibsswf_c.c++1601 …truct SSWF_Action *>(static_cast<sswf::Action *>(reinterpret_cast<sswf::ActionURL *>(action_url))); in sswf_action_url_cast_action()
1606 …t SSWF_ItemBase *>(static_cast<sswf::ItemBase *>(reinterpret_cast<sswf::ActionURL *>(action_url))); in sswf_action_url_cast_item_base()
1611 delete reinterpret_cast<sswf::ActionURL *>(action_url); in sswf_action_url_destroy()
1616 …return reinterpret_cast<struct SSWF_ActionURL *>(new sswf::ActionURL(reinterpret_cast<sswf::TagBas… in sswf_action_url_create()
1621 reinterpret_cast<sswf::ActionURL *>(action_url)->SetURL(url, target); in sswf_action_url_set_url()
1626 …reinterpret_cast<sswf::ActionURL *>(action_url)->SetMethod(static_cast<sswf::ActionURL::url_method… in sswf_action_url_set_method()
/dports/devel/fpc-fcl-db/fpc-3.2.2/packages/fcl-db/src/base/
H A Ddbwhtml.pp394 URL:=C.ActionURL;
397 URL:=Format(C.ActionURL,[AsString]);
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-db/src/base/
H A Ddbwhtml.pp394 URL:=C.ActionURL;
397 URL:=Format(C.ActionURL,[AsString]);
/dports/security/vault/vault-1.8.2/vendor/github.com/Azure/azure-sdk-for-go/services/resourcehealth/mgmt/2017-07-01/resourcehealth/
H A Dmodels.go580 ActionURL *string `json:"actionUrl,omitempty"` member
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/Azure/azure-sdk-for-go/services/resourcehealth/mgmt/2017-07-01/resourcehealth/
H A Dmodels.go580 ActionURL *string `json:"actionUrl,omitempty"` member
/dports/security/vuls/vuls-0.13.7/vendor/github.com/Azure/azure-sdk-for-go/services/resourcehealth/mgmt/2017-07-01/resourcehealth/
H A Dmodels.go620 ActionURL *string `json:"actionUrl,omitempty"` member
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/Azure/azure-sdk-for-go/services/resourcehealth/mgmt/2017-07-01/resourcehealth/
H A Dmodels.go587 ActionURL *string `json:"actionUrl,omitempty"` member
/dports/www/grafana8/azure-sdk-for-go-sdk-azidentity-v0.10.0/services/resourcehealth/mgmt/2017-07-01/resourcehealth/
H A Dmodels.go587 ActionURL *string `json:"actionUrl,omitempty"` member
/dports/www/grafana8/azure-sdk-for-go-sdk-azcore-v0.19.0/services/resourcehealth/mgmt/2017-07-01/resourcehealth/
H A Dmodels.go587 ActionURL *string `json:"actionUrl,omitempty"` member
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/Azure/azure-sdk-for-go/services/resourcehealth/mgmt/2017-07-01/resourcehealth/
H A Dmodels.go587 ActionURL *string `json:"actionUrl,omitempty"` member
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/Azure/azure-sdk-for-go/services/resourcehealth/mgmt/2017-07-01/resourcehealth/
H A Dmodels.go587 ActionURL *string `json:"actionUrl,omitempty"` member
/dports/www/grafana8/azure-sdk-for-go-sdk-internal-v0.7.0/services/resourcehealth/mgmt/2017-07-01/resourcehealth/
H A Dmodels.go587 ActionURL *string `json:"actionUrl,omitempty"` member
/dports/lang/fpc-source/fpc-3.2.2/tests/utils/testsuite/
H A Dutests.pp928 (TableColumns.Items[0] as TTableColumn).ActionURL:=ALink;
1022 TableColumns.ColumnByName('ID').ActionURL:=A;
1513 //(TableColumns.Items[0] as TTableColumn).ActionURL:=ALink;
1704 //(TableColumns.Items[0] as TTableColumn).ActionURL:=ALink;
2404 //(TableColumns.Items[0] as TTableColumn).ActionURL:=ALink;
2656 //(TableColumns.Items[0] as TTableColumn).ActionURL:=ALink;
/dports/graphics/sswf/sswf-1.8.4/src/sswf/
H A Dsswf_save.c++610 sswf::ActionURL *url; in save_action_url()
636 url = new sswf::ActionURL(state.f_parent, in save_action_url()
650 url->SetMethod(sswf::ActionURL::URL_METHOD_GET); in save_action_url()
653 url->SetMethod(sswf::ActionURL::URL_METHOD_GET); in save_action_url()
656 url->SetMethod(sswf::ActionURL::URL_METHOD_NOVARIABLE); in save_action_url()
/dports/graphics/sswf/sswf-1.8.4/include/sswf/
H A Dlibsswf.h1828 exposed_class ActionURL : public Action, public MemoryManager
1835 ActionURL(TagBase *tag, action_t action = ACTION_URL);

1234