Home
last modified time | relevance | path

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

/dports/irc/atheme-services/atheme-7.2.9/modules/operserv/
H A Dgreplog.c75 const char *service, *pattern, *baselog; in os_cmd_greplog() local
123 baselog = !strcmp(service, "*") ? get_account_log() : get_commands_log(); in os_cmd_greplog()
124 if (baselog == NULL) in os_cmd_greplog()
133 mowgli_strlcpy(logfile, baselog, sizeof logfile); in os_cmd_greplog()
139 baselog, tm.tm_year + 1900, in os_cmd_greplog()
/dports/print/cups/cups-2.3.3op2/test/
H A Drun-stp-tests.sh1124 baselog=`basename $file`
1126 echo " <h2><a name=\"$baselog\">$baselog</a></h2>" >>$strfile
1127 case $baselog in
1151 baselog=`basename $file`
1152 cp $file $baselog-$date-$user
1153 echo "Copied log file \"$baselog-$date-$user\" to test directory."
/dports/devel/mercurial/mercurial-6.0/hgext/git/
H A Dgitlog.py34 class baselog(object): # revlog.revlog): class
104 class changelog(baselog):
430 class manifestlog(baselog):
451 class filelog(baselog):
/dports/graphics/rawtherapee/rawtherapee-5.8/rtgui/
H A Dparamsedited.h84 bool baselog; member
/dports/graphics/darktable/darktable-3.6.1/src/libs/
H A Dhistogram.c333 static inline float baselog(float x, float bound) in baselog() function
344 const float s = baselog(h, r); in log_scale()
743 r = baselog(r, vs_radius); in _lib_histogram_draw_vectorscope()
/dports/sysutils/logstalgia/Logstalgia-logstalgia-1.1.2/src/
H A Dlogstalgia.cpp950 BaseLog* baselog = getLog(); in readLog() local
954 while( baselog->getNextLine(linestr) ) { in readLog()
/dports/graphics/darktable38/darktable-3.8.0/src/libs/
H A Dhistogram.c328 static inline float baselog(float x, float bound) in baselog() function
342 const float s = baselog(h, r) / h; in log_scale()
1000 r = baselog(r, vs_radius); in _lib_histogram_draw_vectorscope()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/rt/rtengine/
H A Dprocparams.h420 double baselog; variable