Home
last modified time | relevance | path

Searched defs:length (Results 51 – 75 of 294) sorted by relevance

12345678910>>...12

/plugin/authfacebook/lib/PseudoRandomString/
H A DUrandomPseudoRandomStringGenerator.php61 public function getPseudoRandomString($length)
/plugin/securelogin/
H A Dhelper.php73 function generateKey($length) {
121 function my_unpack($format, &$bin, $length) {
/plugin/diagrams/script/
H A DDiagramsEditor.js79 async editEmbed(pageid, position, length) { argument
146 async #saveEmbed(pageid, position, length, svg) { argument
[all...]
/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/structgroup/helper/
H A Dauthgroup.php54 public function getGroups($length = NULL, $filter = '') {
/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/src/
H A DBinary.php72 $length = null
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DLineString.php74 public function getCentroidAndLength(&$length = 0.0) argument
116 public function length() function in geoPHP\\Geometry\\LineString
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastream/
H A DOracleColumn.php37 public $length; variable in Google\\Service\\Datastream\\OracleColumn
104 public function setLength($length)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/
H A DDisallowShortOpenTagSniff.php161 protected function getSnippet($content, $start='', $length=40)
/plugin/gtime/gtlib/util/
H A DGTBase64.php45 public static function encode(array $bytes, $offset = null, $length = null) {
H A DGTUtil.php327 public static function lpad(array &$array, $length, $value) {
342 public static function rpad(array &$array, $length, $value) {
/plugin/commonmark/vendor/league/commonmark/src/Delimiter/
H A DDelimiter.php25 private $length; global() variable in League\\CommonMark\\Delimiter\\Delimiter
126 setLength(int $length) global() argument
/plugin/findologicxmlexport/vendor/twig/extensions/test/Twig/Tests/Extension/
H A DTextTest.php32 public function testTruncate($input, $length, $preserve, $separator, $expectedOutput)
/plugin/fedauth/Auth/OpenID/
H A DCryptUtil.php80 static function randomString($length, $population = null)
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DPredictionContextCache.php51 public function length() : int function in Antlr\\Antlr4\\Runtime\\PredictionContexts\\PredictionContextCache
/plugin/openid/Auth/OpenID/
H A DCryptUtil.php79 static function randomString($length, $population = null)
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRijndael.php207 public function setKeyLength($length)
258 public function setBlockLength($length)
/plugin/authucenter/lib/uc_client/control/
H A Dapp.php40 function _random($length, $numeric = 0) {
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.tag.lyrics3.php140 public function getLyrics3Data($endoffset, $version, $length) {
/plugin/gtime/gtlib/asn1/
H A DASN1DER.php56 public static function encodeLength($length) {
/plugin/commonmark/vendor/league/commonmark/src/
H A DCursor.php
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSupport/
H A DCompositeMedia.php43 public $length; variable in Google\\Service\\CloudSupport\\CompositeMedia
136 public function setLength($length)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTubeReporting/
H A DGdataCompositeMedia.php43 public $length; variable in Google\\Service\\YouTubeReporting\\GdataCompositeMedia
136 public function setLength($length)
/plugin/ifauthex/lib/
H A Dtokenizer.php110 public function __construct($definition, $text, $position, $length) {
120 public function length() { return $this->_length; } function in AST\\TokenInstance
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWK.php173 private static function encodeLength(int $length): string

12345678910>>...12