Home
last modified time | relevance | path

Searched refs:strpos (Results 326 – 350 of 1099) sorted by relevance

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

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DStreamHandler.php61 if (strpos($message, 'getaddrinfo') // DNS lookup failed
62 || strpos($message, 'Connection refused')
63 || strpos($message, "couldn't connect to host") // error on HHVM
64 || strpos($message, "connection attempt failed")
/plugin/ckgedit/action/
H A Dsave.php57 if(strpos($TEXT,'data:image') !== false) {
152 $pos = strpos($TEXT, 'MULTI_PLUGIN_OPEN');
172 if(strpos($TEXT,'L_PARgr') !== false) {
201 … if($this->helper->has_plugin('button') && strpos($matches[0], '[[{') === 0) {
/plugin/findologicxmlexport/vendor/twig/twig/src/Error/
H A DSyntaxError.php47 if ($lev <= \strlen($name) / 3 || false !== strpos($item, $name)) {
/plugin/authgoogle/google/auth/
H A DGoogle_AuthNone.php43 … $request->setUrl($request->getUrl() . ((strpos($request->getUrl(), '?') === false) ? '?' : '&')
/plugin/rstudio/
H A Daction.php18 if(strpos($event->data[0][1],'~~R_STUDIO~~') === false) return;
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DAutoloader.php66 if (strpos($class, 'Handlebars') !== 0) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php407 $slash = strpos($ext, '/');
987 if (strpos($path, DIRECTORY_SEPARATOR.'.', $dirLen) !== false) {
1083 $sepPos = strpos($ref, DIRECTORY_SEPARATOR);
1106 && strpos($stdPath, 'ruleset.xml') === false
1673 if (strpos($path, $basedir) === 0) {
1760 if (strpos($firstContent, '@codingStandardsIgnoreFile') !== false) {
2063 if (strpos($string, ' ') !== false) {
2127 if (strpos($lowerVarType, 'array(') !== false) {
2289 if ($path !== null && strpos($path, 'ruleset.xml') !== false) {
2410 && strpos('@data_dir@', '@data_dir') === false
[all …]
/plugin/composer/
H A Dsyntax.php502 } else if (strpos($instr[1][0],':') === false) {
511 if(strpos($instr[1][0], $o['start_ns']) === 0) {
520 if(strpos($instr[1][0],"#") !== false) {
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DTokenizer.php273 $startIndex = strpos($text, '=', $index) + 1;
275 $closeIndex = strpos($text, $close, $index);
330 $end = strpos($text, $this->ctag, $index);
/plugin/move/helper/
H A Dhandler.php150 if(strpos($relold, ':') === false ||$relold[0] == '.') {
245 $oldpos = strpos($match, $old_title);
339 $srcpos = strpos($match, $p['src']);
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/
H A DVirtualPropertyMetadata.php11 if (0 === strpos($methodName, 'get')) {
/plugin/webcomponent/_test/
H A Djs.test.php54 $pos = strpos($jsSrcAttribute,action_plugin_webcomponent_js::ACCESS.'=public');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Classes/
H A DClassDeclarationSniff.php84 $blankSpace = substr($prevContent, strpos($prevContent, $phpcsFile->eolChar));
170 $blankSpace = substr($prevContent, strpos($prevContent, $phpcsFile->eolChar));
/plugin/authucenter/lib/uc_client/model/
H A Dmisc.php60 $url .= (strpos($url, '?') === FALSE ? '?' : '&')."__times__=$__times__";
76 $boundary = $encodetype == 'URLENCODE' ? '' : ';'.substr($post, 0, trim(strpos($post, "\n")));
/plugin/webdav/vendor/sabre/http/lib/
H A Dfunctions.php60 if (strpos($dateString, ' GMT') === false)
348 if (strpos($part, '=')) {
/plugin/subconfhelper/
H A Dadmin.php113 if( strpos( $file, $this->config_prefix ) === 0 && !strpos( $file, '.bak' )) {
/plugin/clipboardutils/
H A Dsyntax.php126 if (strpos($icon,'.') === FALSE) $icon .='.png';
159 if (strpos($f_str,',') !== FALSE) $formats =explode(',',$f_str);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DUtils.php22 if (false === ($pos = \strpos($class, "@anonymous\0"))) {
56 if (false !== strpos($streamUrl, '://')) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DPKCS1.php68 if (strpos($key, 'BEGIN EC PARAMETERS') && strpos($key, 'BEGIN EC PRIVATE KEY')) {
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DSetCookie.php39 if (empty($pieces[0]) || !strpos($pieces[0], '=')) {
314 if (0 !== strpos($requestPath, $cookiePath)) {
/plugin/davcal/vendor/sabre/http/lib/
H A Dfunctions.php60 if (strpos($dateString, ' GMT') === false)
348 if (strpos($part, '=')) {
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DCssCacheBustingFilter.php53 if (0 === strpos($matches['url'], 'data:')) {
/plugin/command/syntax/
H A Dblock.php72 $parenPos = strpos($match, '(');
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Util/
H A DFilesystem.php39 if (strpos($pattern, '**') !== FALSE) {
/plugin/webdav/
H A Dserver.php55 if (strpos(@ini_get('disable_functions'), 'set_time_limit') === false) {

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