Home
last modified time | relevance | path

Searched refs:printDebug (Results 1 – 25 of 379) sorted by relevance

12345678910>>...16

/dports/www/matomo/piwik/core/Tracker/
H A DVisitExcluded.php68 Common::printDebug('Search bot detected, visit excluded');
82 Common::printDebug("'$parameterForceRecord' parameter not found.");
108 Common::printDebug("Request is excluded.");
116 Common::printDebug("Ignore cookie found.");
124 Common::printDebug("IP excluded.");
132 Common::printDebug("User agent excluded.");
142 Common::printDebug("Referrer URL is listed as spam.");
146 Common::printDebug("Spam list is disabled.");
153 Common::printDebug("Unknown URL is not allowed to track.");
165 Common::printDebug("Visitor excluded.");
[all …]
H A DScheduledTasksRunner.php54 … Common::printDebug("-> Scheduled tasks not running in Tracker: Browser archiving is disabled.");
68 Common::printDebug('-> Scheduled Tasks: Starting...');
77 Common::printDebug($resultTasks);
79 Common::printDebug('Finished Scheduled Tasks.');
81 Common::printDebug("-> Scheduled tasks not triggered.");
84 Common::printDebug("Next run will be from: " . date('Y-m-d H:i:s', $nextRunTime) . ' UTC');
H A DGoalManager.php346 Common::printDebug("There is an existing cart for this visit");
411 Common::printDebug("There are no Ecommerce items in the request");
468 Common::printDebug($itemToUpdate);
480 Common::printDebug($itemInDb);
481 Common::printDebug("New item to UPDATE the previous row:");
483 Common::printDebug($newItem);
627 Common::printDebug("Goal data used to update ecommerce items:");
628 Common::printDebug($goal);
632 Common::printDebug($newRow);
659 Common::printDebug($itemsToInsert);
[all …]
H A DRequest.php159 Common::printDebug("failed to authenticate: invalid idSite");
172 Common::printDebug("token_auth is authenticated in cache!");
181 Common::printDebug("could not authenticate, caught exception: " . $e->getMessage());
187 Common::printDebug("token_auth is authenticated!");
193 Common::printDebug("token_auth authentication not required");
518 Common::printDebug(sprintf("Datetime %s is not valid", date("Y-m-d H:i:m", $cdt)));
529 Common::printDebug($message);
530 Common::printDebug("WARN: Tracker API 'cdt' was used with invalid token_auth");
542 Common::printDebug($message);
691 Common::printDebug($cookie);
[all …]
H A DVisit.php152 Common::printDebug("Executing " . get_class($processor) . "::manipulateRequest()...");
162 … Common::printDebug("Executing " . get_class($processor) . "::processRequestParams()...");
166 Common::printDebug("-> aborting due to processRequestParams method");
178 … Common::printDebug("Executing " . get_class($processor) . "::afterRequestProcessed()...");
182 Common::printDebug("-> aborting due to afterRequestProcessed method");
221 Common::printDebug("Executing " . get_class($processor) . "::recordLogs()...");
258 Common::printDebug("Executing " . get_class($processor) . "::recordLogs()...");
311 … Common::printDebug("New Visit (IP = " . IPUtils::binaryToStringIP($this->getVisitorIp()) . ")");
425 Common::printDebug('There are no values to be updated for this visit');
440 Common::printDebug('Updated existing visit: ' . var_export($valuesToUpdate, true));
[all …]
H A DResponse.php77 Common::printDebug("Logging disabled, display transparent logo");
82 Common::printDebug("Empty request => Matomo page");
87 Common::printDebug("Nothing to notice => default behaviour");
90 Common::printDebug("End of the page.");
102 Common::printDebug($_COOKIE);
103 Common::printDebug((string)$this->timer);
/dports/security/steghide/steghide-0.5.1/src/
H A DEmbData.cc58 printDebug (1, "\nEmbData::addBits called with") ; in addBits()
59 printDebug (1, " addbits:") ; in addBits()
60 addbits.printDebug (1, 2) ; in addBits()
61 printDebug (1, " Reservoir:") ; in addBits()
62 Reservoir.printDebug (1, 2) ; in addBits()
75 printDebug (1, "bits is now:") ; in addBits()
76 bits.printDebug (1, 2) ; in addBits()
83 printDebug (1, "in the READ_MAGIC state") ; in addBits()
99 printDebug (1, "in the READ_VERSION state") ; in addBits()
118 printDebug (1, "in the READ_ENCINFO state") ; in addBits()
[all …]
H A DDFSAPHeuristic.cc85printDebug (5, "DFSAPHeuristic: could not find augmenting path for vertex %lu", (*expv)->getLabel(… in run()
111 printDebug (6, "DFSAPHeuristic: pushing edge on path: %lu - %lu", EDGE->getVertex1()->getLabel(), E…
128printDebug (5, "DFSAPHeuristic: searching augmenting path for vertex with label %lu", v0->getLabel… in searchAugmentingPath()
176printDebug (6, "DFSAPHeuristic: could not find next edge from vertex with label %lu", w_next->getL… in searchAugmentingPath()
177printDebug (6, "DFSAPHeuristic: popping edge %lu - %lu from path", path[pathlen - 1]->getVertex1()… in searchAugmentingPath()
178printDebug (6, "DFSAPHeuristic: popping edge %lu - %lu from path", path[pathlen - 2]->getVertex1()… in searchAugmentingPath()
240printDebug (7, "DFSAPHeuristic::getNextEdge: no more unexamined edges for vertex %lu", v->getLabel… in getNextEdge()
250printDebug (7, "DFSAPHeuristic::getNextEdge: admissible edge for vertex %lu goes to vertex %lu", v… in getNextEdge()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/corba/se/impl/activation/
H A DServerTableEntry.java186 private void printDebug(String method, String msg) in printDebug() method in ServerTableEntry
201 printDebug("activate", "activating server"); in activate()
221 printDebug("register", "process registered back"); in register()
261 printDebug("registerPorts", "process registered Ports"); in registerPorts()
315 printDebug( "holdDown", "server held down" ) ; in holdDown()
325 printDebug( "deActivate", "server deactivated" ) ; in deActivate()
354 printDebug( "isValid", "returns true" ) ; in isValid()
368 printDebug("isValid", "reactivating server"); in isValid()
375 printDebug("isValid", "holding server down"); in isValid()
522 printDebug( "destroy", in destroy()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/corba/se/impl/activation/
H A DServerTableEntry.java186 private void printDebug(String method, String msg) in printDebug() method in ServerTableEntry
201 printDebug("activate", "activating server"); in activate()
221 printDebug("register", "process registered back"); in register()
261 printDebug("registerPorts", "process registered Ports"); in registerPorts()
315 printDebug( "holdDown", "server held down" ) ; in holdDown()
325 printDebug( "deActivate", "server deactivated" ) ; in deActivate()
354 printDebug( "isValid", "returns true" ) ; in isValid()
368 printDebug("isValid", "reactivating server"); in isValid()
375 printDebug("isValid", "holding server down"); in isValid()
522 printDebug( "destroy", in destroy()
[all …]
/dports/games/libretro-dosbox/dosbox-libretro-aa71b67/src/midi/munt/
H A DSynth.cpp259 reportHandler->printDebug(fmt, ap); in printDebug()
537 printDebug("Loading Control ROM"); in open()
555 printDebug("Loading PCM ROM"); in open()
608 printDebug("Initialising PCM List"); in open()
613 printDebug("Initialising Rhythm Temp"); in open()
618 printDebug("Initialising Patches"); in open()
633 printDebug("Initialising System"); in open()
1141 printDebug(" Invalid channel"); in writeSysex()
1447 printDebug("WRITE-SYSTEM:"); in writeMemoryRegion()
1476 printDebug("WRITE-LCD: %s", buf); in writeMemoryRegion()
[all …]
H A DPart.cpp197 synth->printDebug("%s: Attempted to call setTimbre() - doesn't make sense for rhythm", name); in setTimbre()
205 synth->printDebug("%s: Attempted to call getAbsTimbreNum() - doesn't make sense for rhythm", name); in getAbsTimbreNum()
215 synth->printDebug("%s: Attempt to set program (%d) on rhythm is invalid", name, patchNum); in setProgram()
302 synth->printDebug("%s (%s): Recached timbre", name, currentInstr); in cacheTimbre()
335 synth->printDebug("%s: Pointlessly setting pan (%d) on rhythm part", name, midiPan); in setPan()
373 synth->printDebug("%s: Attempted to play invalid key %d (velocity %d)", name, midiKey, velocity); in noteOn()
380 synth->printDebug("%s: Attempted to play unmapped key %d (velocity %d)", name, midiKey, velocity); in noteOn()
403 …synth->printDebug(" PatchTemp: outputLevel %u, (panpot %u)", patchTemp->outputLevel, patchTemp->pa… in noteOn()
419 …synth->printDebug(" PatchTemp: outputLevel %u, panpot %u", patchTemp->outputLevel, patchTemp->panp… in noteOn()
461 synth->printDebug("%s (%s): Completely muted instrument", name, currentInstr); in playPoly()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/audio/softsynth/mt32/
H A DSynth.cpp106 synth.printDebug("%s", msg); in printDebug()
329 reportHandler->printDebug(fmt, ap); in printDebug()
610 printDebug("Loading Control ROM"); in open()
628 printDebug("Loading PCM ROM"); in open()
681 printDebug("Initialising PCM List"); in open()
691 printDebug("Initialising Patches"); in open()
706 printDebug("Initialising System"); in open()
1269 printDebug(" Invalid channel"); in writeSysex()
1578 printDebug("WRITE-SYSTEM:"); in writeMemoryRegion()
1607 printDebug("WRITE-LCD: %s", buf); in writeMemoryRegion()
[all …]
H A DPart.cpp197 synth->printDebug("%s: Attempted to call setTimbre() - doesn't make sense for rhythm", name); in setTimbre()
205 synth->printDebug("%s: Attempted to call getAbsTimbreNum() - doesn't make sense for rhythm", name); in getAbsTimbreNum()
215 synth->printDebug("%s: Attempt to set program (%d) on rhythm is invalid", name, patchNum); in setProgram()
302 synth->printDebug("%s (%s): Recached timbre", name, currentInstr); in cacheTimbre()
335 synth->printDebug("%s: Pointlessly setting pan (%d) on rhythm part", name, midiPan); in setPan()
380 synth->printDebug("%s: Attempted to play invalid key %d (velocity %d)", name, midiKey, velocity); in noteOn()
388 synth->printDebug("%s: Attempted to play unmapped key %d (velocity %d)", name, midiKey, velocity); in noteOn()
411 …synth->printDebug(" PatchTemp: outputLevel %u, (panpot %u)", patchTemp->outputLevel, patchTemp->pa… in noteOn()
427 …synth->printDebug(" PatchTemp: outputLevel %u, panpot %u", patchTemp->outputLevel, patchTemp->panp… in noteOn()
469 synth->printDebug("%s (%s): Completely muted instrument", name, currentInstr); in playPoly()
[all …]
/dports/games/scummvm/scummvm-2.5.1/audio/softsynth/mt32/
H A DSynth.cpp106 synth.printDebug("%s", msg); in printDebug()
338 reportHandler->printDebug(fmt, ap); \
660 printDebug("Loading Control ROM"); in open()
678 printDebug("Loading PCM ROM"); in open()
731 printDebug("Initialising PCM List"); in open()
741 printDebug("Initialising Patches"); in open()
756 printDebug("Initialising System"); in open()
1332 printDebug(" Invalid channel"); in writeSysex()
1641 printDebug("WRITE-SYSTEM:"); in writeMemoryRegion()
1670 printDebug("WRITE-LCD: %s", buf); in writeMemoryRegion()
[all …]
H A DPart.cpp197 synth->printDebug("%s: Attempted to call setTimbre() - doesn't make sense for rhythm", name); in setTimbre()
205 synth->printDebug("%s: Attempted to call getAbsTimbreNum() - doesn't make sense for rhythm", name); in getAbsTimbreNum()
215 synth->printDebug("%s: Attempt to set program (%d) on rhythm is invalid", name, patchNum); in setProgram()
302 synth->printDebug("%s (%s): Recached timbre", name, currentInstr); in cacheTimbre()
335 synth->printDebug("%s: Pointlessly setting pan (%d) on rhythm part", name, midiPan); in setPan()
380 synth->printDebug("%s: Attempted to play invalid key %d (velocity %d)", name, midiKey, velocity); in noteOn()
388 synth->printDebug("%s: Attempted to play unmapped key %d (velocity %d)", name, midiKey, velocity); in noteOn()
411 …synth->printDebug(" PatchTemp: outputLevel %u, (panpot %u)", patchTemp->outputLevel, patchTemp->pa… in noteOn()
427 …synth->printDebug(" PatchTemp: outputLevel %u, panpot %u", patchTemp->outputLevel, patchTemp->panp… in noteOn()
469 synth->printDebug("%s (%s): Completely muted instrument", name, currentInstr); in playPoly()
[all …]
/dports/games/blinkensisters/blinkensisters/lostpixels/game/software/
H A Dhttpclient.cpp45 printDebug("Resolving host"); in HTTPClient()
46 printDebug(m_hostname); in HTTPClient()
54 printDebug("Got Host address"); in HTTPClient()
67 printDebug("Deleting instance"); in ~HTTPClient()
69 printDebug("Freeing extbuffer"); in ~HTTPClient()
73 printDebug("Freeing m_ip"); in ~HTTPClient()
77 printDebug("Freeing m_sd"); in ~HTTPClient()
103 printDebug("getting url:"); in get()
104 printDebug(relative_url); in get()
250 printDebug("Freeing extbuffer"); in getData()
[all …]
/dports/graphics/hugin/hugin-2020.0.0/src/hugin_base/vigra_ext/
H A DImageTransformsGPU.cpp220 if(printDebug) in compileGLSL()
233 if(printDebug) in compileGLSL()
330 if(printDebug) in transformImageGPUIntern()
364 if(printDebug) in transformImageGPUIntern()
370 if (printDebug) in transformImageGPUIntern()
406 if(printDebug) in transformImageGPUIntern()
462 if(printDebug) in transformImageGPUIntern()
479 if(printDebug) in transformImageGPUIntern()
551 if(printDebug) in transformImageGPUIntern()
670 if(printDebug) in transformImageGPUIntern()
[all …]
/dports/www/matomo/piwik/plugins/PrivacyManager/
H A DDoNotTrackHeaderChecker.php38 Common::printDebug("Visit is already excluded, no need to check DoNotTrack support.");
63 Common::printDebug("DoNotTrack support is not enabled, skip check");
68 Common::printDebug("DoNotTrack header not found");
76 Common::printDebug("DoNotTrack header ignored by Matomo because of a plugin");
80 Common::printDebug("DoNotTrack header found!");
/dports/audio/py-music21/music21-7.1.0/music21/metadata/
H A Dcaching.py77 environLocal.printDebug(message)
84 environLocal.printDebug(message)
125 environLocal.printDebug(
147 environLocal.printDebug(traceback.format_exc())
161 environLocal.printDebug(
170 environLocal.printDebug(
200 environLocal.printDebug(traceback.format_exc())
221 environLocal.printDebug(
231 environLocal.printDebug(
245 environLocal.printDebug(traceback.format_exc())
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/audio/softsynth/mt32/srchelper/
H A DSoxrAdapter.cpp59 synth.printDebug("SoxrAdapter: Creation of SOXR instance failed: %s\n", soxr_strerror(error)); in SoxrAdapter()
66 …synth.printDebug("SoxrAdapter: Installing sample feed for SOXR failed: %s\n", soxr_strerror(error)… in SoxrAdapter()
88 …synth.printDebug("SoxrAdapter: SOXR error during processing: %s > resetting\n", soxr_strerror(erro… in getOutputSamples()
91 synth.printDebug("SoxrAdapter: SOXR failed to reset: %s\n", soxr_strerror(error)); in getOutputSamples()
95 synth.printDebug("SoxrAdapter: SOXR disabled\n"); in getOutputSamples()
101 synth.printDebug("SoxrAdapter: got 0 frames from SOXR, weird\n"); in getOutputSamples()
H A DSamplerateAdapter.cpp60 …synth.printDebug("SamplerateAdapter: Creation of Samplerate instance failed: %s\n", src_strerror(e… in SamplerateAdapter()
81 …synth.printDebug("SamplerateAdapter: Samplerate error during processing: %s > resetting\n", src_st… in getOutputSamples()
84 synth.printDebug("SamplerateAdapter: Samplerate failed to reset: %s\n", src_strerror(error)); in getOutputSamples()
88 synth.printDebug("SamplerateAdapter: Samplerate disabled\n"); in getOutputSamples()
94 synth.printDebug("SamplerateAdapter: got %li frames from Samplerate, weird\n", gotFrames); in getOutputSamples()
/dports/games/scummvm/scummvm-2.5.1/audio/softsynth/mt32/srchelper/
H A DSoxrAdapter.cpp59 synth.printDebug("SoxrAdapter: Creation of SOXR instance failed: %s\n", soxr_strerror(error)); in SoxrAdapter()
66 …synth.printDebug("SoxrAdapter: Installing sample feed for SOXR failed: %s\n", soxr_strerror(error)… in SoxrAdapter()
88 …synth.printDebug("SoxrAdapter: SOXR error during processing: %s > resetting\n", soxr_strerror(erro… in getOutputSamples()
91 synth.printDebug("SoxrAdapter: SOXR failed to reset: %s\n", soxr_strerror(error)); in getOutputSamples()
95 synth.printDebug("SoxrAdapter: SOXR disabled\n"); in getOutputSamples()
101 synth.printDebug("SoxrAdapter: got 0 frames from SOXR, weird\n"); in getOutputSamples()
H A DSamplerateAdapter.cpp60 …synth.printDebug("SamplerateAdapter: Creation of Samplerate instance failed: %s\n", src_strerror(e… in SamplerateAdapter()
81 …synth.printDebug("SamplerateAdapter: Samplerate error during processing: %s > resetting\n", src_st… in getOutputSamples()
84 synth.printDebug("SamplerateAdapter: Samplerate failed to reset: %s\n", src_strerror(error)); in getOutputSamples()
88 synth.printDebug("SamplerateAdapter: Samplerate disabled\n"); in getOutputSamples()
94 synth.printDebug("SamplerateAdapter: got %li frames from Samplerate, weird\n", gotFrames); in getOutputSamples()
/dports/www/matomo/piwik/core/Concurrency/
H A DLock.php129 … Common::printDebug($message . ' It seems like the key already expired as it no longer exists.');
131 … Common::printDebug($message . ' We still have the lock but for some reason it did not expire.');
133 … Common::printDebug($message . ' This lock has been acquired by another process/server.');
135 Common::printDebug($message . ' Failed to expire key.');
145 Common::printDebug('Lock is not acquired, cannot update expiration.');
148 … Common::printDebug('Provided TTL ' . $ttlInSeconds . ' is in valid in Lock::expireLock().');

12345678910>>...16