Home
last modified time | relevance | path

Searched refs:writeLog (Results 1 – 25 of 687) sorted by relevance

12345678910>>...28

/dports/biology/canu/canu-2.2/src/utility/src/tests/
H A DloggingTest.C93 lf.writeLog("Always logging\n"); in main()
97 lf.writeLog(lfTWO, "Name 'two'\n"); in main()
98 lf.writeLog(lfTHR, "Name 'two'\n"); in main()
101 lf.writeLog(1, "Level 1\n"); // -v in main()
102 lf.writeLog(2, "Level 2\n"); // -vv in main()
103 lf.writeLog(3, "Level 3\n"); // -vvv in main()
104 lf.writeLog(4, "Level 4\n"); // -vvvv in main()
114 lf.writeLog(lfTWO, 0, "Name 'two' level 0\n"); in main()
124 lf.writeLog("Before threads.\n"); in main()
128 lf.writeLog("index %u\n", fi); in main()
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/_other/
H A Dupdater_linux.cpp78 void writeLog(const char *format, ...) { in writeLog() function
117 writeLog( in copyFile()
128 writeLog( in copyFile()
157 writeLog("Removing dir '%s'", path.c_str()); in remove_directory()
237 writeLog("Update started.."); in update()
423 writeLog("Argument: '%s'", argv[i]); in main()
455 writeLog("Stat got"); in main()
468 writeLog("Stat got"); in main()
481 writeLog("Error: bad exe name!"); in main()
484 writeLog("Error: short exe name!"); in main()
[all …]
H A Dupdater_win.cpp80 void writeLog(const wstring &msg) { in writeLog() function
131 writeLog(L"Update started.."); in update()
158 writeLog(L"Version file read."); in update()
242 writeLog(L"Already exists!"); in update()
280 writeLog(L"Updating registry.."); in updateRegistry()
341 writeLog(L"Updaters started.."); in wWinMain()
405 writeLog(L"Update to: " + updateTo); in wWinMain()
411 writeLog(L"Version file deleted!"); in wWinMain()
417 writeLog(L"Error: bad exe name!"); in wWinMain()
420 writeLog(L"Error: short exe name!"); in wWinMain()
[all …]
H A Dupdater_osx.m41 void writeLog(NSString *msg) { function
51 writeLog([@"Removing quarantine: " stringByAppendingString:path]);
65 writeLog(@"Failed to clear old path! :( New path was used?..");
69 writeLog(@"Error: failed to clear new path! :(");
135 if (key) writeLog([@"Key: " stringByAppendingString:key]);
136 if (toSettings) writeLog(@"To Settings!");
200 writeLog([@"Handling file " stringByAppendingString:srcPath]);
203 writeLog([@"Bad file found, no base path " stringByAppendingString:srcPath]);
210 writeLog([@"Skipping not app file " stringByAppendingString:srcPath]);
232 writeLog([@"Failed to edit file " stringByAppendingString:dstPath]);
[all …]
/dports/astro/stellarium/stellarium-0.21.3/src/
H A DStelLogger.cpp63 writeLog("Unknown compiler"); in init()
72 writeLog("Addressing mode: 64-bit"); in init()
74 writeLog("Addressing mode: 32-bit"); in init()
91 writeLog(line); in init()
98 writeLog("Could not get CPU info."); in init()
106 writeLog(line); in init()
124 writeLog(pciLines.at(i)); in init()
129 writeLog(pciLines.at(i).trimmed()); in init()
131 writeLog(pciLines.at(i).trimmed()); in init()
300 writeLog(fmt); in debugLogHandler()
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Utility/File/
H A DExtendedFileUtility.php215 $this->writeLog(1, 1, 108, 'No file was uploaded!', []);
228 $this->writeLog(6, 1, 108, 'No name for new folder given!', []);
303 public function writeLog($action, $error, $details_nr, $details, $data) function in TYPO3\\CMS\\Core\\Utility\\File\\ExtendedFileUtility
657 $this->writeLog(2, 1, 114, 'You are not allowed to copy files', []);
914 $this->writeLog(6, 1, 104, 'Invalid folder name "%s"!', [$folderName]);
953 $this->writeLog(8, 0, 1, 'File created: "%s"', [$fileName]);
962 $this->writeLog(8, 1, 103, 'You are not allowed to create files!', []);
1012 $this->writeLog(9, 1, 104, 'You are not allowed to edit files!', []);
1065 $this->writeLog(1, 2, 108, 'No file was uploaded!', []);
1149 $this->writeLog(1, 2, 108, 'No file was uploaded for replacing!', []);
[all …]
/dports/biology/canu/canu-2.2/src/bogart/
H A DAS_BAT_MergeOrphans.C166 writeLog("\n"); in findPotentialOrphans()
168 writeLog("\n"); in findPotentialOrphans()
337 writeLog("\n"); in findPotentialOrphans()
339 writeLog("\n"); in findPotentialOrphans()
377 writeLog("\n"); in findOrphanReadPlacements()
379 writeLog("\n"); in findOrphanReadPlacements()
523 writeLog("\n"); in findOrphanReadPlacements()
528 writeLog("\n"); in findOrphanReadPlacements()
612 writeLog("\n"); in addInitialIntervals()
642 writeLog("\n"); in addInitialIntervals()
[all …]
H A DAS_BAT_PopulateUnitig.C36 writeLog(" nothing\n"); in populateUnitig()
37 writeLog("\n"); in populateUnitig()
76 writeLog(" %s %7u; %c' ->\n", in populateUnitig()
101 writeLog(" nothing\n"); in populateUnitig()
103 writeLog(" read %7u in tig %u\n", in populateUnitig()
107 writeLog("tig %6u STOP after adding %u reads.\n", unitig->id(), nAdded); in populateUnitig()
108 writeLog("\n"); in populateUnitig()
160writeLog("tig ------ seed read %7u; non-mutual best edges, not using as a seed. (edge to: 5' %s 3… in populateUnitig()
187writeLog("tig ------ seed read %7u; no best edge to me, not using as a seed. (edge to: 5' %s 3' %… in populateUnitig()
208 writeLog("tig %6u seed %s %7u; 5' ->\n", in populateUnitig()
[all …]
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Utility/File/
H A DExtendedFileUtility.php222 …$this->writeLog(SystemLogFileAction::UPLOAD, SystemLogErrorClassification::USER_ERROR, 108, 'No fi…
235 …$this->writeLog(SystemLogFileAction::NEW_FOLDER, SystemLogErrorClassification::USER_ERROR, 108, 'N…
310 public function writeLog($action, $error, $details_nr, $details, $data) function in TYPO3\\CMS\\Core\\Utility\\File\\ExtendedFileUtility
662 …$this->writeLog(SystemLogFileAction::COPY, SystemLogErrorClassification::USER_ERROR, 114, 'You are…
757 …$this->writeLog(SystemLogFileAction::MOVE, SystemLogErrorClassification::USER_ERROR, 114, 'You are…
959 …$this->writeLog(SystemLogFileAction::NEW_FILE, SystemLogErrorClassification::MESSAGE, 1, 'File cre…
968 …$this->writeLog(SystemLogFileAction::NEW_FILE, SystemLogErrorClassification::USER_ERROR, 103, 'You…
1018 …$this->writeLog(SystemLogFileAction::EDIT, SystemLogErrorClassification::USER_ERROR, 104, 'You are…
1067 …$this->writeLog(SystemLogFileAction::UPLOAD, SystemLogErrorClassification::SYSTEM_ERROR, 108, 'No …
1152 …$this->writeLog(SystemLogFileAction::UPLOAD, SystemLogErrorClassification::SYSTEM_ERROR, 108, 'No …
[all …]
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Utility/File/
H A DExtendedFileUtility.php225 …$this->writeLog(SystemLogFileAction::UPLOAD, SystemLogErrorClassification::USER_ERROR, 108, 'No fi…
238 …$this->writeLog(SystemLogFileAction::NEW_FOLDER, SystemLogErrorClassification::USER_ERROR, 108, 'N…
328 public function writeLog($action, $error, $details_nr, $details, $data) function in TYPO3\\CMS\\Core\\Utility\\File\\ExtendedFileUtility
671 …$this->writeLog(SystemLogFileAction::COPY, SystemLogErrorClassification::USER_ERROR, 114, 'You are…
766 …$this->writeLog(SystemLogFileAction::MOVE, SystemLogErrorClassification::USER_ERROR, 114, 'You are…
968 …$this->writeLog(SystemLogFileAction::NEW_FILE, SystemLogErrorClassification::MESSAGE, 1, 'File cre…
977 …$this->writeLog(SystemLogFileAction::NEW_FILE, SystemLogErrorClassification::USER_ERROR, 103, 'You…
1027 …$this->writeLog(SystemLogFileAction::EDIT, SystemLogErrorClassification::USER_ERROR, 104, 'You are…
1076 …$this->writeLog(SystemLogFileAction::UPLOAD, SystemLogErrorClassification::SYSTEM_ERROR, 108, 'No …
1159 …$this->writeLog(SystemLogFileAction::UPLOAD, SystemLogErrorClassification::SYSTEM_ERROR, 108, 'No …
[all …]
/dports/www/owncloud/owncloud/lib/private/
H A DTags.php242 \OCP\Util::writeLog(
295 \OCP\Util::writeLog(
372 \OCP\Util::writeLog(
419 \OCP\Util::writeLog(
484 \OCP\Util::writeLog(
541 \OCP\Util::writeLog(
564 \OCP\Util::writeLog(
608 \OCP\Util::writeLog(
627 \OCP\Util::writeLog(
690 \OCP\Util::writeLog(
[all …]
/dports/graphics/libprojectm/projectm-3.1.12/src/museum/projectM-iTunes-VizKit/source/Tools/Timing/
H A DVisualTimeline.cpp114 writeLog(logStr); in setStartValue()
142 writeLog(logStr); in setStopValue()
185 writeLog(logStr); in setDurationInMilliseconds()
211 writeLog(logStr); in setCurrentValue()
235 writeLog(logStr); in setCurrentValue()
241 writeLog(logStr); in setCurrentValue()
255 writeLog(logStr); in update()
267 writeLog(logStr); in update()
273 writeLog(logStr); in update()
298 writeLog(logStr); in update()
[all …]
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/laravel/framework/src/Illuminate/Log/
H A DLogger.php51 $this->writeLog(__FUNCTION__, $message, $context);
63 $this->writeLog(__FUNCTION__, $message, $context);
75 $this->writeLog(__FUNCTION__, $message, $context);
87 $this->writeLog(__FUNCTION__, $message, $context);
99 $this->writeLog(__FUNCTION__, $message, $context);
111 $this->writeLog(__FUNCTION__, $message, $context);
123 $this->writeLog(__FUNCTION__, $message, $context);
135 $this->writeLog(__FUNCTION__, $message, $context);
148 $this->writeLog($level, $message, $context);
161 $this->writeLog($level, $message, $context);
[all …]
/dports/biology/bamutil/bamUtil-1.0.15/src/
H A DPolishBam.cpp398 Logger::gLogger->writeLog("Arguments in effect:"); in execute()
399 Logger::gLogger->writeLog("\t--in [%s]",sInFile.c_str()); in execute()
400 Logger::gLogger->writeLog("\t--out [%s]",sOutFile.c_str()); in execute()
403 Logger::gLogger->writeLog("\t--AS [%s]",sAS.c_str()); in execute()
404 Logger::gLogger->writeLog("\t--UR [%s]",sUR.c_str()); in execute()
405 Logger::gLogger->writeLog("\t--SP [%s]",sSP.c_str()); in execute()
408 Logger::gLogger->writeLog("\t--HD []"); in execute()
414 Logger::gLogger->writeLog("\t--RG []"); in execute()
420 Logger::gLogger->writeLog("\t--PG []"); in execute()
428 Logger::gLogger->writeLog("\t--CO []"); in execute()
[all …]
H A DRecab.cpp255 Logger::gLogger->writeLog("Initialize errormodel structure..."); in execute()
274 Logger::gLogger->writeLog("Start: %s", asctime(localtm)); in execute()
291 Logger::gLogger->writeLog("%ld records processed", numRecs); in execute()
297 Logger::gLogger->writeLog("End: %s", asctime(localtm)); in execute()
309 Logger::gLogger->writeLog("Writing recalibrated file %s",outFile.c_str()); in execute()
328 Logger::gLogger->writeLog("Recalibration successfully finished"); in execute()
807 Logger::gLogger->writeLog("# mapped Reads observed: %ld", myMappedCount); in modelFitPrediction()
841 Logger::gLogger->writeLog("Start model fitting!"); in modelFitPrediction()
876 Logger::gLogger->writeLog("Open reference"); in processParams()
882 Logger::gLogger->writeLog("Done! Sequence length %u", in processParams()
[all …]
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/RainLoop/Common/
H A DPdoAbstract.php203 $this->writeLog($sSql);
243 $this->writeLog($sSql);
269 protected function writeLog($mData) function in RainLoop\\Common\\PdoAbstract
366 $this->writeLog($sQuery);
408 $this->writeLog($sQuery);
415 $this->writeLog($sQuery);
498 $this->writeLog($sQuery);
513 $this->writeLog($oException);
537 $this->writeLog($oException);
576 $this->writeLog($sQuery);
[all …]
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/RainLoop/Common/
H A DPdoAbstract.php203 $this->writeLog($sSql);
243 $this->writeLog($sSql);
269 protected function writeLog($mData) function in RainLoop\\Common\\PdoAbstract
366 $this->writeLog($sQuery);
408 $this->writeLog($sQuery);
415 $this->writeLog($sQuery);
498 $this->writeLog($sQuery);
513 $this->writeLog($oException);
537 $this->writeLog($oException);
576 $this->writeLog($sQuery);
[all …]
/dports/lang/gcc8/gcc-8.5.0/libgo/go/net/
H A Dwritev_test.go105 var writeLog struct {
110 writeLog.Lock()
111 writeLog.log = append(writeLog.log, size)
112 writeLog.Unlock()
147 writeLog.Lock() // no need to unlock
149 for _, v := range writeLog.log {
163 if len(writeLog.log) < wantMinCalls {
164 t.Errorf("write calls = %v < wanted min %v", len(writeLog.log), wantMinCalls)
172 if len(writeLog.log) != wantCalls {
173 t.Errorf("write calls = %v; want %v", len(writeLog.log), wantCalls)
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/net/
H A Dwritev_test.go105 var writeLog struct {
110 writeLog.Lock()
111 writeLog.log = append(writeLog.log, size)
112 writeLog.Unlock()
147 writeLog.Lock() // no need to unlock
149 for _, v := range writeLog.log {
163 if len(writeLog.log) < wantMinCalls {
164 t.Errorf("write calls = %v < wanted min %v", len(writeLog.log), wantMinCalls)
172 if len(writeLog.log) != wantCalls {
173 t.Errorf("write calls = %v; want %v", len(writeLog.log), wantCalls)
/dports/lang/gcc10/gcc-10.3.0/libgo/go/net/
H A Dwritev_test.go107 var writeLog struct {
112 writeLog.Lock()
113 writeLog.log = append(writeLog.log, size)
114 writeLog.Unlock()
149 writeLog.Lock() // no need to unlock
151 for _, v := range writeLog.log {
165 if len(writeLog.log) < wantMinCalls {
166 t.Errorf("write calls = %v < wanted min %v", len(writeLog.log), wantMinCalls)
174 if len(writeLog.log) != wantCalls {
175 t.Errorf("write calls = %v; want %v", len(writeLog.log), wantCalls)
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/net/
H A Dwritev_test.go105 var writeLog struct {
110 writeLog.Lock()
111 writeLog.log = append(writeLog.log, size)
112 writeLog.Unlock()
147 writeLog.Lock() // no need to unlock
149 for _, v := range writeLog.log {
163 if len(writeLog.log) < wantMinCalls {
164 t.Errorf("write calls = %v < wanted min %v", len(writeLog.log), wantMinCalls)
172 if len(writeLog.log) != wantCalls {
173 t.Errorf("write calls = %v; want %v", len(writeLog.log), wantCalls)
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/net/
H A Dwritev_test.go106 var writeLog struct {
111 writeLog.Lock()
112 writeLog.log = append(writeLog.log, size)
113 writeLog.Unlock()
148 writeLog.Lock() // no need to unlock
150 for _, v := range writeLog.log {
164 if len(writeLog.log) < wantMinCalls {
165 t.Errorf("write calls = %v < wanted min %v", len(writeLog.log), wantMinCalls)
173 if len(writeLog.log) != wantCalls {
174 t.Errorf("write calls = %v; want %v", len(writeLog.log), wantCalls)
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/net/
H A Dwritev_test.go107 var writeLog struct {
112 writeLog.Lock()
113 writeLog.log = append(writeLog.log, size)
114 writeLog.Unlock()
149 writeLog.Lock() // no need to unlock
151 for _, v := range writeLog.log {
165 if len(writeLog.log) < wantMinCalls {
166 t.Errorf("write calls = %v < wanted min %v", len(writeLog.log), wantMinCalls)
174 if len(writeLog.log) != wantCalls {
175 t.Errorf("write calls = %v; want %v", len(writeLog.log), wantCalls)
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/net/
H A Dwritev_test.go106 var writeLog struct {
111 writeLog.Lock()
112 writeLog.log = append(writeLog.log, size)
113 writeLog.Unlock()
148 writeLog.Lock() // no need to unlock
150 for _, v := range writeLog.log {
164 if len(writeLog.log) < wantMinCalls {
165 t.Errorf("write calls = %v < wanted min %v", len(writeLog.log), wantMinCalls)
173 if len(writeLog.log) != wantCalls {
174 t.Errorf("write calls = %v; want %v", len(writeLog.log), wantCalls)
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/net/
H A Dwritev_test.go105 var writeLog struct {
110 writeLog.Lock()
111 writeLog.log = append(writeLog.log, size)
112 writeLog.Unlock()
147 writeLog.Lock() // no need to unlock
149 for _, v := range writeLog.log {
163 if len(writeLog.log) < wantMinCalls {
164 t.Errorf("write calls = %v < wanted min %v", len(writeLog.log), wantMinCalls)
172 if len(writeLog.log) != wantCalls {
173 t.Errorf("write calls = %v; want %v", len(writeLog.log), wantCalls)

12345678910>>...28