Home
last modified time | relevance | path

Searched refs:strlen (Results 851 – 875 of 1362) sorted by last modified time

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

/plugin/talkpage/
H A Dsyntax.php64 if (substr($INFO['id'], 0, strlen($talkns) + 1) === "$talkns:") {
66 $goto = substr($INFO['id'], strlen($talkns) + 1);
/plugin/404manager/
H A Dadmin.php310 if (strlen($myString) > $length) {
H A Daction.php348 if (strlen($pathName) > 2) {
354 … if (strlen($nameSpace) < strlen($bestNamespaceId) or $nbWordFound > $bestNbWordFound) {
538 … if ($nbWordFound >= $bestNbWordFound && strlen($bestPageId) > strlen($targetPageId)) {
/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/hidingip/
H A Daction.php62 …nt[$key] = '<bdi>' . $display . '</bdi> <bdo dir="ltr">(' . substr($ref, strlen('<bdo dir="ltr">')…
101 …nt[$key] = '<bdi>' . $display . '</bdi> <bdo dir="ltr">(' . substr($ref, strlen('<bdo dir="ltr">')…
/plugin/likeit/
H A Dsyntax.php75 trim(substr($match,8,strlen($match)-8-1))
/plugin/timetrack/
H A Dhelper.php974 if (substr($pageid, 0, strlen($ns)) === $ns) {
/plugin/pdb/classes/
H A D_RCSB.php54 if (strlen($pdbid)!=4) return false;
/plugin/pubchem/classes/
H A D_RCSB.php54 if (strlen($pdbid)!=4) return false;
/plugin/pubchem/
H A Dsyntax.php184 if(strlen($info_value)>50){ $info_value = str_replace("-","- ",$info_value);}
/plugin/inlineedit/
H A Daction.php66 $offset += strlen($found[$ii])+8;
71 if($offset > $pagemod_f[1] && $offset< ($pagemod_f[1]+strlen($pagemod_f[0]))) {
/plugin/datepicker/
H A Dsyntax.php51 $match=trim(substr($match,12,strlen($match)-12-1));
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A DSafeFN.class.php136 $len = strlen($sub);
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 ) )
H A Dutil.php54 $string = substr($string, strlen($matches[0]));
252 $len = strlen($Config[$path_type[$type]]);
/plugin/ckgdoku/action/entities/
H A Dents_seri.php41 if(isset($line) && strlen($line)) {
/plugin/ckgdoku/action/
H A Dmediamanager.php32 if(!empty($event->data[3]) && strlen($event->data[3]) >30) {
/plugin/mimetex/
H A Dmimetexrender.php97 if (strlen($formula) > $this->_string_length_limit) {
/plugin/ruby/
H A Dsyntax.php39 $data = explode('|', substr($match, strlen('{{ruby|'), -2));
/plugin/sqljson/
H A Dsyntax.php109 if (strlen($data['variable']) > 0)
/plugin/redissue/
H A Dsyntax.php125 return array('state'=>$state, 'bytepos_end' => $pos + strlen($match));
/plugin/pubmed/classes/
H A D_RCSB.php54 if (strlen($pdbid)!=4) return false;
/plugin/dwcommits/
H A Dhelper.php711 if((strlen($month) < 2) || (strlen($year) < 4)||(strlen($day) < 2) ) {
715 if((strlen($month) + strlen($year) + strlen($day) > 8 ) ) {
H A Dadmin.php423 if((strlen($d['month']) < 2) || (strlen($d['year']) < 4)||(strlen($d['day']) < 2) ) {
427 if((strlen($d['month']) + strlen($d['year']) + strlen($d['day']) > 8 ) ) {
/plugin/credits/
H A Dsyntax.php191 $strL = strlen($str);
196 if(strlen($remainder) < 30) {
207 for ($x=0; $x < strlen($email); $x++) $encode .= '&#x' . bin2hex($email{$x}).';';

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