Home
last modified time | relevance | path

Searched defs:length (Results 1 – 25 of 294) sorted by relevance

12345678910>>...12

/plugin/findologicxmlexport/vendor/hoa/stream/IStream/
H A DIn.php62 public function read($length);
70 public function readString($length);
93 public function readInteger($length = 1);
101 public function readFloat($length = 1);
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Extension/
H A DText.php38 …function twig_truncate_filter(Twig_Environment $env, $value, $length = 30, $preserve = false, $sep…
56 …function twig_wordwrap_filter(Twig_Environment $env, $value, $length = 80, $separator = "\n", $pre…
78 …function twig_truncate_filter(Twig_Environment $env, $value, $length = 30, $preserve = false, $sep…
93 …function twig_wordwrap_filter(Twig_Environment $env, $value, $length = 80, $separator = "\n", $pre…
/plugin/findologicxmlexport/vendor/hoa/file/
H A DRead.php127 public function read($length)
146 public function readString($length)
177 public function readInteger($length = 1)
188 public function readFloat($length = 1)
H A DReadWrite.php134 public function read($length)
153 public function readString($length)
184 public function readInteger($length = 1)
195 public function readFloat($length = 1)
252 public function write($string, $length)
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php289 decodeBytes(bool $isRoot = false, $tagType = null, $length = null, $isConstructed = null, $class = null) global() argument
475 decodeLongDefiniteLength(int $length) global() argument
856 decodeGeneralizedTime($length) global() argument
866 decodeUtcTime($length) global() argument
879 decodeTime(string $format, string $regex, array $matchMap, $length) global() argument
938 decodeOid($length) global() argument
969 decodeRelativeOid($length) global() argument
997 decodeBitString($length) global() argument
1025 binaryToBitString(int $length, int $unused) global() argument
1047 decodeInteger($length) global() argument
1098 decodeReal($length) global() argument
1162 decodeConstructedType($length) global() argument
[all...]
/plugin/gtime/gtlib/util/
H A DGTBase16.php45 public static function encode(array $bytes, $offset = null, $length = null) {
58 public static function encodeWithColons(array $bytes, $offset = null, $length = null) {
71 public static function encodeWithSpaces(array $bytes, $offset = null, $length = null) {
H A DGTBase32.php45 public static function encode(array $bytes, $offset = null, $length = null) {
58 public static function encodeWithDashes(array $bytes, $offset = null, $length = null) {
/plugin/findologicxmlexport/vendor/hoa/file/Link/
H A DRead.php128 public function read($length)
147 public function readString($length)
178 public function readInteger($length = 1)
189 public function readFloat($length = 1)
H A DReadWrite.php135 public function read($length)
154 public function readString($length)
185 public function readInteger($length = 1)
196 public function readFloat($length = 1)
253 public function write($string, $length)
/plugin/findologicxmlexport/vendor/hoa/file/Temporary/
H A DRead.php128 public function read($length)
147 public function readString($length)
178 public function readInteger($length = 1)
189 public function readFloat($length = 1)
H A DReadWrite.php135 public function read($length)
154 public function readString($length)
185 public function readInteger($length = 1)
196 public function readFloat($length = 1)
253 public function write($string, $length)
/plugin/authfacebook/lib/PseudoRandomString/
H A DPseudoRandomStringGeneratorTrait.php35 public function validateLength($length)
54 public function binToHex($binaryData, $length)
/plugin/zip/pear/File/Archive/Reader/
H A DGzip.php124 function getData($length = -1)
146 function skip($length = -1)
167 function rewind($length = -1)
H A DTar.php72 function skip($length = -1)
89 function rewind($length = -1)
215 function getData($length = -1)
H A DRelay.php76 function getData($length = -1) { return $this->source->getData($length); }
80 function skip($length = -1) { return $this->source->skip($length); }
84 function rewind($length = -1) { return $this->source->rewind($length); }
H A DAr.php192 function getData($length = -1)
217 function skip($length = -1)
242 function rewind($length = -1)
H A DConcat.php104 function getData($length = -1)
138 function skip($length = -1)
154 function rewind($length = -1)
H A DZip.php204 function getData($length = -1)
227 function skip($length = -1)
240 function rewind($length = -1)
H A DCache.php126 function getData($length = -1)
163 function skip($length = -1)
189 function rewind($length = -1)
H A DMemory.php122 function getData($length = -1)
140 function skip($length = -1)
154 function rewind($length = -1)
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DAES.php71 public function setBlockLength($length)
86 public function setKeyLength($length)
/plugin/aichat/vendor/vanderlee/php-sentence/src/
H A DMultibyte.php105 private static function isLastPart($length, $flags, $limit, &$count) argument
121 isPart($length, $flags) global() argument
140 makePart($string, $position, $length = null, $offset_capture = false) global() argument
[all...]
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/
H A DUidProcessor.php26 public function __construct(int $length = 7)
55 private function generateUid(int $length): string
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DEanUpc.php22 public function __construct($code, $length, $leftMargin, $rightMargin, $xDim, $barHeight) argument
36 private function init($code, $length) argument
[all...]
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/
H A DStreamReader.php250 public function readBytes($length, $position = null) argument
283 readLine($length = 1024) global() argument
402 reset($pos = 0, $length = 200) global() argument
434 ensure($pos, $length) global() argument
[all...]

12345678910>>...12