Home
last modified time | relevance | path

Searched refs:forId (Results 1 – 25 of 42) sorted by relevance

12

/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web.servlet/src/main/java/org/springframework/web/servlet/tags/form/
H A DLabelTag.java59 private String forId; field in LabelTag
67 public void setFor(String forId) { in setFor() argument
68 Assert.notNull(forId, "'forId' must not be null"); in setFor()
69 this.forId = forId; in setFor()
77 return this.forId; in getFor()
115 if (StringUtils.hasText(this.forId)) { in resolveFor()
116 return getDisplayString(evaluate(FOR_ATTRIBUTE, this.forId)); in resolveFor()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/core/client/widget/
H A DFormLabel.java74 public FormLabel(String text, String forId) in FormLabel() argument
76 this(false, text, forId); in FormLabel()
87 public FormLabel(boolean inline, String text, String forId) in FormLabel() argument
89 super(inline, text, forId); in FormLabel()
H A DInlineFormLabel.java21 public @UiConstructor InlineFormLabel(String text, String forId) in InlineFormLabel() argument
23 super(true, text, forId); in InlineFormLabel()
/dports/multimedia/musique/musique-1.10.1/src/
H A Dtracksqlmodel.cpp32 track = Track::forId(trackId); in data()
40 track = Track::forId(trackId); in data()
45 track = Track::forId(trackId); in data()
H A Dimagedownloader.cpp108 Artist *artist = Artist::forId(imageDownload->objectId); in onImageDownloaded()
117 Album *album = Album::forId(imageDownload->objectId); in onImageDownloaded()
H A Dalbumsqlmodel.cpp47 return Album::forId(id); in albumForIndex()
H A Dartistsqlmodel.cpp46 return Artist::forId(id); in artistForIndex()
H A Dartistlistview.cpp178 Artist *artist = Artist::forId(artistId); in preloadThumbs()
193 Artist *artist = Artist::forId(artistId); in clearThumbs()
/dports/multimedia/musique/musique-1.10.1/src/model/
H A Dgenre.cpp39 Genre *Genre::forId(int id) { in forId() function in Genre
72 genre = Genre::forId(id); in maybeCreateByName()
87 genre = Genre::forId(id); in maybeCreateByName()
100 genre = Genre::forId(id); in forHash()
186 Track *track = Track::forId(trackId); in getTracks()
237 artist = Artist::forId(query.value(0).toInt()); in randomArtist()
H A Ddecade.cpp24 Track *track = Track::forId(trackId); in getTracks()
64 album = Album::forId(query.value(0).toInt()); in randomAlbum()
H A Dtrack.cpp46 Track *Track::forId(int trackId) { in forId() function in Track
70 track->setArtist(Artist::forId(artistId)); in forId()
72 track->setAlbum(Album::forId(albumId)); in forId()
92 if (id != -1) track = Track::forId(id); in forPath()
H A Dartist.h59 static Artist *forId(int artistId);
H A Dgenre.h17 static Genre *forId(int id);
H A Dalbum.h60 static Album *forId(int albumId);
/dports/multimedia/minitube/minitube-3.9.2/src/
H A Dchannelaggregator.cpp72 if (query.next()) return YTChannel::forId(query.value(0).toString()); in getChannelToCheck()
203 YTChannel *channel = YTChannel::forId(videos.at(0)->getChannelId()); in videosLoaded()
245 YTChannel *channel = YTChannel::forId(video->getChannelId()); in addVideo()
333 YTChannel *channel = YTChannel::forId(video->getChannelId()); in videoWatched()
H A Dchannelsmodel.cpp38 return YTUser::forId(QSqlQueryModel::data(QSqlQueryModel::index(index.row(), 0)).toString()); in userForIndex()
H A Dytchannel.h32 static YTChannel* forId(const QString &channelId);
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/plugins/qmltooling/qmldbg_debugger/
H A Dqv4debugjob.cpp78 QObject *forId = QQmlDebugService::objectForId(context); in run() local
79 QQmlContext *extraContext = qmlContext(forId); in run()
81 ctx = QV4::QmlContext::create(ctx, QQmlContextData::get(extraContext), forId); in run()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/plugins/qmltooling/qmldbg_debugger/
H A Dqv4debugjob.cpp78 QObject *forId = QQmlDebugService::objectForId(context); in run() local
79 QQmlContext *extraContext = qmlContext(forId); in run()
81 ctx = QV4::QmlContext::create(ctx, QQmlContextData::get(extraContext), forId); in run()
/dports/science/paje/Paje_1.97/PajeSimulator/
H A DPajeSimul+Events.m114 [self setType:newContainerType forId:newContainerTypeName];
116 [self setType:newContainerType forId:newContainerTypeAlias];
178 [self setType:newEntityType forId:newEntityTypeName];
180 [self setType:newEntityType forId:newEntityTypeAlias];
243 [self setType:newEntityType forId:newEntityTypeName];
245 [self setType:newEntityType forId:newEntityTypeAlias];
H A DPajeSimul.m113 [self setType:rootContainerType forId:"0"];
114 [self setType:rootContainerType forId:"/"];
115 [self setType:rootContainerType forId:"File"];
229 - (void)setType:(id)type forId:(const char *)typeId
/dports/www/mediawiki135/mediawiki-1.35.5/includes/installer/
H A DWebInstaller.php728 * @param string $forId
733 public function label( $msg, $forId, $contents, $helpData = "" ) { argument
742 if ( $forId ) {
743 $attributes['for'] = $forId;
/dports/www/mediawiki136/mediawiki-1.36.3/includes/installer/
H A DWebInstaller.php728 * @param string $forId
734 public function label( $msg, $forId, $contents, $helpData = "" ) { argument
743 if ( $forId ) {
744 $attributes['for'] = $forId;
/dports/www/mediawiki137/mediawiki-1.37.1/includes/installer/
H A DWebInstaller.php728 * @param string $forId
734 public function label( $msg, $forId, $contents, $helpData = "" ) { argument
743 if ( $forId ) {
744 $attributes['for'] = $forId;
/dports/net/zillion/zillion/
H A DZillionClientServer.h57 - (void)setJobSpecification:(NSDictionary *)jobSpec forId:(NSString *)joId;

12