Home
last modified time | relevance | path

Searched defs:logTitle (Results 1 – 9 of 9) sorted by relevance

/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/output/common/
H A DCompileOutputPaneFactory.java21 CompileOutputPane create(@Assisted("taskName") String taskName, in create()
H A DCompileOutputPane.java43 public CompileOutputPane(@Assisted("taskName") String taskName, in CompileOutputPane()
/dports/www/e107/e107/e107_handlers/
H A Dadmin_log_class.php138 …public function save($logTitle, $logImportance = E_LOG_INFORMATIVE, $logEventCode = '', $mstack = …
772 …public function flushMessages($logTitle, $logImportance = E_LOG_INFORMATIVE, $logEventCode = '', $…
827 private function saveToFile($logTitle='', $append=false, $opts = array())
919 public function toFile($name, $logTitle='',$append=false, $opts=array())
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/swt/pluginsimpl/
H A DBasicPluginViewImpl.java247 Label logTitle = new Label(topSection,SWT.NULL); in initialize() local
/dports/www/varnish_exporter/prometheus_varnish_exporter-1.6/
H A Dutils.go15 func logTitle(format string, args ...interface{}) { func
/dports/comms/trustedqsl/tqsl-2.4/apps/
H A Dtqslupdater.cpp120 tqsl_curl_init(const char *logTitle, const char *url, bool newFile) { in tqsl_curl_init()
H A Dtqsl.cpp2536 tqsl_curl_init(const char *logTitle, const char *url, FILE **curlLogFile, bool newFile) {
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/keybinder/
H A DclKeyboardManager.cpp1169 wxString logTitle = title; in LogAccelerators() local
/dports/print/fontforge/fontforge-20201107/tests/
H A Dtest926.py1998 def logTitle(self, title): member in BaseReporter