Home
last modified time | relevance | path

Searched refs:strpos (Results 126 – 150 of 1099) sorted by last modified time

12345678910>>...44

/plugin/combo/ComboStrap/Web/
H A DUrlRewrite.php143 if (strpos($do, self::EXPORT_DO_PREFIX) === 0) {
185 if (strpos($path, $urlPathBaseDir) === 0) {
/plugin/combo/ComboStrap/Xml/
H A DXmlDocument.php187 strpos($error->message, "htmlParseEntityRef: expecting ';' in Entity") !== false
198 if (strpos($error->message, "Specification mandates value for attribute") !== false) {
395 if (strpos($namespaceUri, "http") === false) {
/plugin/combo/ComboStrap/
H A DIso8601Date.php272 if (strpos($pattern, "%") !== false) {
H A DLinkMarkup.php535 return strpos($this->getMarkupRef()->getRef(), WikiPath::NAMESPACE_SEPARATOR_DOUBLE_POINT) !== 0;
H A DMarkupRef.php96 $position = strpos($ref, "?");
145 $xPosition = strpos($widthAndHeight, "x");
235 $questionMarkPosition = strpos($ref, "?");
244 $hashTagPosition = strpos($ref, "#");
517 $questionMarkPos = strpos($queryStringAndAnchorProcessing, "&");
574 if (strpos($token, '#') === 0) {
598 $anchorPosition = strpos($key, '#');
627 if (strpos($value, '#') == 0) {
638 $anchorPosition = strpos($value, "#");
642 $anchorPosition = strpos(
[all...]
H A DPageSqlTreeListener.php261 if (strpos($text, ".") !== false) {
H A DFileSystems.php344 $firstColon = strpos($uri, ":");
H A DPipelineUtility.php44 $firstQuoteChar = strpos($processedExpression, '"');
45 $firstPipeChar = strpos($processedExpression, '|');
56 $secondQuoteChar = strpos($processedExpression, '"');
62 $pipeCharPosition = strpos($processedExpression, '|');
106 $leftParenthesis = strpos($command, "(");
H A DPluginUtility.php256 $spacePosition = strpos($match, " ");
270 $spacePosition = strpos($match, " ");
277 $isBooleanAttribute = !strpos($nextArgument, "=");
304 $spacePosition = strpos($match, " ");
310 if (!strpos($nextArgument, "=") && !empty($nextArgument)) {
604 $start = strpos($match, ">");
757 $pos = strpos($match, ">");
781 $spacePosition = strpos($match, " ");
907 $pos = strpos($match, ">");
941 $spacePosition = strpos(
[all...]
H A DHttp.php89 $loc = strpos($header, ":");
107 $positionDoublePointSeparator = strpos($header, ':');
H A DSpacing.php58 $minusLocation = strpos($spacingClass, $minusCharacter);
H A DSqlite.php249 $subdir = strpos($dbFile, $metadir) === 0;
348 if (strpos($dbFile, $metaDir) === 0) {
H A DStringUtility.php52 $pos = strpos($haystack, $needle);
238 * and not strpos
H A DWikiPath.php235 if (strpos($this->absolutePath, $comboInterWikiScheme) === 0) {
311 $lastPoint = strpos($lastName, ".");
474 $locationQuestionMark = strpos($uriWithoutScheme, "?");
485 $locationGreaterThan = strpos($pathAndDrive, ">");
510 if (strpos($id, WikiFileSystem::SCHEME . "://") !== false) {
/plugin/combo/action/
H A Ddocustom.php210 return strpos($actionName, self::DO_PREFIX) === 0;
H A Djs.php53 $pos = strpos($src, 'js.php');
107 $posPluginPath = strpos($scriptPath, $dokuPluginPath);
115 $posShowPage = strpos($scriptPath, $showPageScript);
H A Dlinkwizard.php126 if (strpos(strtolower($title), $lowerSearchTerm) !== false) {
129 if ($label === null && strpos(strtolower($h1), $lowerSearchTerm) !== false) {
H A Drouter.php181 if (strpos($id, 'wp-') !== false) {
204 if (strpos($id, "git:") === 0) {
221 return strpos($id, "well-known") === 0;
849 if (!$isHttpUrl && strpos($targetIdOrUrl, DOKU_URL) === 0) {
/plugin/combo/syntax/
H A Dlink.php336 if (strpos($match, '|') === 0) {
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Parser/
H A DPseudoClass.php171 if (FALSE !== strpos($token->content, '|')) {
H A DSequence.php99 if (FALSE !== strpos($token->content, '|')) {
/plugin/combo/vendor/composer/
H A DClassLoader.php445 if (0 === strpos($class, $prefix)) {
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DAutoloader.php66 if (strpos($class, 'Handlebars') !== 0) {
/plugin/combo/vendor/symfony/yaml/
H A DInline.php175 if (false === strpos($repr, 'E')) {
378 if (\is_string($value) && !$isQuoted && false !== strpos($value, ': ')) {
452 if (false === $i = strpos($mapping, ':', $i)) {
566 if (0 === strpos($scalar, '*')) {
567 if (false !== $pos = strpos($scalar, '#')) {
598 case 0 === strpos($scalar, '!!str '):
607 case 0 === strpos($scalar, '! '):
609 case 0 === strpos($scalar, '!php/object'):
625 case 0 === strpos($scalar, '!php/const'):
645 case 0 === strpos(
[all...]
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...]

12345678910>>...44