Home
last modified time | relevance | path

Searched refs:strlen (Results 1201 – 1225 of 1362) sorted by relevance

1...<<41424344454647484950>>...55

/plugin/odt/ODT/css/
H A Dcssdocument.php202 $max = strlen($attributes);
/plugin/odt/ODT/styles/
H A DODTTextListStyle.php145 $max = strlen ($content);
/plugin/openid/Auth/OpenID/
H A DAssociation.php312 $signed_list[] = substr($k, strlen($signed_prefix));
/plugin/spatialhelper/
H A Daction.php310 if (strlen($geohash) > 1) {
/plugin/database2/
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/userimportextended/
H A Dadmin.php113 $digits = strlen(count($this->_import_failures));
/plugin/dokutranslate/
H A Dsyntax.php177 return array($state, $pos, $pos + strlen($match));
/plugin/authvk/
H A Dauth.php386 $len = strlen($line);
/plugin/html2pdf/html2pdf/html2ps/fpdf/font/makefont/
H A Dmakefont.php235 fwrite($f,$s,strlen($s));
/plugin/mytemplate/
H A Daction.php287 $len = strlen($match[0][0]);
/plugin/settingstree/settings/
H A Dsettingslevel.class.php30 $val = substr($this->path,strlen($this->_parent->path));
/plugin/issuelinks/helper/
H A Ddb.php181 if (substr(trim($sql), 0, strlen('SELECT')) !== 'SELECT') {
/plugin/fedauth/Auth/OpenID/
H A DSQLStore.php512 while ($i < strlen($str)) {
/plugin/vcard/
H A Dsyntax.php349 $offset = $match[1] + strlen($match[0]);
/plugin/do/
H A Dhelper.php121 if (strlen($ns) > 0) {
/plugin/combo/ComboStrap/
H A DMetadataFrontmatterStore.php483 if (strlen($this->contentWithoutFrontMatter) > 0) {
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/
H A DWrapper.php571 ->isEqualTo(strlen($data))
894 fwrite($openedPath, $content, strlen($content));
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php734 $this->server->httpResponse->setHeader('Content-Length', strlen($result));
1043 $response->setHeader('Content-Length', strlen($jsonBody));
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php700 $this->server->httpResponse->setHeader('Content-Length', strlen($result));
963 $response->setHeader('Content-Length', strlen($jsonBody));
/plugin/combo/renderer/
H A Danalytics.php270 $statExport[self::CHAR_COUNT] = strlen($text);
805 $len = strlen($text);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php1364 if (strlen($mode) == 1) {
1374 $mode = substr($mode, 0, strlen($mode) - 2);
1377 $mode = substr($mode, 0, strlen($mode) - 2);
1380 $mode = substr($mode, 0, strlen($mode) - 2);
3711 $nb_carac = $l = strlen($s);
4607 for ($i = 0; $i < strlen($cOTLdata[$c]['group']); $i++) {
4624 for ($i = 0; $i < strlen($cOTLdata[$c]['group']); $i++) {
4672 for ($i = 0; $i < strlen($cOTLdata[$c]['group']); $i++) {
5818 $l = strlen($txt);
5901 $nb = strlen(
[all...]
/plugin/authimap2/
H A Dauth.php448 $len = strlen($line);
/plugin/redissue/
H A Dsyntax.php125 return array('state'=>$state, 'bytepos_end' => $pos + strlen($match));
/plugin/html2pdf/html2pdf/html2ps/
H A Dfetcher.url.class.php304 $normalized_path_part = substr($normalized_path, 0, strlen(FILE_PROTOCOL_RESTRICT));
/plugin/semanticdata/syntax/
H A Dentry.php98 'pos' => $pos, 'len' => strlen($match)); // not utf8_strlen

1...<<41424344454647484950>>...55