Home
last modified time | relevance | path

Searched refs:loadAttributes (Results 1 – 25 of 75) sorted by relevance

123

/dports/www/gitea/gitea-1.16.5/models/
H A Daction_list.go89 func (actions ActionList) loadAttributes(e db.Engine) (err error) { func
103 return actions.loadAttributes(db.GetEngine(db.DefaultContext))
H A Drepo_list.go49 func (repos RepositoryList) loadAttributes(e db.Engine) error { func
96 return repos.loadAttributes(db.GetEngine(db.DefaultContext))
476 func SearchRepositoryByCondition(opts *SearchRepoOptions, cond builder.Cond, loadAttributes bool) (…
495 if loadAttributes {
496 if err := repos.loadAttributes(sess); err != nil {
H A Dissue_tracked_time.go45 return t.loadAttributes(db.DefaultContext)
48 func (t *TrackedTime) loadAttributes(ctx context.Context) (err error) { func
280 if err := t.loadAttributes(ctx); err != nil {
H A Dpull_list.go123 func (prs PullRequestList) loadAttributes(e db.Engine) error { func
158 return prs.loadAttributes(db.GetEngine(db.DefaultContext))
H A Dpull.go114 func (pr *PullRequest) loadAttributes(e db.Engine) (err error) { func
130 return pr.loadAttributes(db.GetEngine(db.DefaultContext))
547 return pr, pr.loadAttributes(e)
578 return pr, pr.loadAttributes(e)
H A Dcommit_status.go126 func (status *CommitStatus) loadAttributes(ctx context.Context) (err error) { func
144 _ = status.loadAttributes(db.DefaultContext)
H A Dissue_comment_list.go493 func (comments CommentList) loadAttributes(ctx context.Context) (err error) { func
537 return comments.loadAttributes(db.DefaultContext)
/dports/sysutils/kpmcore/kpmcore-21.12.3/src/core/
H A Dsmartparser.cpp96 loadAttributes(); in init()
135 void SmartParser::loadAttributes() in loadAttributes() function in SmartParser
H A Dsmartparser.h44 void loadAttributes();
/dports/www/gitea/gitea-1.16.5/models/repo/
H A Dmirror.go142 func (repos MirrorRepositoryList) loadAttributes(e db.Engine) error { func
176 return repos.loadAttributes(db.GetEngine(db.DefaultContext))
/dports/graphics/opendx/dx-4.4.4/src/uipp/dxuilib/
H A DToggleAttrDialog.h73 virtual void loadAttributes();
H A DSetAttrDialog.h100 virtual void loadAttributes() = 0;
H A DSelectionAttrDialog.h114 virtual void loadAttributes();
H A DSetAttrDialog.C108 this->loadAttributes(); in refreshDisplayedAttributes()
H A DSetScalarAttrDialog.h193 virtual void loadAttributes();
/dports/audio/carla/Carla-2.4.1/source/includes/vst3sdk/pluginterfaces/base/
H A Dipersistent.h55 virtual tresult PLUGIN_API loadAttributes (IAttributes* ) = 0;
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_processors/format_types/VST3_SDK/pluginterfaces/base/
H A Dipersistent.h55 virtual tresult PLUGIN_API loadAttributes (IAttributes* ) = 0;
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/pluginterfaces/base/
H A Dipersistent.h54 virtual tresult PLUGIN_API loadAttributes (IAttributes* ) = 0;
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vst3sdk/pluginterfaces/base/
H A Dipersistent.h55 virtual tresult PLUGIN_API loadAttributes (IAttributes* ) = 0;
/dports/graphics/qgis/qgis-3.22.3/src/gui/attributetable/
H A Dqgsattributetablemodel.cpp69 loadAttributes(); in QgsAttributeTableModel()
105 loadAttributes(); in setExtraColumns()
265 loadAttributes(); in updatedFields()
379 void QgsAttributeTableModel::loadAttributes() in loadAttributes() function in QgsAttributeTableModel
447 loadAttributes(); in loadLayer()
H A Dqgsattributetablemodel.h353 virtual void loadAttributes();
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/attributetable/
H A Dqgsattributetablemodel.cpp65 loadAttributes(); in QgsAttributeTableModel()
102 loadAttributes(); in setExtraColumns()
262 loadAttributes(); in updatedFields()
375 void QgsAttributeTableModel::loadAttributes() in loadAttributes() function in QgsAttributeTableModel
443 loadAttributes(); in loadLayer()
H A Dqgsattributetablemodel.h352 virtual void loadAttributes();
/dports/finance/kraft/kraft-0.97/src/
H A Ddocposition.h60 void loadAttributes();
/dports/audio/gsequencer/gsequencer-3.10.4/ags/vst3-capi/pluginterfaces/base/
H A Dags_vst_ipersistent.cpp36 …return(static_cast<Steinberg::IPersistent*>((void *) persistent)->loadAttributes(static_cast<Stein… in ags_vst_ipersistent_load_attributes()

123