Home
last modified time | relevance | path

Searched defs:limit (Results 151 – 175 of 238) sorted by relevance

12345678910

/plugin/fuzzysearch/
H A Deditor.js64 const results = fuse.search(phrase, { limit: 10 }); property
/plugin/aichat/Storage/
DQdrantStorage.php268 public function getSimilarChunks($vector, $lang = '', $limit = 4)
DSQLiteStorage.php139 public function getSimilarChunks($vector, $lang = '', $limit = 4)
/plugin/findologicxmlexport/vendor/hoa/ustring/
DUstring.php401 public function replace($pattern, $replacement, $limit = -1)
435 $limit = -1,
/plugin/refnotes/
Dcore.php354 public function renderNotes($mode, $namespaceName, $limit) {
481 public function rewriteReferences($namespaceName, $limit) {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
DCalendar.php457 function getChanges($syncToken, $syncLevel, $limit = null) {
/plugin/lastfm/inc/
Dlastfmutils.php17 function lastfm_xhtml($user,$chart,$limit,$dformat,$utc_offset,$cols,$imgonly) {
/plugin/authsmf20/
Dauth.php412 public function retrieveGroups($start = 0, $limit = 10)
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DAddressBook.php419 function getChanges($syncToken, $syncLevel, $limit = null) {
/plugin/bookcreator/syntax/
Dbookmanager.php364 private function getlist($order, $limit = 0) {
/plugin/projects/lib/
Dtools.php111 function set_media_file_revision_limit($limit) {
/plugin/statistics/
Dadmin.php221 public function html_pager($limit, $next)
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendar.php512 function getChanges($syncToken, $syncLevel, $limit = null) {
/plugin/authremoteuser/
Dauth.php293 public function retrieveUsers($start = 0, $limit = 0, $filter = array()) {
/plugin/shibbolethauth/files/
Dshibboleth.class.php559 function retrieveUsers($start=0,$limit=0,$filter=array()) {
/plugin/authimap2/
Dauth.php287 public function retrieveUsers($start = 0, $limit = 0, $filter = null) {
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/Backend/
DPDO.php465 function getChangesForAddressBook($addressBookId, $syncToken, $syncLevel, $limit = null) {
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/Backend/
H A DPDO.php460 function getChangesForAddressBook($addressBookId, $syncToken, $syncLevel, $limit = null) {
/plugin/authvk/
Dauth.php296 public function retrieveUsers($start = 0, $limit = 0, $filter = array()) {
/plugin/bez/mdl/
H A DFactory.php129 public function get_all($filters=array(), $orderby='', $defaults=array(), $limit=false) {
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
DAssert.php539 public static function greaterThan($value, $limit, $message = '')
550 public static function greaterThanEq($value, $limit, $message = '')
561 public static function lessThan($value, $limit, $message = '')
572 public static function lessThanEq($value, $limit, $message = '')
/plugin/authplaincas/
Dauth.php631 function retrieveUsers($start=0,$limit=0,$filter=array()) {
/plugin/asciidocjs/node_modules/neo-async/
Dasync.js3084 return function(collection, limit, iterator, callback) { argument
3438 function eachLimit(collection, limit, iterator, callback) { argument
3751 function mapLimit(collection, limit, iterator, callback) { argument
4078 function mapValuesLimit(collection, limit, iterator, callback) { argument
4318 return function(collection, limit, iterator, callback) { argument
4575 return function(collection, limit, iterator, callback) { argument
5242 function transformLimit(collection, limit, accumulator, iterator, callback) { argument
5630 function sortByLimit(collection, limit, iterator, callback) { argument
5979 function someLimit(collection, limit, iterator, callback) { argument
6038 return function everyLimit(collection, limit, iterator, callback) { argument
[all …]
/plugin/html2pdf/html2pdf/html2ps/
Dbox.inline.php480 function get_max_width_natural(&$context, $limit=10E6) {
/plugin/acknowledge/
Dhelper.php590 public function getAcknowledgements($limit = 100)

12345678910