Home
last modified time | relevance | path

Searched refs:substr (Results 351 – 375 of 2368) sorted by relevance

1...<<11121314151617181920>>...95

/plugin/authucenter/lib/uc_client/lib/
H A Duccode.class.php90 $text = substr($url, 0, intval($length * 0.5)).' ... '.substr($url, - intval($length * 0.3));
92 …return '<a href="'.(substr(strtolower($url), 0, 4) == 'www.' ? 'http://'.$url : $url).'" target="_…
/plugin/typography/syntax/
H A Dbase.php29 $this->mode = substr(get_class($this), 7);
78 $markup = substr($this->pattern[4], 2, -1);
81 $params = strtolower(ltrim(substr($match, strlen($markup)+1, -1)));
/plugin/indexmenu2/cms/extensions/
H A Ddomextensions.js15substr(2),I,false);};if(!Node.prototype.fireEvent)Node.prototype.fireEvent=function(i){var I={resi…
/plugin/dw2pdf/
H A DDokuImageProcessorDecorator.php51 if (substr($file, 0, 9) == 'dw2pdf://') {
53 $local = substr($file, 9);
60 if (substr($mime, 0, 6) == 'image/') {
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/Types/
H A DContext.php52 $fqnn = substr($fqnn, 1);
55 $fqnn = substr($fqnn, 0, -1);
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.font-family.inc.php23 $subvalue = substr($subvalue,1,strlen($subvalue)-2);
25 $subvalue = substr($subvalue,1,strlen($subvalue)-2);
H A Dstrategy.link.rendering.normal.php17 if (isset($driver->anchors[substr($link_target,1)])) {
18 $anchor = $driver->anchors[substr($link_target,1)];
/plugin/combo/resources/snippet/js/
H A Dtooltip.js5 version = parseInt(jQuery.fn.tooltip.Constructor.VERSION.substr(0, 1), 10);
11 version = parseInt(bootstrap.Tooltip.VERSION.substr(0, 1), 10);
/plugin/groupmail/
H A Drecaptchalib.php53 $req=substr($req,0,strlen($req)-1);
252 $arr[0] = substr ($arr[0], 0, 1);
254 $arr[0] = substr ($arr[0], 0, 3);
256 $arr[0] = substr ($arr[0], 0, 4);
/plugin/recaptcha/lib/
H A Drecaptchalib.php55 $req=substr($req,0,strlen($req)-1);
252 $arr[0] = substr ($arr[0], 0, 1);
254 $arr[0] = substr ($arr[0], 0, 3);
256 $arr[0] = substr ($arr[0], 0, 4);
/plugin/contactmodern/
H A Drecaptchalib.php53 $req=substr($req,0,strlen($req)-1);
252 $arr[0] = substr ($arr[0], 0, 1);
254 $arr[0] = substr ($arr[0], 0, 3);
256 $arr[0] = substr ($arr[0], 0, 4);
/plugin/zip/pear/MIME/
H A DType.php153 return substr($type, 0, strpos($type, ';'));
219 if (substr(MIME_Type::getMedia($type), 0, 2) == 'x-' ||
220 substr(MIME_Type::getSubType($type), 0, 2) == 'x-') {
237 if (substr(MIME_Type::getSubType($type), 0, 4) == 'vnd.') {
/plugin/authgoogle/google/io/
H A DGoogle_HttpRequest.php69 return substr($this->url, 0, $pos);
81 $queryStr = substr($this->url, $pos + 1);
192 if (substr($url, 0, 4) == 'http') {
196 if (substr($url, 0, 1) !== '/') {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/
H A DComment.php57 $openTag = substr($string, 0, $char);
82 'content' => substr($string, strlen(rtrim($string, '/*'))),
233 'content' => substr($string, $start, ($eol - $start)),
241 'content' => substr($string, $eol, strlen($eolChar)),
/plugin/archiveupload/
H A Daction.php154 if(substr($target, -1) == "/") $target = substr($target, 0, -1);
156 $ext = substr($file, strrpos($file,'.')+1);
224 if(substr($fn_old, -1) == '/') {
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php71 use function substr;
376 $type = new IncompleteType(substr($this->binary, $this->pos, $length), $tagNumber, $class, $isConstructed);
438 $type = EncodedType\OctetStringType::withTag($tagNumber, $class, $isConstructed, substr($this->binary, $this->pos, $length));
442 $type = EncodedType\GeneralStringType::withTag($tagNumber, $class, $isConstructed, substr($this->binary, $this->pos, $length));
446 $type = EncodedType\VisibleStringType::withTag($tagNumber, $class, $isConstructed, substr($this->binary, $this->pos, $length));
450 $type = EncodedType\BmpStringType::withTag($tagNumber, $class, $isConstructed, substr($this->binary, $this->pos, $length));
454 $type = EncodedType\CharacterStringType::withTag($tagNumber, $class, $isConstructed, substr($this->binary, $this->pos, $length));
458 $type = EncodedType\UniversalStringType::withTag($tagNumber, $class, $isConstructed, substr($this->binary, $this->pos, $length));
462 $type = EncodedType\GraphicStringType::withTag($tagNumber, $class, $isConstructed, substr($this->binary, $this->pos, $length));
466 $type = EncodedType\VideotexStringType::withTag($tagNumber, $class, $isConstructed, substr(
[all...]
/plugin/mdpage/src/DokuWiki/Plugin/Mdpage/
H A DMarkdownRendererTrait.php34 $result = substr($this->renderer->doc, $renderPos);
121 && substr($this->getDokuWikiVersion(), 0, 10) == '2018-04-22';
316 $this->renderAbsy($this->parseInline(substr($block['orig'], $prefix_len)));
360 $this->renderDokuWikiLocalLink(substr($url, 1), $text, $title);
379 $renderedContent = substr($this->renderer->doc, $escapedPos);
394 $renderedContent = substr($this->renderer->doc, $escapedPos);
409 $renderedContent = substr($this->renderer->doc, $escapedPos);
424 $renderedContent = substr($this->renderer->doc, $escapedPos);
/plugin/diagrams/
H A Dhelper.php33 $svg = substr($svg, 0, 500); // makes checking a tiny bit faster
39 if (empty($svg) || substr($svg, 0, 4) !== '<svg') return false;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php282 if (substr($className, 0, 4) === 'PHP_') {
283 $newClassName = substr($className, 4);
966 if (substr($filename, 0, 1) === '.') {
1020 if (substr($ref, 0, 9) === 'Internal.') {
1033 if (substr($ref, 0, 1) === '.') {
1046 if (substr($ref, 0, 2) === '~/') {
1058 if (substr($ref, -9) === 'Sniff.php') {
1170 if (substr($ref, -9) === 'Sniff.php') {
1458 $code = substr($code, 0, -5);
2521 if (substr($path, 0, 2) === '~/') {
[all …]
/plugin/markdowku/
H A Dautolinks.php26 $match = substr($match, 8, -1);
29 $match = substr($match, 1, -1);
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/
H A DSaslBuffer.php46 $bufferLength = hexdec(bin2hex(substr($data, 0, 4)));
54 return substr($data, 4, $bufferLength);
/plugin/authgooglesheets/vendor/ralouphie/getallheaders/src/
H A Dgetallheaders.php21 if (substr($key, 0, 5) === 'HTTP_') {
22 $key = substr($key, 5);
/plugin/scrape/HTMLPurifier/Lexer/
H A DPEARSax3.php
/plugin/mdpage/vendor/cebe/markdown/block/
H A DHtmlTrait.php65 $tag = rtrim(substr($line, 1, $gtPos - 1), '/');
67 $tag = rtrim(substr($line, 1, min($gtPos, $spacePos) - 1), '/');
91 …$tag = rtrim(substr($lines[$current], 1, min(strpos($lines[$current], '>'), strpos($lines[$current…
/plugin/mdpage/vendor/cebe/markdown/tests/
H A DBaseMarkdownTest.php107 …if (substr($file, -3, 3) === '.md' && file_exists($src . '/' . substr($file, 0, -3) . $this->outp…
108 $files[] = [$name, substr($file, 0, -3)];

1...<<11121314151617181920>>...95