| /plugin/toolbox/ |
| D | ToolboxCounter.js | 46 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/ |
| D | VulnerabilityOccurrencesSummary.php | 29 public function setCounts($counts) argument 31 $this->counts = $counts; 38 return $this->counts;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Blogger/ |
| D | Pageviews.php | 51 public function setCounts($counts) argument 53 $this->counts = $counts; 60 return $this->counts;
|
| /plugin/socialshareprivacy2/SSP/scripts/ |
| D | jquery.socialshareprivacy.delicious.js | 35 success: function (counts) { argument 37 for (var i = 0; i < counts.length; ++ i) { 38 var count = counts[i];
|
| D | jquery.socialshareprivacy.disqus.js | 19 var count = data.counts[0][key];
|
| /plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/ |
| D | chaining.js | 13 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/ |
| D | parser.js | 12 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/ |
| D | node-modules-paths.js | 31 var counts = {}; 33 counts[foundModuleDirs[j]] = true; 35 t.equal(keys(counts).length, 1, 'all found module directories had the same count');
|
| /plugin/const/ |
| D | class.evalmath.php | 353 $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/ |
| D | yargs-parser.js | 76 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/ |
| D | plugin.info.txt | 6 desc Simple plugin that counts the number of pages & media files in your DokuWiki
|
| D | README.md | 4 Simple plugin that counts the number of pages & media files in your Dokuwiki
|
| /plugin/quickstats/ |
| D | README | 1 …ic data for all Dokuwiki page requests, including geo-location, IP, page counts, browsers, operati…
|
| /plugin/asciidocjs/node_modules/yargs-parser/build/ |
| D | index.cjs | 164 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/ |
| D | dokuwiki_plugin_page.wiki | 33 …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/ |
| D | index.js | 156 self.count = function (counts) { argument 157 options.count.push.apply(options.count, [].concat(counts))
|
| /plugin/pagestats/ |
| D | README.md | 3 This plugin counts the number of pages and media files in your DokuWiki and calculates their total …
|
| /plugin/mytemplate/ |
| D | README | 47 COUNT - counts the occurences of param1 within param2 (sample: ~~COUNT(0):,:~~VAR(0):FOO ~~ ~~)
|
| /plugin/wikistats/ |
| D | README.md | 202 * Namespace stats now show medias counts
|
| /plugin/bb4dw/ |
| D | sample.bib | 331 …counts, 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/ |
| D | README.markdown | 69 …e | Enables centered view with partial prev/next slides. Use with odd numbered slidesToShow counts.
|
| /plugin/highlightjs/highlight/ |
| D | readme.eng.txt | 421 counts all syntactic structures that it finds along the way. The language
|
| /plugin/authsplit/ |
| D | README | 144 counts obtained there would not be of much use since, unless autocreate_users
|
| /plugin/syntaxhighlighter3/sxh3/ |
| D | GPL-LICENSE | 168 access to copy the source code from the same place counts as
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/ |
| D | LICENSE.txt | 168 access to copy the source code from the same place counts as
|