Home
last modified time | relevance | path

Searched defs:len (Results 1 – 25 of 115) sorted by relevance

12345

/plugin/freechat/phpfreechat/lib/utf8/
Dutf8_substr.php18 function utf8_substr($str,$start,$len=null) {
/plugin/smtp/
Dloader.php21 $len = strlen($prefix); variable
/plugin/judge/helper/
Djdatetime.class.php430 private static function getDayNames($day, $shorten = false, $len = 1, $numeric = false)
451 private static function getMonthNames($month, $shorten = false, $len = 3)
485 private static function substr($str, $start, $len)
/plugin/asciidocjs/node_modules/core-js/modules/
Des6.string.raw.js9 var len = toLength(tpl.length); variable
Des6.string.ends-with.js13 var len = toLength(that.length); variable
D_array-copy-within.js9 var len = toLength(O.length); variable
D_bind.js8 var construct = function (F, len, args) { argument
Des6.array.slice.js14 var len = toLength(this.length); variable
Des6.typed.array-buffer.js33 var len = anObject(this).byteLength; variable
/plugin/asciidocjs/node_modules/right-align/
Dindex.js13 return align(val, function (len, longest) { argument
/plugin/authfacebook/lib/
Dautoload.php63 $len = strlen($prefix); variable
/plugin/asciidocjs/node_modules/core-js/library/modules/
Des6.string.raw.js9 var len = toLength(tpl.length); variable
Des6.string.ends-with.js13 var len = toLength(that.length); variable
D_array-copy-within.js9 var len = toLength(O.length); variable
D_bind.js8 var construct = function (F, len, args) { argument
Des6.array.slice.js14 var len = toLength(this.length); variable
Des6.typed.array-buffer.js33 var len = anObject(this).byteLength; variable
/plugin/asciidocjs/node_modules/center-align/
Dindex.js13 return utils.align(val, function (len, longest) { argument
/plugin/upgrade/vendor/splitbrain/php-archive/src/
DZip.php907 protected function makeCentralFileRecord($offset, $ts, $crc, $len, $clen, $name, $comp = null)
954 protected function makeLocalFileHeader($ts, $crc, $len, $clen, $name, $comp = null)
992 protected function makeCrcAndSize($crc, $len, $clen) {
/plugin/asciidocjs/node_modules/acorn/src/
Dtokenize.js451 pp.readInt = function(radix, len) { argument
634 pp.readHexChar = function(len) { argument
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/
Dtokenize.js464 pp.readInt = function(radix, len) { argument
646 pp.readHexChar = function(len) { argument
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
DBarcode1D.php1175 protected function barcode_eanupc($code, $len=13) {
1368 protected function barcode_eanext($code, $len=5) {
/plugin/tagentry/
Daction.php147 function clipstring( $s, $len = 22 ) {
/plugin/upgrade/vendor/splitbrain/php-cli/src/
DTableFormatter.php238 protected function pad($string, $len)
/plugin/credits/
Dsyntax.php190 function truncate($str, $len=50) {

12345