Home
last modified time | relevance | path

Searched refs:limit (Results 176 – 200 of 502) sorted by last modified time

12345678910>>...21

/plugin/passpolicy/
H A Dwords.txt2050 limit
/plugin/quickstats/scripts/php-inet6_1.0.2/
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/quickstats/
H A DREADME1 …tage for many users is that is does not require an sql database; this may limit is workability on …
/plugin/authopenldapkerberos/
H A Dauth.php115 public function retrieveUsers($start = 0, $limit = 0, $filter = array()) argument
174 if(count($out) == $limit)
183 public function retrieveGroups($start = 0, $limit = 0) argument
196 if($limit == 0 || $limit > $e['count']) $limit = $e['count'];
200 for($i = $start; $i < $limit; $i++) {
/plugin/diagramsnet/lib/stencils/
H A DLICENSE92 …t, this Public License does not, and shall not be interpreted to, reduce, limit, restrict, or impo…
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js5837 …var limit = com.mxgraph.io.vsdx.mxVsdxUtils.getIntAttr$org_w3c_dom_Element$java_lang_String(subEle…
/plugin/diagramsnet/lib/templates/
H A DLICENSE92 …t, this Public License does not, and shall not be interpreted to, reduce, limit, restrict, or impo…
/plugin/diagramsnet/lib/math/extensions/MathML/
H A Dcontent-mathml.js19 …nsforms.bind("\u2203",".",","),lambda:a.transforms.bind("\u03BB",".",","),limit:a.transforms.itera… property in a.applyTokens
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
H A Dcommons-fileupload-1.3.2.jar ... static java.lang.String getUniqueId () int limit int current String id public java.lang.String ...
H A Dgson-2.7.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/plugin/diagramsnet/lib/js/
H A Dextensions.min.js1743 …ull,u=!0,st="[DecimalError] ",nt=st+"Invalid argument: ",ii=st+"Precision limit exceeded",s=Math.f…
/plugin/diagramsnet/lib/js/diagramly/
H A DDrawioFile.js445 DrawioFile.prototype.compressReportData = function(data, limit, max) argument
447 limit = (limit != null) ? limit : 10000;
453 else if (data != null && data.length > limit)
H A DDropboxFile.js99 var promise = this.ui.dropbox.client.filesListRevisions({path: this.stat.path_lower, limit: 100});
/plugin/diagramsnet/lib/img/
H A DLICENSE92 …t, this Public License does not, and shall not be interpreted to, reduce, limit, restrict, or impo…
/plugin/diagramsnet/lib/resources/
H A Ddia_cs.txt639 retryingLogin=Překročen časový limit na přihlášení se. Zkouší se znovu…
732 timeout=Překročen časový limit
868 confTimeout=Časový limit spojení byl překročen
1100 connTimeout=Překročen časový limit pro spojení
/plugin/diagramsnet/lib/
H A Dyarn.lock701 p-limit@^2.0.0:
703 …resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.3.0.tgz#3dd33c647a214fdfffd835933eb086d…
713 p-limit "^2.0.0"
/plugin/authnc/
H A Dauth.php230 * @param int $limit max number of users to be returned, 0 for unlimited
235 public function retrieveUsers($start = 0, $limit = 0, $filter = null) argument
316 * @param int $limit
320 public function retrieveGroups($start = 0, $limit = 0) argument
/plugin/clipboardutils/
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/authremoteuser/
H A Dauth.php289 * @param int $limit max number of users to be returned
293 public function retrieveUsers($start = 0, $limit = 0, $filter = array()) { argument
309 if(($limit > 0) && ($count >= $limit)) break;
/plugin/airtable/
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
H A DREADME.md17 * set **Max Records** parameter - this will add a limit to the number of rows in a table that a use…
/plugin/refnotes/
H A Dcore.php354 public function renderNotes($mode, $namespaceName, $limit) {
369 $html = $namespace->renderNotes($mode, $limit);
481 public function rewriteReferences($namespaceName, $limit) {
492 $namespace->rewriteReferences($limit);
353 renderNotes($mode, $namespaceName, $limit) global() argument
461 rewriteReferences($namespaceName, $limit) global() argument
H A Dnote.php14 private $limit; variable in refnotes_note_block_iterator
20 public function __construct($note, $limit) { argument
22 $this->limit = $this->getBlockLimit($limit);
45 return parent::valid() && (($this->limit == 0) || ($this->count <= $this->limit));
51 private function getBlockLimit($limit) { argument
52 if (preg_match('/(\/?)(\d+)/', $limit, $match) == 1) {

12345678910>>...21