Home
last modified time | relevance | path

Searched refs:strpos (Results 451 – 475 of 1099) sorted by last modified time

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

/plugin/ipgroup/
H A Dadmin.php35 $slash_pos = strpos($_REQUEST['network'],'/');
/plugin/mediatooltip/
H A Daction.php90 if(strpos($photogroups,$grp) !== false) {
132 if(strpos($date_style,'s')== false) {
211 if(!empty($_title) && strpos($matches[0],$_title) === false)
/plugin/schedule/
H A DscheduleRoot.class.php243 …$savedir = ((!$conf['savedir'] || strpos ($conf['savedir'], '.') === 0) ? DOKU_INC : "").$conf['sa…
H A DpoiDB.class.php21 … ((!$conf['savedir'] || strpos ($conf['savedir'], '.') === 0) ? DOKU_INC : "").
/plugin/bookcreator/syntax/
H A Dexportsaved.php100 $pos = strpos($link, 'class="');
/plugin/dtable/
H A Dsyntax.php74 …while( $i < count($file_cont) && strpos($file_cont[$i], '|') !== 0 && strpos($file_cont[$i], '^')…
81 while( $i < count($file_cont) && strpos( $file_cont[ $i ], '</dtable>' ) !== 0 )
H A Daction.php44 if(strpos($line, '<dtable>') === 0) {
68 if(strpos($line, '<dtable>') === 0)
70 if(strpos($line, '</dtable>') === 0)
73 if(strpos($line, '|') !== 0 && $in_tab == 1 && $in_dtable_tag == 0)
79 if(strpos($line, '^') === 0 && $in_tab == 0 && $in_dtable_tag == 0)
180 if( strpos( $k, 'col' ) === 0)
/plugin/yearbox/
H A Dsyntax.php96 $opt['ns'] = (strpos($value, ':') === false) ? ':' . $value : $value;
/plugin/extendpage/meta/
H A DAssignments.php251 if (strpos($pns, $ans) === 0) {
/plugin/drawio/
H A Daction.php59 $suffix = strpos($action, "draft_") === 0 ? '.draft':'';
/plugin/userhistory/
H A Dadmin.php45 …$href = wl ( $ID ). ( strpos ( wl ( $ID ), '?' )?'&amp;':'?' ).'do=admin&amp;page='.$this->getPlug…
102 …$href = wl ( $ID ). ( strpos ( wl ( $ID ), '?' )?'&amp;':'?' ).'do=admin&amp;page='.$this->getPlug…
/plugin/publistf/bib2tpl/lib/
H A DBibTex.php676 if (strpos($author, ',') === false) {
/plugin/webcode/_test/
H A Ddokuwiki.test.php47 …$this->assertTrue(strpos($cache->cache,DOKU_INC) !== false, "The cache file path must contains DOK…
/plugin/displayfile/
H A Dsyntax.php104 else if (strpos($target, '../') !== false)
171 …else if (strpos($real_path, $real_root) !== 0) { return sprintf($this->getLang('error_access'), $t…
267 $index = strpos($text, "\n");
/plugin/abc2/
H A Dsyntax.php370 $pos = strpos($haystack, $needle);
/plugin/aclplusregex/
H A Daction.php335 return strpos($part, '(') !== false &&
336 strpos($part, ')') !== false;
/plugin/ajaxloader/
H A Dcommon.php2 if (strpos($call, 'plugin_') === 0) {
/plugin/webdav/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/webdav/vendor/sabre/dav/lib/DAV/Sharing/
H A DPlugin.php190 if (strpos($contentType, 'application/davsharing+xml') === false) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DStringUtil.php55 return strpos($haystack, $needle) !== false;
59 return strpos($haystack, $needle) === 0;
H A DServer.php371 if ($pos = strpos($uri, '?'))
567 if ($uri[0] != '/' && strpos($uri, '://')) {
576 if (strpos($uri, $baseUri) === 0) {
/plugin/webdav/vendor/sabre/vobject/lib/
H A DDocument.php195 if (false !== ($i = strpos($name, '.'))) {
H A DVCardConverter.php323 $mimeType = substr($value, 5, strpos($value, ',') - 5);
324 if (strpos($mimeType, ';')) {
325 $mimeType = substr($mimeType, 0, strpos($mimeType, ';'));
326 $newProperty->setValue(base64_decode(substr($value, strpos($value, ',') + 1)));
328 $newProperty->setValue(substr($value, strpos($value, ',') + 1));
/plugin/webdav/vendor/sabre/http/lib/Auth/
H A DAWS.php194 if (strpos(strtolower($headerName), 'x-amz-') === 0) {
/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
H A DCalAddress.php53 if (!strpos($input, ':')) {

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