Home
last modified time | relevance | path

Searched refs:titleKey (Results 1 – 25 of 44) sorted by relevance

12

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/languageserverprotocol/
H A Dmessages.h70 QString title() const { return typedValue<QString>(titleKey); } in title()
71 void setTitle(QString title) { insert(titleKey, title); } in setTitle()
73 bool isValid() const override { return contains(titleKey); } in isValid()
H A Dprogresssupport.h100 QString title() const { return typedValue<QString>(titleKey); } in title()
101 void setTitle(const QString &title) { insert(titleKey, title); } in setTitle()
H A Dlsptypes.h204 QString title() const { return typedValue<QString>(titleKey); } in title()
205 void setTitle(const QString &title) { insert(titleKey, title); } in setTitle()
206 void clearTitle() { remove(titleKey); } in clearTitle()
218 bool isValid() const override { return contains(titleKey) && contains(commandKey); } in isValid()
/dports/games/scorched3d/scorched/src/common/common/
H A DToolTipResource.cpp25 const std::string &titleKey, const std::string &titleValue, in ToolTipResource() argument
28 titleKey_(titleKey), titleValue_(titleValue), in ToolTipResource()
H A DToolTipResource.h30 const std::string &titleKey, const std::string &titleValue,
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/
H A DSummaryListWriter.java99 private final String titleKey;
114 Content headContent, String titleKey) {
119 this.titleKey = titleKey;
189 String title = resources.getText(titleKey);
/dports/www/mediawiki135/mediawiki-1.35.5/vendor/wikimedia/parsoid/src/Config/
H A DEnv.php454 $titleKey = $str;
481 $titleKey = (string)$this->normalizedTitleKey( $str );
486 if ( $titleKey !== '' && $titleKey[0] === ':' && !$resolveOnly ) {
487 $titleKey = substr( $titleKey, 1 );
489 return $titleKey;
/dports/www/mediawiki136/mediawiki-1.36.3/vendor/wikimedia/parsoid/src/Config/
H A DEnv.php511 $titleKey = $str;
538 $titleKey = (string)$this->normalizedTitleKey( $str );
543 if ( $titleKey !== '' && $titleKey[0] === ':' && !$resolveOnly ) {
544 $titleKey = substr( $titleKey, 1 );
546 return $titleKey;
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/parsoid/src/Config/
H A DEnv.php538 $titleKey = $str;
565 $titleKey = (string)$this->normalizedTitleKey( $str );
570 if ( $titleKey !== '' && $titleKey[0] === ':' && !$resolveOnly ) {
571 $titleKey = substr( $titleKey, 1 );
573 return $titleKey;
/dports/www/grails/grails-1.3.6/src/java/org/codehaus/groovy/grails/plugins/web/taglib/
H A DRenderTagLib.groovy427 …* Attribute title or titleKey is required. When both attributes are specified then titleKey takes …
435 * &lt;g:sortableColumn property="title" titleKey="book.title" /&gt;<br/>
437 …eColumn property="releaseDate" defaultOrder="desc" title="Release Date" titleKey="book.releaseDate…
442 * @attr titleKey title key to use for the column, resolved against the message source
454 if (!attrs.title && !attrs.titleKey) {
455 … throwTagError("Tag [sortableColumn] is missing required attribute [title] or [titleKey]")
491 def titleKey = attrs.remove("titleKey")
492 if (titleKey) {
493 if (!title) title = titleKey
496 title = messageSource.getMessage(titleKey, null, title, locale)
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/plugins/qnx/mediaplayer/
H A Dmmrenderermetadata.cpp68 static const char * titleKey = "md_title_name"; variable
109 value = strm_dict_find_rstr(dict, titleKey); in update()
/dports/www/xist/ll-xist-5.34/src/ll/xist/ns/
H A Dstruts_html.py68 class titleKey(xsc.TextAttr): pass class in PartMouseElement.Attrs
206 class titleKey(xsc.TextAttr): pass class in frame.Attrs
295 class titleKey(xsc.TextAttr): pass class in img.Attrs
360 class titleKey(xsc.TextAttr): pass class in link.Attrs
/dports/japanese/plain2/plain2-2.54p1.orig/src/
H A Dtitle.c53 struct titleKey { struct
174 for (i=0; i<sizeof(titleKeyTbl)/sizeof(struct titleKey); i++) {
/dports/science/py-paida/paida-3.2.1_2.10.1/paida/paida_core/
H A DIAnnotation.py7 titleKey = 'Title' variable in IAnnotation
/dports/audio/atunes/atunes-3.1.2/src/net/sourceforge/atunes/kernel/modules/statistics/
H A DStatsDialogController.java420 private void setChart(final List<?> data, final String titleKey, in setChart() argument
424 I18nUtils.getString(titleKey), null, null, dataset, in setChart()
/dports/finance/weberp/webERP/Classes/PHPExcel/Reader/Excel2007/
H A DChart.php212 foreach($titleDetails as $titleKey => $titleDetail) {
213 switch ($titleKey) {
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel2007/
H A DChart.php214 foreach ($titleDetails as $titleKey => $titleDetail) {
215 switch ($titleKey) {
/dports/www/thirtybees/thirtybees-1.1.0/vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel2007/
H A DChart.php214 foreach ($titleDetails as $titleKey => $titleDetail) {
215 switch ($titleKey) {
/dports/games/flightgear/flightgear-2020.3.11/src/GUI/
H A DQtLauncher.cxx487 …const char* titleKey = QT_TRANSLATE_NOOP("macTranslationWarning", "Application running from downlo… in initApp() local
491 QString title = qApp->translate("macTranslationWarning", titleKey); in initApp()
/dports/finance/prestashop/prestashop/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/
H A DChart.php230 foreach ($titleDetails as $titleKey => $titleDetail) {
231 switch ($titleKey) {
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/
H A DChart.php230 foreach ($titleDetails as $titleKey => $titleDetail) {
231 switch ($titleKey) {
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/phpoffice/PhpSpreadsheet/Reader/Xlsx/
H A DChart.php230 foreach ($titleDetails as $titleKey => $titleDetail) {
231 switch ($titleKey) {
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/
H A DChart.php228 foreach ($titleDetails as $titleKey => $titleDetail) {
229 switch ($titleKey) {
/dports/www/moodle310/moodle/lib/phpspreadsheet/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/
H A DChart.php230 foreach ($titleDetails as $titleKey => $titleDetail) {
231 switch ($titleKey) {
/dports/www/moodle311/moodle/lib/phpspreadsheet/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/
H A DChart.php228 foreach ($titleDetails as $titleKey => $titleDetail) {
229 switch ($titleKey) {

12