Home
last modified time | relevance | path

Searched refs:csvdata (Results 1 – 25 of 80) sorted by relevance

1234

/dports/mail/squirrelmail-abook_import_export-plugin/squirrelmail-abook_import_export-plugin-php74-1.1_2/abook_import_export/
H A Daddress_book_import.php135 $csvdata = array(); variable
213 $csvdata = array(); variable
219 $csvdata[$key] = $temp;
263 foreach ($csvdata as $entry) {
266 $csvdata = $new_csvdata; variable
269 foreach ($csvdata as $entry) {
276 if (count($csvdata) > 0) {
391 if (! sqGetGlobalVar('csvdata',$csvdata,SQ_SESSION) || ! is_array($csvdata)) {
400 while($row < count($csvdata)) {
419 $reorg[4] .= (isset($csvdata[$row][$c]) ? $csvdata[$row][$c] : '') . ";";
[all …]
/dports/www/moodle310/moodle/lib/tests/
H A Dcsvclass_test.php43 $csvdata = array();
44 $csvdata[0][] = 'fullname';
45 $csvdata[0][] = 'description of things';
46 $csvdata[0][] = 'beer';
47 $csvdata[1][] = 'William B Stacey';
48 $csvdata[1][] = '<p>A field that contains "double quotes"</p>';
49 $csvdata[1][] = 'Asahi';
50 $csvdata[2][] = 'Phillip Jenkins';
51 $csvdata[2][] = '<p>This field has </p>
54 $csvdata[2][] = 'Yebisu';
[all …]
/dports/www/moodle311/moodle/lib/tests/
H A Dcsvclass_test.php43 $csvdata = array();
44 $csvdata[0][] = 'fullname';
45 $csvdata[0][] = 'description of things';
46 $csvdata[0][] = 'beer';
47 $csvdata[1][] = 'William B Stacey';
48 $csvdata[1][] = '<p>A field that contains "double quotes"</p>';
49 $csvdata[1][] = 'Asahi';
50 $csvdata[2][] = 'Phillip Jenkins';
51 $csvdata[2][] = '<p>This field has </p>
54 $csvdata[2][] = 'Yebisu';
[all …]
/dports/www/moodle39/moodle/lib/tests/
H A Dcsvclass_test.php43 $csvdata = array();
44 $csvdata[0][] = 'fullname';
45 $csvdata[0][] = 'description of things';
46 $csvdata[0][] = 'beer';
47 $csvdata[1][] = 'William B Stacey';
48 $csvdata[1][] = '<p>A field that contains "double quotes"</p>';
49 $csvdata[1][] = 'Asahi';
50 $csvdata[2][] = 'Phillip Jenkins';
51 $csvdata[2][] = '<p>This field has </p>
54 $csvdata[2][] = 'Yebisu';
[all …]
/dports/math/gretl/gretl-2021d/lib/src/
H A Djoin_priv.h25 typedef struct csvdata_ csvdata; typedef
33 csvdata *c;
46 DATASET *csvdata_get_dataset (csvdata *c);
48 void csvdata_free (csvdata *c);
H A Dcsvdata.c154 DATASET *csvdata_get_dataset (csvdata *c) in csvdata_get_dataset()
161 void csvdata_free (csvdata *c) in csvdata_free()
193 static csvdata *csvdata_new (DATASET *dset) in csvdata_new()
195 csvdata *c = malloc(sizeof *c); in csvdata_new()
376 static int n_from_row_mask (csvdata *c) in n_from_row_mask()
1722 static int count_csv_fields (csvdata *c) in count_csv_fields()
2379 static double csv_atof (csvdata *c, int i) in csv_atof()
2972 static int row_not_wanted (csvdata *c, int t) in row_not_wanted()
3246 static int csv_skip_dates (csvdata *c) in csv_skip_dates()
3298 static int join_unique_columns (csvdata *c) in join_unique_columns()
[all …]
/dports/www/moodle310/moodle/mod/quiz/report/responses/tests/
H A Dresponses_from_steps_walkthrough_test.php56 …* @param array $csvdata of data read from csv file "questionsXX.csv", "stepsXX.csv" and "responses…
59 public function test_walkthrough_from_csv($quizsettings, $csvdata) { argument
64 $this->create_quiz($quizsettings, $csvdata['questions']);
66 $quizattemptids = $this->walkthrough_attempts($csvdata['steps']);
68 foreach ($csvdata['responses'] as $responsesfromcsv) {
/dports/www/moodle311/moodle/mod/quiz/report/responses/tests/
H A Dresponses_from_steps_walkthrough_test.php56 …* @param array $csvdata of data read from csv file "questionsXX.csv", "stepsXX.csv" and "responses…
59 public function test_walkthrough_from_csv($quizsettings, $csvdata) { argument
64 $this->create_quiz($quizsettings, $csvdata['questions']);
66 $quizattemptids = $this->walkthrough_attempts($csvdata['steps']);
68 foreach ($csvdata['responses'] as $responsesfromcsv) {
/dports/www/moodle310/moodle/mod/quiz/report/statistics/tests/
H A Dstats_from_steps_walkthrough_test.php69 …* @param array $csvdata data read from csv file "questionsXX.csv", "stepsXX.csv" and "resultsXX.cs…
72 public function test_walkthrough_from_csv($quizsettings, $csvdata) { argument
74 $this->create_quiz_simulate_attempts_and_check_results($quizsettings, $csvdata);
80 $this->check_stats_calculations_and_response_analysis($csvdata,
355 * @param array $csvdata Data loaded from csv files for this test.
362 …protected function check_stats_calculations_and_response_analysis($csvdata, $whichattempts, $which… argument
383 if (isset($csvdata['responsecounts'])) {
384 … $this->check_response_counts($csvdata['responsecounts'], $qubaids, $questions, $whichtries);
386 if (isset($csvdata['qstats'])) {
387 $this->check_question_stats($csvdata['qstats'], $questionstats);
/dports/www/moodle311/moodle/mod/quiz/report/statistics/tests/
H A Dstats_from_steps_walkthrough_test.php69 …* @param array $csvdata data read from csv file "questionsXX.csv", "stepsXX.csv" and "resultsXX.cs…
72 public function test_walkthrough_from_csv($quizsettings, $csvdata) { argument
74 $this->create_quiz_simulate_attempts_and_check_results($quizsettings, $csvdata);
80 $this->check_stats_calculations_and_response_analysis($csvdata,
355 * @param array $csvdata Data loaded from csv files for this test.
362 …protected function check_stats_calculations_and_response_analysis($csvdata, $whichattempts, $which… argument
383 if (isset($csvdata['responsecounts'])) {
384 … $this->check_response_counts($csvdata['responsecounts'], $qubaids, $questions, $whichtries);
386 if (isset($csvdata['qstats'])) {
387 $this->check_question_stats($csvdata['qstats'], $questionstats);
/dports/www/moodle310/moodle/mod/quiz/tests/
H A Dattempt_walkthrough_from_csv_test.php60 …* @param array $csvdata of data read from csv file "questionsXX.csv", "stepsXX.csv" and "resultsXX…
63 public function test_walkthrough_from_csv($quizsettings, $csvdata) { argument
68 $this->create_quiz_simulate_attempts_and_check_results($quizsettings, $csvdata);
148 * @param array $csvdata Data loaded from csv files for this test.
150 protected function create_quiz_simulate_attempts_and_check_results($quizsettings, $csvdata) { argument
154 $this->create_quiz($quizsettings, $csvdata['questions']);
156 $attemptids = $this->walkthrough_attempts($csvdata['steps']);
158 if (isset($csvdata['results'])) {
159 $this->check_attempts_results($csvdata['results'], $attemptids);
/dports/www/moodle311/moodle/mod/quiz/tests/
H A Dattempt_walkthrough_from_csv_test.php60 …* @param array $csvdata of data read from csv file "questionsXX.csv", "stepsXX.csv" and "resultsXX…
63 public function test_walkthrough_from_csv($quizsettings, $csvdata) { argument
68 $this->create_quiz_simulate_attempts_and_check_results($quizsettings, $csvdata);
148 * @param array $csvdata Data loaded from csv files for this test.
150 protected function create_quiz_simulate_attempts_and_check_results($quizsettings, $csvdata) { argument
154 $this->create_quiz($quizsettings, $csvdata['questions']);
156 $attemptids = $this->walkthrough_attempts($csvdata['steps']);
158 if (isset($csvdata['results'])) {
159 $this->check_attempts_results($csvdata['results'], $attemptids);
/dports/www/moodle39/moodle/mod/quiz/report/responses/tests/
H A Dresponses_from_steps_walkthrough_test.php60 public function test_walkthrough_from_csv($quizsettings, $csvdata) { argument
65 $this->create_quiz($quizsettings, $csvdata['questions']);
67 $quizattemptids = $this->walkthrough_attempts($csvdata['steps']);
69 for ($rowno = 0; $rowno < $csvdata['responses']->getRowCount(); $rowno++) {
70 $responsesfromcsv = $csvdata['responses']->getRow($rowno);
/dports/www/moodle39/moodle/mod/quiz/report/statistics/tests/
H A Dstats_from_steps_walkthrough_test.php73 public function test_walkthrough_from_csv($quizsettings, $csvdata) { argument
75 $this->create_quiz_simulate_attempts_and_check_results($quizsettings, $csvdata);
81 $this->check_stats_calculations_and_response_analysis($csvdata,
368 …protected function check_stats_calculations_and_response_analysis($csvdata, $whichattempts, $which… argument
389 if (isset($csvdata['responsecounts'])) {
390 … $this->check_response_counts($csvdata['responsecounts'], $qubaids, $questions, $whichtries);
392 if (isset($csvdata['qstats'])) {
393 $this->check_question_stats($csvdata['qstats'], $questionstats);
/dports/www/moodle39/moodle/mod/quiz/tests/
H A Dattempt_walkthrough_from_csv_test.php64 public function test_walkthrough_from_csv($quizsettings, $csvdata) { argument
69 $this->create_quiz_simulate_attempts_and_check_results($quizsettings, $csvdata);
151 protected function create_quiz_simulate_attempts_and_check_results($quizsettings, $csvdata) { argument
155 $this->create_quiz($quizsettings, $csvdata['questions']);
157 $attemptids = $this->walkthrough_attempts($csvdata['steps']);
159 if (isset($csvdata['results'])) {
160 $this->check_attempts_results($csvdata['results'], $attemptids);
/dports/www/moodle39/moodle/lib/
H A Dcsvlib.class.php525 $csvdata = new csv_export_writer($delimiter, $enclosure);
526 $csvdata->set_filename($filename);
528 $csvdata->add_data($row);
530 $csvdata->download_file();
544 $csvdata = new csv_export_writer($delimiter, $enclosure);
546 $csvdata->add_data($row);
548 $data = $csvdata->print_csv_data($return);
/dports/www/moodle311/moodle/lib/
H A Dcsvlib.class.php535 $csvdata = new csv_export_writer($delimiter, $enclosure);
536 $csvdata->set_filename($filename);
538 $csvdata->add_data($row);
540 $csvdata->download_file();
554 $csvdata = new csv_export_writer($delimiter, $enclosure);
556 $csvdata->add_data($row);
558 $data = $csvdata->print_csv_data($return);
/dports/www/moodle310/moodle/lib/
H A Dcsvlib.class.php535 $csvdata = new csv_export_writer($delimiter, $enclosure);
536 $csvdata->set_filename($filename);
538 $csvdata->add_data($row);
540 $csvdata->download_file();
554 $csvdata = new csv_export_writer($delimiter, $enclosure);
556 $csvdata->add_data($row);
558 $data = $csvdata->print_csv_data($return);
/dports/games/simutrans/simutrans-121.0/gui/
H A Dserver_frame.cc304 CSV_t csvdata( buf.get_str() ); in update_serverlist() local
307 dbg->message( "server_frame_t::update_serverlist", "CSV_t: %s", csvdata.get_str() ); in update_serverlist()
313 ret = csvdata.get_next_field( servername ); in update_serverlist()
322 ret = csvdata.get_next_field( serverdns ); in update_serverlist()
338 ret = csvdata.get_next_field( serverrevision ); in update_serverlist()
353 ret = csvdata.get_next_field( serverpakset ); in update_serverlist()
369 ret = csvdata.get_next_field( serverstatus ); in update_serverlist()
383 } while( csvdata.next_line() ); in update_serverlist()
/dports/www/moodle310/moodle/mod/assign/feedback/offline/
H A Dimportgradeslib.php83 * @param string $csvdata The csv data
86 public function parsecsv($csvdata) { argument
88 $this->csvreader->load_csv_content($csvdata, $this->encoding, $this->separator);
H A Dlocallib.php109 $csvdata = $file->get_content();
111 if ($csvdata) {
112 $gradeimporter->parsecsv($csvdata);
268 ($csvdata = $mform->get_file_content('gradesfile'))) {
281 'csvdata'=>$csvdata,
/dports/www/moodle311/moodle/mod/assign/feedback/offline/
H A Dimportgradeslib.php83 * @param string $csvdata The csv data
86 public function parsecsv($csvdata) { argument
88 $this->csvreader->load_csv_content($csvdata, $this->encoding, $this->separator);
/dports/www/moodle39/moodle/mod/assign/feedback/offline/
H A Dimportgradeslib.php83 * @param string $csvdata The csv data
86 public function parsecsv($csvdata) { argument
88 $this->csvreader->load_csv_content($csvdata, $this->encoding, $this->separator);
/dports/comms/redsea/redsea-0.20/src/
H A Dutil.cc177 std::vector<std::vector<std::string>> readCSV(std::vector<std::string> csvdata, in readCSV() argument
181 std::transform(csvdata.cbegin(), csvdata.cend(), std::back_inserter(lines), in readCSV()
213 CSVTable readCSVWithTitles(std::vector<std::string> csvdata, in readCSVWithTitles() argument
219 for (std::string line : csvdata) { in readCSVWithTitles()
/dports/net/freediameter/freeDiameter-1.5.0/contrib/tools/
H A Dcsv_to_fd604 csvdata = csv.DictReader(csvfile, CSV_COLUMN_NAMES,
609 for row in csvdata:
611 if csvdata.restkey in row:
613 ','.join(row[csvdata.restkey])))
618 avpproc.comment(comment, filename, csvdata.line_num)
633 avp = Avp(filename=filename, line_num=csvdata.line_num,
650 filename, csvdata.line_num, e))

1234