Home
last modified time | relevance | path

Searched refs:strlen (Results 951 – 975 of 1362) sorted by last modified time

1...<<31323334353637383940>>...55

/plugin/davcard/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php106 if ( 3 <= strlen($line)
/plugin/davcard/
H A Dhelper.php532 strlen($contactdata),
612 strlen($contactdata),
/plugin/davcard/vendor/composer/
H A DClassLoader.php172 $length = strlen($prefix);
223 $length = strlen($prefix);
/plugin/davcard/vendor/sabre/vobject/lib/Property/
H A DText.php253 for($ii=0;$ii<strlen($val);$ii++) {
261 if (strlen($lastLine)>=75) {
274 while(strlen($str)>0) {
275 if (strlen($str)>75) {
277 $str = ' ' . mb_strcut($str,75,strlen($str),'utf-8');
/plugin/nssearch/
H A Daction.php60 if ($ns.':' == substr(cleanID($a), 0, strlen($ns)+1))
80 if ($nstest.':' == substr($id, 0, strlen($nstest)+1))
/plugin/gitlabproject/
H A Dsyntax.php76 return array('state'=>$state, 'bytepos_end' => $pos + strlen($match));
112 return array('state'=>$state, 'bytepos_end' => $pos + strlen($match));
123 return array('state'=>$state, 'bytepos_end' => $pos + strlen($match));
/plugin/authvk/
H A Dauth.php386 $len = strlen($line);
/plugin/tablefilterjs/
H A Dsyntax.php29 for( $i = 0; $i < strlen( $str ); $i++ )
40 if( $i == strlen( $str ) )
76 while( $str[$i] != ' ' && $i < strlen( $str ) )
80 if( $i == strlen( $str ) )
/plugin/groupmanager/
H A Dsyntax.php499 } else if (strlen($authbygrp) > 0 && $g == $authbygrp) {
/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/vbsso/vendor/composer/
H A DClassLoader.php173 $length = strlen($prefix);
224 $length = strlen($prefix);
/plugin/vbsso/includes/
H A Dapi.php185 $password .= substr($possible, mt_rand(0, strlen($possible) - 1), 1);
/plugin/fetchmedia/action/
H A Dajax.php45 $action = substr($event->data, strlen($call)+1);
206 $end = $mediaLinkInstruction[2] + 1 + strlen($oldlink);
/plugin/authimap2/
H A Dauth.php448 $len = strlen($line);
/plugin/mediasyntax/syntax/
H A Dlistblock.php83 $level = strlen(trim($match)); // Mediasyntax
/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/bootnote/
H A Dsyntax.php73 return array('state'=>$state, 'bytepos_end' => $pos + strlen($match));
/plugin/database2/
H A Dsyntax.php66 $temp = trim(substr($match, strlen('database2')+1, -1)); # isolate options (if any)
78 while($pos < strlen($temp)) {
H A Ddatabase2.php3329 $in = substr_replace( $in, '', $tag, strlen( $m[0] ) );
3356 $length = strlen( $line );
3462 $length = strlen( $this->renderer->doc );
3782 $max = max( $max, strlen( $selectable ) );
5047 return ( strlen( $value ) > 0 );
5356 if ( strlen( $data ) != $in['size'] )
5952 'date' => strlen( strftime( $this->getConf( 'dformat' ) ) ),
5953 'datetime' => strlen( strftime( $this->getConf( 'dformat' ) ) ),
6115 ( strlen( $value ) > 5 ) )
/plugin/rrdgraph/
H A Daction.php65 if (strspn($result->imageId, '0123456789abcdef') != strlen($result->imageId)) return null;
H A Dhelper.php479 if (strlen($value) == 0)
552 if (strlen($option) == 1)
/plugin/rrdgraph/inc/
H A Derrorimage.php35 …$messageWidth = imagefontwidth(self::FONT) * strlen($message) + self::BORDER_SPACING * 2 + self::B…
36 …$titleWidth = imagefontwidth(self::TITLE_FONT) * strlen($title) + self::BORDER_SPACING * 2 + self:…
H A Drpncomputer.php30 …if (strspn($name, "abcdefghijklmnopqrstuvwxyz_.") != strlen($name)) throw new Exception("Invalid v…
44 return (strspn($v, "0123456789-") == strlen($v));
/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) {
H A Dsyntax.php104 if(strlen($project) <1) $project = $data['project'];
231 …_umail == true) && ((stripos($xdescription, " ") > 0) || (strlen($xdescription)>5)) && (strlen($is…
504 if(strlen(DOKU_BASE) < strlen(DOKU_URL)) $BASE = DOKU_URL."lib/plugins/issuetracker/";
681 if(strlen($data['columns'])>0) {
1156 if(strlen($temp)<1){
1380 …if(strlen(DOKU_BASE) < strlen(DOKU_URL)) $sFilename = DOKU_URL."lib/plugins/issuetracker/wysiwyg_e…
1396 …if(strlen(DOKU_BASE) < strlen(DOKU_URL)) $sFilename = DOKU_URL."lib/plugins/issuetracker/xsEditor.…
1522 $localLen = strlen($local);
1523 $domainLen = strlen($domain);
1875 $projects .= ','.substr($file,0,strlen($file)-strlen('.issues'));
[all …]

1...<<31323334353637383940>>...55