Home
last modified time | relevance | path

Searched refs:toinsert (Results 1 – 25 of 78) sorted by relevance

1234

/dports/math/octave-forge-ltfat/ltfat/inst/private/
H A Dtest_ltfatarghelper.py86 toinsert = []
93 toinsert.append(origline)
94 toinsert.append("cd(origpath);\n")
111 toinsert.append("tic;\n")
113 toinsert.append("t0 =toc;\n")
116 toinsert.append("tic;\n")
117 toinsert.append(newline)
118 toinsert.append("t0 =toc;\n")
128 toinsert.append(compareline);
131 toinsert.append('end\n');
[all …]
/dports/www/moodle310/moodle/mod/quiz/report/statistics/classes/
H A Dcalculated.php211 $toinsert = new \stdClass();
214 $toinsert->{$field} = $this->{$field};
217 $toinsert->hashcode = $qubaids->get_hash_code();
218 $toinsert->timemodified = time();
221 if (isset($toinsert->errorratio) && is_nan($toinsert->errorratio)) {
222 $toinsert->errorratio = null;
224 if (isset($toinsert->standarderror) && is_nan($toinsert->standarderror)) {
225 $toinsert->standarderror = null;
229 $DB->insert_record('quiz_statistics', $toinsert);
/dports/www/moodle311/moodle/mod/quiz/report/statistics/classes/
H A Dcalculated.php211 $toinsert = new \stdClass();
214 $toinsert->{$field} = $this->{$field};
217 $toinsert->hashcode = $qubaids->get_hash_code();
218 $toinsert->timemodified = time();
221 if (isset($toinsert->errorratio) && is_nan($toinsert->errorratio)) {
222 $toinsert->errorratio = null;
224 if (isset($toinsert->standarderror) && is_nan($toinsert->standarderror)) {
225 $toinsert->standarderror = null;
229 $DB->insert_record('quiz_statistics', $toinsert);
/dports/www/moodle39/moodle/mod/quiz/report/statistics/classes/
H A Dcalculated.php211 $toinsert = new \stdClass();
214 $toinsert->{$field} = $this->{$field};
217 $toinsert->hashcode = $qubaids->get_hash_code();
218 $toinsert->timemodified = time();
221 if (isset($toinsert->errorratio) && is_nan($toinsert->errorratio)) {
222 $toinsert->errorratio = null;
224 if (isset($toinsert->standarderror) && is_nan($toinsert->standarderror)) {
225 $toinsert->standarderror = null;
229 $DB->insert_record('quiz_statistics', $toinsert);
/dports/www/moodle310/moodle/question/classes/statistics/questions/
H A Dcalculated.php225 $toinsert = new \stdClass();
226 $toinsert->hashcode = $qubaids->get_hash_code();
227 $toinsert->timemodified = time();
229 $toinsert->{$field} = $this->{$field};
231 $DB->insert_record('question_statistics', $toinsert, false);
/dports/www/moodle311/moodle/question/classes/statistics/questions/
H A Dcalculated.php225 $toinsert = new \stdClass();
226 $toinsert->hashcode = $qubaids->get_hash_code();
227 $toinsert->timemodified = time();
229 $toinsert->{$field} = $this->{$field};
231 $DB->insert_record('question_statistics', $toinsert, false);
/dports/www/moodle39/moodle/question/classes/statistics/questions/
H A Dcalculated.php225 $toinsert = new \stdClass();
226 $toinsert->hashcode = $qubaids->get_hash_code();
227 $toinsert->timemodified = time();
229 $toinsert->{$field} = $this->{$field};
231 $DB->insert_record('question_statistics', $toinsert, false);
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/utils/ifacecheck/src/
H A Difacecheck.cpp541 wxArrayString toinsert; in FixMethod() local
542 toinsert.Add(INDENTATION_STR + tmp.GetAsString() + ";"); in FixMethod()
544 int nStartColumn = toinsert[0].Find('('); in FixMethod()
548 for (i=0; i<toinsert.GetCount(); i++) in FixMethod()
550 size_t len = toinsert[i].Len(); in FixMethod()
553 wxASSERT(i == toinsert.GetCount()-1); in FixMethod()
556 wxString tmpleft = toinsert[i].Left(WRAP_COLUMN); in FixMethod()
561 toinsert.Add(wxString(' ', nStartColumn+1) + in FixMethod()
568 for (i=0; i<toinsert.GetCount(); i++) in FixMethod()
569 file.InsertLine(toinsert[i], start+i); in FixMethod()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/utils/ifacecheck/src/
H A Difacecheck.cpp544 wxArrayString toinsert; in FixMethod() local
545 toinsert.Add(INDENTATION_STR + tmp.GetAsString() + ";"); in FixMethod()
547 int nStartColumn = toinsert[0].Find('('); in FixMethod()
551 for (i=0; i<toinsert.GetCount(); i++) in FixMethod()
553 size_t len = toinsert[i].Len(); in FixMethod()
556 wxASSERT(i == toinsert.GetCount()-1); in FixMethod()
559 wxString tmpleft = toinsert[i].Left(WRAP_COLUMN); in FixMethod()
564 toinsert.Add(wxString(' ', nStartColumn+1) + in FixMethod()
571 for (i=0; i<toinsert.GetCount(); i++) in FixMethod()
572 file.InsertLine(toinsert[i], start+i); in FixMethod()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/utils/ifacecheck/src/
H A Difacecheck.cpp544 wxArrayString toinsert; in FixMethod() local
545 toinsert.Add(INDENTATION_STR + tmp.GetAsString() + ";"); in FixMethod()
547 int nStartColumn = toinsert[0].Find('('); in FixMethod()
551 for (i=0; i<toinsert.GetCount(); i++) in FixMethod()
553 size_t len = toinsert[i].Len(); in FixMethod()
556 wxASSERT(i == toinsert.GetCount()-1); in FixMethod()
559 wxString tmpleft = toinsert[i].Left(WRAP_COLUMN); in FixMethod()
564 toinsert.Add(wxString(' ', nStartColumn+1) + in FixMethod()
571 for (i=0; i<toinsert.GetCount(); i++) in FixMethod()
572 file.InsertLine(toinsert[i], start+i); in FixMethod()
[all …]
/dports/mail/gnubiff/gnubiff-2.2.13/src/
H A Dgui.cc227 std::vector<std::string> toinsert (2); in create_insert_version() local
228 toinsert[0] = std::string (PACKAGE_VERSION); in create_insert_version()
229 toinsert[1] = std::string (IS_CVS_VERSION ? "CVS" : ""); in create_insert_version()
241 std::string newtext = substitute (text, chars, toinsert); in create_insert_version()
249 std::string newtext = substitute ("%v %c", chars, toinsert); in create_insert_version()
H A Dsupport.cc93 std::vector<std::string> toinsert) in substitute() argument
118 result += toinsert[cpos]; in substitute()
H A Dsupport.h58 std::vector<std::string> toinsert);
/dports/multimedia/aegisub/aegisub-3.2.2/automation/include/
H A Dkaraskel-auto4.lua47 local toinsert = {}
76 table.insert(toinsert, fs) -- queue to insert in file
87 for i = 1, #toinsert do
88 if not styles[toinsert[i].name] then
91 styles[styles.n] = toinsert[i]
92 styles[toinsert[i].name] = toinsert[i]
94 subs[-first_style_line] = toinsert[i]
/dports/www/bluefish/bluefish-2.2.12/src/plugin_zencoding/
H A Dzeneditor-interface.c217 gchar *toinsert; in zeneditor_replace_content() local
226 toinsert = remove_placeholder(text, placeholder, &new_caret_position); in zeneditor_replace_content()
234 doc_replace_text(self->context, toinsert, start, end); in zeneditor_replace_content()
235 g_free(toinsert); in zeneditor_replace_content()
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/loan/class/
H A Dloanschedule.class.php471 $toinsert = array();
481 $toinsert = $this->paimenttorecord($obj->rowid, $lastrecorded);
482 if (count($toinsert) > 0) {
483 foreach ($toinsert as $echid) {
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/loan/class/
H A Dloanschedule.class.php498 $toinsert = array();
508 $toinsert = $this->paimenttorecord($obj->rowid, $lastrecorded);
509 if (count($toinsert) > 0) {
510 foreach ($toinsert as $echid) {
/dports/deskutils/gworkspace/gworkspace-0.9.4/Tools/lsfupdater/
H A Dlsfupdater.m588 NSMutableArray *toinsert = [NSMutableArray array];
657 [self insertShorterPath: fpath inArray: toinsert];
667 if ([toinsert count] && (norecursion == NO)) {
668 [self ddbdInsertDirectoryTreesFromPaths: toinsert];
1066 NSMutableArray *toinsert = [NSMutableArray array];
1124 [self insertShorterPath: fpath inArray: toinsert];
1137 if ([toinsert count] && (norecursion == NO)) {
1138 [self ddbdInsertDirectoryTreesFromPaths: toinsert];
/dports/deskutils/gworkspace-gwmetadata/gworkspace-0.9.4/Tools/lsfupdater/
H A Dlsfupdater.m588 NSMutableArray *toinsert = [NSMutableArray array];
657 [self insertShorterPath: fpath inArray: toinsert];
667 if ([toinsert count] && (norecursion == NO)) {
668 [self ddbdInsertDirectoryTreesFromPaths: toinsert];
1066 NSMutableArray *toinsert = [NSMutableArray array];
1124 [self insertShorterPath: fpath inArray: toinsert];
1137 if ([toinsert count] && (norecursion == NO)) {
1138 [self ddbdInsertDirectoryTreesFromPaths: toinsert];
/dports/games/springlobby/springlobby-0.180/src/lsl/src/lslutils/
H A Dmisc.cpp170 std::vector<double>::iterator toinsert = satvalsplittings.begin() + satvalbifurcatepos + 1; in GetBigFixColorsPalette() local
171 …satvalsplittings.insert( toinsert, ( satvalsplittings[satvalbifurcatepos] - satvalsplittings[satva… in GetBigFixColorsPalette()
/dports/graphics/klatexformula/klatexformula-4.0.0/src/klftools/
H A Dklflatexedit.cpp350 QString toinsert = delim; in insertDelimiter() local
352 toinsert.insert(toinsert.length()-charsBack, selected); in insertDelimiter()
354 c1.insertText(toinsert); in insertDelimiter()
/dports/net-im/mcabber/mcabber-1.1.2/mcabber/
H A Dscreen.h202 void readline_insert(const char *toinsert);
/dports/www/moodle310/moodle/mod/quiz/
H A Dlocallib.php948 $toinsert = new stdClass();
949 $toinsert->quiz = $quiz->id;
950 $toinsert->userid = $changedgrade->userid;
951 $toinsert->timemodified = $timenow;
952 $toinsert->grade = $changedgrade->newgrade;
953 $DB->insert_record('quiz_grades', $toinsert);
/dports/www/moodle39/moodle/mod/quiz/
H A Dlocallib.php948 $toinsert = new stdClass();
949 $toinsert->quiz = $quiz->id;
950 $toinsert->userid = $changedgrade->userid;
951 $toinsert->timemodified = $timenow;
952 $toinsert->grade = $changedgrade->newgrade;
953 $DB->insert_record('quiz_grades', $toinsert);
/dports/www/moodle311/moodle/mod/quiz/
H A Dlocallib.php948 $toinsert = new stdClass();
949 $toinsert->quiz = $quiz->id;
950 $toinsert->userid = $changedgrade->userid;
951 $toinsert->timemodified = $timenow;
952 $toinsert->grade = $changedgrade->newgrade;
953 $DB->insert_record('quiz_grades', $toinsert);

1234