Home
last modified time | relevance | path

Searched defs:length (Results 151 – 175 of 294) sorted by path

12345678910>>...12

/plugin/findologicxmlexport/vendor/hoa/file/Temporary/
H A DWrite.php121 public function write($string, $length)
/plugin/findologicxmlexport/vendor/hoa/file/
H A DWrite.php121 public function write($string, $length)
/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);
H A DOut.php56 public function write($string, $length);
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DUstring.php268 public function pad($length, $piece, $side = self::END)
693 public function reduce($start, $length = null)
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dd3.min.js4 …ometry,t)},FeatureCollection:function(n,t){for(var e=n.features,r=-1,i=e.length;++r<i;)ht(e[r].geo… function
/plugin/findologicxmlexport/vendor/sebastian/diff/src/LCS/
H A DMemoryEfficientLongestCommonSubsequenceImplementation.php75 private function length(array $from, array $to) function in SebastianBergmann\\Diff\\LCS\\MemoryEfficientImplementation
/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/twig/extensions/test/Twig/Tests/Extension/
H A DTextTest.php32 public function testTruncate($input, $length, $preserve, $separator, $expectedOutput)
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php661 function twig_slice(Environment $env, $item, $start, $length = null, $preserveKeys = false)
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/
H A DCoreTest.php260 … public function testSliceFilter($expected, $input, $start, $length = null, $preserveKeys = false)
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php776 public static function length($value, $length, $message = '') argument
/plugin/fksnewsfeed/
H A Daction.php125 private function printStream(int $start, int $length, string $streamId, string $pageId): array {
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js366 truncate: function(length, truncation) { argument
971 toPaddedString: function(length, radix) { argument
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DBinaryReader.php108 public function readDoubles($length = 1) argument
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DGeometry.php138 abstract public function length(); function in geoPHP\\Geometry\\Geometry
H A DLineString.php74 public function getCentroidAndLength(&$length = 0.0) argument
116 public function length() function in geoPHP\\Geometry\\LineString
[all...]
H A DMultiGeometry.php84 public function length() function in geoPHP\\Geometry\\MultiGeometry
[all...]
H A DPoint.php359 public function length() function in geoPHP\\Geometry\\Point
H A DSurface.php59 public function length() function in geoPHP\\Geometry\\Surface
/plugin/gtime/gtlib/asn1/
H A DASN1DER.php56 public static function encodeLength($length) {
/plugin/gtime/gtlib/tsp/
H A DGTHashAlgorithm.php60 private $length; variable in GTHashAlgorithm
70 private function __construct($name, $oid, $gtid, $length) {
/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) {
H A DGTBase64.php45 public static function encode(array $bytes, $offset = null, $length = null) {

12345678910>>...12