Home
last modified time | relevance | path

Searched defs:limit (Results 126 – 150 of 238) sorted by relevance

12345678910

/plugin/bez/mdl/
H A DThread_commentFactory.php13 public function get_from_thread(Thread $thread, $filters=array(), $orderby='', $limit=false) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsData/
DRunReportRequest.php42 public $limit; variable in Google\\Service\\AnalyticsData\\RunReportRequest
153 public function setLimit($limit)
/plugin/asciidocjs/node_modules/async/internal/
DasyncEachOfLimit.js15 function asyncEachOfLimit(generator, limit, iteratee, callback) { argument
DeachOfLimit.js31 exports.default = limit => { argument
/plugin/authserversso/
Dauth.php185 public function retrieveUsers($start = 0, $limit = 0, $filter = array()) {
210 public function retrieveGroups($start = 0, $limit = 0)
/plugin/gtime/gtlib/asn1/
DASN1Object.php94 protected function readBytes(&$stream, $limit) {
/plugin/wikindx/
Dsyntax.php417 function mb_explode($delimiter, $string, $limit = PHP_INT_MAX)
/plugin/elasticsearch/vendor/patrickschur/language-detection/src/LanguageDetection/
DLanguageResult.php145 public function limit(int $offset, int $length = null): LanguageResult function in LanguageDetection\\LanguageResult
/plugin/authgooglesheets/
Dauth.php117 public function retrieveUsers($start = 0, $limit = 0, $filter = null)
/plugin/refnotes/
Dnamespace.php428 public function rewriteReferences($limit = '') {
439 public function renderNotes($mode, $limit = '') {
/plugin/dokullm/
H A DLlmClient.php948 private function queryChromaDB($text, $limit = 5, $where = null)
984 private function queryChromaDBSnippets($text, $limit = 10, $where = null)
/plugin/gitlog/
Dsyntax.php154 function git_log($repo, $limit = 10, $bare=false)
/plugin/dokutranslate/
Dadmin.php208 function _get_tree($folder,$limit=''){
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
DGoogleCloudApigeeV1CustomReport.php66 public $limit; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1CustomReport
251 public function setLimit($limit)
/plugin/authwordpress/
H A Dauth.php166 public function retrieveUsers($start = 0, $limit = 0, $filter = array())
/plugin/displayorphans/
D_local.php27 … array */ asList(/* string */ $text, /* string */ $delimiter = ' ', /* int */ $limit = PHP_INT_MAX)
/plugin/aichat/Storage/
DAbstractStorage.php121 abstract public function getSimilarChunks($vector, $lang = '', $limit = 4);
DPineconeStorage.php196 public function getSimilarChunks($vector, $lang = '', $limit = 4)
DChromaStorage.php251 public function getSimilarChunks($vector, $lang = '', $limit = 4)
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
DAddressBook.php343 function getChanges($syncToken, $syncLevel, $limit = null) {
/plugin/showsamples/
Djquery.scrollTo.min.js7 …a,d,b){return $(window).scrollTo(a,d,b)};p.defaults={axis:"xy",duration:0,limit:!0};$.fn.scrollTo=… property
/plugin/gallery/classes/
DOptions.php36 public $limit = 0; variable in dokuwiki\\plugin\\gallery\\classes\\Options
/plugin/authsqlite/
Dauth.php148 public function retrieveUsers($first = 0, $limit = 0, $filter = array()) {
/plugin/html2pdf/html2pdf/html2ps/
Dbox.container.php618 function get_max_width_natural(&$context, $limit=10E6) {
623 function get_max_width(&$context, $limit=10E6) {
/plugin/fblogin/files/
Dfacebook.class.php235 function retrieveUsers($start=0,$limit=0,$filter=array()) {

12345678910