Home
last modified time | relevance | path

Searched refs:counts (Results 1 – 25 of 549) 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/acknowledge/action/
H A Dajax.php225 $counts = $helper->getPageAcknowledgementCounts($id);
229 $html .= $this->userCountHtml($id, 'current', $counts['current']);
234 $html .= $this->userCountHtml($id, 'due', $counts['due']);
/plugin/annotations/
H A Dadmin.php309 $counts = $helper->pageCounts($id);
310 if ($counts['total'] === 0) {
320 'normal' => $counts['normal'],
321 'resolved' => $counts['resolved'],
322 'orphaned' => $counts['orphaned'],
H A DREADME.md9 ![Admin annotated-pages overview with counts per page](images/annotations-screen5.png)
91 **Admin → Annotations** lists every page that has annotations, with three counts:
97 The counts overlap on purpose: each one matches exactly what its clear button removes, so a
101 - **Search** by page title or ID, and **sort** by page title or any of the three counts.
107 Each clear re-checks the page server-side before deleting, so the counts are authoritative even
H A DDESIGN.md32 …in → Annotations**): lists annotated pages with normal/resolved/orphaned counts; per-page and wiki…
129 **Resolved** and **Orphaned** counts and offers a per-page and a wiki-wide clear for each of
139 `Resolved` counts `status === 'resolved'` regardless of anchoring. They deliberately overlap so
145 and filters on the counts, every annotated page is processed per load. `p_wiki_xhtml` is
/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/lastseen/
H A DREADME.md9 …t last login — a page view made with a persistent ("remember me") cookie counts, because the track…
/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/sitebackup/
H A DREADME.md7 ![Backup options with preview pane showing file counts and sizes](images/sitebackup-screen.png)

12345678910>>...22