Home
last modified time | relevance | path

Searched refs:strpos (Results 376 – 400 of 1099) sorted by last modified time

1...<<11121314151617181920>>...44

/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUri.php794 if (0 === strpos($this->path, '//')) {
797 if ($this->scheme === '' && false !== strpos(explode('/', $this->path, 2)[0], ':')) {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DNativeMailerHandler.php90 if (strpos($header, "\n") !== false || strpos($header, "\r") !== false) {
124 if ($contentType === 'text/html' && false === strpos($headers, 'MIME-Version:')) {
155 if (strpos($contentType, "\n") !== false || strpos($contentType, "\r") !== false) {
166 if (strpos($encoding, "\n") !== false || strpos($encoding, "\r") !== false) {
H A DTestHandler.php162 return strpos($rec['message'], $message) !== false;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php1297 } elseif (strpos($content, '.') !== false) {
1305 if (strpos($content, '-') !== false || strpos($content, '+') !== false) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php1765 …if (strpos($this->kex_algorithm, 'curve25519-sha256') === 0 || strpos($this->kex_algorithm, 'ecdh-…
1766 $curve = strpos($this->kex_algorithm, 'curve25519-sha256') === 0 ?
1774 if (strpos($this->kex_algorithm, 'diffie-hellman-group-exchange') === 0) {
3134 $pos = strlen($match) ? strpos($this->interactiveBuffer, $match) : false;
/plugin/a2s/
H A DASCIIToSVG.php1918 if (strpos($opt, 'a2s:', 0) === 0) {
2544 if (strpos($opt, 'a2s:', 0) === 0) {
2691 if (strpos($opt, 'a2s:', 0) === 0) {
2787 if (strpos($opt, 'a2s:', 0) === 0) {
/plugin/foldablelist/
H A Dsyntax.php83 …if($parameters and strpos($parameters, '=')) { // see if we have a string and it contains at least…
/plugin/structcondstyle/
H A Daction.php38 return strpos($lhs, $rhs) !== false;
/plugin/instructions/
H A Dsyntax.php82 while (strpos($match, '//') !== false) {
87 while (strpos($match, '**') !== false) {
92 while (strpos($match, "''") !== false) {
97 while (strpos($match, '[[') !== false) {
98 $s1 = strpos($match, '[[') + 2;
99 $s2 = strpos($match, ']]');
101 $s3 = strpos($title, '|') + 1;
111 while (strpos($match, '@PAGE@') !== false) {
114 while (strpos($match, '@ID@') !== false) {
117 while (strpos($match, '@NS@') !== false) {
[all …]
/plugin/twofactorgoogleauth/
H A DQRCode.php267 $c1 = strpos($alphabet, substr($group, 0, 1));
268 $c2 = strpos($alphabet, substr($group, 1, 1));
282 $ch = strpos($alphabet, $group);
/plugin/tablelayout/action/
H A Daction.php131 if (strpos($oldSyntax, '{{tablelayout') === 0) {
/plugin/gemini/
H A Dcli.php164 if ($response === false && strpos($url_elems['path'], '/..') !== false) {
/plugin/discordnotifier/
H A Dhelper.php23 if ( strpos ( $filename, 'data/attic' ) !== false ) {
37 if ( strpos( $namespace, $INFO['namespace'] ) === 0 ) {
121 …if ( ( strpos ( $this -> _event, 'edit' ) !== false ) && $this -> getConf ( 'notify_show_summary' …
/plugin/xtern/
H A Dadmin.php216 if(strpos($url, '{{') !== false || strpos($url, '}}') !== false) {
H A Daction.php143 if (strpos($piece, 'http') !== false)
145 … if (strpos($piece, $this->current) !== false && strpos($matches[0], '-LINK:' . $piece) === false)
181 if(strpos($event->data['newContent'], 'BROKEN-LINK:') !== false) {
/plugin/xcom/
H A Dremote.php166 if(strpos($str,'{{') === false) return "0";
173 if(strpos($result,'http://')=== false && strpos($result,'>') === false ){
/plugin/xcom/scripts/
H A Dxml.php50 if(strpos($el,':') !== false) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapUrl.php29 use function strpos;
335 } elseif (strpos($matches[2], '?') !== false) {
/plugin/pureldap/vendor/composer/
H A DClassLoader.php533 if (0 === strpos($class, $prefix)) {
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php70 use function strpos;
627 if (is_string($integer) && is_numeric($integer) && strpos($integer, '.') === false) {
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Encoder/
H A DPlainEncoder.php64 if (strpos($data,"\x00") !== false) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DAttribute.php26 use function strpos;
291 if (strpos($this->attribute, ';') === false) {
/plugin/commonmark/vendor/composer/
H A DClassLoader.php534 if (0 === strpos($class, $prefix)) {
/plugin/include/
H A Dhelper.php72 if (strpos($flag, '=') !== false) {
551 if (strpos($ins[$i][0], 'link') !== false && isset($ins[$i][1][1]) && is_array($ins[$i][1][1]) && $ins[$i][1][1]['type'] == 'internalmedia') {
831 if(strpos($id, '@BROWSER_LANG@') !== false){
/plugin/include/_test/
H A Dnested_include.test.php39 $this->assertTrue(strpos($mainHTML, 'Main Content') !== false, 'Main content contains "Main Content"');
41 $this->assertTrue(strpos($mainHTML, 'Second Content') !== false, 'Main content contains "Second Content"');
43 $this->assertTrue(strpos($mainHTML, 'Third Content') !== false, 'Main content contains "Third Content"');
45 $this->assertTrue(strpos($secondHTML, 'Second Content') !== false, 'Second content contains "Second Content"');
47 $this->assertTrue(strpos($secondHTML, 'Third Content') !== false, 'Second content contains "Third Content"');
49 $this->assertTrue(strpos($thirdHTML, 'Third Content') !== false, 'Third content contains "Third Content"');

1...<<11121314151617181920>>...44