Home
last modified time | relevance | path

Searched refs:strpos (Results 751 – 775 of 1099) sorted by relevance

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

/plugin/gdpr/action/
H A Ddelusers.php197 if (strpos($changelogFN, $conf['mediametadir']) === 0) {
/plugin/accscounter/
H A Dadmin.php112 …if ($_REQUEST['mode'] == 'search' and strpos($page, cleanID($_REQUEST['keyword'])) !== FALSE) $spe…
/plugin/zip/pear/MIME/
H A DType.php153 return substr($type, 0, strpos($type, ';'));
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DIntegrationTest.php254 return false !== strpos($value, ' ');
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php148 if( false !== strpos( $chunk, $tag ) )
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php148 if( false !== strpos( $chunk, $tag ) )
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DStandardTagFactory.php151 if (strpos($tagName, '\\') && $tagName[0] !== '\\') {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/
H A DComment.php226 $eol = strpos($string, $eolChar, $start);
/plugin/findologicxmlexport/vendor/hoa/file/Link/
H A DReadWrite.php348 if (false === $n = strpos($line, "\n")) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DFunctionCommentThrowTagSniff.php220 $space = strpos($exception, ' ');
/plugin/findologicxmlexport/vendor/hoa/file/Temporary/
H A DReadWrite.php348 if (false === $n = strpos($line, "\n")) {
/plugin/archiveupload/
H A Daction.php162 if(strpos($ext, 'gz') !== false) $compress_type = COMPRESS_GZIP;
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUriResolver.php204 if ('' === $relativePath || false !== strpos(explode('/', $relativePath, 2)[0], ':')) {
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 DStreamHandler.php190 $pos = strpos($stream, '://');
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php148 if( false !== strpos( $chunk, $tag ) )
/plugin/odtsupport/
H A Dsyntax.php121 if (strpos($string,'date') !== false) {
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Parser/
H A DSequence.php99 if (FALSE !== strpos($token->content, '|')) {
/plugin/combo/ComboStrap/
H A DStringUtility.php52 $pos = strpos($haystack, $needle);
238 * and not strpos
/plugin/tagging/helper/
H A Dquerybuilder.php274 return strpos($value, '*') === 0 || strrpos($value, '*') === strlen($value) - 1;
/plugin/nspages/printers/
H A DprinterTree.php135 return strpos($haystack, $needle) !== false;
/plugin/bureaucracy-au/
H A Dsyntax.php113 if(strpos($args[0], '_') === false) {
139 if(strpos($action['type'], '_') === false) {
/plugin/bureaucracyau/
H A Dsyntax.php113 if(strpos($args[0], '_') === false) {
139 if(strpos($action['type'], '_') === false) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Classes/
H A DClassDeclarationSniff.php81 $blankSpace = substr($prevContent, strpos($prevContent, $phpcsFile->eolChar));
432 if (strpos($tokens[$prevContent]['content'], $phpcsFile->eolChar) === false) {
/plugin/html2pdf/html2pdf/html2ps/
H A Dpdf.fpdf.makefont.php473 $pos=strpos($file,'eexec');
482 $pos=strpos($file,'00000000');

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