Home
last modified time | relevance | path

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

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

/plugin/linebreak/
H A Daction.php93 $this->base_delta = strlen("~~LINEBREAK#$marker~~\n");
/plugin/linkback/action/
H A Ddisplay.php180 if (strlen($excerpt) > 0) {
/plugin/linkback/
H A Dhttp.php99 $headers['Content-Length'] = strlen($post);
231 if ($this->max_bodysize && strlen($r_body) > $this->max_bodysize) {
250 if ($this->max_bodysize && strlen($r_body) > $this->max_bodysize) {
/plugin/linkfix/
H A Dadmin.php115 $len = strlen($this->searchin);
192 substr($text, $pos + strlen($link)); // continue after old link
241 $new = substr($full, strlen($this->changefrom));
/plugin/linkprefix/
H A Dredirect.php17 $title = (strlen($url) > 55) ? substr($url, 0, 51) . "[..]" : $url;
/plugin/lists/
H A Dsyntax.php209 strlen(str_replace(' ', "\t", $hits[2])));
279 $hits = -strlen($hits[0]);
302 $hits = -strlen($hits[0]);
355 if (strlen($aData[1])) {
376 $hits = -strlen($hits[0]);
381 $hits = -strlen($hits[0]);
/plugin/listusergroup/
H A Dhelper.php80 …if (substr( $show, 0, strlen('existing') ) === "existing") $show = substr($show, strlen('existing'…
/plugin/log/
H A Dcommon.php18 if (strpos($id, $conf['start']) !== strlen($id) - strlen($conf['start'])) {
/plugin/mantis/lib/
H A Dclass.nusoap_base.php947 $m = substr($regs[8],strlen($regs[8])-2,2);
H A Dclass.soap_parser.php92 $this->debug('Entering nusoap_parser(), length='.strlen($xml).', encoding='.$encoding);
H A Dclass.soap_server.php508 if (strlen($delim) > 0 && substr_count($this->methodname, $delim) == 1 &&
512 $method = substr($this->methodname, strpos($this->methodname, $delim) + strlen($delim));
734 …if (strlen($payload) > 1024 && isset($this->headers) && isset($this->headers['accept-encoding'])) …
765 $this->outgoing_headers[] = "Content-Length: ".strlen($payload);
804 …$this->debug('Entering parseRequest() for data of length ' . strlen($data) . ' and type ' . $heade…
H A Dclass.soap_transport_http.php645 $chunkstart = $chunkend + strlen($lb);
656 $length += strlen($chunk);
665 $length += strlen($chunk);
810 $tmplen = strlen($tmp);
884 $tmplen = strlen($tmp);
896 $strlen = 0;
900 $tmplen = strlen($tmp);
909 $strlen += $tmplen;
914 $tmplen = strlen($tmp);
1104 $datalen = strlen($data);
[all …]
H A Dclass.soapclient.php286 …$this->debug('SOAP message length=' . strlen($soapmsg) . ' contents (max 1000 bytes)=' . substr($s…
430 $this->debug('sending message, length='.strlen($msg));
464 …$this->debug('got response, length='. strlen($this->responseData).' type='.$http->incoming_headers…
484 $this->debug('Entering parseResponse() for data of length ' . strlen($data) . ' headers:');
763 $paramStr = substr($paramStr, 0, strlen($paramStr)-2);
764 $paramArrayStr = substr($paramArrayStr, 0, strlen($paramArrayStr)-2);
765 $paramCommentStr = substr($paramCommentStr, 0, strlen($paramCommentStr)-2);
H A Dnusoap.php2752 $chunkstart = $chunkend + strlen($lb);
2763 $length += strlen($chunk);
2772 $length += strlen($chunk);
2917 $tmplen = strlen($tmp);
2991 $tmplen = strlen($tmp);
3003 $strlen = 0;
3007 $tmplen = strlen($tmp);
3016 $strlen += $tmplen;
3021 $tmplen = strlen($tmp);
3211 $datalen = strlen($data);
[all …]
H A Dnusoapmime.php224 …$this->debug('Entering parseResponse() for payload of length ' . strlen($data) . ' and type of ' .…
465 …$this->debug('Entering parseRequest() for payload of length ' . strlen($data) . ' and type of ' . …
/plugin/markdowku/
H A Dolists.php91 $this->depth[$listlevel] = strlen(substr($text, $real_position)) - 1;
H A Dulists.php92 $this->depth[$listlevel] = strlen(substr($text, $real_position)) - 1;
/plugin/markdownextra/
H A Dmarkdown.php954 $level = strlen($matches[1]);
1230 $token_len = strlen($token);
1279 if (strlen($token_stack[0]) == 1) {
1298 if (strlen($token_stack[0]) == 1) {
1666 $strlen($line, 'UTF-8') % $this->tab_width;
2088 $text = substr($text, strlen($matches[0]));
2115 $text = substr($text, strlen($matches[0]));
2313 $strlen = $this->utf8_strlen;
2314 $indent = $strlen($matches[1], 'UTF-8');
2657 $level = strlen($matches[1]);
[all …]
/plugin/masciimath/
H A Dsyntax.php289 … usort ($this->syms, function($a, $b) { return (strlen($b['ascii']) - strlen($a['ascii'])); });
310 $this->parsestr = substr($this->parsestr, strlen($s['ascii']));
319 $this->parsestr = substr($this->parsestr, strlen($m[0]));
325 $this->parsestr = substr($this->parsestr, strlen($m[0]));
512 …$return = '<span pos="' . $pos . '" len="' . strlen($match) . '">' . $return . '</span>'; // wra…
/plugin/math2/phpmathpublisher/
H A Dmathpublisher.php1368 $nbligne=strlen($typeligne)-1;
1369 $nbcolonne=strlen($typecolonne)-1;
/plugin/math2/
H A Dsyntax.php112 if (strlen($math) > 1) {
114 $c_last = $math{strlen($math)-1};
/plugin/mathpublish/phpmathpublisher/
H A DMathExpression.php665 $nbLine = strlen($typeLine) - 1;
666 $nbColumn = strlen($typeColumn) - 1;
/plugin/mathpublish/
H A Dsyntax.php101 if(strlen($math) > 1) {
103 $c_last = $math[strlen($math) - 1];
/plugin/matrixnotifier/
H A Dhelper.php199 'Content-length: '.strlen($json_payload),
/plugin/mdpage/src/DokuWiki/Plugin/Mdpage/
H A DMarkdownRendererTrait.php22 $this->renderPos = strlen($this->renderer->doc);
35 $this->renderPos = strlen($this->renderer->doc);
313 $prefix_len = strlen($prefix);

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