Home
last modified time | relevance | path

Searched refs:strlen (Results 676 – 700 of 1362) sorted by path

1...<<21222324252627282930>>...55

/plugin/gtime/gtlib/asn1/
H A DASN1ObjectId.php47 if (strlen($value) == 0) {
/plugin/gtime/gtlib/asn1/x509/
H A DX509Certificate.php96 if ($body{strlen($body) - 1} != "\n") {
/plugin/gtime/gtlib/tsp/
H A DGTHashChain.php288 for ($i = 0; $i < strlen($bits); $i++) {
314 while (strlen($bits) % 64 != 0) {
320 for ($i = 0; $i < strlen($bits); $i++) {
/plugin/gtime/gtlib/util/
H A DGTBaseX.php61 while ((1 << $this->bits) < strlen($alphabet)) {
65 if ((1 << $this->bits) != strlen($alphabet)) {
158 for ($i = 0; $i < strlen($separator); $i++) {
237 while ($j < strlen($string)) {
277 for ($i = 0; $i < strlen($string); $i++) {
300 for ($i = 0; $i < strlen($string); $i++) {
H A DGTBigInteger.php396 while (strlen($byte) % 8 != 0) {
H A DGTUtil.php252 if (strlen($time) != 15) {
377 for ($i = 0; $i < strlen($string); $i++) {
447 for ($i = 0; $i < strlen($string); $i++) {
/plugin/hcalendar/syntax/
H A Dhcal2.php66 return strlen("<hcal");
/plugin/hidden/
H A Dsyntax.php47 $match = trim(utf8_substr($match, 14, -1)); //14 = strlen("<hiddenSwitch ")
68 $match = substr($match, 7, -1); //7 = strlen("<hidden")
146 return array('state'=>$state, 'bytepos_end' => $pos + strlen($match));
/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/highlight2wiki/
H A Daction.php69 //if (strlen($urlkey)>250){
147 //echo '<p>'.strlen($result1).'</p>';
148 //echo '<p>'.strlen($result2).'</p>';
149 if(strlen($result2)>strlen($result1)){ //check length of each result
256 if (strlen(utf8_encode($titles2))>140){ //check the title length if longer than 150
363 for ($i = 0; $i < strlen($string); $i++) {
376 $strlen = strlen($str);
377 for ($i = 0; $i < $strlen;
[all...]
/plugin/hr/
H A Dsyntax.php212 ? substr($aRenderer->doc, 0, -strlen($hits[0])) . '<hr />'
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.inline.php178 $len = strlen($raw_content);
186 $hyphens[] = strlen($word);
H A Dbox.input.password.php8 $text = str_repeat("*",strlen($root->get_attribute("value")));
H A Dbox.select.php30 $size = max($size, strlen($child->get_content()));
H A Dbox.text.php421 $num_chars = strlen($this->words[$i]);
608 $num_chars = strlen($this->words[$i]);
H A Dconverter.class.php48 for ($i=0; $i < strlen($html); $i++) {
52 $i += strlen($replacement) - 1;
H A Dcss.background.position.inc.php43 if (substr($value, strlen($value)-1,1) === "%") {
H A Dcss.colors.inc.php189 if (strlen($decl) > 0) {
H A Dcss.font-family.inc.php23 $subvalue = substr($subvalue,1,strlen($subvalue)-2);
25 $subvalue = substr($subvalue,1,strlen($subvalue)-2);
H A Dcss.pseudo.link.target.inc.php9 return (strlen($value) > 0 && $value{0} != "#");
13 return (strlen($value) > 0 && $value{0} == "#");
/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/html2pdf/html2pdf/html2ps/classes/org/active-link/net/
H A DHTTPClient.php99 $contentLength = strlen($this->requestBody);
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/sys/
H A DFile.php98 if (strlen($data) == 0) {
147 $bytesWritten = fwrite($this->handleID, $strContent, strlen($strContent));
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DTag.php260 while(!$tagFound && $i < strlen($tagString)) {
318 $tagAttributesStart = $i + strlen($this->tagAttributeSeparator);
359 $tempPosChar = substr($tempString, $tempPos + strlen($this->tagStartOpen . $tagName), 1);
369 $tempNewPos = $tempPos + strlen($this->tagStartOpen . $tagName);
372 $tempNewPos = $tempPos + strlen($this->tagStartOpen . $tagName);
381 $j = $n + strlen($this->tagEndOpen . $tagName . $this->tagEndClose);
396 $tagEndClose = $tagEndOpen + strlen($this->tagEndOpen . $tagName . $this->tagEndClose);
399 $tagEndClose = $tagStartClose + strlen($this->tagStartClose);
H A DXML.php400 if(strlen($parseString) > 0 && $parseString != "")

1...<<21222324252627282930>>...55