Home
last modified time | relevance | path

Searched refs:strpos (Results 976 – 1000 of 1099) sorted by relevance

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

/plugin/filelist/
H A Dsyntax.php
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php605 if (strpos($this->server->httpRequest->getHeader('User-Agent'), 'MSFT-') === 0) {
1019 if (strpos($response->getHeader('Content-Type'), 'text/calendar') === false) {
/plugin/ckgdoku/action/
H A Dmeta.php290 $pos = strpos($this->wiki_text, 'MULTI_PLUGIN_OPEN');
389 $pos = strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE');
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php581 if (strpos($this->server->httpRequest->getHeader('User-Agent'), 'MSFT-WP/') === 0) {
942 if (strpos($response->getHeader('Content-Type'), 'text/calendar') === false) {
/plugin/ckgedit/action/
H A Dmeta.php317 $pos = strpos($this->wiki_text, 'MULTI_PLUGIN_OPEN');
421 $pos = strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE');
/plugin/bibtex/OSBib/format/bibtexParse/
H A DPARSEENTRIES.php235 $pos = strpos($oldString, $value);
/plugin/oembed/
H A Dsyntax.php432 $first = strpos($base,"?") === false ? true : false;
/plugin/swiftmail/Swift/Message/
H A DEncoder.php406 return ($this->is7BitPrintable($data) && strpos($data, ";") === false);
/plugin/wikistats/
H A Dsyntax.php345 if ((strpos($id, ':' . $ns . ':') === 0)) {
/plugin/multiorphan/action/
H A Dmultiorphan.php229 if (strpos($mid, '#') !== false) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPuTTY.php149 if (strpos($key, 'BEGIN SSH2 PUBLIC KEY') !== false) {
/plugin/changes/
H A Dsyntax.php367 if ((strpos($id, $ns . ':') === 0)) return true;
/plugin/odt/action/
H A Dexport.php146 if ($odt_export && strpos($action, '_pdf') !== false) {
/plugin/acknowledge/
H A Dhelper.php116 if (strpos($pns, $ans) === 0) {
/plugin/authucenter/lib/uc_client/
H A Dclient.php55 if(strpos($string, '&amp;#') !== false) {
221 $url .= (strpos($url, '?') === FALSE ? '?' : '&')."__times__=$__times__";
/plugin/statdisplay/
H A DBrowser.php329 return( strpos($this->_agent,"chromeframe") !== false );
787 if( stripos($this->_agent,'Series60') !== false || strpos($this->_agent,'S60') !== false ) {
/plugin/combo/ComboStrap/
H A DTagAttributes.php664 if (in_array($key, self::HTML_ATTRIBUTES) || strpos($key, 'data-') === 0) {
1401 return strpos($this->getClass(), $string) !== false;
H A DLinkMarkup.php535 return strpos($this->getMarkupRef()->getRef(), WikiPath::NAMESPACE_SEPARATOR_DOUBLE_POINT) !== 0;
H A DPageSqlTreeListener.php261 if (strpos($text, ".") !== false) {
/plugin/extlist/
H A Dsyntax.php185 if (strpos($this->list_class['ol'], 'alphabet') !== false){
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DParser.php401 if (false !== strpos((string) $node, \chr(0xEF).\chr(0xBB).\chr(0xBF))) {
/plugin/icalevents/
H A Dsyntax-impl.php57 $match = substr($match, strpos($match, '>') + 1, -2);
/plugin/airtable/
H A Dsyntax.php451 $type = substr($user_string, 0, strpos($user_string, " | "));
/plugin/evesso/
H A Daction.php268 $pos = strpos($haystack, $needle);
/plugin/odt/helper/
H A Dconfig.php605 if ( strpos ($odt_template, '.css') === false ) {

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