Home
last modified time | relevance | path

Searched refs:setCell (Results 1 – 25 of 586) sorted by relevance

12345678910>>...24

/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/cli/info/
H A DInfo.cpp18 table.setCell(0, row, "File name:"); in printBinaryFileInfo()
21 table.setCell(0, row, "File version:"); in printBinaryFileInfo()
38 table.setCell(0, row, "Run time:"); in printBinaryFileInfo()
41 table.setCell(0, row, "Time step:"); in printBinaryFileInfo()
47 table.setCell(0, row, "Run type:"); in printBinaryFileInfo()
51 table.setCell(1, row, "unknown"); in printBinaryFileInfo()
54 table.setCell(0, row, "Build date:"); in printBinaryFileInfo()
58 table.setCell(1, row, "unknown"); in printBinaryFileInfo()
75 table.setCell(0, row, "File name:"); in printCompressedFileInfo()
89 table.setCell(0, row, "Run time:"); in printCompressedFileInfo()
[all …]
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/analysis/
H A DAnova.cpp409 t->setCell(0, 4, d_att.FA); in resultTable()
410 t->setCell(0, 5, d_att.pA); in resultTable()
415 t->setCell(1, 4, d_att.FB); in resultTable()
416 t->setCell(1, 5, d_att.pB); in resultTable()
441 t->setCell(0, 4, d_at.F); in resultTable()
442 t->setCell(0, 5, d_at.p); in resultTable()
444 t->setCell(1, 1, d_at.dfE); in resultTable()
445 t->setCell(1, 2, d_at.SSE); in resultTable()
446 t->setCell(1, 3, d_at.MSE); in resultTable()
448 t->setCell(2, 1, d_at.dfT); in resultTable()
[all …]
H A DStatisticTest.cpp54 t->setCell(rows, 1, d_n); in outputResultsTo()
55 t->setCell(rows, 2, dof()); in outputResultsTo()
56 t->setCell(rows, 3, d_mean); in outputResultsTo()
57 t->setCell(rows, 4, d_sd); in outputResultsTo()
59 t->setCell(rows, 6, d_se); in outputResultsTo()
79 t->setCell(0, 1, d_n); in resultTable()
80 t->setCell(0, 2, dof()); in resultTable()
81 t->setCell(0, 3, d_mean); in resultTable()
82 t->setCell(0, 4, d_sd); in resultTable()
84 t->setCell(0, 6, d_se); in resultTable()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/recipes/java-recipes/
H A DMicroTable.java179 setCell(db, "0", "Law school", "Harvard");
181 setCell(db, "1", "President", "Obama");
182 setCell(db, "1", "Law school", "Yale");
184 setCell(db, "2", "President", "Clinton");
186 setCell(db, "3", "Name", "Elena Kagan");
187 setCell(db, "3", "President", "Obama");
190 setCell(db, "4", "President", "Reagan");
193 setCell(db, "6", "President", "Clinton");
197 setCell(db, "8", "Law school", "Yale");
199 setCell(db, "9", "President", "Reagan");
[all …]
/dports/www/ilias/ILIAS-5.4.25/Modules/OrgUnit/classes/
H A Dclass.ilOrgUnitExporter.php68 $worksheet->setCell($row, 0, "ou_id");
69 $worksheet->setCell($row, 1, "ou_id_type");
70 $worksheet->setCell($row, 2, "ou_parent_id");
71 $worksheet->setCell($row, 3, "ou_parent_id_type");
72 $worksheet->setCell($row, 4, "reference_id");
73 $worksheet->setCell($row, 5, "title");
74 $worksheet->setCell($row, 6, "description");
75 $worksheet->setCell($row, 7, "action");
87 $worksheet->setCell($row, 0, $attrs["ou_id"]);
91 $worksheet->setCell($row, 4, $orgu->getRefId());
[all …]
/dports/www/ilias6/ILIAS-6.14/Modules/OrgUnit/classes/
H A Dclass.ilOrgUnitExporter.php73 $worksheet->setCell($row, 0, "ou_id");
74 $worksheet->setCell($row, 1, "ou_id_type");
75 $worksheet->setCell($row, 2, "ou_parent_id");
76 $worksheet->setCell($row, 3, "ou_parent_id_type");
77 $worksheet->setCell($row, 4, "reference_id");
78 $worksheet->setCell($row, 5, "title");
79 $worksheet->setCell($row, 6, "description");
80 $worksheet->setCell($row, 7, "action");
92 $worksheet->setCell($row, 0, $attrs["ou_id"]);
96 $worksheet->setCell($row, 4, $orgu->getRefId());
[all …]
/dports/www/ilias/ILIAS-5.4.25/Modules/Test/classes/
H A Dclass.ilTestExport.php229 $worksheet->setCell($row, $col++, $key);
230 $worksheet->setCell($row, $col++, $value);
249 $worksheet->setCell($row, $col++, $key);
250 $worksheet->setCell($row, $col++, $value[0]);
251 $worksheet->setCell($row, $col++, $value[4]);
252 $worksheet->setCell($row, $col++, $value[5]);
253 $worksheet->setCell($row, $col++, $value[6]);
254 $worksheet->setCell($row, $col++, $value[3]);
407 $worksheet->setCell($row, $col++, $counter);
468 $worksheet->setCell($row, $col++, $median);
[all …]
/dports/www/ilias6/ILIAS-6.14/Modules/Test/classes/
H A Dclass.ilTestExport.php229 $worksheet->setCell($row, $col++, $key);
230 $worksheet->setCell($row, $col++, $value);
249 $worksheet->setCell($row, $col++, $key);
250 $worksheet->setCell($row, $col++, $value[0]);
251 $worksheet->setCell($row, $col++, $value[4]);
252 $worksheet->setCell($row, $col++, $value[5]);
253 $worksheet->setCell($row, $col++, $value[6]);
254 $worksheet->setCell($row, $col++, $value[3]);
407 $worksheet->setCell($row, $col++, $counter);
468 $worksheet->setCell($row, $col++, $median);
[all …]
/dports/science/scidavis/scidavis-2.4.0/test/pythonTests/
H A Dtable_class.py36 t.setCell(1,1,a) # DEPRECATED
63 t2.setCell(1,i,random.uniform(0,1.0))
64 t2.setCell(2,i,random.uniform(3.0,1.0))
73 t3.setCell(1,i,random.uniform(0,1.0))
74 t3.setCell(2,i,random.uniform(3.0,1.0))
85 t3.setCell(1,j,random.uniform(0,1.0))
86 t3.setCell(3,j,j)
99 t3.setCell(2,j,random.uniform(3.0,1.0))
100 t3.setCell(3,j,j)
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/table/
H A DTableStatistics.cpp235 setCell(r, k, mean);
238 setCell(r, k, sd);
250 setCell(r, k, max);
253 setCell(r, k, min);
256 setCell(r, k, m);
268 setCell(r, k, median);
334 setCell(c, k, mean);
337 setCell(c, k, sd);
352 setCell(c, k, max);
358 setCell(c, k, min);
[all …]
/dports/www/ilias/ILIAS-5.4.25/Services/Tracking/classes/repository_statistics/
H A Dclass.ilLPProgressTableGUI.php302 $a_excel->setCell($a_row, 0, $this->lng->txt("type"));
303 $a_excel->setCell($a_row, 1, $this->lng->txt("trac_title"));
304 $a_excel->setCell($a_row, 2, $this->lng->txt("status"));
307 $a_excel->setCell($a_row, 5, $this->lng->txt("trac_mark"));
308 $a_excel->setCell($a_row, 6, $this->lng->txt("comment"));
309 $a_excel->setCell($a_row, 7, $this->lng->txt("trac_mode"));
318 $a_excel->setCell($a_row, 1, $a_set["title"]);
324 $a_excel->setCell($a_row, 4, '-');
326 $a_excel->setCell($a_row, 4, $a_set["percentage"] . "%");
328 $a_excel->setCell($a_row, 5, $a_set["mark"]);
[all …]
H A Dclass.ilTrSummaryTableGUI.php754 $a_excel->setCell($a_row, 0, $this->lng->txt("title"));
764 $a_excel->setCell($a_row, $cnt, $label);
768 $a_excel->setCell($a_row, $cnt, $label . " #1");
769 $a_excel->setCell($a_row, ++$cnt, $label . " #1");
771 $a_excel->setCell($a_row, ++$cnt, $label . " #2");
791 $a_excel->setCell($a_row, ++$cnt, $text);
804 $a_excel->setCell($a_row, 0, $a_set["title"]);
810 $a_excel->setCell($a_row, $cnt, $val);
826 $a_excel->setCell($a_row, $cnt, "");
827 $a_excel->setCell($a_row, ++$cnt, "");
[all …]
/dports/www/ilias6/ILIAS-6.14/Services/Tracking/classes/repository_statistics/
H A Dclass.ilLPProgressTableGUI.php302 $a_excel->setCell($a_row, 0, $this->lng->txt("type"));
303 $a_excel->setCell($a_row, 1, $this->lng->txt("trac_title"));
304 $a_excel->setCell($a_row, 2, $this->lng->txt("status"));
307 $a_excel->setCell($a_row, 5, $this->lng->txt("trac_mark"));
308 $a_excel->setCell($a_row, 6, $this->lng->txt("comment"));
309 $a_excel->setCell($a_row, 7, $this->lng->txt("trac_mode"));
318 $a_excel->setCell($a_row, 1, $a_set["title"]);
324 $a_excel->setCell($a_row, 4, '-');
326 $a_excel->setCell($a_row, 4, $a_set["percentage"] . "%");
328 $a_excel->setCell($a_row, 5, $a_set["mark"]);
[all …]
H A Dclass.ilTrSummaryTableGUI.php760 $a_excel->setCell($a_row, 0, $this->lng->txt("title"));
770 $a_excel->setCell($a_row, $cnt, $label);
774 $a_excel->setCell($a_row, $cnt, $label . " #1");
775 $a_excel->setCell($a_row, ++$cnt, $label . " #1");
777 $a_excel->setCell($a_row, ++$cnt, $label . " #2");
797 $a_excel->setCell($a_row, ++$cnt, $text);
810 $a_excel->setCell($a_row, 0, $a_set["title"]);
816 $a_excel->setCell($a_row, $cnt, $val);
832 $a_excel->setCell($a_row, $cnt, "");
833 $a_excel->setCell($a_row, ++$cnt, "");
[all …]
/dports/www/ilias/ILIAS-5.4.25/Modules/Exercise/classes/BackgroundTasks/
H A Dclass.ilExerciseManagementCollectFilesJob.php169 $this->excel->setCell(1, $col, $title);
296 $this->excel->setCell($row, $col, $this->lng->txt("yes"));
298 $this->excel->setCell($row, $col, $this->lng->txt("no"));
324 $this->excel->setCell($row, $col, $rating_int);
330 $this->excel->setCell($row, $col, $values[$crit_id]);
332 $this->excel->setCell($row, $col, $values['text']);
544 $this->excel->setCell($row, $col, $this->lng->txt("open"));
546 $this->excel->setCell($row, $col, $submission_file['filetitle']);
570 $this->excel->setCell($row + 1, $i - 1, $cell_to_copy);
582 $this->excel->setCell(
[all …]
/dports/www/ilias6/ILIAS-6.14/Modules/Exercise/classes/BackgroundTasks/
H A Dclass.ilExerciseManagementCollectFilesJob.php169 $this->excel->setCell(1, $col, $title);
296 $this->excel->setCell($row, $col, $this->lng->txt("yes"));
298 $this->excel->setCell($row, $col, $this->lng->txt("no"));
324 $this->excel->setCell($row, $col, $rating_int);
330 $this->excel->setCell($row, $col, $values[$crit_id]);
332 $this->excel->setCell($row, $col, $values['text']);
537 $this->excel->setCell($row, $col, $this->lng->txt("open"));
539 $this->excel->setCell($row, $col, $submission_file['filetitle']);
562 $this->excel->setCell($row + 1, $i, $cell_to_copy);
574 $this->excel->setCell(
[all …]
/dports/audio/musescore/MuseScore-3.6.1/omr/
H A Dskew.cpp79 void setCell(int x, int y, ushort value) { cells[height * x + y] = value; } in setCell() function in Ms::RadonInfo
96 q->setCell(x+2*i, y, cell + p->getCell(x+i+step, y+i)); in radonProjection()
97 q->setCell(x+2*i+1, y, cell + p->getCell(x+i+step, y+i+1)); in radonProjection()
101 q->setCell(x+2*i, y, cell + p->getCell(x+i+step, y+i)); in radonProjection()
102 q->setCell(x+2*i+1, y, cell); in radonProjection()
106 q->setCell(x+2*i, y, cell); in radonProjection()
107 q->setCell(x+2*i+1, y, cell); in radonProjection()
140 src->setCell(--i, y, Omr::bitsSetTable[*p++]); in radonTransform()
148 src->setCell(x, y, Omr::bitsSetTable[*p++]); in radonTransform()
/dports/www/ilias/ILIAS-5.4.25/Services/Rating/classes/
H A Dclass.ilRatingCategoryGUI.php298 $excel->setCell($row, 0, $this->export_subobj_title . " (" . $lng->txt("id") . ")");
299 $excel->setCell($row, 1, $this->export_subobj_title);
301 $excel->setCell($row, 3, $lng->txt("rating_export_category"));
302 $excel->setCell($row, 4, $lng->txt("rating_export_date"));
303 $excel->setCell($row, 5, $lng->txt("rating_export_rating"));
320 $excel->setCell($row, 0, (int) $item["sub_obj_id"]);
321 $excel->setCell($row, 1, $sub_obj_title);
322 $excel->setCell($row, 2, (int) $item["category_id"]);
323 $excel->setCell($row, 3, $active[$item["category_id"]]);
324 $excel->setCell($row, 4, new ilDateTime($item["tstamp"], IL_CAL_UNIX));
[all …]
/dports/www/ilias6/ILIAS-6.14/Services/Rating/classes/
H A Dclass.ilRatingCategoryGUI.php298 $excel->setCell($row, 0, $this->export_subobj_title . " (" . $lng->txt("id") . ")");
299 $excel->setCell($row, 1, $this->export_subobj_title);
301 $excel->setCell($row, 3, $lng->txt("rating_export_category"));
302 $excel->setCell($row, 4, $lng->txt("rating_export_date"));
303 $excel->setCell($row, 5, $lng->txt("rating_export_rating"));
320 $excel->setCell($row, 0, (int) $item["sub_obj_id"]);
321 $excel->setCell($row, 1, $sub_obj_title);
322 $excel->setCell($row, 2, (int) $item["category_id"]);
323 $excel->setCell($row, 3, $active[$item["category_id"]]);
324 $excel->setCell($row, 4, new ilDateTime($item["tstamp"], IL_CAL_UNIX));
[all …]
/dports/www/ilias/ILIAS-5.4.25/Modules/Exercise/classes/
H A Dclass.ilObjExercise.php594 $excel->setCell($row, 0, $this->lng->txt("name"));
599 $excel->setCell($row, $cnt++, $this->lng->txt("exc_total_exc"));
600 $excel->setCell($row, $cnt++, $this->lng->txt("exc_mark"));
630 $excel->setCell($row, $col++, $this->lng->txt("exc_" . $status));
631 $excel->setCell($row, $col++, $mark);
636 $excel->setCell($row, $col++, $this->lng->txt("exc_" . $status));
640 $excel->setCell($row, $col++, $marks_obj->getMark());
641 $excel->setCell($row++, $col, $marks_obj->getComment());
653 $excel->setCell($row, 0, $this->lng->txt("name"));
655 $excel->setCell($row, $cnt++, $cnt - 1);
[all …]
/dports/www/ilias6/ILIAS-6.14/Modules/Exercise/classes/
H A Dclass.ilObjExercise.php642 $excel->setCell($row, 0, $this->lng->txt("name"));
647 $excel->setCell($row, $cnt++, $this->lng->txt("exc_total_exc"));
648 $excel->setCell($row, $cnt++, $this->lng->txt("exc_mark"));
677 $excel->setCell($row, $col++, $this->lng->txt("exc_" . $status));
678 $excel->setCell($row, $col++, $mark);
683 $excel->setCell($row, $col++, $this->lng->txt("exc_" . $status));
687 $excel->setCell($row, $col++, $marks_obj->getMark());
688 $excel->setCell($row++, $col, $marks_obj->getComment());
700 $excel->setCell($row, 0, $this->lng->txt("name"));
702 $excel->setCell($row, $cnt++, $cnt - 1);
[all …]
/dports/www/ilias/ILIAS-5.4.25/Modules/Poll/classes/
H A Dclass.ilPollUserTableGUI.php105 $a_excel->setCell($a_row, 0, $a_set["login"]);
106 $a_excel->setCell($a_row, 1, $a_set["lastname"]);
107 $a_excel->setCell($a_row, 2, $a_set["firstname"]);
112 $a_excel->setCell($a_row, ++$col, true);
114 $a_excel->setCell($a_row, ++$col, false);
/dports/www/ilias6/ILIAS-6.14/Modules/Poll/classes/
H A Dclass.ilPollUserTableGUI.php105 $a_excel->setCell($a_row, 0, $a_set["login"]);
106 $a_excel->setCell($a_row, 1, $a_set["lastname"]);
107 $a_excel->setCell($a_row, 2, $a_set["firstname"]);
112 $a_excel->setCell($a_row, ++$col, true);
114 $a_excel->setCell($a_row, ++$col, false);
/dports/www/ilias/ILIAS-5.4.25/Modules/BookingManager/classes/
H A Dclass.ilBookingReservationsTableGUI.php785 $a_excel->setCell($a_row, 0, $this->lng->txt("title"));
788 $a_excel->setCell($a_row, ++$col, $this->lng->txt("date"));
794 $a_excel->setCell($a_row, ++$col, $this->lng->txt("status"));
798 $a_excel->setCell($a_row, ++$col, $txt);
806 $a_excel->setCell($a_row, 0, $a_set["title"]);
810 $a_excel->setCell($a_row, ++$col, $a_set["week"]);
812 $a_excel->setCell($a_row, ++$col, $a_set["slot"]);
813 $a_excel->setCell($a_row, ++$col, $a_set["counter"]);
819 $a_excel->setCell($a_row, ++$col, $status);
833 $a_excel->setCell($a_row, ++$col, $val);
[all …]
/dports/graphics/tiled/tiled-1.7.2/src/libtiled/
H A Dtilelayer.cpp85 void Chunk::setCell(int x, int y, const Cell &cell) in setCell() function in Chunk
196 void Tiled::TileLayer::setCell(int x, int y, const Cell &cell) in setCell() function in Tiled::TileLayer
222 _chunk.setCell(x & CHUNK_MASK, y & CHUNK_MASK, cell); in setCell()
242 copied->setCell(x - regionBounds.x(),
261 setCell(x, y, cell);
277 setCell(_x, _y, layer->cellAt(_x - x, _y - y));
298 setCell(x, y, cell);
316 setCell(x, y, Cell::empty);
351 newLayer->setCell(mWidth - _x - 1, _y, dest);
667 newLayer->setCell(x, y, cellAt(oldX, oldY));
[all …]

12345678910>>...24