Home
last modified time | relevance | path

Searched refs:strlen (Results 176 – 200 of 1362) sorted by relevance

12345678910>>...55

/plugin/bpmnioeditor/action/
H A Dbpmnioeditor.php107 if(strlen($INPUT->str('name')) > 0){
114 …if(strlen($INPUT->str('name')) > 0 && strlen($INPUT->str('type')) > 0 && array_key_exists($INPUT->…
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DPumpStream.php124 $readLen = strlen($data);
131 $this->tellPos += strlen($data) - $readLen;
166 $length -= strlen($data);
H A DCachingStream.php88 $remaining = $length - strlen($data);
101 $len = strlen($remoteData);
119 $overflow = (strlen($string) + $this->tell()) - $this->remoteStream->tell();
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DBlockCommentSniff.php223 $leadingSpace = (strlen($content) - strlen($commentText));
259 … $leadingSpace = (strlen($tokens[$line]['content']) - strlen(ltrim($tokens[$line]['content'])));
312 $leadingSpace = (strlen($content) - strlen($commentText));
/plugin/combo/ComboStrap/
H A DIso8601Date.php78 if (strlen($dateString) <= 10) {
94 if (strlen($dateString) <= 13) {
104 if (strlen($dateString) <= 16) {
117 if (strlen($dateString) <= 19) {
/plugin/box2/
H A Dsyntax.php109 $pos += strlen($match); // has to be done becvause the ending tag comes after $pos
145 if ( strlen( $this->_content_colours ) > 0 ) {
192 if (!strlen($str)) return array();
267 if (strlen($colour) == 4) {
297 if (strlen($style)) $style = ' style="'.$style.'"';
/plugin/templatepagename/action/
H A DTemplatePageName.php51 $len = strlen(rtrim($conf['datadir'], '/'));
52 while(strlen($path) >= $len) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DHash.php248 case strlen($nonce) > 0 && strlen($nonce) <= 16:
492 $last = strlen($nonce) - 1;
597 $length = strlen($m[$i]);
704 $length = strlen($m_2);
811 if (strlen($this->key) != 16) {
877 return strlen($output) > $this->length
987 $n = strlen($p) / $r; // number of blocks
1015 while (strlen($z) < $d) {
1180 $n = strlen($p) / $r; // number of blocks
1207 while (strlen($z) < $d) {
[all …]
/plugin/zip/pear/File/Archive/Reader/
H A DConcat.php111 while ($length == -1 || strlen($result)<$length) {
113 $length==-1 ? -1 : $length - strlen($result)
132 $this->filePos += strlen($result);
H A DBzip2.php125 $this->filePos += strlen($data);
132 while (strlen($data) < $length) {
133 $newData = bzread($this->bzfile, $length - strlen($data));
139 $this->filePos += strlen($data);
/plugin/autolink4/
H A Dhelper.php70 if (strlen($line) == 0) {
75 if (!strlen($data[self::$ORIG]) || !strlen($data[self::$TO])) {
168 $len = strlen($test);
/plugin/survey/helper/
H A Dsurvey.php237 $lineLevel = strlen($lineMatch[1]) / 2;
238 $nextLineLevel = strlen($nextLineMatch[1]) / 2;
268 $newNextLineLevel = strlen($newNextLineMatch[1]) / 2;
/plugin/issuetracker/
H A Ditsearch.php29 … if(($i !== strlen($it_datastore)) && ($i !== strlen($it_datastore))) { $it_datastore .= chr(47); }
64 elseif(strlen($project)>1)
154 if(strlen($found_issues) === 0) {
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dio.php45 if ( strlen( $Config['QuickUploadAbsolutePath'][$resourceType] ) > 0 )
53 if ( strlen( $Config['FileTypesAbsolutePath'][$resourceType] ) > 0 )
172 if ( $position === false || $position <> strlen( $sRealPath ) - strlen( $sSelfPath ) )
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dio.php43 if ( strlen( $Config['QuickUploadAbsolutePath'][$resourceType] ) > 0 )
51 if ( strlen( $Config['FileTypesAbsolutePath'][$resourceType] ) > 0 )
170 if ( $position === false || $position <> strlen( $sRealPath ) - strlen( $sSelfPath ) )
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sync/
H A DPlugin.php122 if (substr($syncToken, 0, strlen(self::SYNCTOKEN_PREFIX)) !== self::SYNCTOKEN_PREFIX) {
126 $syncToken = substr($syncToken, strlen(self::SYNCTOKEN_PREFIX));
236 … if (substr($token['token'], 0, strlen(self::SYNCTOKEN_PREFIX)) !== self::SYNCTOKEN_PREFIX) {
245 $node->getSyncToken() == substr($token['token'], strlen(self::SYNCTOKEN_PREFIX))
/plugin/adfs/phpsaml/lib/Saml2/
H A DLogoutResponse.php172 …lComparisonLength = $security['destinationStrictlyMatches'] ? strlen($destination) : strlen($curre…
175 …lComparisonLength = $security['destinationStrictlyMatches'] ? strlen($destination) : strlen($curre…
/plugin/davcal/vendor/sabre/dav/lib/DAV/Sync/
H A DPlugin.php122 if (substr($syncToken, 0, strlen(self::SYNCTOKEN_PREFIX)) !== self::SYNCTOKEN_PREFIX) {
126 $syncToken = substr($syncToken, strlen(self::SYNCTOKEN_PREFIX));
236 … if (substr($token['token'], 0, strlen(self::SYNCTOKEN_PREFIX)) !== self::SYNCTOKEN_PREFIX) {
245 $node->getSyncToken() == substr($token['token'], strlen(self::SYNCTOKEN_PREFIX))
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dio.php45 if ( strlen( $Config['QuickUploadAbsolutePath'][$resourceType] ) > 0 )
53 if ( strlen( $Config['FileTypesAbsolutePath'][$resourceType] ) > 0 )
172 if ( $position === false || $position <> strlen( $sRealPath ) - strlen( $sSelfPath ) )
/plugin/freechat/phpfreechat/src/
H A Dpfctools.php100 $p2 = str_replace("\\","/",substr($p2, strlen($p1)+1, strlen($p2)-strlen($p1)));
103 $p2 = substr($p2, strlen($p1));
105 $p2 = substr($p2, strlen($p1)+1);
385 $length = strlen($content);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php1456 if (strlen($temp) == 255) {
1491 if (strlen($extra)) {
1857 if (strlen($this->signature) < 4) {
3456 if (!strlen($raw)) {
3535 if (strlen($raw) < 5) {
3554 if (strlen($buffer)) {
4197 $packet_length = strlen($data) + 9;
4296 if (strlen($packet) != $sent) {
4314 if (strlen($message_number) > 2) {
4390 while (strlen($data)) {
[all …]
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DStringUtil.php61 return strrpos($haystack, $needle) === strlen($haystack) - strlen($needle);
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Integration/Filter/
H A DLateComputed.php73 strlen($content)
84 strlen($this->_buffer); // proof that the buffer contains all the data
/plugin/commonmark/vendor/league/commonmark/src/Inline/Parser/
H A DNewlineParser.php
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DStringUtil.php61 return strrpos($haystack, $needle) === strlen($haystack) - strlen($needle);

12345678910>>...55