Home
last modified time | relevance | path

Searched refs:strpos (Results 276 – 300 of 1099) sorted by last modified time

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

/plugin/stlviewer/
H A Dsyntax.php56 if (strpos($cleanmatch, ">") === false) {
/plugin/blockquote/syntax/
H A Dblockquote.php58 $source = trim(substr($match,strpos($match,' '),-1));
H A Dq.php55 $source = trim(substr($match,strpos($match,' '),-1));
/plugin/userhomepage/
H A Daction.php82 …if (($this->getConf('create_public_page')) and (strpos($this->getConf('public_pages_ns'),':%NAME%:…
147 …/'.$this->getConf('templates_path').'/uhp_private_skeleton'.$file)) and (strpos($file, '.txt') !==…
164 if (strpos($this->getConf('public_pages_ns'),':%NAME%:%START%') !== false) {
185 …'/'.$this->getConf('templates_path').'/uhp_public_skeleton'.$file)) and (strpos($file, '.txt') !==…
272 if (strpos($this->getConf('public_pages_ns'),':%NAME%:%START%') !== false) {
289 if (strpos($file, 'userhomepage_p') !== 0) {
327 if (strpos($this->getConf('templates_path'),'/pages') !== false) {
451 if (strpos($this->name, '<bdi>') !== false) {
497 if (strpos($this->getConf('public_pages_ns'),':%NAME%:%START%') !== false) {
H A Dhelper.php34 if (strpos($this->getConf('public_pages_ns'),':%NAME%:%START%') !== false) {
249 if (strpos($this->getConf('public_pages_ns'),':%NAME%:%START%') !== false) {
/plugin/wrap/
H A Dhelper.php138 if (strpos($attr['width'],'%') !== false) {
180 if ( strpos ($attr ['class'], $box) !== false ) {
192 if ( strpos ($attr ['class'], $paragraph) !== false ) {
241 } else if (strpos ($attr ['class'], 'wrap_clear') !== false ) {
304 if ( strpos ($class, 'wrap_center') === false ) {
651 if (strpos ($class, 'wrap_left') !== false ) {
653 } else if (strpos ($class, 'wrap_center') !== false ) {
655 } else if (strpos ($class, 'wrap_right') !== false) {
/plugin/wrap/syntax/
H A Ddiv.php45 $data = strtolower(trim(substr($match,strpos($match,' '),-1)," \t\n/"));
H A Dspan.php43 $data = strtolower(trim(substr($match,strpos($match,' '),-1)," \t\n/"));
/plugin/dokucrypt2/
H A Dsyntax.php76 if (($x=strpos($match, "LOCK="))!==false) {
78 if (($end=strpos($match, " ", $x))!==false) {
85 if (($x=strpos($match, "COLLAPSED="))!==false) {
87 if (($end=strpos($match, " ", $x))!==false) {
/plugin/davcal/vendor/sabre/http/lib/
H A DRequest.php110 if (($index = strpos($url, '?')) === false) {
199 if (strpos($uri, $baseUri) === 0) {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php167 if (strpos($contentType, 'text/calendar') !== 0) {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DSharingPlugin.php245 …if (strpos($contentType, 'application/xml') === false && strpos($contentType, 'text/xml') === fals…
/plugin/davcal/vendor/sabre/vobject/lib/
H A DComponent.php220 if (strpos($name,'.')!==false) {
H A DDocument.php196 if (($i=strpos($name,'.'))!==false) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php555 if (strpos($path, '/../') !== false || strrchr($path, '/') === '/..') {
558 if (strpos(realpath($path), realpath($assetDir)) === 0 && file_exists($path)) {
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DTimeZoneUtilTest.php23 if (strpos($e->getMessage(), "Unknown or bad timezone")!==false) {
/plugin/davcal/
H A Dhelper.php97 if(strpos($id, 'webdav://') === 0)
191 if(strpos($page, 'webdav://') === 0)
845 if(strpos($id, 'webdav://') === 0)
1007 if(strpos($id, 'webdav://') === 0)
1285 if(strpos($id, 'webdav://') === 0)
1364 if(strpos($id, 'webdav://') === 0)
1423 if(strpos($id, 'webdav://') === 0)
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/Backend/
H A DFile.php63 ($lock->depth != 0 && strpos($uri, $lock->uri . '/') === 0) ||
66 ($returnChildLocks && (strpos($lock->uri, $uri . '/') === 0))) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/
H A DPDO.php197 if ($row['path'] !== $source && strpos($row['path'], $source . '/') !== 0) continue;
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php365 if ($pos = strpos($uri, '?'))
534 if ($uri[0] != '/' && strpos($uri, '://')) {
543 if (strpos($uri, $baseUri) === 0) {
H A DStringUtil.php55 return strpos($haystack, $needle) !== false;
59 return strpos($haystack, $needle) === 0;
H A DTree.php230 if ($nodePath == $path || strpos($nodePath, $path . '/') === 0)
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DExpandEventsDTSTARTandDTENDTest.php85 $start = strpos($response->body, 'BEGIN:VCALENDAR'),
86 strpos($response->body, 'END:VCALENDAR') - $start + 13
H A DExpandEventsDTSTARTandDTENDbyDayTest.php76 $start = strpos($response->body, 'BEGIN:VCALENDAR'),
77 strpos($response->body, 'END:VCALENDAR') - $start + 13
H A DExpandEventsDoubleEventsTest.php88 $start = strpos($response->body, 'BEGIN:VCALENDAR'),
89 strpos($response->body, 'END:VCALENDAR') - $start + 13

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