Home
last modified time | relevance | path

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

12345678910>>...17

/plugin/findologicxmlexport/vendor/hoa/stream/IStream/
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/
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/
DRead.php127 public function read($length)
146 public function readString($length)
177 public function readInteger($length = 1)
188 public function readFloat($length = 1)
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/findologicxmlexport/vendor/hoa/file/Link/
DRead.php128 public function read($length)
147 public function readString($length)
178 public function readInteger($length = 1)
189 public function readFloat($length = 1)
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/
DRead.php128 public function read($length)
147 public function readString($length)
178 public function readInteger($length = 1)
189 public function readFloat($length = 1)
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/gtime/gtlib/util/
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) {
/plugin/scrape/vendor/symfony/css-selector/Parser/
DReader.php27 private $length; variable in Symfony\\Component\\CssSelector\\Parser\\Reader
51 public function getSubstring(int $length, int $offset = 0): string
77 public function moveForward(int $length)
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
DBerEncoder.php328 …protected function decodeBytes(bool $isRoot = false, $tagType = null, $length = null, $isConstruct…
514 protected function decodeLongDefiniteLength(int $length): int
896 protected function decodeGeneralizedTime($length): array
906 protected function decodeUtcTime($length): array
919 protected function decodeTime(string $format, string $regex, array $matchMap, $length): array
978 protected function decodeOid($length): string
1009 protected function decodeRelativeOid($length): string
1037 protected function decodeBitString($length): string
1065 protected function binaryToBitString(int $length, int $unused): string
1087 protected function decodeInteger($length)
[all …]
/plugin/zip/pear/File/Archive/Reader/
DGzip.php124 function getData($length = -1)
146 function skip($length = -1)
167 function rewind($length = -1)
DTar.php72 function skip($length = -1)
89 function rewind($length = -1)
215 function getData($length = -1)
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); }
DAr.php192 function getData($length = -1)
217 function skip($length = -1)
242 function rewind($length = -1)
DConcat.php104 function getData($length = -1)
138 function skip($length = -1)
154 function rewind($length = -1)
DZip.php204 function getData($length = -1)
227 function skip($length = -1)
240 function rewind($length = -1)
DMemory.php122 function getData($length = -1)
140 function skip($length = -1)
154 function rewind($length = -1)
DCache.php126 function getData($length = -1)
163 function skip($length = -1)
189 function rewind($length = -1)
DFile.php181 function getData($length = -1)
210 function skip($length = -1)
229 function rewind($length = -1)
/plugin/authfacebook/lib/PseudoRandomString/
DPseudoRandomStringGeneratorTrait.php35 public function validateLength($length)
54 public function binToHex($binaryData, $length)
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
DAES.php71 public function setBlockLength($length)
86 public function setKeyLength($length)
/plugin/aichat/vendor/vanderlee/php-sentence/src/
DMultibyte.php107 private static function isLastPart($length, $flags, $limit, &$count)
123 private static function isPart($length, $flags)
142 private static function makePart($string, $position, $length = null, $offset_capture = false)
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/
DUidProcessor.php26 public function __construct(int $length = 7)
55 private function generateUid(int $length): string
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/
DStreamReader.php250 public function readBytes($length, $position = null)
283 public function readLine($length = 1024)
402 public function reset($pos = 0, $length = 200)
434 public function ensure($pos, $length)

12345678910>>...17