Home
last modified time | relevance | path

Searched refs:limit (Results 276 – 300 of 502) sorted by relevance

1...<<1112131415161718192021

/plugin/redissue/
H A DREADME.md70 * limit: set the limit of issues displayed. Default is 25.
80 <redissue project="" tracker="4" limit="50" />
/plugin/gitlog/
H A Dreadme.md49 <gitlog:repository="my-repository-name" [dir="custom/path/to/repo/"] [bare="0"] [limit="10"]>
/plugin/searchpattern/
H A Dplugin.info.txt6 … quote inside the string/regex shall be doubled. Options can be passed to limit pages/namespaces s…
/plugin/vimeo/
H A Dsyntax.php177 … $errors[] = 'The remaining Vimeo rate-limit is very low. Please check back in 15min or later';
/plugin/authdjango/
H A Dauth.php118 function retrieveGroups($start=0,$limit=0){ argument
/plugin/pagequery/
H A Dreadme.md14 * Or limit your search to a specific namespace
46 {{pagequery>[query];fulltext;sort=key:direction,key2:direction;group;limit=10;cols=2;inwords;proper}}
49 {{pagequery>[query];fulltext;sort=key:direction,key2:direction;group;limit=100;cols=6;inwords;proper;snippet=5;border=inside;nostart;case;natsort}}
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DEqlNamespace.asciidoc79 $params['body'] = (array) Eql request body. Use the `query` to limit the query scope. (Required)
H A DCatNamespace.asciidoc75 $params['node_id'] = (list) A comma-separated list of node IDs or names to limit the returned information
96 $params['index'] = (list) A comma-separated list of index names to limit the returned information
166 $params['index'] = (list) A comma-separated list of index names to limit the returned information
379 $params['index'] = (list) Comma-separated list or wildcard expression of index names to limit the returned information
420 $params['index'] = (list) A comma-separated list of index names to limit the returned information
439 $params['index'] = (list) A comma-separated list of index names to limit the returned information
483 $params['nodes'] = (list) A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php962 * @param int $limit
965 function getChangesForCalendar($calendarId, $syncToken, $syncLevel, $limit = null) { argument
989 if ($limit > 0) $query .= " LIMIT " . (int)$limit;
/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php681 $limit = 'creatorListLimit';
702 $limit = 'primaryCreatorListLimit';
720 $limit = 'otherCreatorListLimit';
778 if($style[$limit] && (sizeof($cArray) > $style[$moreThan]))
780 array_splice($cArray, $style[$limit]);
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshCore.js776 self.split = function (str, separator, limit) { argument
777 return fixed.split.call(str, separator, limit);
1102 fixed.split = function (separator, limit) { argument
1118 limit = (limit === undef ? -1 : limit) >>> 0;
1137 return output.length > limit ? output.slice(0, limit) : output;
/plugin/photogallery/phpThumb/
H A DphpThumb.config.php.default69 // * Cache culling: phpThumb can automatically limit the contents of the cache directory
117 … is usually faster than GD functions; if false only use ImageMagick if PHP memory limit is too low.
131 // If this is zero then no limit on source image dimensions.
138 …// memory_get_usage() will only be defined if your PHP is compiled with the --enable-memory-limit
139 $PHPTHUMB_CONFIG['max_source_pixels'] = 0; // no memory limit
141 // calculate default max_source_pixels as 1/6 of memory limit configuration
143 //$PHPTHUMB_CONFIG['max_source_pixels'] = 0; // no memory limit
145 //$PHPTHUMB_CONFIG['max_source_pixels'] = 2795000; // 16MB memory limit
/plugin/stars/
H A Dreadme.txt10 - star limit by anon and kenc
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Dtext.rst51 Use the ``truncate`` filter to cut off a string after limit is reached
/plugin/authucenter/
H A Dauth.php280 * @param int $limit max number of users to be returned
322 * @param int $limit
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dhelp.phpt54 --enforce-time-limit Enforce time limit based on test size.
H A Dhelp2.phpt55 --enforce-time-limit Enforce time limit based on test size.
/plugin/combo/grammar/
H A DPageSql.g4230 limit: LIMIT Number;
246 limit?
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DCHANGELOG-1.2.md29 * Removed limit and count arguments from CssUtils functions
/plugin/dev/
H A DSVGIcon.php189 $this->logger->warning('%d bytes is still too big for standard inlineSVG() limit!');
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.container.php618 function get_max_width_natural(&$context, $limit=10E6) { argument
619 $strategy = new StrategyWidthMaxNatural($limit);
623 function get_max_width(&$context, $limit=10E6) { argument
624 $strategy = new StrategyWidthMax($limit);
/plugin/tagging/
H A Dhelper.php148 * @param int $limit Limit to this many results, 0 for all
152 public function findItems($filter, $type, $limit = 0) { argument
160 $queryBuilder->setLimit($limit);
308 * @param string $ns limit search to this namespace
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sync/
H A DPlugin.php129 $changeInfo = $node->getChanges($syncToken, $report->syncLevel, $report->limit);
/plugin/webcomponent/_test/data/pages/
H A Dnavbar.txt7 * a [[container|container]] to limit the horizontal width and center the navbar
/plugin/davcal/vendor/sabre/dav/lib/DAV/Sync/
H A DPlugin.php129 $changeInfo = $node->getChanges($syncToken, $report->syncLevel, $report->limit);

1...<<1112131415161718192021