Home
last modified time | relevance | path

Searched refs:counts (Results 1 – 25 of 527) sorted by relevance

12345678910>>...22

/plugin/toolbox/
DToolboxCounter.js46 var counts = { variable
54 counts.call += counts.csec;
55 counts.wall += counts.wsec;
58 counts.call += charcounter(textarea.form.elements.prefix.value);
59 counts.wall += wordcounter(textarea.form.elements.prefix.value);
62 counts.call += charcounter(textarea.form.elements.suffix.value);
63 counts.wall += wordcounter(textarea.form.elements.suffix.value);
69 counts.csel = charcounter(text);
70 counts.wsel = wordcounter(text);
73 return counts;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
DVulnerabilityOccurrencesSummary.php29 public function setCounts($counts) argument
31 $this->counts = $counts;
38 return $this->counts;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Blogger/
DPageviews.php51 public function setCounts($counts) argument
53 $this->counts = $counts;
60 return $this->counts;
/plugin/socialshareprivacy2/SSP/scripts/
Djquery.socialshareprivacy.delicious.js35 success: function (counts) { argument
37 for (var i = 0; i < counts.length; ++ i) {
38 var count = counts[i];
Djquery.socialshareprivacy.disqus.js19 var count = data.counts[0][key];
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
Dchaining.js13 var counts = _(lyrics).chain()
22 assert.equal(counts.a, 16, 'counted all the letters in the song');
23 assert.equal(counts.e, 10, 'counted all the letters in the song');
/plugin/asciidocjs/node_modules/pug-filters/node_modules/yargs/lib/
Dparser.js12 var flags = { arrays: {}, bools: {}, strings: {}, counts: {}, normalize: {}, configs: {} } property
27 flags.counts[key] = true
112 && !checkAllAliases(key, flags.counts)) {
135 && !checkAllAliases(key, flags.counts)) {
201 && !checkAllAliases(key, flags.counts)) {
222 Object.keys(flags.counts).forEach(function (key) {
259 if (checkAllAliases(key, flags.bools) || checkAllAliases(key, flags.counts)) {
271 if (checkAllAliases(key, flags.counts)) {
/plugin/asciidocjs/node_modules/resolve/test/
Dnode-modules-paths.js31 var counts = {};
33 counts[foundModuleDirs[j]] = true;
35 t.equal(keys(counts).length, 1, 'all found module directories had the same count');
/plugin/const/
Dclass.evalmath.php353 $counts = $this->calc_functions[ $function_name ];
354 if ( in_array( -1, $counts, true ) && $arg_count > 0 ) {
356 } elseif ( ! in_array( $arg_count, $counts, true ) ) {
437 $counts = $this->calc_functions[ $function_name ];
440 $counts = array( 1 );
442 if ( ! in_array( 0, $counts, true ) ) {
443 $error_data = array( 'expected' => $counts, 'given' => 0 );
/plugin/asciidocjs/node_modules/yargs-parser/build/lib/
Dyargs-parser.js76 counts: Object.create(null), property
116 flags.counts[key] = true;
236 !checkAllAliases(key, flags.counts)) {
265 !checkAllAliases(key, flags.counts)) {
333 !checkAllAliases(key, flags.counts)) {
381 Object.keys(flags.counts).forEach(function (key) {
567 if (checkAllAliases(key, flags.bools) || checkAllAliases(key, flags.counts)) {
575 … if (checkAllAliases(key, flags.counts) && (isUndefined(value) || typeof value === 'boolean')) {
805 checkAllAliases(key, flags.counts) ||
925 !checkAllAliases(key, flags.counts) &&
[all …]
/plugin/numberof/
Dplugin.info.txt6 desc Simple plugin that counts the number of pages & media files in your DokuWiki
DREADME.md4 Simple plugin that counts the number of pages & media files in your Dokuwiki
/plugin/quickstats/
DREADME1 …ic data for all Dokuwiki page requests, including geo-location, IP, page counts, browsers, operati…
/plugin/asciidocjs/node_modules/yargs-parser/build/
Dindex.cjs164 counts: Object.create(null),
202 flags.counts[key] = true;
302 !checkAllAliases(key, flags.counts)) {
329 !checkAllAliases(key, flags.counts)) {
391 !checkAllAliases(key, flags.counts)) {
431 Object.keys(flags.counts).forEach(function (key) {
588 if (checkAllAliases(key, flags.bools) || checkAllAliases(key, flags.counts)) {
595 … if (checkAllAliases(key, flags.counts) && (isUndefined(value) || typeof value === 'boolean')) {
800 checkAllAliases(key, flags.counts) ||
902 !checkAllAliases(key, flags.counts) &&
[all …]
/plugin/usecounter/
Ddokuwiki_plugin_page.wiki33 …ect with the given identifier is used (once more). The helper internally counts the amount of uses…
/plugin/asciidocjs/node_modules/pug-filters/node_modules/yargs/
Dindex.js156 self.count = function (counts) { argument
157 options.count.push.apply(options.count, [].concat(counts))
/plugin/pagestats/
DREADME.md3 This plugin counts the number of pages and media files in your DokuWiki and calculates their total …
/plugin/mytemplate/
DREADME47 COUNT - counts the occurences of param1 within param2 (sample: ~~COUNT(0):,:~~VAR(0):FOO ~~ ~~)
/plugin/wikistats/
DREADME.md202 * Namespace stats now show medias counts
/plugin/bb4dw/
Dsample.bib331counts, the emergence of heterogeneous systems, with additional on-node accelerators and co-proces…
332 …ded MPI task scheduler design;coprocessors;on-node accelerators;CPU core counts;MPI-free user-code…
/plugin/imagecarousel/vendor/slick/
DREADME.markdown69 …e | Enables centered view with partial prev/next slides. Use with odd numbered slidesToShow counts.
/plugin/highlightjs/highlight/
Dreadme.eng.txt421 counts all syntactic structures that it finds along the way. The language
/plugin/authsplit/
DREADME144 counts obtained there would not be of much use since, unless autocreate_users
/plugin/syntaxhighlighter3/sxh3/
DGPL-LICENSE168 access to copy the source code from the same place counts as
/plugin/dw2pdf/vendor/mpdf/mpdf/
DLICENSE.txt168 access to copy the source code from the same place counts as

12345678910>>...22