Home
last modified time | relevance | path

Searched refs:insertRows (Results 1 – 25 of 2033) sorted by relevance

12345678910>>...82

/dports/graphics/kdiagram/kdiagram-2.8.0/tests/RootIndex/
H A Dmainwindow.cpp44 m_model.insertRows( 0,2, QModelIndex() ); in MainWindow()
52 m_model.insertRows( 0,5, idx1 ); in MainWindow()
61 m_model.insertRows( 0,2, idx2 ); in MainWindow()
71 m_model.insertRows( 0,5, idx1 ); in MainWindow()
81 m_model2.insertRows( 0,2, idx2 ); in MainWindow()
/dports/www/mediawiki135/mediawiki-1.35.5/maintenance/
H A DconvertUserOptions.php89 $insertRows = [];
100 $insertRows[] = [
108 if ( count( $insertRows ) ) {
109 $dbw->insert( 'user_properties', $insertRows, __METHOD__, [ 'IGNORE' ] );
H A DpopulateIpChanges.php117 $insertRows = [];
121 $insertRows[] = [
131 if ( $insertRows ) {
132 $dbw->insert( 'ip_changes', $insertRows, __METHOD__, [ 'IGNORE' ] );
/dports/www/mediawiki136/mediawiki-1.36.3/maintenance/
H A DpopulateIpChanges.php117 $insertRows = [];
121 $insertRows[] = [
131 if ( $insertRows ) {
132 $dbw->insert( 'ip_changes', $insertRows, __METHOD__, [ 'IGNORE' ] );
/dports/www/mediawiki137/mediawiki-1.37.1/maintenance/
H A DpopulateIpChanges.php117 $insertRows = [];
121 $insertRows[] = [
131 if ( $insertRows ) {
132 $dbw->insert( 'ip_changes', $insertRows, __METHOD__, [ 'IGNORE' ] );
/dports/benchmarks/ali/ali-0.7.5/vendor/github.com/nakabonne/tstorage/
H A Dstorage_test.go28 _, err := part1.insertRows([]Row{
56 _, err := part1.insertRows([]Row{
65 _, err = part2.insertRows([]Row{
74 _, err = part3.insertRows([]Row{
H A Dmemory_partition_test.go40 m.insertRows([]Row{
58 gotOutOfOrder, err := tt.memoryPartition.insertRows(tt.rows)
93 m.insertRows([]Row{
129 m.insertRows([]Row{
/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/kotext/commands/
H A DInsertTableRowCommand.cpp59 carsManager.insertRows(m_row, 1, m_style); in redo()
66 m_table->insertRows(m_row, 1); in redo()
67 carsManager.insertRows(m_row, 1, m_style); in redo()
/dports/editors/calligra/calligra-3.2.1/libs/text/commands/
H A DInsertTableRowCommand.cpp59 carsManager.insertRows(m_row, 1, m_style); in redo()
66 m_table->insertRows(m_row, 1); in redo()
67 carsManager.insertRows(m_row, 1, m_style); in redo()
/dports/textproc/py-openpyxl/openpyxl-2.6.4/openpyxl/worksheet/
H A Dprotection.py54 insertRows = Bool() variable in SheetProtection
78 insertColumns=True, insertRows=True, insertHyperlinks=True, argument
89 self.insertRows = insertRows
/dports/finance/prestashop/prestashop/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/
H A DProtection.php63 private $insertRows = false; variable in PhpOffice\\PhpSpreadsheet\\Worksheet\\Protection
149 $this->insertRows ||
335 return $this->insertRows;
347 $this->insertRows = $pValue;
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/
H A DProtection.php63 private $insertRows = false; variable in PhpOffice\\PhpSpreadsheet\\Worksheet\\Protection
149 $this->insertRows ||
335 return $this->insertRows;
347 $this->insertRows = $pValue;
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/phpoffice/PhpSpreadsheet/Worksheet/
H A DProtection.php63 private $insertRows = false; variable in PhpOffice\\PhpSpreadsheet\\Worksheet\\Protection
149 $this->insertRows ||
335 return $this->insertRows;
347 $this->insertRows = $pValue;
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet/
H A DProtection.php92 private $insertRows = false; variable in PHPExcel_Worksheet_Protection
178 $this->insertRows ||
350 return $this->insertRows;
361 $this->insertRows = $pValue;
/dports/www/thirtybees/thirtybees-1.1.0/vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet/
H A DProtection.php92 private $insertRows = false; variable in PHPExcel_Worksheet_Protection
178 $this->insertRows ||
350 return $this->insertRows;
361 $this->insertRows = $pValue;
/dports/www/moodle310/moodle/lib/phpspreadsheet/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/
H A DProtection.php63 private $insertRows = false; variable in PhpOffice\\PhpSpreadsheet\\Worksheet\\Protection
149 $this->insertRows ||
335 return $this->insertRows;
347 $this->insertRows = $pValue;
/dports/www/moodle39/moodle/lib/phpspreadsheet/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Worksheet/
H A DProtection.php63 private $insertRows = false; variable in PhpOffice\\PhpSpreadsheet\\Worksheet\\Protection
149 $this->insertRows ||
335 return $this->insertRows;
347 $this->insertRows = $pValue;
/dports/databases/mariadb105-client/mariadb-10.5.15/mysql-test/suite/large_tests/r/
H A Dmaria_recover_encrypted.result26 insertRows: LOOP
28 LEAVE insertRows;
32 END LOOP insertRows;
/dports/databases/mariadb104-server/mariadb-10.4.24/mysql-test/suite/large_tests/r/
H A Dmaria_recover_encrypted.result26 insertRows: LOOP
28 LEAVE insertRows;
32 END LOOP insertRows;
/dports/databases/mariadb104-client/mariadb-10.4.24/mysql-test/suite/large_tests/r/
H A Dmaria_recover_encrypted.result26 insertRows: LOOP
28 LEAVE insertRows;
32 END LOOP insertRows;
/dports/databases/mariadb105-server/mariadb-10.5.15/mysql-test/suite/large_tests/r/
H A Dmaria_recover_encrypted.result26 insertRows: LOOP
28 LEAVE insertRows;
32 END LOOP insertRows;
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/benchmarks/gui/itemviews/qtableview/
H A Dtst_qtableview.cpp78 bool insertRows(int start, int count, const QModelIndex &parent = QModelIndex()) in insertRows() function in QtTestTableModel
285 view.model()->insertRows(0, 2); in rowInsertion()
286 view.model()->insertRows(5, 2); in rowInsertion()
287 view.model()->insertRows(8, 2); in rowInsertion()
288 view.model()->insertRows(12, 2); in rowInsertion()
/dports/security/fwbuilder/fwbuilder-5.3.7/src/libgui/
H A DlistOfLibrariesModel.cpp51 insertRows(row, 1); in addStaticItems()
70 bool ListOfLibrariesModel::insertRows(int row, int count, const QModelIndex & parent) in insertRows() function in ListOfLibrariesModel
74 return QStringListModel::insertRows(row, count, parent); in insertRows()
129 insertRows(i, 1); in sort()
/dports/www/wt/wt-4.6.1/test/models/
H A DWBatchEditProxyModelTest.C149 pm->insertRows(0, 2); in BOOST_AUTO_TEST_CASE()
194 sm->insertRows(1, 3); in BOOST_AUTO_TEST_CASE()
250 sm->insertRows(0, 2); in BOOST_AUTO_TEST_CASE()
262 pm->insertRows(2, 1); in BOOST_AUTO_TEST_CASE()
295 pm->insertRows(0, 3); in BOOST_AUTO_TEST_CASE()
303 pm->insertRows(1, 1); in BOOST_AUTO_TEST_CASE()
/dports/science/scidavis/scidavis-2.4.0/test/pythonTests/
H A Dcolumn_class.py39 c1.insertRows(0,8)
51 c1.insertRows(11,18)
151 c4.insertRows(3,3)
156 c4.insertRows(10,15)

12345678910>>...82