Home
last modified time | relevance | path

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

12345678910>>...18

/plugin/toolbox/
H A DToolboxCounter.js46 var counts = { class in ToolboxCounter.agggregateCounts
54 counts.call += counts.csec;
55 counts.wall += counts.wsec;
58 counts.call += charcounter(textarea.form.elements.prefix.value);
69 counts.csel = charcounter(text);
70 counts.wsel = wordcounter(text);
73 return counts;
98 var counts = agggregateCounts();
101 html(toolbox_lang.total, counts.call, counts.wall) +
102 html(toolbox_lang.section, counts.csec, counts.wsec) +
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DVulnerabilityOccurrencesSummary.php29 public function setCounts($counts) argument
31 $this->counts = $counts;
38 return $this->counts;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Blogger/
H A DPageviews.php51 public function setCounts($counts) argument
53 $this->counts = $counts;
60 return $this->counts;
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.delicious.js35 success: function (counts) { argument
37 for (var i = 0; i < counts.length; ++ i) {
38 var count = counts[i];
H A Djquery.socialshareprivacy.disqus.js19 var count = data.counts[0][key];
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A 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/const/
H A 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/quickstats/
H A DREADME1 …ic data for all Dokuwiki page requests, including geo-location, IP, page counts, browsers, operati…
/plugin/numberof/
H A DREADME.md4 Simple plugin that counts the number of pages & media files in your Dokuwiki
/plugin/usecounter/
H A Ddokuwiki_plugin_page.wiki33 …ect with the given identifier is used (once more). The helper internally counts the amount of uses…
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsBasicTests.yml171 The dash in a sequence counts as indentation, so
/plugin/mytemplate/
H A DREADME47 COUNT - counts the occurences of param1 within param2 (sample: ~~COUNT(0):,:~~VAR(0):FOO ~~ ~~)
/plugin/wikistats/
H A DREADME.md202 * Namespace stats now show medias counts
/plugin/imagecarousel/vendor/slick/
H A DREADME.markdown69 …e | Enables centered view with partial prev/next slides. Use with odd numbered slidesToShow counts.
/plugin/highlightjs/highlight/
H A Dreadme.eng.txt421 counts all syntactic structures that it finds along the way. The language
/plugin/authsplit/
H A DREADME144 counts obtained there would not be of much use since, unless autocreate_users
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG.md
/plugin/colorbox/
H A DLICENSE.md62 …n offering equivalent access to copy the source code from the same place counts as distribution of…
/plugin/math2/phpmathpublisher/
H A DCOPYING168 access to copy the source code from the same place counts as
/plugin/syntaxhighlighter3/sxh3/
H A DGPL-LICENSE168 access to copy the source code from the same place counts as
/plugin/admnote/
H A DLICENSE168 access to copy the source code from the same place counts as
/plugin/stellarium/
H A DLICENSE.md53 …n offering equivalent access to copy the source code from the same place counts as distribution of…
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DLICENSE.txt168 access to copy the source code from the same place counts as
/plugin/authldaplocal/
H A DLICENSE186 access to copy the source code from the same place counts as
/plugin/tuxquote/
H A DCOPYING168 access to copy the source code from the same place counts as

12345678910>>...18