Home
last modified time | relevance | path

Searched refs:tabledata (Results 1 – 25 of 158) sorted by relevance

1234567

/dports/math/SCIP/scip-7.0.3/src/objscip/
H A Dobjtable.cpp55 SCIP_TABLEDATA* tabledata; in SCIP_DECL_TABLECOPY() local
60 assert(tabledata != NULL); in SCIP_DECL_TABLECOPY()
80 SCIP_TABLEDATA* tabledata; in SCIP_DECL_TABLEFREE() local
83 assert(tabledata != NULL); in SCIP_DECL_TABLEFREE()
95 delete tabledata; in SCIP_DECL_TABLEFREE()
106 SCIP_TABLEDATA* tabledata; in SCIP_DECL_TABLEINIT() local
109 assert(tabledata != NULL); in SCIP_DECL_TABLEINIT()
124 SCIP_TABLEDATA* tabledata; in SCIP_DECL_TABLEEXIT() local
127 assert(tabledata != NULL); in SCIP_DECL_TABLEEXIT()
141 SCIP_TABLEDATA* tabledata; in SCIP_DECL_TABLEINITSOL() local
[all …]
/dports/www/moodle39/moodle/message/classes/task/
H A Dmigrate_message_data.php188 $tabledata = new \stdClass();
190 $tabledata->useridto = $notification->useridto;
191 $tabledata->subject = $notification->subject;
196 $tabledata->component = $notification->component;
197 $tabledata->eventtype = $notification->eventtype;
226 $tabledata = new \stdClass();
227 $tabledata->useridfrom = $message->useridfrom;
228 $tabledata->conversationid = $conversationid;
229 $tabledata->subject = $message->subject;
230 $tabledata->fullmessage = $message->fullmessage;
[all …]
/dports/www/moodle310/moodle/message/classes/task/
H A Dmigrate_message_data.php188 $tabledata = new \stdClass();
190 $tabledata->useridto = $notification->useridto;
191 $tabledata->subject = $notification->subject;
196 $tabledata->component = $notification->component;
197 $tabledata->eventtype = $notification->eventtype;
226 $tabledata = new \stdClass();
227 $tabledata->useridfrom = $message->useridfrom;
228 $tabledata->conversationid = $conversationid;
229 $tabledata->subject = $message->subject;
230 $tabledata->fullmessage = $message->fullmessage;
[all …]
/dports/www/moodle311/moodle/message/classes/task/
H A Dmigrate_message_data.php188 $tabledata = new \stdClass();
190 $tabledata->useridto = $notification->useridto;
191 $tabledata->subject = $notification->subject;
196 $tabledata->component = $notification->component;
197 $tabledata->eventtype = $notification->eventtype;
226 $tabledata = new \stdClass();
227 $tabledata->useridfrom = $message->useridfrom;
228 $tabledata->conversationid = $conversationid;
229 $tabledata->subject = $message->subject;
230 $tabledata->fullmessage = $message->fullmessage;
[all …]
/dports/www/moodle310/moodle/lib/
H A Dmessagelib.php158 $tabledata = new stdClass();
167 $tabledata->timecreated = time();
183 $tabledata->fullmessagetrust = false;
199 $tabledata->id = $DB->insert_record($table, $tabledata);
260 $tabledata = new stdClass();
263 $tabledata->subject = $eventdata->subject;
268 $tabledata->eventtype = $eventdata->name;
270 $tabledata->timecreated = time();
275 $tabledata->contexturl = null;
281 $tabledata->contexturlname = null;
[all …]
/dports/www/moodle311/moodle/lib/
H A Dmessagelib.php158 $tabledata = new stdClass();
167 $tabledata->timecreated = time();
183 $tabledata->fullmessagetrust = false;
199 $tabledata->id = $DB->insert_record($table, $tabledata);
260 $tabledata = new stdClass();
263 $tabledata->subject = $eventdata->subject;
268 $tabledata->eventtype = $eventdata->name;
270 $tabledata->timecreated = time();
275 $tabledata->contexturl = null;
281 $tabledata->contexturlname = null;
[all …]
/dports/www/moodle39/moodle/lib/
H A Dmessagelib.php158 $tabledata = new stdClass();
167 $tabledata->timecreated = time();
183 $tabledata->fullmessagetrust = false;
199 $tabledata->id = $DB->insert_record($table, $tabledata);
260 $tabledata = new stdClass();
263 $tabledata->subject = $eventdata->subject;
268 $tabledata->eventtype = $eventdata->name;
270 $tabledata->timecreated = time();
275 $tabledata->contexturl = null;
281 $tabledata->contexturlname = null;
[all …]
/dports/japanese/p5-PDFJ/ja-p5-PDFJ-0.90_3/PDFJ/
H A DOTF.pm34 my %tabledata;
48 $tabledata{$tag} = {
70 $tabledata{$tag}{diroff} = length($result) + 8;
73 $tabledata{$tag}{checksum},
75 $tabledata{$tag}{length};
79 $tabledata{$tag}{offset} = length $result;
80 substr($result, $tabledata{$tag}{diroff}, 4) =
81 pack "N", $tabledata{$tag}{offset};
82 $result .= $tabledata{$tag}{data};
87 substr($result, $tabledata{head}{offset} + 8, 4) = pack "N", $csa;
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/commonmark-extensions-0.2.0.4/src/Commonmark/Extensions/
H A DPipeTable.hs154 let tabledata = PipeTableData function
162 , blockData = toDyn tabledata
172 let tabledata = fromDyn function
181 let tabledata' = tabledata{ pipeTableRows = function
182 cells : pipeTableRows tabledata }
190 length (pipeTableHeaders tabledata)
191 let tabledata' = tabledata{ pipeTableAlignments = aligns } function
199 let tabledata = fromDyn function
204 let aligns = pipeTableAlignments tabledata
205 headers <- mapM runInlineParser (pipeTableHeaders tabledata)
[all …]
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/commonmark-extensions-0.2.0.4/src/Commonmark/Extensions/
H A DPipeTable.hs154 let tabledata = PipeTableData function
162 , blockData = toDyn tabledata
172 let tabledata = fromDyn function
181 let tabledata' = tabledata{ pipeTableRows = function
182 cells : pipeTableRows tabledata }
190 length (pipeTableHeaders tabledata)
191 let tabledata' = tabledata{ pipeTableAlignments = aligns } function
199 let tabledata = fromDyn function
204 let aligns = pipeTableAlignments tabledata
205 headers <- mapM runInlineParser (pipeTableHeaders tabledata)
[all …]
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/commonmark-extensions-0.2.1.2/src/Commonmark/Extensions/
H A DPipeTable.hs154 let tabledata = PipeTableData function
162 , blockData = toDyn tabledata
172 let tabledata = fromDyn function
181 let tabledata' = tabledata{ pipeTableRows = function
182 cells : pipeTableRows tabledata }
190 length (pipeTableHeaders tabledata)
191 let tabledata' = tabledata{ pipeTableAlignments = aligns } function
199 let tabledata = fromDyn function
204 let aligns = pipeTableAlignments tabledata
205 headers <- mapM runInlineParser (pipeTableHeaders tabledata)
[all …]
/dports/math/SCIP/scip-7.0.3/tests/src/misc/
H A Dsnippets.c162 SCIP_TABLEDATA* tabledata; in SCIP_DECL_TABLEFREE() local
164 tabledata = SCIPtableGetData(table); in SCIP_DECL_TABLEFREE()
165 assert(tabledata != NULL); in SCIP_DECL_TABLEFREE()
167 SCIPfreeMemory(scip, &tabledata); in SCIP_DECL_TABLEFREE()
190 SCIP_TABLEDATA* tabledata; in SCIPincludeMytable() local
193 SCIP_CALL( SCIPallocMemory(scip, &tabledata) ); in SCIPincludeMytable()
199 tabledata, TABLE_POSITION, TABLE_EARLIEST_STAGE) ); in SCIPincludeMytable()
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/install/
H A Dstep2.php162 $tabledata = array(); variable
170 $tabledata[] = $file;
177 sort($tabledata);
178 foreach ($tabledata as $file)
274 $tabledata = array(); variable
282 $tabledata[] = $file;
289 sort($tabledata);
290 foreach ($tabledata as $file)
491 $tabledata = array(); variable
504 $tabledata[] = $file;
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/install/
H A Dstep2.php169 $tabledata = array(); variable
174 $tabledata[] = $file;
181 sort($tabledata);
182 foreach ($tabledata as $file) {
267 $tabledata = array(); variable
272 $tabledata[] = $file;
279 sort($tabledata);
280 foreach ($tabledata as $file) {
463 $tabledata = array(); variable
474 $tabledata[] = $file;
[all …]
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dtable.c80 SCIP_TABLEDATA* tabledata, /**< display statistics table */ in doTableCreate() argument
105 (*table)->tabledata = tabledata; in doTableCreate()
136 SCIP_TABLEDATA* tabledata, /**< display statistics table */ in SCIPtableCreate() argument
147 …tableinit, tableexit, tableinitsol, tableexitsol, tableoutput, tabledata, position, earlieststage), in SCIPtableCreate()
285 return table->tabledata; in SCIPtableGetData()
291 SCIP_TABLEDATA* tabledata /**< new statistics table user data */ in SCIPtableSetData() argument
296 table->tabledata = tabledata; in SCIPtableSetData()
/dports/www/moodle311/moodle/admin/tool/brickfield/classes/output/printable/
H A Drenderer.php354 $tabledata = [];
356 $tabledata[] = [
366 $tabledata,
384 $tabledata = [];
399 …$tabledata[] = ['<img src="'.$icon.'" width="15" height="15">' . ' ' .' <td style="line-height: 10…
405 $tabledata,
421 $tabledata = [];
425 $tabledata[] = [$value->component, $value->errorsum];
430 $tabledata,
444 $tabledata = [];
[all …]
/dports/www/moodle311/moodle/blocks/accessreview/
H A Dblock_accessreview.php109 $tabledata = $this->get_table_data($COURSE->id);
111 if ($tabledata === null) {
115 $table->data = $tabledata;
197 $tabledata = [];
216 … $tabledata[] = [$typeicon . get_string('checktype:' . $type, manager::PLUGINNAME), $display];
218 return $tabledata;
/dports/audio/ampache/ampache-php74-5.0.0/public/themes/reborn/templates/
H A Ddefault.css1012 table.tabledata {
1023 table.tabledata thead .th-top,
1028 table.tabledata thead .th-top {
1041 table.tabledata td {
1049 table.tabledata tr:hover,
1050 table.tabledata tr:focus {
1055 table.tabledata .th-top:hover,
1057 table.tabledata .th-top:focus,
1092 table.tabledata tbody .cel_add {
1157 table.tabledata .cel_drag {
[all …]
H A Dlight.css357 table.tabledata {
361 table.tabledata a {
369 table.tabledata a:hover,
370 table.tabledata a:focus {
374 table.tabledata thead .th-top,
390 table.tabledata .followbtn a {
394 table.tabledata th a {
398 table.tabledata tr:hover,
399 table.tabledata tr:focus {
409 table.tabledata .th-top:hover,
[all …]
/dports/www/moodle39/moodle/report/eventlist/
H A Dindex.php32 $tabledata = array(); variable
40 $tabledata[] = (object)$value;
52 echo $renderer->render_event_list($filtersection, $tabledata);
/dports/www/moodle310/moodle/report/eventlist/
H A Dindex.php32 $tabledata = array(); variable
40 $tabledata[] = (object)$value;
52 echo $renderer->render_event_list($filtersection, $tabledata);
/dports/www/moodle311/moodle/report/eventlist/
H A Dindex.php32 $tabledata = array(); variable
40 $tabledata[] = (object)$value;
52 echo $renderer->render_event_list($filtersection, $tabledata);
/dports/www/moodle311/moodle/grade/report/user/
H A Dlib.php71 public $tabledata = array(); variable in grade_report_user
269 $this->tabledata = array();
763 $this->tabledata[] = $data;
896 for ($i = 0; $i < count($this->tabledata); $i++) {
898 if (isset($this->tabledata[$i]['leader'])) {
905 …$class = (isset($this->tabledata[$i][$name]['class'])) ? $this->tabledata[$i][$name]['class'] : '';
906 …$colspan = (isset($this->tabledata[$i][$name]['colspan'])) ? "colspan='".$this->tabledata[$i][$nam…
907 …$content = (isset($this->tabledata[$i][$name]['content'])) ? $this->tabledata[$i][$name]['content'…
908 …$celltype = (isset($this->tabledata[$i][$name]['celltype'])) ? $this->tabledata[$i][$name]['cellty…
909 …$id = (isset($this->tabledata[$i][$name]['id'])) ? "id='{$this->tabledata[$i][$name]['id']}'" : '';
[all …]
/dports/www/moodle310/moodle/grade/report/user/
H A Dlib.php71 public $tabledata = array(); variable in grade_report_user
269 $this->tabledata = array();
763 $this->tabledata[] = $data;
896 for ($i = 0; $i < count($this->tabledata); $i++) {
898 if (isset($this->tabledata[$i]['leader'])) {
905 …$class = (isset($this->tabledata[$i][$name]['class'])) ? $this->tabledata[$i][$name]['class'] : '';
906 …$colspan = (isset($this->tabledata[$i][$name]['colspan'])) ? "colspan='".$this->tabledata[$i][$nam…
907 …$content = (isset($this->tabledata[$i][$name]['content'])) ? $this->tabledata[$i][$name]['content'…
908 …$celltype = (isset($this->tabledata[$i][$name]['celltype'])) ? $this->tabledata[$i][$name]['cellty…
909 …$id = (isset($this->tabledata[$i][$name]['id'])) ? "id='{$this->tabledata[$i][$name]['id']}'" : '';
[all …]
/dports/www/moodle39/moodle/grade/report/user/
H A Dlib.php71 public $tabledata = array(); variable in grade_report_user
269 $this->tabledata = array();
762 $this->tabledata[] = $data;
895 for ($i = 0; $i < count($this->tabledata); $i++) {
897 if (isset($this->tabledata[$i]['leader'])) {
904 …$class = (isset($this->tabledata[$i][$name]['class'])) ? $this->tabledata[$i][$name]['class'] : '';
905 …$colspan = (isset($this->tabledata[$i][$name]['colspan'])) ? "colspan='".$this->tabledata[$i][$nam…
906 …$content = (isset($this->tabledata[$i][$name]['content'])) ? $this->tabledata[$i][$name]['content'…
907 …$celltype = (isset($this->tabledata[$i][$name]['celltype'])) ? $this->tabledata[$i][$name]['cellty…
908 …$id = (isset($this->tabledata[$i][$name]['id'])) ? "id='{$this->tabledata[$i][$name]['id']}'" : '';
[all …]

1234567