Home
last modified time | relevance | path

Searched refs:logy (Results 1 – 25 of 371) sorted by relevance

12345678910>>...15

/dports/net/drive/drive-0.4.0/src/
H A Dabout.go69 quotaInformation(logy, about)
72 fileSizesInfo(logy, about)
76 featuresInformation(logy, about)
82 logy.Logln("\n* Maximum upload sizes per file type *")
83 logy.Logf("%-50s %-20s\n", "FileType", "Size")
87 logy.Logln()
101 logy.Logln()
108 logy.Logf(
119 logy.Logln("\n* Space used by Google Services *")
120 logy.Logf("%-36s %-36s\n", "Service", "Bytes")
[all …]
H A Dshare.go213 func showPromptShareChanges(logy *log.Logger, change *shareChange) Agreement {
234 logy.Logf("%s for accountType(s)\n", shareInfo)
236 logy.Logf("\t\033[32m%s\033[00m\n", accountType.String())
239 logy.Logln(extraShareInfo)
243 logy.Logln("For roles(s)")
245 logy.Logf("\t\033[33m%s\033[00m\n", role.String())
250 logy.Logf("\nAddressees:\n")
255 logy.Logf("\t\033[92m+\033[00m %s\n", email)
259 logy.Logf("\nFile(s) to %s:\n", verb)
264 logy.Logf("\t\033[92m+\033[00m %s\n", file.Name)
[all …]
H A Dlist.go341 func (f *File) pretty(logy *log.Logger, opt attribute) {
345 logy.Logf("%-12v %s\n", f.Size, fmtdPath)
350 logy.Logf("%s", fmtdPath)
353 logy.Logf("d")
355 logy.Logf("-")
358 logy.Logf("s")
360 logy.Logf("-")
364 logy.Logf(" %-10s ", f.UserPermission.Role)
369 logy.Logf(" %s ", strings.Join(f.OwnerNames, " & "))
373 logy.Logf(" v%d", f.Version)
[all …]
H A Dfetch.go90 logy: g.log,
319 clArg.logy.Logln("Everything is up-to-date.")
326 logy := clArg.logy
334 logy.Logln(c.Symbol(), c.Path)
338 logy.Logf("%s %d\n", description, len(changes))
H A Dchanges.go750 func warnConflictsPersist(logy *log.Logger, conflicts []*Change) {
754 func warnClashesPersist(logy *log.Logger, conflicts []*Change) {
755 _warnChangeStopper(logy, conflicts, "\033[31mX\033[00m", "These paths clash\n")
758 func _warnChangeStopper(logy *log.Logger, items []*Change, perItemPrefix, fmt_ string, args ...inte…
759 logy.LogErrf(fmt_, args...)
769 logy.LogErrln(perItemPrefix, item.Path, fileId)
797 logy *log.Logger member
805 logy := clArgs.logy
811 logy.Logln(c.Symbol(), c.Path)
821 logy.Logf("%s %s\n", name, counter.String())
[all …]
/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Da-c.cpp142 return logy ? buf[vplc>>logy] : buf[ourmulscale32(vplc,globaltilesizy)]; in getpix()
156 if (logy) in vlineasm1()
161 *pp = pal[buf[vplc>>logy]]; in vlineasm1()
279 if (EDUKE32_PREDICT_FALSE(!logy)) in vlineasm4()
286 assert(logy); in vlineasm4()
368 if (!logy) in mvlineasm1()
386 if (buf[vplc>>logy] != 255) in mvlineasm1()
412 if (logy) in mvlineasm4()
506 ch = getpix(logy, buf, vplc); in tvlineasm1()
568 void msethlineshift(int32_t logx, int32_t logy) { glogx = logx; glogy = logy; } in msethlineshift() argument
[all …]
/dports/benchmarks/tsung/tsung-1.7.0/src/
H A Dtsung_stats.pl.in34 $template_dir $nohtml $template_dir $gnuplot $logy $rotate_xtics
48 "logy",\$logy,
154 my $logy = shift; # if true use logarithmic scale for Y axis
232 print "set logscale y\n" if $logy;
268 my $logy = shift; # if true use logarithmic scale for Y axis
528 plot_stats(\@col,\@col,"Session",undef,\@session,["sessions/sec"],$logy) unless $noplot;
530 plot_stats(\@colcount,\@colcount,"Bosh",undef,\@bosh_tps,["rate"],$logy) unless $noplot;
544 plot_stats_dygraph(\@col,"Perfs",undef,\@tps,["rate","msec"],$logy) unless $noplot;
547 plot_stats_dygraph(\@colcount,"Event",undef,\@time,["rate","msec"],$logy) unless $noplot;
560 plot_stats(\@col,\@col, $key, undef, \@{$extra_info{$key}}, [$key],$logy);
[all …]
/dports/devel/sdl12/SDL-1.2.15/src/video/xbios/
H A DSDL_xbios_centscreen.c45 curmode.logx = curmode.logy = -1; in SDL_XBIOS_ListCentscreenModes()
67 curmode.logx = curmode.logy = -1; in SDL_XBIOS_ListCentscreenModes()
81 newmode.handle = newmode.mode = newmode.logx = newmode.logy = -1; in SDL_XBIOS_CentscreenSetmode()
102 newmode.logx = newmode.logy = -1; in SDL_XBIOS_CentscreenRestore()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/
H A Dtuple_unittest.cc77 void SomeLoggerMethRef(const CopyLogger& logy, const CopyLogger* ptr, bool* b) { in SomeLoggerMethRef() argument
78 *b = &logy == ptr; in SomeLoggerMethRef()
81 void SomeLoggerMethCopy(CopyLogger logy, const CopyLogger* ptr, bool* b) { in SomeLoggerMethCopy() argument
82 *b = &logy == ptr; in SomeLoggerMethCopy()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/
H A Dtuple_unittest.cc77 void SomeLoggerMethRef(const CopyLogger& logy, const CopyLogger* ptr, bool* b) { in SomeLoggerMethRef() argument
78 *b = &logy == ptr; in SomeLoggerMethRef()
81 void SomeLoggerMethCopy(CopyLogger logy, const CopyLogger* ptr, bool* b) { in SomeLoggerMethCopy() argument
82 *b = &logy == ptr; in SomeLoggerMethCopy()
/dports/math/py-pynleq2/pysces-0.9.8/pysces/
H A DPyscesPlot.py85 self.gnuplot.logy('on')
88 self.gnuplot.logy('off')
147 self.gnuplot.logy('on')
355 def logy(self): member in PyscesGPlot
365 self.gnuplot.logy('on')
378 self.gnuplot.logy('on')
402 self.gnuplot.logy('off')
415 self.gnuplot.logy('off')
428 self.gnuplot.logy('off')
441 self.gnuplot.logy('on')
[all …]
/dports/biology/py-PySCeS/pysces-1.0.0/pysces/
H A DPyscesPlot.py93 self.gnuplot.logy('on')
96 self.gnuplot.logy('off')
166 self.gnuplot.logy('on')
410 def logy(self): member in PyscesGPlot
420 self.gnuplot.logy('on')
433 self.gnuplot.logy('on')
457 self.gnuplot.logy('off')
470 self.gnuplot.logy('off')
483 self.gnuplot.logy('off')
496 self.gnuplot.logy('on')
[all …]
/dports/math/R/R-4.1.2/src/library/graphics/R/
H A Dbarplot.R66 logx <- logy <- FALSE functionVar
69 logy <- length(grep("y", log)) > 0L
72 if ((logx || logy) && !is.null(density))
93 log.dat <- (logx && horiz) || (logy && !horiz)# log scale in data direction
100 if (logy && !is.null(ylim) && min(ylim) <= 0)
106 if (logy && !horiz && !is.null(ylim)) ylim[1L]
/dports/math/libRmath/R-4.1.1/src/library/graphics/R/
H A Dbarplot.R66 logx <- logy <- FALSE functionVar
69 logy <- length(grep("y", log)) > 0L
72 if ((logx || logy) && !is.null(density))
93 log.dat <- (logx && horiz) || (logy && !horiz)# log scale in data direction
100 if (logy && !is.null(ylim) && min(ylim) <= 0)
106 if (logy && !horiz && !is.null(ylim)) ylim[1L]
/dports/games/jfsw/jfsw-c434002/jfbuild/src/
H A Da-c.c35 void sethlinesizes(int logx, int logy, void *bufplc) in sethlinesizes() argument
36 { glogx = logx; glogy = logy; gbuf = (unsigned char *)bufplc; } in sethlinesizes()
148 void msethlineshift(int logx, int logy) { glogx = logx; glogy = logy; } in msethlineshift() argument
166 void tsethlineshift(int logx, int logy) { glogx = logx; glogy = logy; } in tsethlineshift() argument
/dports/net/drive/drive-0.4.0/vendor/github.com/odeke-em/log/
H A Dlog.go12 type logy struct { struct
67 func newLoggerOut(f io.Writer) *logy {
86 return &logy{
/dports/cad/sp2sp/gwave2-20090213/src/
H A Dwavepanel.c470 int logy; variable
472 VALIDATE_ARG_BOOL_COPY(2, logscale, logy);
474 if(wp->logy != logy) {
475 wp->logy = logy;
476 if(logy)
494 if(wp->logy)
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/po/modules/log/
H A Dlog_cs.po164 msgstr "Zobrazit logy DCC chatu"
168 msgstr "Zobrazit logy kanálu"
172 msgstr "Zobrazit logy konzole"
176 msgstr "Zobrazit ostatní logy"
180 msgstr "Zobrazit query logy"
/dports/math/slgrace/slgrace-0.2.2/src/
H A Dgrace.sl373 variable logy = gr.logy;
486 logy = 0,
619 if (logy) logy = "LOGARITHMIC"; else logy = "NORMAL";
622 grace_cmd (g.fp, "YAXES SCALE %s\n", logy);
626 private define set_graph_scale (g, logx, logy)
630 if (logy != NULL) gr.logy = logy;
631 output_graph_scale (g, gr.logx, gr.logy);
838 if (logy)
972 variable logy = qualifier("logy", gr.logy); logy = (logy == NULL);
1019 set_graph_scale (g, logx, logy);
[all …]
/dports/games/flightgear/flightgear-2020.3.11/src/Cockpit/
H A Drender_area_2d.hxx60 RenderArea2D(int logx, int logy, int sizex, int sizey, int posx, int posy);
66 void SetLogicalSize(int logx, int logy);
/dports/sysutils/webmin/webmin-1.981/syslog/lang/
H A Dcs84 save_ecannot6=Nemáte oprávnění zobrazit jakékoliv logy
103 acl_noedit=Může poze zobrazit logy?
106 acl_all=Všechny logy
109 acl_syslog=Může zobrazit logy ze syslogu?
110 acl_others=Může zobrazit logy z jiných modulů?
/dports/math/R/R-4.1.2/src/nmath/
H A Dpgamma.c225 double logspace_add (double logx, double logy) in logspace_add() argument
227 return fmax2 (logx, logy) + log1p (exp (-fabs (logx - logy))); in logspace_add()
239 double logspace_sub (double logx, double logy) in logspace_sub() argument
241 return logx + R_Log1_Exp(logy - logx); in logspace_sub()
/dports/math/libRmath/R-4.1.1/src/nmath/
H A Dpgamma.c225 double logspace_add (double logx, double logy) in logspace_add() argument
227 return fmax2 (logx, logy) + log1p (exp (-fabs (logx - logy))); in logspace_add()
239 double logspace_sub (double logx, double logy) in logspace_sub() argument
241 return logx + R_Log1_Exp(logy - logx); in logspace_sub()
/dports/math/jags/JAGS-4.3.0/src/jrmath/
H A Dpgamma.c226 double logspace_add (double logx, double logy) in logspace_add() argument
228 return fmax2 (logx, logy) + log1p (exp (-fabs (logx - logy))); in logspace_add()
240 double logspace_sub (double logx, double logy) in logspace_sub() argument
242 return logx + R_Log1_Exp(logy - logx); in logspace_sub()
/dports/biology/vt/vt-0.57721/lib/Rmath/
H A Dpgamma.c226 double logspace_add (double logx, double logy) in logspace_add() argument
228 return fmax2 (logx, logy) + log1p (exp (-fabs (logx - logy))); in logspace_add()
240 double logspace_sub (double logx, double logy) in logspace_sub() argument
242 return logx + R_Log1_Exp(logy - logx); in logspace_sub()

12345678910>>...15