Home
last modified time | relevance | path

Searched refs:logger (Results 1 – 25 of 84455) sorted by last modified time

12345678910>>...3379

/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/
H A Dconfigure2160 --enable-loggui use standard GUI logger
/dports/x11-toolkits/fox17/fox-1.7.77/adie/
H A DMakefile.in397 $(top_srcdir)/adie/logger.gif \
/dports/x11-toolkits/gtkmathview/gtkmathview-0.8.0/src/backend/ps/
H A DPS_StreamRenderingContext.cc28 PS_StreamRenderingContext::PS_StreamRenderingContext(const SmartPtr<AbstractLogger>& logger, in PS_StreamRenderingContext() argument
31 : PS_RenderingContext(logger), output(os), fontDb(fDb) in PS_StreamRenderingContext()
H A DT1_FontDataBase.cc44 : FontDataBase(), logger(l), subset(sub) in T1_FontDataBase()
53 logger->out(LOG_ERROR, "could not add FontDataBase: %s", p->c_str()); in T1_FontDataBase()
61 logger->out(LOG_ERROR, "could not initialize t1lib"); in T1_FontDataBase()
70 logger->out(LOG_INFO, in ~T1_FontDataBase()
92 logger->out(LOG_INFO, "adding font file '%s' to the font database", fileName.c_str()); in getFontId()
97 logger->out(LOG_WARNING, "could not load Type1 font file `%s'", fileName.c_str()); in getFontId()
101 logger->out(LOG_INFO, "loading font ID: %d", i); in getFontId()
110 logger->out(LOG_DEBUG, "font '%s' exists in the fontDataBase", fileName.c_str()); in getFontId()
129 logger->out(LOG_DEBUG, "subset font `%s'", (p->fontName).c_str()); in dumpFontTable()
133 logger->out(LOG_DEBUG, "subsetting %d chars", count); in dumpFontTable()
[all …]
/dports/x11-toolkits/gtkmathview/gtkmathview-0.8.0/src/widget/
H A Dgtkmathview_common.cc107 AbstractLogger* logger; member
423 SmartPtr<AbstractLogger> logger = Logger::create(); in gtk_math_view_base_class_init() local
424 logger->ref(); in gtk_math_view_base_class_init()
425 math_view_class->logger = logger; in gtk_math_view_base_class_init()
427 …SmartPtr<Configuration> configuration = initConfiguration<MathView>(logger, getenv("GTKMATHVIEWCON… in gtk_math_view_base_class_init()
438 SmartPtr<Gtk_Backend> backend = Gtk_Backend::create(logger, configuration); in gtk_math_view_base_class_init()
460 if (math_view_class->logger) in gtk_math_view_base_class_finalize()
462 math_view_class->logger->unref(); in gtk_math_view_base_class_finalize()
463 math_view_class->logger = 0; in gtk_math_view_base_class_finalize()
657 SmartPtr<MathView> view = MathView::create(math_view_class->logger); in gtk_math_view_init()
[all …]
/dports/x11-toolkits/gtkmathview/gtkmathview-0.8.0/src/engine/common/
H A DView.cc43 : logger(l), defaultFontSize(DEFAULT_FONT_SIZE), freezeCounter(0) in View()
89 { return logger; } in getLogger()
110 builder->setLogger(logger); in setBuilder()
/dports/x11-toolkits/gtkmathview/gtkmathview-0.8.0/src/backend/svg/
H A DSVG_RenderingContext.cc33 : logger(l) in SVG_RenderingContext()
35 assert(logger); in SVG_RenderingContext()
/dports/x11-toolkits/gtkmathview/gtkmathview-0.8.0/src/backend/common/
H A Dt1lib_T1FontManager.cc35 t1lib_T1FontManager::t1lib_T1FontManager(const SmartPtr<AbstractLogger>& logger, in t1lib_T1FontManager() argument
42 logger->out(LOG_WARNING, "T1LIB_CONFIG environment variable not set"); in t1lib_T1FontManager()
44 String path = configuration->getString(logger, "default/t1lib/configuration", ""); in t1lib_T1FontManager()
65 t1lib_T1FontManager::create(const SmartPtr<AbstractLogger>& logger, in create() argument
67 { return new t1lib_T1FontManager(logger, configuration); } in create()
/dports/x11-toolkits/gtkmathview/gtkmathview-0.8.0/mathmlsvg/
H A Dmain.cc293 SmartPtr<AbstractLogger> logger = Logger::create(); in main() local
294 logger->setLogLevel(LogLevelId(logLevel)); in main()
296 if (logLevelSet) logger->setLogLevel(LogLevelId(logLevel)); in main()
297 SmartPtr<Backend> backend = SVG_Backend::create(logger, configuration); in main()
301 logger->out(LOG_INFO, "Font size : %f", fontSize); in main()
302 logger->out(LOG_INFO, "Page size : %fx%f", width, height); in main()
303 logger->out(LOG_INFO, "Margins : %fx%f", xMargin, yMargin); in main()
305 SmartPtr<MathView> view = MathView::create(logger); in main()
329 logger->out(LOG_INFO, "Processing `%s'...", file); in main()
345 SVG_libxml2_StreamRenderingContext rc(logger, os, view); in main()
[all …]
H A DSMS.cc43 : logger(_logger), view(_view), evalContext(logger, view), in SMS()
248 SVG_libxml2_StreamRenderingContext context(logger, os, view); in traverse()
936 const Model::Document doc = Model::document(*logger, uri, false); in process()
942 logger->out(LOG_INFO, "Page size: %f x %f", pageWidth.toFloat(), pageHeight.toFloat()); in process()
991logger->out(LOG_INFO, "Adjusted page size: %f x %f", canvasWidth.toFloat(), canvasHeight.toFloat()… in process()
1007 logger->out(LOG_INFO, "Canvas size: %f x %f", canvasWidth.toFloat(), canvasHeight.toFloat()); in process()
1015 logger->out(LOG_INFO, "Viewbox size: %f x %f", viewBoxWidth, viewBoxHeight); in process()
1016 logger->out(LOG_DEBUG, "Ratio: %f x %f", in process()
1051 logger->out(LOG_ERROR, "circular dependencies in MathML fragments"); in process()
/dports/x11-toolkits/gtkmathview/gtkmathview-0.8.0/mathmlps/
H A Dmain.cc309 SmartPtr<AbstractLogger> logger = Logger::create(); in main() local
310 logger->setLogLevel(LogLevelId(logLevel)); in main()
312 if (logLevelSet) logger->setLogLevel(LogLevelId(logLevel)); in main()
313 SmartPtr<Backend> backend = PS_Backend::create(logger, configuration); in main()
317 logger->out(LOG_INFO, "Font size : %f", fontSize); in main()
318 logger->out(LOG_INFO, "Page size : %fx%f", width, height); in main()
319 logger->out(LOG_INFO, "Margins : %fx%f", xMargin, yMargin); in main()
321 SmartPtr<MathView> view = MathView::create(logger); in main()
345 logger->out(LOG_INFO, "Processing `%s'...", file); in main()
372 PS_StreamRenderingContext rc(logger, os, fDb); in main()
[all …]
/dports/x11/py-caffeine-ng/caffeine-ng-3.5.1/caffeine/
H A Dmain.py65 logger = logging.getLogger(__name__) variable
322 logger.info("User has clicked the Caffeine icon")
417 logger.info("Caffeine is preparing to quit")
446 logger.error("Caffeine is not running")
448 logger.fatal("Caffeine is already running")
/dports/x11/lightdm/lightdm-1.30.0/src/
H A DMakefile.in131 lightdm-logger.$(OBJEXT) lightdm-login1.$(OBJEXT) \
187 ./$(DEPDIR)/lightdm-logger.Po ./$(DEPDIR)/lightdm-login1.Po \
469 logger.c \
470 logger.h \
/dports/x11/kitty/kitty-0.23.1/docs/
H A Dconf.py46 logger = getLogger(__name__) variable
438 logger.warning('Unknown shortcut: {}'.format(target), location=refnode)
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/api/
H A Dapi.cc8362 i_isolate->logger()->SetCodeEventHandler(kJitCodeEventDefault, in Initialize()
9000 isolate->logger()->SetCodeEventHandler(options, event_handler); in SetJitCodeEventHandler()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/glmark2/src/waflib/Tools/
H A Dc_config.py749 bld.logger=self.logger
789 x.logger=Logs.make_mem_logger(str(id(x)),self.logger)
798 x.logger.memhandler.flush()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/d8/
H A Dd8.cc1531 std::string file_name = i_isolate->logger()->file_name(); in LogGetAndStop()
1536 if (!i_isolate->logger()->is_logging()) { in LogGetAndStop()
1542 FILE* log_file = i_isolate->logger()->TearDownAndGetLogFile(); in LogGetAndStop()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/
H A DBUILD.gn2818 "src/logging/local-logger.cc",
2819 "src/logging/local-logger.h",
3128 "src/parsing/preparser-logger.h",
/dports/www/chromium-legacy/chromium-88.0.4324.182/sandbox/policy/
H A DBUILD.gn129 "//third_party/fuchsia-sdk/sdk/fidl/fuchsia.logger",
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/test/
H A Dit2me_standalone_host.cc29 void OutputFakeConnectionEventLogger(const FakeConnectionEventLogger& logger) { in OutputFakeConnectionEventLogger() argument
30 std::cout << logger; in OutputFakeConnectionEventLogger()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/shell/app/
H A Dshell_main_delegate.cc39 #define IPC_LOG_TABLE_ADD_ENTRY(msg_id, logger) \ argument
40 content::RegisterIPCLogger(msg_id, logger)
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/password_manager/
H A Dchrome_password_manager_client.cc307 password_manager::BrowserSavePasswordProgressLogger logger( in IsFillingEnabled() local
309 logger.LogBoolean(Logger::STRING_SSL_ERRORS_PRESENT, ssl_errors); in IsFillingEnabled()
671 std::unique_ptr<password_manager::BrowserSavePasswordProgressLogger> logger; in WasLastNavigationHTTPError() local
673 logger = in WasLastNavigationHTTPError()
676 logger->LogMessage(Logger::STRING_WAS_LAST_NAVIGATION_HTTP_ERROR_METHOD); in WasLastNavigationHTTPError()
685 if (logger) in WasLastNavigationHTTPError()
686 logger->LogNumber(Logger::STRING_HTTP_STATUS_CODE, http_status_code); in WasLastNavigationHTTPError()
1440 password_manager::BrowserSavePasswordProgressLogger logger( in IsPasswordManagementEnabledForCurrentPage() local
1442 logger.LogURL(Logger::STRING_SECURITY_ORIGIN, url); in IsPasswordManagementEnabledForCurrentPage()
1443 logger.LogBoolean( in IsPasswordManagementEnabledForCurrentPage()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/
H A DBUILD.gn5602 "sync_file_system/logger.cc",
5603 "sync_file_system/logger.h",
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/
H A Dlogging_unittest.cc723 fidl::Binding<fuchsia::logger::LogListenerSafe> binding(&listener); in TEST_F()
725 fuchsia::logger::LogMessage logged_message; in TEST_F()
729 fuchsia::logger::LogPtr logger = base::ComponentContextForProcess() in TEST_F() local
731 ->Connect<fuchsia::logger::Log>(); in TEST_F()
732 logger.set_error_handler([&wait_for_message_loop](zx_status_t status) { in TEST_F()
749 std::unique_ptr<fuchsia::logger::LogFilterOptions> options = in TEST_F()
750 std::make_unique<fuchsia::logger::LogFilterOptions>(); in TEST_F()
753 logger->DumpLogsSafe(binding.NewBinding(), std::move(options)); in TEST_F()
763 static_cast<int32_t>(fuchsia::logger::LogLevelFilter::ERROR)); in TEST_F()
H A DBUILD.gn1632 "//third_party/fuchsia-sdk/sdk/fidl/fuchsia.logger",
2728 public_deps = [ "//third_party/fuchsia-sdk/sdk/fidl/fuchsia.logger" ]
3410 "//third_party/fuchsia-sdk/sdk/fidl/fuchsia.logger",

12345678910>>...3379