Home
last modified time | relevance | path

Searched refs:number (Results 1 – 18 of 18) sorted by relevance

/dokuwiki/lib/plugins/popularity/lang/en/
H A Dintro.txt7 Data collected contains information like your DokuWiki version, the number and size of your pages and files, installed plugins and information about your PHP install.
/dokuwiki/vendor/simplepie/simplepie/src/
H A DSanitize.php570 $number = $element->childNodes->length;
571 for ($i = $number; $i > 0; $i--) {
593 $number = $element->childNodes->length;
594 for ($i = $number; $i > 0; $i--) {
H A DSimplePie.php590 * @var int Maximum number of feeds to check with autodiscovery
631 * @var integer Stores the number of items to return per-feed with multifeeds.
837 * @param int $timeout The maximum number of seconds to spend waiting to retrieve a feed.
1357 * Set maximum number of feeds to check with autodiscovery
1359 * @param int $max Maximum number of feeds to check
1425 * The number of supported character encodings depends on whether your web
1489 * @param integer $limit The maximum number of items to return.
2939 * Get the number of items in the feed
3144 * @param int $limit Maximum number of items per feed
/dokuwiki/vendor/kissifrot/php-ixr/
H A DREADME.md17 The original XML-RPC library was developed back in 2002 and updated through 2010 by Incutio for a number of projects the company was working on at the time. It has become fairly dated but is still used extensively by a wide range of commercial and open-source projects.
/dokuwiki/vendor/geshi/geshi/
H A DBUGS11 - Using the extra line number highlighting feature without actually using line numbers
H A DLICENSE242 Each version is given a distinguishing version number. If the Program
243 specifies a version number of this License which applies to it and "any
246 Software Foundation. If the Program does not specify a version number of
H A DCHANGELOG273 - Minor change in INT_BASIC number regexp to support '..' range operator
306 - Reworked parts of the number support (BenBE)
344 - Changed INT_BASIC number format to allow numbers followed . at EOL (BenBE)
539 * Extended support for number formats now covering the most common formats (SF#1923058, BenBE)
694 - Fixed tab replacement code not generating the correct number of spaces in
831 - Prevented number highlighting if they are just after underscores (Joce)
1024 and bugs with when line number classes are outputted in economy mode have been fixed
/dokuwiki/lib/tpl/dokuwiki/css/
H A Dpagetools.less19 min-height: 190px; /* 30 (= height of icons) x 6 (= maximum number of possible tools) + 2x5 */
/dokuwiki/data/pages/wiki/
H A Ddokuwiki.txt3 [[doku>wiki:dokuwiki|{{wiki:dokuwiki-128.png }}]] DokuWiki is a simple to use and highly versatile Open Source [[wp>wiki]] software that doesn't require a database. It is loved by users for its clean and readable [[wiki:syntax]]. The ease of maintenance, backup and integration makes it an administrator's favorite. Built in [[doku>acl|access controls]] and [[doku>auth|authentication connectors]] make DokuWiki especially useful in the enterprise context and the large number of [[doku>plugins]] contributed by its vibrant community allow for a broad range of use cases beyond a traditional wiki.
H A Dsyntax.txt444 | any number | will be used as maximum number items to show, defaults to 8 |
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DLICENSE11 the version number 2.1.]
99 programs enables a greater number of people to use a large body of
425 Each version is given a distinguishing version number. If the Library
426 specifies a version number of this License which applies to it and
430 license version number, you may choose any version ever published by
/dokuwiki/inc/ChangeLog/
H A DChangeLog.php193 * backwards in chunks until the requested number of changelog
197 * @param int $num number of revisions to return
316 * (doesn't need to be exact revision number)
390 * @param int $max maximum number of revisions returned
453 * @param number $date_at timestamp
478 * @param int $max maximum number of revisions to be returned
539 //read more chunks backward until $max/2 is reached and total number of revs is equal to $max
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DLICENCE11 the version number 2.1.]
98 programs enables a greater number of people to use a large body of
418 Each version is given a distinguishing version number. If the Library
419 specifies a version number of this License which applies to it and
423 license version number, you may choose any version ever published by
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A Dlessc.inc.php
H A DLICENSE
/dokuwiki/
H A DCOPYING242 Each version is given a distinguishing version number. If the Program
243 specifies a version number of this License which applies to it and "any
246 Software Foundation. If the Program does not specify a version number of
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md33 - The method `SimplePie\SimplePie::get_image_height()` returns the pixel number as `int` instead of `float` by @Art4 in [#763](https://github.com/simplepie/simplepie/pull/763)
34 - The method `SimplePie\SimplePie::get_image_width()` returns the pixel number as `int` instead of `float` by @Art4 in [#763](https://github.com/simplepie/simplepie/pull/763)
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php164 /** Basic number format for integers */
166 /** Enhanced number format for integers like seen in C */
209 /** The line number type passed to {@link GeSHi->enable_line_numbers()} was invalid */
267 GESHI_ERROR_INVALID_LINE_NUMBER_TYPE => 'The line number type specified is invalid'
434 * Line number styles
440 * Line number styles for fancy lines
891 * code will have the same style as the line number! Consult the
1253 * Sets the styles for methods. $key is a number that references the
1255 * you are highlighting to get this number. If $preserve_defaults is
1816 * number o
1882 start_line_numbers_at($number) global() argument
[all...]