Home
last modified time | relevance | path

Searched refs:ChangeContent (Results 1 – 9 of 9) sorted by relevance

/dports/www/gitea/gitea-1.16.5/services/issue/
H A Dcontent.go14 func ChangeContent(issue *models.Issue, doer *user_model.User, content string) (err error) { func
17 if err := issue.ChangeContent(doer, content); err != nil {
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/fields/
H A Dddetbl.cxx60 ChangeContent(); in SwDDETable()
94 ChangeContent(); in SwClientNotify()
134 void SwDDETable::ChangeContent() in ChangeContent() function in SwDDETable
H A Dddefld.cxx133 pTable->ChangeContent(); in DataChanged()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/fields/
H A Dddetbl.cxx59 ChangeContent(); in SwDDETable()
88 ChangeContent(); in Modify()
124 void SwDDETable::ChangeContent() in ChangeContent() function in SwDDETable
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Dswddetbl.hxx37 void ChangeContent();
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Dswddetbl.hxx38 void ChangeContent();
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/dataworks-public/
H A Dstruct_data_entity_list_item.go41 ChangeContent string `json:"ChangeContent" xml:"ChangeContent"` member
/dports/www/gitea/gitea-1.16.5/models/
H A Dissue.go830 func (issue *Issue) ChangeContent(doer *user_model.User, content string) (err error) { func
/dports/www/gitea/gitea-1.16.5/routers/web/repo/
H A Dissue.go1792 if err := issue_service.ChangeContent(issue, ctx.User, ctx.Req.FormValue("content")); err != nil {