Home
last modified time | relevance | path

Searched refs:strpos (Results 401 – 425 of 1099) sorted by relevance

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

/plugin/pageindex/
H A Dsyntax.php139 $skip = strpos($skip,":") ? $skip : "$ns:$skip";
/plugin/findologicxmlexport/vendor/jms/metadata/src/Driver/
H A DFileLocator.php25 if ('' !== $prefix && 0 !== strpos($class->getNamespaceName(), $prefix)) {
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/
H A DFqsenResolver.php44 return strpos($type, self::OPERATOR_NAMESPACE) === 0;
/plugin/authfacebook/lib/Authentication/
H A DAccessToken.php90 return strpos($this->value, '|') !== false;
/plugin/combo/action/
H A Dmetacsp.php81 if (strpos($httpHeaderReferer, Site::getBaseUrl()) === false) {
/plugin/bureaucracy/helper/
H A Dactionscript.php32 $classFragment = substr($scriptName, 0, strpos($scriptName, '.'));
/plugin/htmlmetatags/
H A Daction.php53 if (strpos($name, ':') !== false)
/plugin/date/
H A Dsyntax.php58 if (strpos($match,'date>',2) !== false) {
140 $pos = strpos($timestamp_value, "strtotime");
/plugin/zip/pear/File/Archive/Reader/
H A DUncompress.php186 … $this->baseDirProgression = strpos($this->baseDir, '/', strlen($filename)+2);
213 $this->baseDirProgression = strpos($baseDir, '/');
/plugin/fedauth/Auth/Yadis/
H A DParanoidHTTPFetcher.php174 if (strpos($header, ': ')) {
253 if (strpos($header, ': ')) {
/plugin/aclplusregex/
H A Daction.php335 return strpos($part, '(') !== false &&
336 strpos($part, ')') !== false;
/plugin/mdpage/vendor/cebe/markdown/inline/
H A DLinkTrait.php124 …if (strpos($markdown, ']') !== false && preg_match('/\[((?>[^\]\[]+|(?R))*)\]/', $markdown, $textM…
170 if (strpos($text, '>') !== false) {
/plugin/dlcount/
H A Dadmin.php135 $fixedpos = strpos($metafn, '/'.self::DATADIR.'/')+strlen('/'.self::DATADIR);
143 $fixedpos = strpos($mediafn, '/'.$conf['mediadir'].'/') + strlen('/'.$conf['mediadir']);
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DBatch.php169 $status = substr($part, 0, strpos($part, "\n"));
206 if ($headerLine && strpos($headerLine, ':') !== false) {
/plugin/openid/Auth/Yadis/
H A DParanoidHTTPFetcher.php201 if (strpos($header, ': ')) {
280 if (strpos($header, ': ')) {
/plugin/geotag/syntax/
H A Dgeotag.php225 if (strpos($decimaldegrees, '-') !== false) {
260 if (strpos($decimaldegrees, '-') !== false) {
/plugin/dnsresolver/
H A Dsyntax.php80 if ( strpos($NS, ':') )
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Util/
H A DVarUtils.php36 if (false === strpos($template, '{'.$var.'}')) {
/plugin/tableplot/
H A Daction.php52 … if (p_get_metadata($ID, 'plugin tableplot') || (strpos($metadata, 'table2plot') !== false) ) {
/plugin/multitemplate_styleman/
H A Daction.php62 $pos = strpos($href,'css.php');
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DTTFontFile.php752 if ($oc > 126 || strpos(' [](){}<>/%', $c) !== false) {
2163 if (strpos('arab syrc hebr thaa nko samr', $st) !== false) { // all RTL scripts [any/all languages] ? Mandaic
2168 if (strpos('isol fina init medi fin2 fin3 med2', $v['tag']) !== false) {
2231 if (strpos('0FE8E 0FE94 0FEA2 0FEAA 0FEAE 0FEC2 0FEDA 0FEDE 0FB93 0FECA 0FED2 0FED6 0FEEE 0FEF0 0FEF2', $variants[1]) === false) { // not already included
2234 //if (strpos('0FE8E 0FE94 0FEA2 0FEAA 0FEC2 0FEDA 0FEDE 0FB93 0FECA 0FED2 0FED6 0FEEE', $variants[1])===false) { // not already included
2251 if (strpos('dev2 bng2 gur2 gjr2 ory2 tml2 tel2 knd2 mlm2 deva beng guru gujr orya taml telu knda mlym', $st) !== false) { // all INDIC scripts [any/all languages]
2252 if (strpos('deva beng guru gujr orya taml telu knda mlym', $st) !== false) {
2261 if (strpos('locl', $v['tag']) !== false) {
2290 if (strpos('rphf half pref blwf pstf', $v['tag']) !== false) {
2296 if (strpos('009
[all...]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/
H A DJS.php661 if (strpos($buffer, "\n") !== false) {
745 && strpos($tokenContent, $eolChar) !== false
751 (strpos($tokenContent, $eolChar) + strlen($eolChar))
757 (strpos($tokenContent, $eolChar) + strlen($eolChar))
802 if (strpos($token['content'], $eolChar) !== false) {
/plugin/recaptcha2/lib/ReCaptcha/RequestMethod/
H A DSocketPost.php110 if (0 === strpos($response, 'HTTP/1.1 200 OK')) {
/plugin/snippeter/
H A Daction.php49 if(strpos($line, "png") !== FALSE){
/plugin/findologicxmlexport/vendor/hoa/protocol/Node/
H A DLibrary.php65 if (false !== $pos = strpos($queue, '/')) {

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