Searched defs:length (Results 1 – 25 of 420) sorted by relevance
12345678910>>...17
62 public function read($length);70 public function readString($length);93 public function readInteger($length = 1);101 public function readFloat($length = 1);
38 …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…
127 public function read($length)146 public function readString($length)177 public function readInteger($length = 1)188 public function readFloat($length = 1)
134 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)
128 public function read($length)147 public function readString($length)178 public function readInteger($length = 1)189 public function readFloat($length = 1)
135 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)
45 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) {
27 private $length; variable in Symfony\\Component\\CssSelector\\Parser\\Reader51 public function getSubstring(int $length, int $offset = 0): string77 public function moveForward(int $length)
328 …protected function decodeBytes(bool $isRoot = false, $tagType = null, $length = null, $isConstruct…514 protected function decodeLongDefiniteLength(int $length): int896 protected function decodeGeneralizedTime($length): array906 protected function decodeUtcTime($length): array919 protected function decodeTime(string $format, string $regex, array $matchMap, $length): array978 protected function decodeOid($length): string1009 protected function decodeRelativeOid($length): string1037 protected function decodeBitString($length): string1065 protected function binaryToBitString(int $length, int $unused): string1087 protected function decodeInteger($length)[all …]
124 function getData($length = -1)146 function skip($length = -1)167 function rewind($length = -1)
72 function skip($length = -1)89 function rewind($length = -1)215 function getData($length = -1)
76 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); }
192 function getData($length = -1)217 function skip($length = -1)242 function rewind($length = -1)
104 function getData($length = -1)138 function skip($length = -1)154 function rewind($length = -1)
204 function getData($length = -1)227 function skip($length = -1)240 function rewind($length = -1)
122 function getData($length = -1)140 function skip($length = -1)154 function rewind($length = -1)
126 function getData($length = -1)163 function skip($length = -1)189 function rewind($length = -1)
181 function getData($length = -1)210 function skip($length = -1)229 function rewind($length = -1)
35 public function validateLength($length)54 public function binToHex($binaryData, $length)
71 public function setBlockLength($length)86 public function setKeyLength($length)
107 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)
26 public function __construct(int $length = 7)55 private function generateUid(int $length): string
250 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)