Home
last modified time | relevance | path

Searched refs:strpos (Results 876 – 900 of 1099) sorted by relevance

1...<<31323334353637383940>>...44

/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DTree.php230 if ($nodePath == $path || strpos($nodePath, $path . '/') === 0)
H A DServer.php365 if ($pos = strpos($uri, '?'))
534 if ($uri[0] != '/' && strpos($uri, '://')) {
543 if (strpos($uri, $baseUri) === 0) {
/plugin/navi/
H A Dsyntax.php45 if (strpos($id, '?') !== false) {
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DCronExpression.php358 if (strpos($part, ',') === false) {
/plugin/translation/
H A Daction.php105 strpos($event->data['script'][$i]['src'], '/lib/exe/js.php') !== false
/plugin/templater/
H A Dsyntax.php276 } else if (strpos($instr[$i][1][0], ':') === false) {
/plugin/struct/meta/
H A DAssignments.php296 if (strpos($pns, $ans) === 0) {
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php724 if (strpos($this->server->httpRequest->getHeader('User-Agent'), 'Thunderbird') === false) {
774 if (strpos($response->getHeader('Content-Type'), 'text/vcard') === false) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/
H A DAbstractPatternSniff.php506 if (strpos($tokenContent, $pattern[$i]['value']) !== 0) {
654 if (strpos($tokens[$j]['content'], $phpcsFile->eolChar) !== false) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DImg.php232 if (strpos($this->mpdf->HREF, '.') === false && strpos($this->mpdf->HREF, '@') !== 0) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php4357 if ($this->falseBoldWeight && strpos($this->ReqFontStyle, "B") !== false && strpos($this->FontStyle, "B") === false) {
4365 if (strpos($this->ReqFontStyle, "I") !== false && strpos($this->FontStyle, "I") === false) {
5108 if (is_int(strpos($border, 'L'))) {
5112 if (is_int(strpos($border, 'T'))) {
5116 if (is_int(strpos($border, 'R'))) {
5120 if (is_int(strpos($border, 'B'))) {
5153 } elseif ($this->falseBoldWeight && strpos($this->ReqFontStyle, "B") !== false && strpos(
[all...]
/plugin/eventum/XML/
H A DRPC.php1465 $errstr = substr($data, 0, strpos($data, "\n") - 1);
1475 if (!$hdrfnd && ($brpos = strpos($data,"\r\n\r\n"))) {
1486 $data = substr($data, 0, strpos($data, "</methodResponse>") + 17);
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php371 if ($pos = strpos($uri, '?'))
567 if ($uri[0] != '/' && strpos($uri, '://')) {
576 if (strpos($uri, $baseUri) === 0) {
/plugin/jplayer/vendor/symfony/process/
H A DProcess.php1457 return self::$sigchild = false !== strpos(ob_get_clean(), '--enable-sigchild');
1648 if (false !== strpos($value = $m[1], "\0")) {
1717 if (false !== strpos($argument, "\0")) {
/plugin/sphinxsearch-was/
H A DSphinxSearch.php45 if (strpos($categories, "-") === 0) {
/plugin/remotescript/lib/JsHttpRequest/
H A DJsHttpRequest.php329 if (strpos($data, '%u') !== false) { // improve speed
/plugin/linkfix/
H A Dadmin.php251 if($currentNS && strpos($new, ':') === false) $new = ":$new";
/plugin/issuelinks/services/
H A DJira.service.php78 return strpos($userAgent, 'Atlassian') === 0;
/plugin/bibtex/OSBib/
H A DUTF8.php38 if(strpos($newStr, "?") !== false)
/plugin/judge/
H A Dsyntax.php111 if (strpos($parameter, '=') == false) {
/plugin/sphinxsearch/
H A DSphinxSearch.php45 if(strpos($categories, "-") === 0){
/plugin/facebookevents/
H A Dsyntax.php233 if ( strpos($pic, '?') > 0 )
/plugin/lastfm/inc/
H A Dlastfmutils.php443 if (strpos($prevTag, "arr#"))
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapUrl.php29 use function strpos;
335 } elseif (strpos($matches[2], '?') !== false) {
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Parser/
H A DPseudoClass.php171 if (FALSE !== strpos($token->content, '|')) {

1...<<31323334353637383940>>...44