Home
last modified time | relevance | path

Searched refs:nice (Results 176 – 200 of 23359) sorted by relevance

12345678910>>...935

/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/slugid/
H A DREADME.rst15 ``slugid.nice()``.
18 - The ``slugid.nice()`` method returns a v4 slug which conforms to a set of
19 "nice" properties. At the moment the only "nice" property is that the slug
23 The purpose of the ``slugid.nice()`` method is to support having slugids which
28 In contrast, slugids generated by the ``slugid.nice()`` method can safely be
45 - ``slugid.nice()`` slugs conform to
50 of "nice" slugs, nice slugs provide therefore 121 bits entropy.
60 # Generate "nice" URL-safe base64 encoded UUID version 4 (random)
61 slug = slugid.nice() # a8_YezW8T7e1jLxG7evy-A
/dports/www/firefox-legacy/firefox-52.8.0esr/python/slugid/
H A DREADME.rst14 ``slugid.nice()``.
17 - The ``slugid.nice()`` method returns a v4 slug which conforms to a set of
18 "nice" properties. At the moment the only "nice" property is that the slug
22 The purpose of the ``slugid.nice()`` method is to support having slugids which
27 In contrast, slugids generated by the ``slugid.nice()`` method can safely be
44 - ``slugid.nice()`` slugs conform to
49 of "nice" slugs, nice slugs provide therefore 121 bits entropy.
59 # Generate "nice" URL-safe base64 encoded UUID version 4 (random)
60 slug = slugid.nice() # a8_YezW8T7e1jLxG7evy-A
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/slugid/
H A DREADME.rst15 ``slugid.nice()``.
18 - The ``slugid.nice()`` method returns a v4 slug which conforms to a set of
19 "nice" properties. At the moment the only "nice" property is that the slug
23 The purpose of the ``slugid.nice()`` method is to support having slugids which
28 In contrast, slugids generated by the ``slugid.nice()`` method can safely be
45 - ``slugid.nice()`` slugs conform to
50 of "nice" slugs, nice slugs provide therefore 121 bits entropy.
60 # Generate "nice" URL-safe base64 encoded UUID version 4 (random)
61 slug = slugid.nice() # a8_YezW8T7e1jLxG7evy-A
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/slugid/
H A DREADME.rst15 ``slugid.nice()``.
18 - The ``slugid.nice()`` method returns a v4 slug which conforms to a set of
19 "nice" properties. At the moment the only "nice" property is that the slug
23 The purpose of the ``slugid.nice()`` method is to support having slugids which
28 In contrast, slugids generated by the ``slugid.nice()`` method can safely be
45 - ``slugid.nice()`` slugs conform to
50 of "nice" slugs, nice slugs provide therefore 121 bits entropy.
60 # Generate "nice" URL-safe base64 encoded UUID version 4 (random)
61 slug = slugid.nice() # a8_YezW8T7e1jLxG7evy-A
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/api/system_cpu/
H A Dcpu_info_provider_linux.cc52 uint64_t user = 0, nice = 0, sys = 0, idle = 0; in QueryCpuTimePerProcessor() local
59 &nice, in QueryCpuTimePerProcessor()
68 infos->at(pindex).usage.user = static_cast<double>(user + nice); in QueryCpuTimePerProcessor()
71 static_cast<double>(sys + user + nice + idle); in QueryCpuTimePerProcessor()
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/browser/api/system_cpu/
H A Dcpu_info_provider_linux.cc52 uint64_t user = 0, nice = 0, sys = 0, idle = 0; in QueryCpuTimePerProcessor() local
59 &nice, in QueryCpuTimePerProcessor()
68 infos->at(pindex).usage.user = static_cast<double>(user + nice); in QueryCpuTimePerProcessor()
71 static_cast<double>(sys + user + nice + idle); in QueryCpuTimePerProcessor()
/dports/sysutils/libsysstat/libsysstat-0.4.6/
H A Dcpustat.cpp280 current.nice = static_cast<ulong>(cp_times[CP_NICE+cpuNumber*CPUSTATES]); in timeout()
284 … current.total = current.user + current.nice + current.system+current.idle+current.other; in timeout()
332 static_cast<float>(current.nice - mPrevious.nice ) / sumDelta, in timeout()
344 static_cast<float>(current.nice - mPrevious.nice ) / sumDelta, in timeout()
379 current.nice = tokens[2].toULongLong(); in timeout()
446 static_cast<float>(current.nice - mPrevious.nice ) / sumDelta, in timeout()
456 static_cast<float>(current.nice - mPrevious.nice ) / sumDelta, in timeout()
506 , nice(0) in Values()
516 total = user + nice + system + idle + other; in sum()
521 total = user = nice = system = idle = other = 0; in clear()
H A Dcpustat_p.h69 void update(float user, float nice, float system, float other);
71 …void update(float user, float nice, float system, float other, float frequencyRate, uint frequency…
89 ulong nice; member
96 qulonglong nice; member
/dports/sysutils/webmin/webmin-1.981/backup-config/
H A Dbackup.pl53 my $nice = &nice_dest($backup->{'dest'}, 1);
54 $nice =~ s/<[^>]+>//g;
63 &text('email_failed', $nice)."\n\n".
72 &text('email_ok', $nice)."\n".
/dports/net-im/kaccounts-providers/kaccounts-providers-21.12.3/po/ja/
H A Dkaccounts-providers.po43 #. Would be nice to use the localized name of this service if it exists/makes sense
115 #. Would be nice to use the localized name of this service if it exists/makes sense
122 #. Would be nice to use the localized name of this service if it exists/makes sense
128 #. Would be nice to use the localized name of this service if it exists/makes sense
134 #. Would be nice to use the localized name of this service if it exists/makes sense
140 #. Would be nice to use the localized name of this service if it exists/makes sense
155 #. Would be nice to use the localized name of this service if it exists/makes sense
161 #. Would be nice to use the localized name of this service if it exists/makes sense
177 #. Would be nice to use the localized name of this service if it exists/makes sense
192 #. Would be nice to use the localized name of this service if it exists/makes sense
[all …]
/dports/net-im/kaccounts-providers/kaccounts-providers-21.12.3/po/lt/
H A Dkaccounts-providers.po47 #. Would be nice to use the localized name of this service if it exists/makes sense
119 #. Would be nice to use the localized name of this service if it exists/makes sense
126 #. Would be nice to use the localized name of this service if it exists/makes sense
132 #. Would be nice to use the localized name of this service if it exists/makes sense
138 #. Would be nice to use the localized name of this service if it exists/makes sense
144 #. Would be nice to use the localized name of this service if it exists/makes sense
159 #. Would be nice to use the localized name of this service if it exists/makes sense
165 #. Would be nice to use the localized name of this service if it exists/makes sense
181 #. Would be nice to use the localized name of this service if it exists/makes sense
196 #. Would be nice to use the localized name of this service if it exists/makes sense
[all …]
/dports/textproc/hs-pandoc/pandoc-2.14.2/test/command/
H A D3585.md5 Same but bzip2 it and nice it <tt>zfs send tank/storage/data/svn@daily-2014-03-20_00.00.00--2w | ni…
8 …Str "and",Space,Str "nice",Space,Str "it",Space,Code ("",[],[]) "zfs send tank/storage/data/svn@da…
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/test/command/
H A D3585.md5 Same but bzip2 it and nice it <tt>zfs send tank/storage/data/svn@daily-2014-03-20_00.00.00--2w | ni…
8 …Str "and",Space,Str "nice",Space,Str "it",Space,Code ("",[],[]) "zfs send tank/storage/data/svn@da…
/dports/multimedia/dvdrip/dvdrip-0.98.11/bin/
H A Ddvdrip-exec24 my $nice = $opt{n};
28 exec "nice", "-n", $nice, @ARGV if $nice;
/dports/devel/p5-Event-ExecFlow/Event-ExecFlow-0.64/bin/
H A Dexecflow17 my $nice = $opt{n};
21 exec "nice", "-n", $nice, @ARGV if $nice;
/dports/benchmarks/netperf/netperf-d566775bf/src/
H A Dnetcpu_procstat.c50 uint64_t nice; member
183 (unsigned long long *)&res[i].nice, in get_cpu()
197 (unsigned long long)res[i].nice, in get_cpu()
280 diff.nice = in calc_cpu_util_internal()
281 tick_subtract(lib_start_count[i].nice, lib_end_count[i].nice); in calc_cpu_util_internal()
298 total_ticks = diff.user + diff.nice + diff.sys + diff.idle + diff.iowait in calc_cpu_util_internal()
327 (unsigned long long)diff.nice, in calc_cpu_util_internal()
/dports/net/go-bapu/carlostrub-bapu-23ca6b019fbc/vendor/github.com/gizak/termui/_example/
H A Dttop.go30 nice float32 member
46 …ret += fmt.Sprintf("%s: %.2f %.2f %.2f %.2f\n", key, cs.proc[key].user, cs.proc[key].nice, cs.proc…
53 nice: m.nice - s.nice,
59 sum := c.user + c.nice + c.system + c.idle
61 nice: c.nice / sum * 100,
106 nice: float32(parser.parse(tab[2])),
231 p := int(val.user + val.nice + val.system)
/dports/net-mgmt/snmp4nagios/SNMP4Nagios-0.4/
H A Dcheck_ucd_snmp_cpu.c53 uint nice; member
213 v.nice = ReadCounter32 ( sess2, o_nice, oidLen ); in ReadVals()
253 &(v.user), &(v.nice), &(v.syst), &(v.idle) ); in ParseData()
269 char* nice = UIntToStr ( v.nice ); in WriteData() local
277 params [i++] = StrConcat ( 9, ts, ":", user, ":", nice, ":", syst, in WriteData()
283 free ( nice ); in WriteData()
361 v.user, v.nice, v.syst, v.idle ); in CheckData()
365 printf ( " 'nice'=%uc", v.nice ); in CheckData()
371 printf ( "|%u;%u;%u;%u\n", v.user, v.nice, v.syst, v.idle ); in CheckData()
/dports/devel/p5-Moos/Moos-0.30/
H A DMANIFEST28 xt/class-method-modifiers/play-nice.t
30 xt/moo-role/play-nice.t
33 xt/moose-role/play-nice.t
34 xt/role-tiny/play-nice.t
/dports/net/x2goclient/x2goclient-4.1.2.2/
H A DCOPYRIGHT.x2go-logos3 Upstream-Contact: Heinz-M. Graesing <heinz-m.graesing@obviously-nice.de>
7 <heinz-m.graesing@obviously-nice.de>
14 <heinz-m.graesing@obviously-nice.de>
21 Copyright: 2005-2020 Heinz-M. Graesing <heinz-m.graesing@obviously-nice.de>
/dports/devel/libgtop/libgtop-2.40.0/sysdeps/sun4/
H A Dcpu.c79 buf->nice += mp_time [i][CP_NICE]; in glibtop_get_cpu_p()
86 buf->nice = cp_time [CP_NICE]; in glibtop_get_cpu_p()
93 buf->nice = cp_time [CP_NICE]; in glibtop_get_cpu_p()
101 buf->total = buf->user + buf->nice + buf->sys + buf->idle; in glibtop_get_cpu_p()
/dports/sysutils/istatserver/istatserver-3.02/src/stats/
H A DStatsCPU.cpp62 unsigned long long nice = (unsigned long long)pstat_dynamic.psd_cpu_time[CP_NICE]; in update() local
72 processSample(sampleID, user, nice, sys, idle, wait, total); in update()
179 unsigned long long nice = 0; in update() local
205 processSample(sampleID, user, nice, kernel, idle, wait, 0); in update()
238 unsigned long long nice = 0; in update() local
253 sscanf(buf, "cpu %llu %llu %llu %llu %llu", &user, &nice, &kernel, &idle, &wait); in update()
255 sscanf(buf, "cpu %llu %llu %llu %llu", &user, &nice, &kernel, &idle); in update()
257 processSample(sampleID, user, nice, kernel, idle, wait, 0); in update()
483 last_ticks[1] = nice; in processSample()
496 _cpu.n = ((double)(nice - last_ticks[1]) / ticks) * 100; in processSample()
[all …]
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/test/
H A Dtest_usage.py51 self.nice = WellBehaved()
53 self.nice.parseOptions(self.niceArgV)
59 self.assertEqual(self.nice.opts['long'], "Alpha")
60 self.assertEqual(self.nice.opts['another'], "Beta")
61 self.assertEqual(self.nice.opts['longonly'], "noshort")
62 self.assertEqual(self.nice.opts['shortless'], "Gamma")
68 self.assertEqual(self.nice.opts['aflag'], 1)
69 self.assertEqual(self.nice.opts['flout'], 0)
75 self.assertEqual(self.nice.opts['myflag'], "PONY!")
388 self.nice = WellBehaved()
[all …]
/dports/net-im/kaccounts-providers/kaccounts-providers-21.12.3/po/ar/
H A Dkaccounts-providers.po50 #. Would be nice to use the localized name of this service if it exists/makes sense
123 #. Would be nice to use the localized name of this service if it exists/makes sense
130 #. Would be nice to use the localized name of this service if it exists/makes sense
136 #. Would be nice to use the localized name of this service if it exists/makes sense
142 #. Would be nice to use the localized name of this service if it exists/makes sense
148 #. Would be nice to use the localized name of this service if it exists/makes sense
163 #. Would be nice to use the localized name of this service if it exists/makes sense
169 #. Would be nice to use the localized name of this service if it exists/makes sense
185 #. Would be nice to use the localized name of this service if it exists/makes sense
200 #. Would be nice to use the localized name of this service if it exists/makes sense
[all …]
/dports/net-im/kaccounts-providers/kaccounts-providers-21.12.3/po/ro/
H A Dkaccounts-providers.po49 #. Would be nice to use the localized name of this service if it exists/makes sense
123 #. Would be nice to use the localized name of this service if it exists/makes sense
130 #. Would be nice to use the localized name of this service if it exists/makes sense
136 #. Would be nice to use the localized name of this service if it exists/makes sense
142 #. Would be nice to use the localized name of this service if it exists/makes sense
148 #. Would be nice to use the localized name of this service if it exists/makes sense
163 #. Would be nice to use the localized name of this service if it exists/makes sense
169 #. Would be nice to use the localized name of this service if it exists/makes sense
185 #. Would be nice to use the localized name of this service if it exists/makes sense
200 #. Would be nice to use the localized name of this service if it exists/makes sense
[all …]

12345678910>>...935