Home
last modified time | relevance | path

Searched refs:strpos (Results 26 – 50 of 1099) sorted by last modified time

12345678910>>...44

/plugin/socialcards/
H A Daction.php149 $secure = strpos($ogImage, 'https') === 0 ? ':secure_url' : '';
254 if(strpos($img, "http") === 0) {
/plugin/acknowledge/
H A Dhelper.php116 if (strpos($pns, $ans) === 0) {
/plugin/dokusioc/
H A Daction.php423 …if ($this->getConf('softck') && strpos($_SERVER['HTTP_ACCEPT'], 'application/rdf+xml') !== false) {
616 if (strpos($query, '&') !== false) {
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.random.php58 $portrait = (strpos(@$_REQUEST['o'], 'P') !== false);
59 $landscape = (strpos(@$_REQUEST['o'], 'L') !== false);
60 $square = (strpos(@$_REQUEST['o'], 'S') !== false);
/plugin/photogallery/phpThumb/
H A DphpThumb.php386 …SABLEGETPARAMS = (bool) ($phpThumb->config_cache_default_only_suffix && (strpos($phpThumb->config_…
H A Dphpthumb.class.php2160 if (strpos(strtolower($parameter), 'x') !== false) {
2163 if (strpos(strtolower($parameter), 'y') !== false) {
2594 $starpos = strpos($valid_domain, '*');
2878 …$phpthumbFilters->Flip($this->gdimg_output, strpos(strtolower($parameter), 'x') !== false, strpos(…
3662 if (strpos($this->config_cache_default_only_suffix, '*') === false) {
H A Dphpthumb.functions.php164 if (strpos($line, $key) === 0) {
523 $isbundled = (strpos($gd_info['GD Version'], 'bundled') !== false);
974 if (strpos($line, $key) === 0) {
/plugin/photogallery/
H A Dsyntax.php74 if (!strpos('show|link',$cmd)) {
127 }elseif(strpos($param,'*') !== false){
/plugin/templater/
H A Dsyntax.php291 } else if (strpos($instr[$i][1][0], ':') === false) {
/plugin/batchedit/
H A Dinterface.php306 $this->printAction($link . (strpos($link, '?') === FALSE ? '?' : '&') . 'do=edit', 'ttl_edit', 'pencil');
/plugin/mikioplugin/syntax/
H A Dcore.php130 $i = strpos($item, '=');
626 $i = strpos($url, '?');
644 $i = strpos($url, '://');
905 $j = strpos($option, '=');
944 return (strpos($styleData, $searchString) !== false);
/plugin/mikioplugin/
H A Daction.php52 if (strpos($icon['css'], '//') === false) {
H A Dcss.php44 if(strpos($cssFile, $baseDir) === 0 && file_exists($cssFile)) {
/plugin/aichat/vendor/erusev/parsedown/
H A DParsedown.php160 if (strpos($line, "\t") !== false)
860 if (strpos($Block['element']['text'], '|') !== false and chop($Line['text'], ' -:|') === '')
967 if ($Line['text'][0] === '|' or strpos($Line['text'], '|'))
1064 $markerPosition = strpos($text, $marker);
1159 if (strpos($Excerpt['text'], '>') !== false and preg_match('/^<((mailto:)?\S+?@\S+?)>/i', $Excerpt['text'], $matches))
1332 if ($this->markupEscaped or $this->safeMode or strpos($Excerpt['text'], '>') === false)
1432 if (strpos($Excerpt['text'], '>') !== false and preg_match('/^<(\w+:\/{2}[^ >]+)>/i', $Excerpt['text'], $matches))
1566 $position = strpos($markup, "</p>");
/plugin/aichat/vendor/composer/
H A DClassLoader.php533 if (0 === strpos($class, $prefix)) {
/plugin/bez/mdl/
H A DTaskFactory.php25 $first = (int) substr($min_date, 0, strpos($min_date, '-'));
26 $last = (int) substr($max_date, 0, strpos($max_date, '-'));
H A DThreadFactory.php18 $first = (int) substr($date, 0, strpos($date, '-'));
/plugin/bez/tpl/
H A Dthread.php60 <?php if ( !(strpos($tpl->param('action'), 'task') === 0) &&
/plugin/imagemapping/
H A Dsyntax.php174 if (strpos($url, DOKU_URL) === 0)
/plugin/sql/
H A DDB.php62 if (! is_array($dsn) && strpos($dsn,'//')) {
/plugin/tagging/action/
H A Dsearch.php156 if (strpos($QUERY, '#') === false) {
/plugin/tagging/helper/
H A Dquerybuilder.php274 return strpos($value, '*') === 0 || strrpos($value, '*') === strlen($value) - 1;
/plugin/caption/syntax/
H A Dcaption.php85 if (!(strpos($match,'{{setcounter')===false)) {
116 if (strpos($renderer->doc, $pattern) !== FALSE) {
133 if (strpos($renderer->doc, $pattern) !== FALSE) {
151 if (strpos($renderer->doc, $pattern) !== FALSE) {
169 if (strpos($renderer->doc, $pattern) !== FALSE) {
H A Dreference.php44 if (!(strpos($match,'{{ref>')===false)) {
/plugin/gallery/
H A DGalleryNode.php73 if ($attrs['filter'] && strpos($attrs['filter'], '*') !== false) {

12345678910>>...44