Home
last modified time | relevance | path

Searched refs:strpos (Results 801 – 825 of 1099) sorted by relevance

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

/plugin/ipban/ip-lib/src/Address/
H A DIPv4.php75 if (is_string($address) && strpos($address, '.')) {
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.graphic.jpg.php169 if (strpos($key, ':')) {
/plugin/letsencrypt/
H A Dhelper.php134 if(strpos($domain, '.') === false) return false; // need at least one dot
/plugin/abc2/
H A Dsyntax.php370 $pos = strpos($haystack, $needle);
/plugin/mdpage/vendor/cebe/markdown/
H A DMarkdownExtra.php120 if (($pos = strpos($line = $lines[$i], $fence)) === false || $pos > 3) {
/plugin/webdav/vendor/sabre/vobject/lib/Property/
H A DText.php230 if (false !== \strpos($val, "\n")) {
/plugin/tiledblog/
H A Dsyntax.php59 …$savedir = ((!$conf['savedir'] || strpos ($conf['savedir'], '.') === 0) ? DOKU_INC : "").$conf['sa…
/plugin/extendpage/meta/
H A DAssignments.php251 if (strpos($pns, $ans) === 0) {
/plugin/toolbuttondel/
H A Daction.php43 if(strpos($event->data[$i]['url'],'mediamanager') !== false) {
/plugin/bookmarkfile/
H A Dsyntax.php85 if (strpos($first_line, 'x-moz') !== false) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DPKCS8.php88 $isPublic = strpos($key, 'PUBLIC') !== false;
/plugin/authgooglesheets/vendor/google/apiclient/src/AccessToken/
H A DVerify.php156 if (0 !== strpos($url, 'http')) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DClient.php366 if (strpos($url, '/') === 0) {
/plugin/discussion/
H A Dhelper.php236 if (($ns) && (strpos($recent['id'].':', $ns.':') !== 0)) return false;
/plugin/swiftmail/
H A DSwift.php260 if ($this->connection->getRequiresEHLO() || strpos($greeting->getString(), "ESMTP"))
272 $le = (strpos($list->getString(), "\r\n") !== false) ? "\r\n" : "\n";
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php560 if (strpos($path, '/../') !== false || strrchr($path, '/') === '/..') {
563 if (strpos(realpath($path), realpath($assetDir)) === 0 && file_exists($path)) {
/plugin/sectiontoggle/
H A DMobile_Detect.php752 if (strpos($header, '_') === false) {
1054 if (strpos($this->httpHeaders[$mobileHeader], $_match) !== false) {
/plugin/bureaucracy/
H A Dsyntax.php118 if(strpos($args[0], '_') === false) {
144 if(strpos($action['type'], '_') === false) {
/plugin/addressbook/
H A Dsyntax.php136 if (strpos($data,'departments') > 0) {
717 $params = substr($params,strpos($params,'?')+1);
721 if (strpos($o,'=') == 0) {$res[$o] = false;} else {
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A DMbstring.php83 if (\is_array($fromEncoding) || ($fromEncoding !== null && false !== strpos($fromEncoding, ','))) {
498 return strpos($haystack, $needle, $offset);
684 $pos = strpos($haystack, $needle);
/plugin/combo/ComboStrap/
H A DTemplateForWebPage.php1145 if (strpos($href, "lib/exe/css.php") !== false) {
1170 if (strpos($src, "lib/exe/js.php") !== false) {
1173 if (strpos($src, "lib/exe/jquery.php") !== false) {
/plugin/jplayer/vendor/symfony/process/Tests/
H A DProcessTest.php40 self::$sigchild = false !== strpos(ob_get_clean(), '--enable-sigchild');
117 while (false === strpos($p->getOutput(), 'received')) {
379 while (false === strpos($p->$getOutput(), $s)) {
828 while (false === strpos($process->getOutput(), 'foo')) {
893 while (false === strpos($process->getOutput(), 'Caught')) {
/plugin/sqlraw/
H A Dsimple_html_dom.php1278 if (($pos = strpos($tag, ' '))!==false)
1356 if ($pos=strpos($tag, '<')!==false) {
1570 if (($pos = strpos($this->doc, $char, $this->pos))===false) {
1591 if (($pos = strpos($this->doc, $char, $start))===false)
1645 while (($pos=strpos($text, '___noise___'))!==false)
1680 if (strpos($noiseElement, $text)!==false)
/plugin/jukebox/id3/
H A Dgetid3.lib.php85 if (strpos($binarypointnumber, '.') === false) {
96 $pointpos = strpos($binarypointnumber, '.');
400 $offset = strpos($reversedfilename, '.', $offset + 1);
480 if (($pos = strpos($ArrayPath, $Separator)) !== false) {
/plugin/pdb/classes/
H A Dcache.php57 if (strpos($name,$this->extension)!==false){

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