Home
last modified time | relevance | path

Searched refs:linenb (Results 1 – 13 of 13) sorted by relevance

/dports/www/moodle310/moodle/admin/tool/uploadcourse/classes/
H A Dprocessor.php117 protected $linenb = 0; variable in tool_uploadcourse_processor
203 $this->linenb++;
221 $tracker->output($this->linenb, true, $status, $data);
224 $tracker->output($this->linenb, false, $course->get_errors(), $data);
290 if (!isset($this->errors[$this->linenb])) {
291 $this->errors[$this->linenb] = array();
293 $this->errors[$this->linenb][$code] = $langstring;
343 while (($line = $this->cir->next()) && $rows > $this->linenb) {
344 $this->linenb++;
354 $preview[$this->linenb] = $row;
[all …]
/dports/www/moodle39/moodle/admin/tool/uploadcourse/classes/
H A Dprocessor.php117 protected $linenb = 0; variable in tool_uploadcourse_processor
203 $this->linenb++;
221 $tracker->output($this->linenb, true, $status, $data);
224 $tracker->output($this->linenb, false, $course->get_errors(), $data);
290 if (!isset($this->errors[$this->linenb])) {
291 $this->errors[$this->linenb] = array();
293 $this->errors[$this->linenb][$code] = $langstring;
343 while (($line = $this->cir->next()) && $rows > $this->linenb) {
344 $this->linenb++;
354 $preview[$this->linenb] = $row;
[all …]
/dports/www/moodle311/moodle/admin/tool/uploadcourse/classes/
H A Dprocessor.php117 protected $linenb = 0; variable in tool_uploadcourse_processor
203 $this->linenb++;
221 $tracker->output($this->linenb, true, $status, $data);
224 $tracker->output($this->linenb, false, $course->get_errors(), $data);
290 if (!isset($this->errors[$this->linenb])) {
291 $this->errors[$this->linenb] = array();
293 $this->errors[$this->linenb][$code] = $langstring;
343 while (($line = $this->cir->next()) && $rows > $this->linenb) {
344 $this->linenb++;
354 $preview[$this->linenb] = $row;
[all …]
/dports/biology/mummer/mummer-4.0.0beta2-2-g277dac5/tests/
H A Dcheck_cigar.cc107 for(size_t linenb = 1; std::getline(is, line); ++linenb) { in main() local
121 check_cigar_cmdline::error() << "linenb:" << linenb << " did not find NM field"; in main()
124 …check_cigar_cmdline::error() << "linenb:" << linenb << " pos " << pos << " invalid for ref " << fi… in main()
133 …check_cigar_cmdline::error() << "linenb:" << linenb << " pos " << refp << " beyond end of referenc… in main()
136 …check_cigar_cmdline::error() << "linenb:" << linenb << " pos " << qryp << " beyond end of qry " <<… in main()
159 check_cigar_cmdline::error() << "linenb:" << linenb << " unsupported type " << ci.t; in main()
163 check_cigar_cmdline::error() << "linenb:" << linenb << " match at " << refp << ':' << ci.l in main()
167 check_cigar_cmdline::error() << "linenb:" << linenb << " match at " << qryp << ':' << ci.l in main()
171 check_cigar_cmdline::error() << "linenb:" << linenb << " match at " << qryp << ':' << ci.l in main()
177 …check_cigar_cmdline::error() << "linenb:" << linenb << " qry sequence does not match sequence in s… in main()
[all …]
/dports/print/texinfo/texinfo-6.8/contrib/
H A Djavaprop2texiflag.pl44 my $linenb = 0;
210 $linenb++ ;
251 die "$inputfile:$linenb: Invalid line = $line";
275 die "$inputfile:$linenb: javaprop2texiflag INTERNAL BUG";
282 die "$inputfile:$linenb: Invalid line = $line";
296 …print STDOUT "\nDone: javaprop2texiflag is finished,\n\tinput was $inputfile,\n\t$linenb lines wer…
/dports/devel/libnaji/libnaji-0.6.4.src/
H A Dnajisort.c266 int linenb = 0; in readforsort() local
282 linenb++; in readforsort()
292 linenb++; in readforsort()
298 linenb++; in readforsort()
300 plines = malloc(sizeof(line) * linenb); in readforsort()
306 sizeof(line) * linenb); in readforsort()
/dports/mail/exmh2/exmh-2.9.0/lib/
H A DpgpMisc.tcl463 set linenb 1
471 $t delete $linenb.0 [expr {$linenb + 1}].0
478 set linenb [expr {$linenb + 1}]
H A Dreceipt.tcl30 set linenb 1
37 $t delete $linenb.0 [expr {$linenb + 1}].0
41 set linenb [expr {$linenb + 1}]
/dports/science/gramps/gramps-5.1.4/gramps/plugins/docgen/
H A Drtfdoc.py483 linenb = 1
492 linenb = 1
494 if linenb > 1:
497 linenb += 1
H A Dhtmldoc.py515 linenb = 1
529 linenb = 1
535 if linenb > 1:
539 linenb += 1
H A Dodfdoc.py1508 linenb = 1
1515 linenb = 1
1517 if linenb > 1:
1520 linenb += 1
/dports/security/fakebo/fakebo-0.4.2/
H A Dfakebo.c275 int var, linenb, i; in loadconfig() local
309 linenb = 0; in loadconfig()
311 linenb++; in loadconfig()
329 ,cfgfile, linenb, line); in loadconfig()
/dports/science/gramps/gramps-5.1.4/gramps/plugins/webreport/
H A Dbasepage.py587 linenb = 1
593 if linenb == 1:
597 linenb = 1
599 if linenb > 1:
602 linenb += 1
603 if linenb > 1: