/plugin/swiftmail/Swift/Plugin/ |
H A D | BandwidthMonitor.php | 59 public function addBytesIn($num) 68 public function addBytesOut($num) 94 public function setBytesIn($num) 103 public function setBytesOut($num)
|
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/ |
H A D | collections.js | 7 _.each([1, 2, 3], function(num, i) { argument 16 _.each([1, 2, 3], function(num){ answers.push(num); }); argument 145 var doubled = _.map([1, 2, 3], function(num){ return num * 2; }); argument 151 doubled = _([1, 2, 3]).map(function(num){ return num * 2; }); argument 185 sum = _.reduce([1, 2, 3], function(memo, num){ return memo + num; }); argument 304 var isEven = function(num){ return num % 2 === 0; }; argument 332 var evens = _.reject([1, 2, 3, 4, 5, 6], function(num){ argument 554 var neg = _.max([1, 2, 3], function(num){ return -num; }); argument 599 var neg = _.min([1, 2, 3], function(num){ return -num; }); argument 697 grouped = _.groupBy([4.2, 6.1, 6.4], function(num) { argument [all …]
|
/plugin/discussion/ |
H A D | helper.php | 65 function td($id, $num = null) { 97 function getThreads($ns, $num = null, $skipEmpty = false) { 159 function getComments($ns, $num = NULL) {
|
/plugin/cumulus/ |
H A D | syntax.php | 180 function _getNamespaceCloud($num, &$min, &$max) { 198 function _getWordCloud($num, &$min, &$max) { 255 function _getTagCloud($num, &$min, &$max, &$tag) { 264 function _sortCloud($cloud, $num, &$min, &$max) {
|
/plugin/txt2tags/ |
H A D | linkwiz.js | 113 getResult: function(num){ argument 124 $getResult: function(num) { argument 131 select: function(num){ argument
|
/plugin/dyncontent/ |
H A D | script.js | 128 getResult: function(num){ argument 139 $getResult: function(num) { argument 146 select: function(num){ argument
|
/plugin/cloud/ |
H A D | syntax.php | 229 function _getWordCloud($num, &$min, &$max) { 275 function _getTagCloud($num, &$min, &$max, $namespaces, helper_plugin_tag $tag) { 286 function _sortCloud($cloud, $num, &$min, &$max) {
|
/plugin/fullindex/ |
H A D | action.php | 189 function _setSortIndex($id, $lvl, $type, $num, $title) { 236 function _addToSortIndex($id, $num, $title){ 308 function _cleanForSort($num) {
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | utils_number.php | 4 function arabic_to_roman($num) {
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Conversion/ |
H A D | DecToCjk.php | 10 public function convert($num) argument
|
H A D | DecToOther.php | 21 public function convert($num, $cp, $check = true) argument
|
/plugin/feed/ |
H A D | feed.php | 17 $num = $INPUT->int('num'); variable 123 function feed_getPages($rss, $po, $ns, $num, $fn)
|
/plugin/bookcreator/script/ |
H A D | nspicker.js | 124 $getResult: function (num) { argument 132 select: function (num) { argument
|
/plugin/galleryv1.5/ |
H A D | script.js | 162 _genOpener : function(num) argument 401 _show : function(num) argument 432 _preload_neighbors: function(num){ argument
|
/plugin/editor/ |
H A D | helper.php | 29 function getEditor($ns = '', $num = NULL, $user = '') {
|
/plugin/top/ |
H A D | helper.php | 79 best($lang, $month, $num = 10) global() argument
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/ |
H A D | ColorTable.php | 28 function load($lpData, $num) argument
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Utils/ |
H A D | UtfString.php | 35 public static function code2utf($num, $lo = true) argument [all...] |
/plugin/linkback/ |
H A D | helper.php | 86 getLinkbacks($ns, $num = NULL) global() argument
|
/plugin/blog/ |
H A D | helper.php | 46 function getBlog($ns, $num = NULL, $author = NULL) { argument
|
/plugin/rating/ |
H A D | helper.php | 106 public function best($lang, $startdate, $num = 10) {
|
/plugin/quickstats/ |
H A D | syntax.php | 249 function extended_row($num=" ", $cells, $styles="") { argument 260 function row($name,$val,$num=" ",$date=false,$is_ip=false) { argument 394 theader(& $renderer, $name, $accesses = 'Accesses', $num = ' Num ', $other = '') global() argument [all...] |
/plugin/googlesearch/ |
H A D | GoogleAPI.php | 37 function do_search( $q, $start, $num=10 ){
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/ |
H A D | PrimeField.php | 77 public function newInteger(BigInteger $num)
|
/plugin/scrape/HTMLPurifier/Printer/ |
H A D | HTMLDefinition.php |
|