Home
last modified time | relevance | path

Searched defs:limit (Results 101 – 125 of 180) sorted by path

12345678

/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dogg.js2 …ar key in Module){if(Module.hasOwnProperty(key)){moduleOverrides[key]=Module[key]}}var ENVIRONMENT…
H A Dopus.js2 …ar key in Module){if(Module.hasOwnProperty(key)){moduleOverrides[key]=Module[key]}}var ENVIRONMENT…
H A Dvorbis.js2 …ar key in Module){if(Module.hasOwnProperty(key)){moduleOverrides[key]=Module[key]}}var ENVIRONMENT…
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DBaseCssFilter.php26 protected function filterReferences($content, $callback, $limit = -1, &$count = 0)
34 protected function filterUrls($content, $callback, $limit = -1, &$count = 0)
42 …protected function filterImports($content, $callback, $limit = -1, &$count = 0, $includeUrl = true)
50 protected function filterIEFilters($content, $callback, $limit = -1, &$count = 0)
/plugin/lastfm/inc/
H A Dlastfmutils.php17 function lastfm_xhtml($user,$chart,$limit,$dformat,$utc_offset,$cols,$imgonly) {
/plugin/projects/lib/
H A Dtools.php111 function set_media_file_revision_limit($limit) {
/plugin/pureldap/
H A Dauth.php69 retrieveUsers($start = 0, $limit = 0, $filter = null) global() argument
81 retrieveGroups($start = 0, $limit = 0) global() argument
/plugin/refnotes/
H A Dcore.php353 renderNotes($mode, $namespaceName, $limit) global() argument
461 rewriteReferences($namespaceName, $limit) global() argument
H A Dnamespace.php428 public function rewriteReferences($limit = '') { argument
439 public function renderNotes($mode, $limit = '') { argument
H A Dnote.php14 private $limit; variable in refnotes_note_block_iterator
20 public function __construct($note, $limit) { argument
51 private function getBlockLimit($limit) { argument
H A Dscope.php130 public function rewriteReferences($limit) { argument
141 public function renderNotes($mode, $limit) { argument
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js1112 this.cropString = function(text, limit) argument
7570 cropMultipleLines: function(text, limit) argument
/plugin/shibbolethauth/files/
H A Dshibboleth.class.php559 function retrieveUsers($start=0,$limit=0,$filter=array()) {
/plugin/showsamples/
H A Djquery.scrollTo.min.js7 …a,d,b){return $(window).scrollTo(a,d,b)};p.defaults={axis:"xy",duration:0,limit:!0};$.fn.scrollTo=… property in p.defaults
/plugin/sphinxsearch-was/
H A Dsphinxapi.php660 function SetLimits($offset, $limit, $max = 0, $cutoff = 0)
/plugin/sphinxsearch/
H A Dsphinxapi.php694 function SetLimits ( $offset, $limit, $max=0, $cutoff=0 )
/plugin/starred/
H A Dhelper.php101 public function loadStars($user = null, $limit = 0)
/plugin/statistics/
H A Dadmin.php198 function html_pager($limit, $next) { argument
/plugin/statistics/inc/
H A DStatisticsQuery.class.php206 public function searchengines($tlimit, $start = 0, $limit = 20) { argument
216 public function searchphrases($extern, $tlimit, $start = 0, $limit = 20) { argument
234 public function searchwords($extern, $tlimit, $start = 0, $limit = 20) { argument
254 public function outlinks($tlimit, $start = 0, $limit = 20) { argument
264 public function pages($tlimit, $start = 0, $limit = 20) { argument
275 edits($tlimit, $start = 0, $limit = 20) global() argument
285 images($tlimit, $start = 0, $limit = 20) global() argument
304 downloads($tlimit, $start = 0, $limit = 20) global() argument
323 referer($tlimit, $start = 0, $limit = 20) global() argument
335 newreferer($tlimit, $start = 0, $limit = 20) global() argument
349 countries($tlimit, $start = 0, $limit = 20) global() argument
361 browsers($tlimit, $start = 0, $limit = 20, $ext = true) global() argument
380 os($tlimit, $start = 0, $limit = 20) global() argument
391 topuser($tlimit, $start = 0, $limit = 20) global() argument
403 topeditor($tlimit, $start = 0, $limit = 20) global() argument
414 topgroup($tlimit, $start = 0, $limit = 20) global() argument
425 topgroupedit($tlimit, $start = 0, $limit = 20) global() argument
437 resolution($tlimit, $start = 0, $limit = 20) global() argument
453 viewport($tlimit, $start = 0, $limit = 20) global() argument
470 seenusers($tlimit, $start = 0, $limit = 20) global() argument
483 mklimit($start, $limit) global() argument
[all...]
/plugin/struct/meta/
H A DSearch.php308 setLimit($limit) global() argument
[all...]
H A DSearchCloud.php14 protected $limit = ''; variable in dokuwiki\\plugin\\struct\\meta\\SearchCloud
92 setLimit($limit) global() argument
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshCore.js776 self.split = function (str, separator, limit) { argument
1102 fixed.split = function (separator, limit) { argument
/plugin/tagfilter/script/select2/
H A Dselect2.js3338 formatSelectionTooBig: function (limit) { return "You can only select " + limit + " item" + (limit == 1 ? "" : "s"); }, argument
H A Dselect2_locale_ar.js13 formatSelectionTooBig: function (limit) { if (n == 1){ return "يمكنك أن تختار إختيار واحد فقط"; } return n == 2 ? "يمكنك أن تختار إختيارين فقط" : "يمكنك أن تختار " + n + " إختيارات فقط"; }, argument
H A Dselect2_locale_bg.js14 formatSelectionTooBig: function (limit) { return "Можете да направите до " + limit + (limit > 1 ? " избора" : " избор"); }, argument

12345678