Home
last modified time | relevance | path

Searched refs:txtExt (Results 1 – 6 of 6) sorted by relevance

/dports/astro/kstars/kstars-3.5.6/kstars/skycomponents/
H A Dbinarylistcomponent.h57 BinaryListComponent(Component* parent, QString basename, QString txtExt, QString binExt);
149 …onent>::BinaryListComponent(Component *parent, QString basename, QString txtExt, QString binExt) :… in BinaryListComponent() argument
152 …QDir(KSPaths::writableLocation(QStandardPaths::AppDataLocation)).filePath(basename + '.' + txtExt);
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/test/data/autofill/heuristics/output/
H A D047_register_continental.com.out24 PHONE_HOME_EXTENSION | ctl00$ContentInfo$HomePhone$txtExt$txtPhoneExt | Ext./PIN (optional): | | c…
27 PHONE_HOME_EXTENSION | ctl00$ContentInfo$BusinessPhone$txtExt$txtPhoneExt | Ext./PIN (optional): | …
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/plot/
H A Dplotcanvas.py2299 legendBoxWH = symExt = txtExt = (0, 0)
2306 txtExt = dc.GetTextExtent(txtList[0])
2308 txtExt = np.maximum(txtExt, dc.GetTextExtent(txt))
2309 maxW = symExt[0] + txtExt[0]
2310 maxH = max(symExt[1], txtExt[1])
2316 return (legendBoxWH, symExt, txtExt)
/dports/graphics/qgis/qgis-3.22.3/src/gui/processing/
H A Dqgsprocessingalgorithmdialogbase.cpp485 const QString txtExt = tr( "Text files" ) + QStringLiteral( " (*.txt *.TXT)" ); in saveLog() local
488 …ileDialog::getSaveFileName( this, tr( "Save Log to File" ), lastUsedDir, txtExt + ";;" + htmlExt, … in saveLog()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/processing/
H A Dqgsprocessingalgorithmdialogbase.cpp474 const QString txtExt = tr( "Text files" ) + QStringLiteral( " (*.txt *.TXT)" ); in saveLog() local
477 …QString path = QFileDialog::getSaveFileName( this, tr( "Save Log to File" ), lastUsedDir, txtExt +… in saveLog()
/dports/x11-themes/fvwm-themes/fvwm-themes-0.7.0/bin/
H A Dfvwm-themes-script.in861 my $txtExt = "txt";
871 $file = "$localeDir/$lang/$inLineDoc.$txtExt";
872 $file = "$localeDir/C/$inLineDoc.$txtExt" if (! -f $file);
873 $file = "$localeDir/en/$inLineDoc.$txtExt" if (! -f $file);