Home
last modified time | relevance | path

Searched refs:getLogSource (Results 1 – 8 of 8) sorted by relevance

/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PolicySimulator/
H A DGoogleCloudPolicysimulatorV1beta1ReplayConfig.php28 public function getLogSource() function in Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1beta1ReplayConfig
H A DGoogleCloudPolicysimulatorV1ReplayConfig.php28 public function getLogSource() function in Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1ReplayConfig
/dports/editors/libreoffice/libreoffice-7.2.6.2/extensions/source/logging/
H A Dcsvformatter.cxx55 virtual sal_Bool SAL_CALL getLogSource() override;
151 sal_Bool CsvFormatter::getLogSource() in getLogSource() function in logging::CsvFormatter
/dports/editors/libreoffice6/libreoffice-6.4.7.2/extensions/source/logging/
H A Dcsvformatter.cxx55 virtual sal_Bool SAL_CALL getLogSource() override;
154 sal_Bool CsvFormatter::getLogSource() in getLogSource() function in logging::CsvFormatter
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/log/
H A DLogManager.java822 LogSource logSource = getLogSource(lsn); in getLogEntry()
867 getLogSource(lsn), in getLogEntryAllowChecksumException()
1053 logSource = getLogSource(lsn); in getByteBufferFromLog()
1123 public LogSource getLogSource(long lsn) in getLogSource() method in LogManager
/dports/devel/stack/stack-2.7.3/_cabal_deps/rio-0.1.20.0/src/RIO/Prelude/
H A DLogger.hs987 getLogSource :: msg -> LogSource
999 (io theCallStack (getLogSource msg) (getLogLevel msg) (display msg)))
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/rio-0.1.20.0/src/RIO/Prelude/
H A DLogger.hs987 getLogSource :: msg -> LogSource
999 (io theCallStack (getLogSource msg) (getLogLevel msg) (display msg)))
/dports/java/berkeley-db/je-6.2.31/test/com/sleepycat/je/cleaner/
H A DUtilizationTest.java1376 LogSource src = lm.getLogSource(lsn); in getLNSize()