Home
last modified time | relevance | path

Searched refs:limit (Results 201 – 225 of 502) sorted by last modified time

12345678910>>...21

/plugin/refnotes/
H A Dscope.php130 public function rewriteReferences($limit) { argument
131 $block = new refnotes_note_block_iterator($this->note, $limit);
141 public function renderNotes($mode, $limit) { argument
150 $block = new refnotes_note_block_iterator($this->note, $limit);
H A Dnamespace.php428 public function rewriteReferences($limit = '') { argument
432 $html = $this->getCurrentScope()->rewriteReferences($limit);
439 public function renderNotes($mode, $limit = '') { argument
444 $doc = $this->getCurrentScope()->renderNotes($mode, $limit);
/plugin/refnotes/syntax/
H A Dnotes.php140 'limit' => '/^\/?\d+$/'
168 if (array_key_exists('limit', $attribute)) {
169 $attribute['limit'] = end($attribute['limit']);
207 $limit = array_key_exists('limit', $attribute) ? $attribute['limit'] : '';
208 $doc = refnotes_renderer_core::getInstance()->renderNotes($mode, $attribute['ns'], $limit);
/plugin/googlemaps3/
H A DLICENSE190 the covered work, and you disclaim any intention to limit operation or
240 used to limit the access or legal rights of the compilation's users
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D4.4.js.map1limit, exclusive) {\n if (isNumber(exclusive)) {\n return exclusive;\n …
H A D62.62.js.map1 …n 'tan',\n 'sel',\n 'max',\n 'min',\n 'limit',\n 'mux',\…
H A D8.8.js.map1 … 'last_month',\n 'last_n_days',\n 'last_week',\n 'like',\n 'limit',\n 'list',\n …
H A Dbundle.js.map1limit is Chrome, with 0x10000 args.\n// We go 1 magnitude less, for safety\nvar MAX_ARGUMENTS_LENG…
H A Deditor.worker.js.map1limit.\n originalStart++;\n modifiedStart++;\n …
H A Djson.worker.js.map1limit.\n originalStart++;\n modifiedStart++;\n …
H A D3.3.js.map1limit some punctuation in file names, and browsers will adjust the suggested name accordingly.\\n\…
H A D2.2.js.map1limit on the width of the box.\"\n }\n ],\n \"syntax\": \"<'m…
H A Dbundle.js396limit=n,this.id=W}compute(e){return function(e,t,n){let i=null,r=e.map((e,r)=>Promise.resolve(e.pr…
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.js396limit=n,this.id=W}compute(e){return function(e,t,n){let i=null,r=e.map((e,r)=>Promise.resolve(e.pr…
/plugin/showsamples/
H A Djquery.scrollTo.min.js7limit:!0};$.fn.scrollTo=function(a,d,b){"object"=== typeof d&&(b=d,d=0);"function"===typeof b&&(b=… property in p.defaults
/plugin/bookcreator/syntax/
H A Dbookmanager.php361 * @param int $limit maximum number of selections, 0=all
364 private function getlist($order, $limit = 0) {
388 if($limit != 0) $result = array_slice($result, 0, $limit);
434 getlist($order, $limit = 0) global() argument
/plugin/displayorphans/
H A D_local.php27 … array */ asList(/* string */ $text, /* string */ $delimiter = ' ', /* int */ $limit = PHP_INT_MAX) argument
28 { return empty(text) ? null : explode($delimiter, $text, $limit); }
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js403 if(!limit){var halfLimit=50
404 }else{var halfLimit=limit/2
1777 },cropMultipleLines:function(text,limit){return cropMultipleLines(text,limit) argument
5135 },getParamName:function(param){var limit=25;
5137 if(name.length>limit){name=name.substr(0,limit)+"..."
5139 },getParamTitle:function(param){var limit=25;
5141 if(name.length>limit){return name
5575 }var limit=50;
5577 if(column>=limit){parts[0]="..."+parts[0].substr(column-limit);
5578 parts[1]="..."+parts[1].substr(column-limit)
[all …]
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Request/
H A DSyncCollectionReport.php42 public $limit; variable in Sabre\\DAV\\Xml\\Request\\SyncCollectionReport
105 $self->limit = $nresults;
/plugin/webdav/vendor/sabre/http/
H A DCHANGELOG.md14 * #74, #77: Work around 4GB file size limit at 32 Bit systems
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md1378 * Fixed: Issue 211: A time-limit query on a non-relative alarm trigger in a
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php471 if ($report->limit && $report->limit <= count($validNodes)) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sync/
H A DPlugin.php129 $changeInfo = $node->getChanges($syncToken, $report->syncLevel, $report->limit);
/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/webdav/vendor/sabre/dav/lib/CardDAV/Backend/
H A DPDO.php462 * @param int $limit
465 function getChangesForAddressBook($addressBookId, $syncToken, $syncLevel, $limit = null) { argument
484 if ($limit > 0) $query .= " LIMIT " . (int)$limit;

12345678910>>...21