Home
last modified time | relevance | path

Searched refs:substr (Results 1226 – 1250 of 2368) sorted by relevance

1...<<41424344454647484950>>...95

/plugin/structgroup/helper/
H A Dauthgroup.php29 $grp = substr($grp, 1);
/plugin/dokupp/
H A Dsyntax.php26 $match = substr($match, 1, -1); // strip markup
/plugin/telleveryone/helper/
H A Ddb.php72 …if ($this->sqlite && $conf['metadir'] != substr($this->sqlite->getAdapter()->getDbFile(), 0, $len)…
/plugin/avatar/
H A Dsyntax.php29 list($syntax, $match) = explode('>', substr($match, 0, -2), 2); // strip markup
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DIndentedCode.php
/plugin/blogtng/exe/
H A Dtrackback.php40 $ID = substr($_SERVER['PATH_INFO'], 1);
/plugin/ireadit/helper/
H A Ddb.php72 if ($this->sqlite && $conf['metadir'] != substr($this->sqlite->getAdapter()->getDbFile(), 0, $len)) {
/plugin/approve/helper/
H A Ddb.php110 $path = substr($path, strlen($datadir));
127 if (substr($ns, -1) == '*') {
155 if (substr($ns, -2) == '**') {
157 $ns = substr($ns, 0, -2);
158 if (substr($page_id, 0, strlen($ns)) == $ns) {
161 } elseif (substr($ns, -1) == '*') {
163 $ns = substr($ns, 0, -1);
164 $noNS = substr($page_id, strlen($ns));
166 substr($page_id, 0, strlen($ns)) == $ns) {
180 if (substr(
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/data/
H A Dout.php61 if (((filemtime($path.$file)+$interval) < time()) && ($file != "..") && ($file != ".") && substr($file, -3)=='pdf') {
/plugin/orphanswanted/
H A Dsyntax.php61 $match = substr($match,16,-2); //strip ~~ORPHANSWANTED: from start and ~~ from end
/plugin/openid/Auth/Yadis/
H A DXRIRes.php27 $qxri = substr(Auth_Yadis_toURINormal($xri), 6);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Shaper/
H A DIndic.php220 if (preg_match('/^([CR]m*[N]?(H[ZJ]?|[ZJ]H))*[CR]m*[N]?[A]?(H[ZJ]?|[M]*[N]?[H]?)?[S]?[v]{0,2}/', substr($s, $ptr), $ma)) {
222 //if (preg_match('/^r?([CR]J?(Z?[N]{0,2})?[ZJ]?H(J[N]?)?){0,4}[CR]J?(Z?[N]{0,2})?A?((([ZJ]?H(J[N]?)?)|HZ)|(HJ)?([ZJ]{0,3}M[N]?(H|JHJR)?){0,4})?(S[Z]?)?[v]{0,2}/', substr($s,$ptr), $ma)) {
227 elseif (preg_match('/^(RH|r)?V[N]?([ZJ]?H[CR]m*|J[CR]m*)?([M]*[N]?[H]?)?[S]?[v]{0,2}/', substr($s, $ptr), $ma)) {
229 //else if (preg_match('/^(RH|r)?V(Z?[N]{0,2})?(J|([ZJ]?H(J[N]?)?[CR]J?(Z?[N]{0,2})?){0,4}((([ZJ]?H(J[N]?)?)|HZ)|(HJ)?([ZJ]{0,3}M[N]?(H|JHJR)?){0,4})?(S[Z]?)?[v]{0,2})/', substr($s,$ptr), $ma)) {
238 ) && (preg_match('/^(RH|r)?[sD][N]?([ZJ]?H[CR]m*)?([M]*[N]?[H]?)?[S]?[v]{0,2}/', substr($s, $ptr), $ma))) {
240 // && (preg_match('/^(RH|r)?[sD](Z?[N]{0,2})?(([ZJ]?H(J[N]?)?)[CR]J?(Z?[N]{0,2})?){0,4}((([ZJ]?H(J[N]?)?)|HZ)|(HJ)?([ZJ]{0,3}M[N]?(H|JHJR)?){0,4})?(S[Z]?)?[v]{0,2}/', substr($s,$ptr), $ma)) {
244 elseif (preg_match('/^(RH|r)?[N]?([ZJ]?H[CR])?([M]*[N]?[H]?)?[S]?[v]{0,2}/', substr($s, $ptr), $ma)) {
246 //else if (preg_match('/^(RH|r)?(Z?[N]{0,2})?(([ZJ]?H(J[N]?)?)[CR]J?(Z?[N]{0,2})?){0,4}((([ZJ]?H(J[N]?)?)|HZ)|(HJ)?([ZJ]{0,3}M[N]?(H|JHJR)?){0,4})(S[Z]?)?[v]{0,2}/', substr($s,$ptr), $ma)) {
277 if (preg_match('/^([CR]HJ|[CR]JH){0,8}[CR][HM]{0,3}[S]{0,1}/', substr($s, $ptr), $ma)) {
282 elseif (preg_match('/^V[S]{0,1}/', substr(
[all...]
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DJplayerRtmp.as485 var host:String = rtmpSrc.substr(startIndex);
487 host = host.substr(0,host.indexOf("/"));
492 port = host.substr(host.indexOf(":")+1);
493 host = host.substr(0,host.indexOf(":"));
503 streamFileName = rtmpSrc.substr(rtmpSrc.lastIndexOf("/live/") + 6);
513 streamFileName = rtmpSrc.substr(rtmpSrc.indexOf("mp3:"));
516 streamFileName = streamFileName.substr(0,streamFileName.indexOf("?")) + encodeURI(tmp) ;
518 streamFileName = streamFileName.substr(0,streamFileName.length - 4);
526 streamFileName = rtmpSrc.substr(rtmpSrc.indexOf("mp4:"));
531 streamFileName = streamFileName.substr(0,streamFileName.length - 4);
[all …]
/plugin/datasearchform/
H A Dsyntax.php60 … $match = trim(substr($match,15,-1)); //strip {datasearchform (length 15) from start and } from end
/plugin/reflect/
H A Dsyntax.php32 $match = substr($match, 10, -2); // strip markup
/plugin/displayorphans/
H A Dsyntax.php54 $match = substr($match, 9, -2);
H A D_local.php43 $sub = substr($id, 0, strlen($namespace));
/plugin/typography/
H A Daction.php77 .substr($colorValue, 1),
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Strings/
H A DUnnecessaryStringConcatSniff.php112 $prevChar = substr($tokens[$prev]['content'], -2, 1);
/plugin/userpage/
H A Daction.php32 if (substr($userPage, -strlen(':')) === ':') {
/plugin/issuelinks/helper/
H A Dutil.php25 $linkrel = substr(trim($linkrel), strlen('rel="'), -1);
/plugin/whyspam/
H A Dadmin.php89 $snip = substr($text,$s,$l);
/plugin/odp/
H A Dsyntax.php59 $match = substr($match,6,-2); //strip markup
/plugin/watchcycle/helper/
H A Ddb.php73 if ($this->sqlite && $conf['metadir'] != substr($this->sqlite->getAdapter()->getDbFile(), 0, $len)) {
/plugin/markdowku/
H A Descapespecialchars.php90 $renderer->doc .= substr($data[1], -1);

1...<<41424344454647484950>>...95