Home
last modified time | relevance | path

Searched refs:strpos (Results 376 – 400 of 1099) sorted by relevance

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

/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DAutoloader.php79 if (strpos($class, 'Mustache') !== 0) {
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DHeader.php59 if (strpos($v, ',') === false) {
/plugin/davcal/
H A DprincipalBackendDokuwiki.php18 if(strpos($principal, $prefixPath) === 0)
/plugin/oauthauthsch/
H A DDotAccess.php32 if (strpos($key, '.') === false) {
/plugin/oauthgeneric/
H A DDotAccess.php34 if (strpos($key, '.') === false) {
/plugin/git/action/
H A Dalertcommited.php48 …if (strpos(strtolower($currentURL), strtolower('mediamanager.php')) > 0) return; // Skip media ma…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Debug/
H A DJavaScriptLintSniff.php85 $split = strpos($finding, ':');
/plugin/badbehaviour/bad-behavior/
H A Dblackhole.inc.php5 return (strpos($address, ":")) ? TRUE : FALSE;
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
H A DPdfName.php49 if (strpos($value, '#') === false)
H A DPdfHexString.php37 $pos = \strpos($buffer, '>', $bufferOffset);
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DParser.php182 …if (!isset($values['value']) || '' == trim($values['value'], ' ') || 0 === strpos(ltrim($values['v…
210 … && (false === strpos($values['key'], ' #') || \in_array($values['key'][0], ['"', "'"]))
305 …} elseif (!isset($values['value']) || '' === $values['value'] || 0 === strpos($values['value'], '#…
644 if (0 === strpos($value, '*')) {
645 if (false !== $pos = strpos($value, '#')) {
721 …'[' !== $value[0] && '{' !== $value[0] && '!' !== $value[0] && false !== strpos($parsedValue, ': '…
992 return '-' === rtrim($this->currentLine) || 0 === strpos($this->currentLine, '- ');
/plugin/pagequery/
H A DPageQuery.php257 } elseif (strpos($key, ':') !== false) {
268 if (strpos($key, 'date') !== false && $value != '') {
396 if (strpos($key, 'year') !== false) {
399 if (strpos($key, 'month') !== false) {
402 if (strpos($key, 'day') !== false) {
561 if (strpos($metakey, 'date') !== false) {
976 $id = (strpos($id, ':') === false) ? ':' . $id : $id; // : needed for root pages (root level)
/plugin/jukebox/id3/
H A Dgetid3.php118 } elseif (strpos(realpath($helperappsdir), ' ') !== false) {
121 if ((strpos($value, '.') !== false) && (strpos($value, ' ') === false)) {
122 if (strpos($value, '.') > 8) {
125 } elseif ((strpos($value, ' ') !== false) || strlen($value) > 8) {
/plugin/command/ext/
H A Ddt.php40 $barPos = strpos($configVal, '|');
/plugin/mdpage/vendor/cebe/markdown/block/
H A DFencedCodeTrait.php43 if (($pos = strpos($line = $lines[$i], $fence)) === false || $pos > 3) {
/plugin/syntaxhighlightjs/
H A Dhelper.php67 if (strpos($attr['width'],'%') !== false) {
/plugin/loglog/helper/
H A Dmain.php48 } elseif (strpos($msg, 'admin') === 0) {
/plugin/tiledblog/
H A Dajax.php22 …$savedir = ((!$conf['savedir'] || strpos ($conf['savedir'], '.') === 0) ? DOKU_INC : "").$conf['sa…
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Encoder/
H A DPlainEncoder.php64 if (strpos($data,"\x00") !== false) {
/plugin/upgrade/HTTP/
H A DDokuHTTPClient.php40 strpos($_SERVER['HTTP_REFERER'], 'httpdebug') !== false
/plugin/externalembed/
H A Dsyntax.php318 if(strpos($parameters['url'], 'playlist?list=') !== false) {
320 …} else if((strpos($parameters['url'], '/watch') || strpos($parameters['url'], 'youtu.be/')) !== fa…
/plugin/pubmed2020/classes/
H A Dcache.php118 if (strpos($name,$this->extension)!==false){
179 if (strpos($name,".pdf")!==false){
198 if (strpos($name,".pdf")!==false){
/plugin/combo/vendor/symfony/yaml/
H A DParser.php178 if (isset($values['value']) && 0 === strpos(ltrim($values['value'], ' '), '-')) {
187 } elseif (!isset($values['value']) || '' == trim($values['value'], ' ') || 0 === strpos(ltrim($values['value'], ' '), '#')) {
219 && (false === strpos($values['key'], ' #') || \in_array($values['key'][0], ['"', "'"]))
314 } elseif (!isset($values['value']) || '' === $values['value'] || 0 === strpos($values['value'], '#') || (null !== $subTag = $this->getLineTag($values['value'], $flags)) || '<<' === $key) {
462 if (false !== strpos($line, ': ')) {
723 if (0 === strpos($value, '*')) {
724 if (false !== $pos = strpos($value, '#')) {
810 if ('mapping' === $context && \is_string($parsedValue) && '"' !== $value[0] && "'" !== $value[0] && '[' !== $value[0] && '{' !== $value[0] && '!' !== $value[0] && false !== strpos($parsedValue, ': ')) {
985 // checking explicitly the first char of the trim is faster than loops or strpos
1066 return '-' === rtrim($this->currentLine) || 0 === strpos(
[all...]
/plugin/bureaucracy-au/helper/
H A Dactionscript.php32 $classFragment = substr($scriptName, 0, strpos($scriptName, '.'));
/plugin/bureaucracyau/helper/
H A Dactionscript.php32 $classFragment = substr($scriptName, 0, strpos($scriptName, '.'));

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