Home
last modified time | relevance | path

Searched refs:substr (Results 1751 – 1775 of 2368) sorted by path

1...<<71727374757677787980>>...95

/plugin/pagestat/syntax/
H A Deditpt.php32 $match = trim(substr($match,3,-1));
H A Dword.php33 $match = trim(substr($match,9,-1));
/plugin/pagetemplate/
H A Dsyntax.php101 $data = (substr($match, 3, -1));
175 $idx = array_search(substr(get_class($this), 7), $this->allowedModes);
/plugin/pagetemplater/
H A Daction.php56 if ( $key != 'content' && substr($key, 0, 1) == '!' ) {
57 $rkey = substr($key, 1);
/plugin/pagetitle/syntax/
H A Dbreadcrumb.php38 $this->mode = substr(get_class($this), 7);
54 $id = trim(substr($match, 13, -3));
H A Ddecorative.php51 $this->mode = substr(get_class($this), 7);
81 $title = trim(substr($match, 8, -2));
86 $params = strtolower(trim(substr($match, 6, -1)));
H A Dshorter.php38 $this->mode = substr(get_class($this), 7);
61 $short_title = trim(substr($match, 13, -2));
H A Dyouarehere.php38 $this->mode = substr(get_class($this), 7);
/plugin/panoview/
H A Dsyntax.php63 $match = substr($match, 11, -2); //strip markup from start and end
67 if(substr($match, 0, 1) == ' ') $data['align'] += 1;
68 if(substr($match, -1, 1) == ' ') $data['align'] += 2;
/plugin/passpolicy/
H A Dhelper.php514 $prefix = substr($sha1, 0, 5);
/plugin/passwords/
H A Dsyntax.php132 $c = substr($this->getAllowedCharacters(), $r, 1);
/plugin/patchpanel/
H A Dsyntax.php64 $match = substr($match,0,-13);
160 if(!substr($item['color'],0,1) == "#") { $item['color'] = '#CCCCCC'; }
204 if (substr($matches[0][2], 0, 1) == "#") {
/plugin/pdb/
H A Dsyntax.php40 $match = substr($match,6,-2);
/plugin/pdfjs/
H A Dsyntax.php88 $params = trim(substr($params, strlen('pdfjs')));
/plugin/permissioninfo/
H A Dadmin.php370 if(substr($matches[2], 0, 1) != "@")
/plugin/pgn4web/pgn4web/
H A Dcrc32.js20 x = "0x" + table.substr( y * 9, 8 );
H A Dpgn-encoder.php16 if (substr($i, 0, 1) == '1') { $o += 32; }
17 if (substr($i, 1, 1) == '1') { $o += 16; }
18 if (substr($i, 2, 1) == '1') { $o += 8; }
19 if (substr($i, 3, 1) == '1') { $o += 4; }
20 if (substr($i, 4, 1) == '1') { $o += 2; }
21 if (substr($i, 5, 1) == '1') { $o += 1; }
23 return substr($encodingCharSet, $o, 1);
303 if (ord(substr($ov, $i, 1)) > 255) { $bits = $bits . $LetterCodes[42]; }
304 else { $bits = $bits . $LetterCodes[ord(substr($ov, $i, 1))]; }
307 $bits = substr($bits, 6);
[all …]
H A Dpgn4web.js231 colRowList = colRowList.substr(2);
/plugin/pgn4web/pgn4web/libs/garbochess/
H A Dgarbochess.js2507 var result = InitializeFromFen(e.data.substr(9, e.data.length - 9));
2512 g_timeout = parseInt(e.data.substr(7, e.data.length - 7), 10);
/plugin/pgn4web/pgn4web/libs/jscolor/
H A Djscolor.js276 if(r.path.substr(0,1) === '/') {
300 if(path.substr(0,3)==='../' || path.substr(0,2)==='./') {
301 path = path.replace(/^\.+/,'').substr(1);
302 } else if(path.substr(0,3)==='/./' || path==='/.') {
303 path = '/'+path.substr(3);
304 } else if(path.substr(0,4)==='/../' || path==='/..') {
305 path = '/'+path.substr(4);
311 path = path.substr(rm.length);
522 parseInt(m[1].substr(0,2),16) / 255,
523 parseInt(m[1].substr(2,2),16) / 255,
[all …]
/plugin/pgn4web/
H A Dsyntax.php85 $match=substr($match,6,-7);
/plugin/phosphor/
H A Dphblock.php56 foreach ( explode(' ', substr($match, 10, -1)) as $item ) {
H A Dphitem.php55 … list($id, $title) = explode('|', substr($match, 6, -1), 2); // find ID/Params + Name Extension
/plugin/photogallery/lightGallery/js/
H A Dpicturefill.min.js4 …akeUrl(e.url),b.src!==e.url&&(g.restrictsMixedContent()&&"http:"===e.url.substr(0,"http:".length).…
/plugin/photogallery/
H A DpgFetch.php85 if((substr($MIME, 0, 5) == 'image') && ($WIDTH || $HEIGHT)) {

1...<<71727374757677787980>>...95