Home
last modified time | relevance | path

Searched refs:strlen (Results 926 – 950 of 1362) sorted by relevance

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

/plugin/formatplus2/syntax/
H A Dblockdeleteplus.php143 if (strlen($renderer->doc) > 250) $renderer->capture = false;
/plugin/simplewikipagetree/
H A Dsyntax.php89 if($id == substr($INFO['id'],0,strlen($id))){
/plugin/workflow/syntax/
H A Ddecision.php71 $renderer->doc .= 'var wfpageid = ' . json_encode(substr($INFO['id'], strlen($wfns) + 1)) . ';';
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/doc/
H A DPHPClass.php126 …(strpos($str, " ") ? strpos($str, " ") : (strpos($str, "\t") ? strpos($str, "\t") : strlen($str)));
/plugin/table2csv/
H A DgetTableData.php74 $field_len = strlen($field);
/plugin/podcast/
H A Dhelper.php87 $factor = floor((strlen($bytes) - 1) / 3);
/plugin/findologicxmlexport/vendor/hoa/file/
H A DDirectory.php161 $fromLength = strlen($from) + 1;
/plugin/xssnipper/
H A Dsyntax.php49 $match = substr($match,strlen('{(xssnipper>'),-2); //strip markup from start and end
/plugin/jplayer/
H A Dsyntax.php80 $match = substr($match, strlen('{{jPlayerPlaylist>'), -2); //strip markup from start and end
/plugin/pagetemplate/
H A Daction.php125 if($ins[0] == 'plugin' && $ins[1][0] == 'pagetemplate' && strlen($ins[1][1][0]) > 0) {
/plugin/autotooltip/
H A Dhelper.php82 if ($partCount > 1 || strchr($tooltip, "\n") !== FALSE || strlen($tooltip) > 40) {
/plugin/formatplus/syntax/
H A Dblockdeleteplus.php143 if (strlen($renderer->doc) > 250) $renderer->capture = false;
/plugin/davcal/vendor/sabre/dav/bin/
H A Dmigrateto20.php443 strlen($row['carddata']),
/plugin/davcal/vendor/sabre/http/lib/Auth/
H A DAWS.php223 if (strlen($key) > $blocksize) {
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/SemanticContexts/
H A DAndOperator.php141 return \strlen($s) > 3 ? (string) \substr($s, 3) : $s;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Listeners/
H A DDiagnosticErrorListener.php129 if (\strlen($ruleName) === 0) {
/plugin/openid/Auth/Yadis/
H A DParseHTML.php165 $key_tags_pos[2] = strlen($html_string);
/plugin/authucenter/lib/uc_client/
H A Dclient.php176 $key_length = strlen($cryptkey);
179 $string_length = strlen($string);
244 $header .= 'Content-Length: '.strlen($post)."\r\n";
294 $limit -= strlen($data);
/plugin/adfs/phpsaml/lib/Saml2/
H A DResponse.php252 …lComparisonLength = $security['destinationStrictlyMatches'] ? strlen($destination) : strlen($curre…
255 …lComparisonLength = $security['destinationStrictlyMatches'] ? strlen($destination) : strlen($curre…
/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php40 if($dir[strlen($dir)-1] != "/"){
100 if($stylePath[strlen($stylePath)-1] != "/"){
1081 if(($end <= $start) || (strlen($end) < strlen($start)))
1096 if(strlen($start) <= 4)
/plugin/jplayer/vendor/symfony/process/Tests/
H A DProcessTest.php157 $this->assertEquals($expectedOutputSize, \strlen($o));
199 $this->assertEquals($expectedLength, \strlen($p->getOutput()));
200 $this->assertEquals($expectedLength, \strlen($p->getErrorOutput()));
221 $this->assertEquals($expectedLength, \strlen($p->getOutput()));
222 $this->assertEquals($expectedLength, \strlen($p->getErrorOutput()));
562 $this->assertGreaterThan(0, \strlen($process->getOutput()));
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php88 if (empty($contents) || strlen($contents) > $maxLen) {
114 if (empty($str) || strlen($str) > MAX_FILE_SIZE) {
1106 $len = strlen($str);
1539 $this->size = strlen($this->doc);
1641 $this->size = strlen($this->doc);
2230 …$this->doc = substr_replace($this->doc, $key, $matches[$i][$idx][1], strlen($matches[$i][$idx][0])…
2234 $this->size = strlen($this->doc);
2254 if (strlen($text) > $pos + 15) {
/plugin/google_adsense2/
H A Dcode.php83 if (!strlen($str)) return array();
/plugin/youtrack/
H A Dhelper.php148 return substr($url, -1) === '/' ? substr($url, 0, strlen($url)-1) : $url;
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Process/
H A DProcess.php206 for ($temp = __DIR__; strlen($temp) > 3; $temp = dirname($temp)) {

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