Home
last modified time | relevance | path

Searched defs:tableHeaders (Results 1 – 16 of 16) sorted by relevance

/dports/devel/cld2/cld-20150505/internal/
H A Dcld2_dynamic_data_extractor.cc62 CLD2DynamicData::TableHeader tableHeaders[NUM_TABLES]; in writeDataFile() local
165 CLD2DynamicData::TableHeader* tableHeaders) { in initTableHeaders()
H A Dcld2_dynamic_data_loader.cc97 …CLD2DynamicData::TableHeader* tableHeaders = new CLD2DynamicData::TableHeader[header->numTablesEnc… in loadInternal() local
H A Dcld2_dynamic_data.h194 TableHeader* tableHeaders; member
/dports/devel/spark/spark-2.1.1/core/src/test/scala/org/apache/spark/ui/
H A DUISeleniumSuite.scala236 val tableHeaders = findAll(cssSelector("th")).map(_.text).toSeq constant
244 val tableHeaders = findAll(cssSelector("th")).map(_.text).toSeq constant
/dports/www/groupoffice/groupoffice-6.4.231-php-71/go/base/util/
H A DPdf.php266 public function tableHeaders($columns){ function in GO\\Base\\Util\\Pdf
/dports/graphics/qgis/qgis-3.22.3/src/gui/tableeditor/
H A Dqgstableeditordialog.cpp233 QVariantList QgsTableEditorDialog::tableHeaders() const in tableHeaders() function in QgsTableEditorDialog
H A Dqgstableeditorwidget.cpp745 QVariantList QgsTableEditorWidget::tableHeaders() const in tableHeaders() function in QgsTableEditorWidget
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/tableeditor/
H A Dqgstableeditordialog.cpp233 QVariantList QgsTableEditorDialog::tableHeaders() const in tableHeaders() function in QgsTableEditorDialog
H A Dqgstableeditorwidget.cpp745 QVariantList QgsTableEditorWidget::tableHeaders() const in tableHeaders() function in QgsTableEditorWidget
/dports/lang/spidermonkey78/firefox-78.9.0/browser/components/translation/cld2/internal/
H A Dcld2_dynamic_data.h194 TableHeader* tableHeaders; member
/dports/www/firefox/firefox-99.0/browser/components/translation/cld2/internal/
H A Dcld2_dynamic_data.h194 TableHeader* tableHeaders; member
/dports/www/firefox-esr/firefox-91.8.0/browser/components/translation/cld2/internal/
H A Dcld2_dynamic_data.h194 TableHeader* tableHeaders; member
/dports/mail/thunderbird/thunderbird-91.8.0/browser/components/translation/cld2/internal/
H A Dcld2_dynamic_data.h194 TableHeader* tableHeaders; member
/dports/lang/spidermonkey60/firefox-60.9.0/browser/components/translation/cld2/internal/
H A Dcld2_dynamic_data.h194 TableHeader* tableHeaders; member
/dports/www/firefox-legacy/firefox-52.8.0esr/browser/components/translation/cld2/internal/
H A Dcld2_dynamic_data.h194 TableHeader* tableHeaders; member
/dports/multimedia/zoneminder/zoneminder-1.36.5/web/api/lib/Cake/View/Helper/
H A DHtmlHelper.php880 public function tableHeaders($names, $trOptions = null, $thOptions = null) { function in HtmlHelper