Home
last modified time | relevance | path

Searched refs:strpos (Results 1026 – 1050 of 1099) sorted by relevance

1...<<41424344

/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DCompiler.php651 if (strpos($id, '.') === false) {
/plugin/superacl/
H A Dadmin.php662 if(strpos($acl_scope,'*') === false) {
/plugin/combo/syntax/
H A Dlink.php336 if (strpos($match, '|') === 0) {
/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/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.php344 } elseif (strpos(realpath($helperappsdir), ' ') !== false) {
348 if (strpos($value, ' ') !== false) {
H A Dmodule.audio-video.mpeg.php67 …if (($StartCodeOffset = strpos($MPEGstreamData, self::START_CODE_BASE, $MPEGstreamDataOffset)) ===…
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php354 if ( strpos( $sNewFolderName, '..' ) !== FALSE )
/plugin/gallery/
H A Dsyntax.php
/plugin/batchedit/
H A Dinterface.php306 $this->printAction($link . (strpos($link, '?') === FALSE ? '?' : '&') . 'do=edit', 'ttl_edit', 'pencil');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DConfiguration.php1119 if (strpos($path, '://') !== false) {
/plugin/quickstats/
H A Daction.php360 if(strpos($qs,'edit') !== false || $do == 'edit') {
/plugin/authgooglesheets/vendor/google/auth/src/
H A DOAuth2.php831 $pos = strpos($s, ' ');
/plugin/botbouncer/lib/
H A Dbotbouncer.php270 if (strpos($memCachedServer,':') !== FALSE) {
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy_optimise.php406 if (strpos(strtolower($temp[$l]),$units[$m]) !== FALSE)
/plugin/mellelexport/
H A Drenderer.php364 if (isset($args[1]) AND (strpos($name, 'link') != false)) {
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/
H A DIdn.php524 if (false !== strpos($label, '.')) {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php167 if (strpos($contentType, 'text/calendar') !== 0) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DPluginTest.php1028 $this->assertTrue(!!strpos($output,'Display name'));
/plugin/authphpbb3/
H A Dauth.php404 (strpos($rowgrp['group_name'], $filter['group']) !== false)) {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php171 if (strpos($contentType, 'text/calendar') !== 0) {
/plugin/authldaplocal/
H A Dauth.php108 } else if(strpos($this->getConf('usertree'), '%{user}')) {
/plugin/mantis/lib/
H A Dclass.soapclient.php490 if (strpos($headers['content-type'], '=')) {
/plugin/edittable/renderer/
H A Dinverse.php252 if(strpos($text, '%%') !== false) {
/plugin/authdrupal8/
H A Dpassword.inc188 return strpos($itoa64, $setting[3]);
/plugin/upgrade/HTTP/
H A DHTTPClient.php122 if(strpos($url,'?')){

1...<<41424344