Home
last modified time | relevance | path

Searched refs:substr (Results 751 – 775 of 2368) sorted by relevance

1...<<31323334353637383940>>...95

/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php537 */ $lastPre = substr($post, -1);
538 $firstItem = substr($this->item[$key], 0, 1);
540 $this->item[$key] = substr($this->item[$key], 1);
541 $firstPost = substr($post, 0, 1);
542 $lastItem = substr($this->item[$key], -1);
545 $post = substr($post, 1); // take a guess at removing first character of $post
633 $last = substr(trim($pString), -1);
638 $pString = substr(trim($pString), 0, -1);
1104 $endPage = substr($end, -1);
1111 $endPage = substr($end, -2);
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
H A DPublicKey.php76 $R = substr($signature, 0, $curve::SIZE);
77 $S = substr($signature, $curve::SIZE);
104 $k = $hash->hash($dom2 . substr($signature, 0, $curve::SIZE) . $A . $message);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DImb.php119 $binaryCode .= substr($trackingNumber, 2, 18);
129 $binaryCodeArray = substr($binaryCodeArray, 0, -1);
137 $binaryCode102bit = $first_byte . substr($binaryCode, 2);
/plugin/templater/
H A Dsyntax.php77 $match = substr($match, 11, -2); // strip markup
268 if (substr($instr[$i][0], 0, 8) != 'internal')
273 $instr[$i][1][0] = $iNS.':'.substr($instr[$i][1][0], 1);
293 if ( str_contains($replacers, '=') && (substr(trim($replacers), -1) != '=') ){
300 if ( str_contains($rep, '=') && (substr(trim($rep), -1) != '=') ){
304 $r['vals'][] = substr(trim(str_replace('\|','|',$v)), 1, -1);
/plugin/progrecss/lang/
H A Dcommon.php3 $sprintf_link= substr($sprintf_link, 4, -5);
/plugin/authdrupal8/
H A Dpassword.inc156 $setting = substr($setting, 0, 12);
165 $salt = substr($setting, 4, 8);
182 return (strlen($output) == $expected) ? substr($output, 0, DRUPAL_HASH_LENGTH) : FALSE;
227 if (substr($account->pass, 0, 2) == 'U$') {
230 $stored_hash = substr($account->pass, 1);
237 $type = substr($stored_hash, 0, 3);
276 if ((substr($account->pass, 0, 3) != '$S$') || (strlen($account->pass) != DRUPAL_HASH_LENGTH)) {
/plugin/listusergroup/
H A Dhelper.php80 …if (substr( $show, 0, strlen('existing') ) === "existing") $show = substr($show, strlen('existing'…
/plugin/toctweak/syntax/
H A Dmetatoc.php23 $this->mode = substr(get_class($this), 7); // drop 'syntax_' from class name
50 $param = substr($match, $start+1, -2);
/plugin/codedoc/
H A Dblock.php25 if ($mode == substr(get_class($this), 7)) return true;
43 $type = strtolower(trim(substr($match,8,-1)));
/plugin/formatplus2/syntax/
H A Dblockinsertplus.php64 $match = substr($match,4,-1);
93 if (substr($format,0,5) == 'xhtml'){
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DLessFilter.php180 if ('.css' === substr($reference, -4)) {
186 if ('.less' !== substr($reference, -5)) {
/plugin/webdav/vendor/sabre/http/lib/
H A DRequest.php113 parse_str(substr($url, $index + 1), $queryParams);
203 return trim(URLUtil::decodePath(substr($uri, strlen($baseUri))), '/');
/plugin/cronojob/jobs/
H A Dclearcache.php28 $fileglob2 = substr($fileglob, strlen($basedir));
84 $fileglob2 = substr($fileglob, strlen($basedir));
/plugin/mellelexport/
H A Dmellelconvert.php71 if (substr($row, 0, 2) !== '==') {
75 if (substr($row, 0, 6) === '======') {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/NamingConventions/
H A DCamelCapsFunctionNameSniff.php130 $magicPart = strtolower(substr($methodName, 2));
198 $magicPart = strtolower(substr($functionName, 2));
/plugin/formatplus/syntax/
H A Dblockinsertplus.php64 $match = substr($match,4,-1);
93 if (substr($format,0,5) == 'xhtml'){
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/
H A DAbstractNode.php53 if (substr($name, -1) == '/') {
54 $name = substr($name, 0, -1);
/plugin/davcal/vendor/sabre/http/lib/
H A DRequest.php113 parse_str(substr($url, $index + 1), $queryParams);
203 return trim(URLUtil::decodePath(substr($uri, strlen($baseUri))), '/');
/plugin/structautolink/
H A Drenderer.php62 parent::cdata(substr($text, $start, $token['pos'] - $start));
68 parent::cdata(substr($text, $start));
/plugin/todo/
H A Daction.php149 $todoText = substr( $wikitext, $todoTagEndPos, $todoTextEndPos-$todoTagEndPos );
151 $oldTag = substr($wikitext, $todoTagStartPos, ($todoTagEndPos - $todoTagStartPos));
/plugin/siteexport/syntax/
H A Daggregate.php33 $options = explode(' ', trim(substr($match, 2, -2)?:""));
57 if ( substr($value, -1) != ':' ) {
/plugin/emoji/emojione/
H A DClient.php409 $unicode = substr($m[1], 0, 4);
446 $unicode = substr($m[1], 0, 4);
450 if ("\xE2\x83\xA3" === substr($m[1], 1, 3))
452 $unicode = substr($m[1], 0, 1) . "\xEF\xB8\x8F\xE2\x83\xA3";
/plugin/exttab3/
H A Dsyntax.php47 $this->mode = substr(get_class($this), 7);
120 switch (substr($markup, 0, $len)) {
129 switch (substr($markup, 0, $len)) {
135 $attrs = substr($markup, $len);
/plugin/authucenter/lib/uc_client/model/
H A Duser.php131 $salt = substr(uniqid(rand()), -6);
228 return $questionid > 0 && $answer != '' ? substr(md5($answer.md5($questionid)), 16, 8) : '';
235 $username = substr(md5($username), 8, 15);
273 $username = substr(md5($username), 8, 15);
/plugin/typography/syntax/
H A Dwebfont.php20 $this->mode = substr(get_class($this), 7);

1...<<31323334353637383940>>...95