Home
last modified time | relevance | path

Searched refs:strlen (Results 426 – 450 of 1362) sorted by relevance

1...<<11121314151617181920>>...55

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DLdapQueue.php24 use function strlen;
148 $bufferLen = strlen($buffer);
154 if (strlen($buffer) > 0) {
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A Dfunctions.php256 if (strlen($host) === 0) {
279 if (substr($host, -(strlen($area))) === $area) {
/plugin/achart/
H A Dsyntax.php108 if(!strlen(getNS($file))) {
154 $newAdata=substr($adata, 1, strlen($adata) - 2);
/plugin/combo/ComboStrap/Web/
H A DUrlRewrite.php144 $exportFormat = substr($do, strlen(self::EXPORT_DO_PREFIX));
191 if ($urlPathBaseDir[strlen($urlPathBaseDir) - 1] === "/") {
/plugin/zip/pear/File/Archive/Reader/
H A DTar.php155 if (strlen($rawHeader)<512 || $rawHeader == pack("a512", "")) {
156 $this->seekToEnd = strlen($rawHeader);
227 if (strlen($data) != $actualLength) {
/plugin/ipban/ip-lib/src/Range/
H A DPattern.php76 $asterisksCount = strlen($matches[1]) >> 1;
94 $asterisksCount = strlen($matches[1]) >> 1;
138 … $before = substr($address->toString(false), 0, -strlen(':101') * $this->asterisksCount);
/plugin/davcard/vendor/sabre/vobject/lib/
H A DProperty.php245 while(strlen($str)>0) {
246 if (strlen($str)>75) {
248 $str = ' ' . mb_strcut($str,75,strlen($str),'utf-8');
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DProperty.php245 while(strlen($str)>0) {
246 if (strlen($str)>75) {
248 $str = ' ' . mb_strcut($str,75,strlen($str),'utf-8');
/plugin/davcal/vendor/sabre/vobject/lib/
H A DProperty.php245 while(strlen($str)>0) {
246 if (strlen($str)>75) {
248 $str = ' ' . mb_strcut($str,75,strlen($str),'utf-8');
/plugin/switchpanel/
H A Dsyntax.php44 $match = trim( substr( $match, 0, ( strlen( $this->_sName ) + 3 ) * -1 ) );
89 $sFirstLines = trim( substr( $sFirstLines, strlen( $this->_sName ) + 1 ) );
129 $iPosStop = strlen( $sOptions );
170 if( strlen( $sLine ) > 2 && substr( $sLine, 0, 2 ) == '==' ){
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DBarcodeFactory.php164 if (strlen($color) > 3) {
390 header('Content-Length: '.strlen($barcodeData));
402 header('Content-Length: '.strlen($barcodeData));
414 header('Content-Length: '.strlen($barcodeData));
/plugin/button/
H A Dsyntax.php250 if ((substr($match['link'], 0, strlen($force_uri_prefix)) === $force_uri_prefix) || (preg_match('#^mailto:|^([a-z0-9\-\.+]+?)://#i', $match['link']))) {
254 if (substr($link['url'], 0, strlen($force_uri_prefix)) === $force_uri_prefix) {
255 $link['url'] = substr($link['url'], strlen($force_uri_prefix));
267 if (strlen($match['target']) == 0) {
/plugin/vbsso/vendor/com.extremeidea.vbsso/vbsso-connect-shared/
H A Dsharedapi.php249 for ($i = 0; $i < strlen($r); $i++) {
285 $variable = substr($variable, strlen($event . ':'));
357 if (in_array(strlen($key), $accepted_length)) {
363 if (strlen($key) < $length) {
369 if (strlen($key) > end($accepted_length)) {
/plugin/combo/ComboStrap/
H A DPluginUtility.php297 $match = substr($match, strlen($nextArgument));
315 $match = substr($match, strlen($nextArgument));
765 if ($match[strlen($match) - 1] == "/") {
924 if ($match[strlen($match) - 1] == "/") {
925 $match = substr($match, 0, strlen($match) - 1);
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy_optimise.php192 if(strlen($temp) > strlen($this->sub_value)) {
300 $color_tmp = substr($color,4,strlen($color)-5);
329 if(strlen($color) == 7)
386 …if (!(strlen($temp[$l]) > 0 && ( is_numeric($temp[$l]{0}) || $temp[$l]{0} == '+' || $temp[$l]{0} =…
550 for($i = 0, $len = strlen($string);$i < $len; $i++)
/plugin/mellelexport/
H A Drenderer.php182 while (substr($this->doc, 0, strlen($pattern)) == $pattern) {
183 $this->doc = substr($this->doc, strlen($pattern));
187 while (substr($this->doc, 0, strlen($pattern2)) == $pattern2) {
188 $this->doc = substr($this->doc, strlen($pattern2));
231 if (strlen($url) > 86) {
463 $hederLength = strlen($arguments[0]);
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DMarkup.php37 …nction_exists('mb_get_info') ? mb_strlen($this->content, $this->charset) : \strlen($this->content);
/plugin/combo/vendor/symfony/yaml/
H A DInline.php290 $i += \strlen($output);
298 $i += \strlen($output);
337 $i += \strlen($match[0]);
350 $len = \strlen($sequence);
418 $len = \strlen($mapping);
765 if (0 !== (\strlen($parsedBinaryData) % 4)) {
766 throw new ParseException(sprintf('The normalized base64 encoded data (data without whitespace characters) length must be a multiple of four (%d bytes given).', \strlen($parsedBinaryData)), self::$parsedLineNumber + 1, $scalar, self::$parsedFilename);
/plugin/prosemirror/parser/
H A DWindowsShareLinkNode.php10 $href = substr($href, strlen('file:///'));
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Filter/
H A DAsciiHex.php28 if ((\strlen($data) % 2) === 1) {
/plugin/command/ext/
H A Dabstract.php27 if($len && $len < strlen($content)){
/plugin/jenkins/
H A Dsyntax.php47 return array('state'=>$state, 'bytepos_end' => $pos + strlen($match));
83 return array('state'=>$state, 'bytepos_end' => $pos + strlen($match));
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DLexer.php117 $maxOffset = strlen($this->_text);
170 $offset += strlen($nextToken['value']);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.dsf.php67 …if (strlen($dsfheader) != ($info['dsf']['dsd']['dsd_chunk_size'] + $info['dsf']['fmt']['fmt_chunk_…
68 …_size'] + $info['dsf']['fmt']['fmt_chunk_size']).' bytes header, found '.strlen($dsfheader).' byte…
/plugin/itemtable/
H A Dsyntax.php133 $r=substr($rawline,strlen($RowInfo[0])+1);
135 $r=substr(strstr($r,$this->options["cell_on"]),strlen($this->options["cell_on"]));

1...<<11121314151617181920>>...55