Home
last modified time | relevance | path

Searched refs:catNames (Results 1 – 25 of 27) sorted by relevance

12

/dports/deskutils/libcprime/libcprime-a5d026eb116d714d1d5312210f914d0a0d4adb2d/cprime/
H A Dapplicationdialog.cpp83 catNames.clear(); in ApplicationDialog()
84 catNames.insert("CSuite", QStringList()) ; in ApplicationDialog()
86 catNames.insert("Games", QStringList() << "Game"); in ApplicationDialog()
87 catNames.insert("Graphics", QStringList()); in ApplicationDialog()
90 catNames.insert("Office", QStringList()); in ApplicationDialog()
91 catNames.insert("Other", QStringList()); in ApplicationDialog()
92 catNames.insert("Settings", QStringList() << "System"); in ApplicationDialog()
93 catNames.insert("Utilities", QStringList() << "Utility"); in ApplicationDialog()
162 catNames.clear(); in ~ApplicationDialog()
185 Q_FOREACH (const QString &name, catNames.keys()) { in createCategories()
[all …]
H A Dapplicationdialog.h66 QMap<QString, QStringList> catNames; variable
/dports/x11-fm/qtfm/qtfm-6.2.1/libfm/
H A Dapplicationdialog.cpp52 catNames.clear(); in ApplicationDialog()
54 catNames.insert("Games", QStringList() << "Game"); in ApplicationDialog()
55 catNames.insert("Graphics", QStringList()); in ApplicationDialog()
58 catNames.insert("Office", QStringList()); in ApplicationDialog()
59 catNames.insert("Other", QStringList()); in ApplicationDialog()
60 catNames.insert("Settings", QStringList() << "System"); in ApplicationDialog()
61 catNames.insert("Utilities", QStringList() << "Utility"); in ApplicationDialog()
128 foreach (QString name, catNames.keys()) { in createCategories()
134 foreach (QString synonym, catNames.value(name)) { in createCategories()
164 foreach (QString name, catNames.keys()) { in findCategory()
[all …]
H A Dapplicationdialog.h34 QMap<QString, QStringList> catNames; variable
/dports/deskutils/egroupware/egroupware/vendor/gettext/languages/src/Exporter/
H A DPhp.php44 $catNames = array();
46 $catNames[] = "'{$c->id}'";
48 $lines[] = ' \'cases\' => array(' . implode(', ', $catNames) . '),';
/dports/audio/ampache/ampache-php74-5.0.0/vendor/gettext/languages/src/Exporter/
H A DPhp.php44 $catNames = array();
46 $catNames[] = "'{$c->id}'";
48 $lines[] = ' \'cases\' => array(' . implode(', ', $catNames) . '),';
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/gettext/languages/src/Exporter/
H A DPhp.php31 $catNames = array();
33 $catNames[] = "'{$c->id}'";
35 $lines[] = ' \'cases\' => array('.implode(', ', $catNames).'),';
/dports/net-mgmt/cacti/cacti-1.2.19/include/vendor/cldr-to-gettext-plural-rules/src/Exporter/
H A DPhp.php31 $catNames = array();
33 $catNames[] = "'{$c->id}'";
35 $lines[] = ' \'cases\' => array('.implode(', ', $catNames).'),';
/dports/databases/grass7/grass-7.8.6/gui/wxpython/iclass/
H A Dtoolbars.py219 def SetCategories(self, catNames, catIdx): argument
221 for name, idx in zip(catNames, catIdx):
280 catNames = []
285 catNames.append(stat.name)
286 self.SetCategories(catNames=catNames, catIdx=cats)
287 if name in catNames:
290 elif catNames:
/dports/graphics/R-cran-rgdal/rgdal/R/
H A Dsp_gdal.R423 setStatistics=FALSE, colorTables=NULL, catNames=NULL, enforce_xy=NULL) argument
432 colorTables=colorTables, catNames=catNames, enforce_xy=enforce_xy)
442 catNames=catNames, enforce_xy=enforce_xy)
453 … = NA, options=NULL, fname=NULL, setStatistics=FALSE, colorTables=NULL, catNames=NULL, enforce_xy=… argument
515 if (!is.null(catNames)) {
516 stopifnot(is.list(catNames))
517 stopifnot(length(catNames) == nbands)
544 if (!is.null(catNames)) {
545 icN <- catNames[[i]]
H A Dgdal.R651 catNames <- .Call('RGDAL_GetCategoryNames', raster, functionVar
654 if (!is.null(catNames)) {
656 lCN <- length(catNames)
660 X[[i]] <- factor(X[[i]], levels=levels, labels=catNames)
663 cat(paste(levels, " ", catNames, "\n", sep=""),
682 catNames <- .Call('RGDAL_GetCategoryNames', raster, PACKAGE="rgdal") functionVar
684 catNames
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/lib/gwt/2.8.1/samples/Showcase/src/com/google/gwt/sample/showcase/client/content/cell/
H A DContactDatabase.java339 String[] catNames = constants.contactDatabaseCategories(); in ContactDatabase() local
340 categories = new Category[catNames.length]; in ContactDatabase()
341 for (int i = 0; i < catNames.length; i++) { in ContactDatabase()
342 categories[i] = new Category(catNames[i]); in ContactDatabase()
/dports/print/py-reportlab/reportlab-3.5.68/src/reportlab/graphics/charts/
H A Dlinecharts.py580 catNames = 'Jan Feb Mar Apr May Jun Jul Aug'.split(' ')
581 lc.categoryAxis.categoryNames = catNames
655 catNames = 'Jan Feb Mar Apr May Jun Jul Aug'.split(' ')
656 lc.categoryAxis.categoryNames = catNames
688 catNames = 'Jan Feb Mar Apr May Jun Jul Aug'.split(' ')
689 lc.categoryAxis.categoryNames = catNames
724 catNames = 'Jan Feb Mar Apr May Jun Jul Aug'.split(' ')
725 lc.categoryAxis.categoryNames = catNames
H A Dbarcharts.py1185 catNames = 'Jan Feb Mar Apr May Jun Jul Aug'.split(' ')
1186 catNames = [n+'-99' for n in catNames]
1187 bc.categoryAxis.categoryNames = catNames
1806 catNames = 'Jan Feb Mar Apr May Jun Jul Aug'.split(' ')
1807 catNames = [n+'-99' for n in catNames]
1808 bc.categoryAxis.categoryNames = catNames
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/raw/
H A Denvidataset.cpp347 char **catNames = band->GetCategoryNames(); in FlushCache() local
350 if (nullptr == catNames) in FlushCache()
383 catNames = band->GetCategoryNames(); in FlushCache()
384 if (nullptr != catNames) in FlushCache()
387 while (*catNames++) in FlushCache()
415 catNames = band->GetCategoryNames(); in FlushCache()
416 if (nullptr != *catNames) in FlushCache()
419 catNames++; in FlushCache()
421 while (*catNames) in FlushCache()
426 bOK &= VSIFPrintfL(fp, " %s", *catNames) >= 0; in FlushCache()
[all …]
/dports/graphics/gdal/gdal-3.3.3/frmts/raw/
H A Denvidataset.cpp347 char **catNames = band->GetCategoryNames(); in FlushCache() local
350 if (nullptr == catNames) in FlushCache()
383 catNames = band->GetCategoryNames(); in FlushCache()
384 if (nullptr != catNames) in FlushCache()
387 while (*catNames++) in FlushCache()
415 catNames = band->GetCategoryNames(); in FlushCache()
416 if (nullptr != *catNames) in FlushCache()
419 catNames++; in FlushCache()
421 while (*catNames) in FlushCache()
426 bOK &= VSIFPrintfL(fp, " %s", *catNames) >= 0; in FlushCache()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/frmts/raw/
H A Denvidataset.cpp347 char **catNames = band->GetCategoryNames(); in FlushCache() local
350 if (nullptr == catNames) in FlushCache()
383 catNames = band->GetCategoryNames(); in FlushCache()
384 if (nullptr != catNames) in FlushCache()
387 while (*catNames++) in FlushCache()
415 catNames = band->GetCategoryNames(); in FlushCache()
416 if (nullptr != *catNames) in FlushCache()
419 catNames++; in FlushCache()
421 while (*catNames) in FlushCache()
426 bOK &= VSIFPrintfL(fp, " %s", *catNames) >= 0; in FlushCache()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/raw/
H A Denvidataset.cpp383 char** catNames; in FlushCache() local
397 catNames = band->GetCategoryNames(); in FlushCache()
400 if (0 == catNames) in FlushCache()
428 catNames = band->GetCategoryNames(); in FlushCache()
429 if (0 != catNames) in FlushCache()
432 while (*catNames++) in FlushCache()
460 catNames = band->GetCategoryNames(); in FlushCache()
461 if (0 != *catNames) in FlushCache()
463 VSIFPrintfL( fp, "class names = {\n%s", *catNames++); in FlushCache()
465 while (*catNames) { in FlushCache()
[all …]
/dports/print/py-reportlab/reportlab-3.5.68/tests/
H A Dtest_graphics_charts.py100 catNames = u'J\xe4n Feb M\xe4r \xc4pr M\xe4y J\xfcn J\xfcl \xc4\xfcg'.split( ' ')
101 bc.barLabelArray = catNames
102 catNames = [n+'-99' for n in catNames]
103 bc.categoryAxis.categoryNames = catNames
169 catNames = 'Jan Feb Mar Apr May Jun Jul Aug'.split(' ')
170 catNames = [n+'-99' for n in catNames]
171 bc.categoryAxis.categoryNames = catNames
/dports/graphics/R-cran-rgdal/rgdal/man/
H A DreadGDAL.Rd25 colorTables = NULL, catNames=NULL, enforce_xy = NULL)
28 catNames=NULL, enforce_xy = NULL)
82 \item{catNames}{default NULL, if not NULL, a list of length equal to the number of bands, with NULL…
272 writeGDAL(t0, tf, type="Byte", colorTable=list(CT), catNames=list(cN),
298 catNames=list(cN), mvFlag=11L)
/dports/print/py-reportlab/reportlab-3.5.68/docs/userguide/
H A Dgraph_charts.py930 catNames = 'Jan Feb Mar Apr May Jun Jul Aug'.split(' ') variable
931 lc.categoryAxis.categoryNames = catNames
/dports/math/fricas/fricas-1.3.7/src/interp/
H A Dcattable.boot412 clearTempCategoryTable(catNames) ==
414 MEMQ(key,catNames) => nil
418 MEMQ(first catForm, catNames) => nil
H A Dnruncomp.boot506 catNames := ['$, :[GENVAR() for u in rest catvecListMaker]]
514 NRTsetVector4Part1(catNames, catvecListMaker, condCats, base_shell, e)
519 storeOperationCode := DescendCode(code, true, nil, first catNames,
/dports/biology/hyphy/hyphy-2.5.33/src/core/
H A Dcategory.cpp1165 catNames = *GetName()&'.'&"points"; in SerializeCategory() local
1180 values->Serialize (rec, catNames); in SerializeCategory()
1224 rec << catNames; in SerializeCategory()
H A Dbatchlan.cpp2951 * catNames = nil; in ExecuteCase12() local
2975 DeleteObject (catValues);DeleteObject (catNames); DeleteObject (ds); in ExecuteCase12()
2978 catNames = new _Matrix (1,1,false,true); in ExecuteCase12()
2986 …DeleteObject (resultingDSName);DeleteObject (catValues);DeleteObject (catNames); DeleteObject (ds); in ExecuteCase12()
2991 ((_LikelihoodFunction*)likeFuncList(f))->Simulate(*ds,theExclusions,catValues,catNames); in ExecuteCase12()
2996 if (catNames) { in ExecuteCase12()
2997 catNameVar->SetValue(catNames,false,true,NULL); in ExecuteCase12()

12