Home
last modified time | relevance | path

Searched refs:strpos (Results 101 – 125 of 1099) sorted by last modified time

12345678910>>...44

/plugin/dw2pdf/vendor/composer/
H A DClassLoader.php533 if (0 === strpos($class, $prefix)) {
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/CrossReference/
H A DFixedReader.php96 if (\strpos($line, 'trailer') !== false) {
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/
H A DPdfParser.php128 $offset = \strpos($buffer, '%PDF-');
/plugin/dw2pdf/_test/
H A DSyntaxExportLinkTest.php41 $trimmed_renderer_response = substr($renderer_response, strpos($renderer_response, 'doku.php'), -5);
/plugin/dw2pdf/
H A Daction.php216 if (strpos($item['id'], $ns . ':') === 0) {
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
H A DPdfHexString.php37 $pos = \strpos($buffer, '>', $bufferOffset);
/plugin/combo/syntax/
H A Dcomment.php37 if (strpos($normalizedContent, EditButton::EDIT_BUTTON_PREFIX) === 0) {
/plugin/combo/ComboStrap/
H A DLocalPath.php38 if (strpos($uri, LocalFileSystem::SCHEME) !== 0) {
95 if (strpos($path, LocalFileSystem::SCHEME.'://') === 0) {
276 if (strpos($actualPath->toAbsoluteId(), $localPath->toAbsoluteId()) === 0) {
476 return strpos($this->path, "~1") !== false;
H A DMetadataFrontmatterStore.php250 if (strpos($content, $frontMatterStartTag) === 0) {
H A DTemplateForWebPage.php1145 if (strpos($href, "lib/exe/css.php") !== false) {
1170 if (strpos($src, "lib/exe/js.php") !== false) {
1173 if (strpos($src, "lib/exe/jquery.php") !== false) {
/plugin/combo/action/
H A Dcss.php141 $pos = strpos($link['href'], 'css.php');
253 if ($isThemeEnabled && strpos($fileDirectory, 'lib/tpl')) {
258 if (($isThemeEnabled || $isMinimalFrontEnd) && strpos($fileDirectory, 'lib/styles')) {
265 if (($isThemeEnabled || $isMinimalFrontEnd) && $isAnonymous && strpos($fileDirectory, 'lib/scripts')) {
275 if (strpos($file, 'lib/plugins/' . $plugin)) {
H A Dmetacsp.php81 if (strpos($httpHeaderReferer, Site::getBaseUrl()) === false) {
H A Dsnippetsbootstrap.php195 $jqueryFound = strpos($scriptData['src'], 'jquery');
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DXpath.php245 $hasDoubleQuote = FALSE !== strpos($literal, '"');
247 $hasSingleQuote = FALSE !== strpos($literal, "'");
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DAbstractField.php38 return strpos($value, '-') !== false;
50 return strpos($value, '/') !== false;
H A DCronExpression.php358 if (strpos($part, ',') === false) {
H A DDayOfMonthField.php74 if (strpos($value, 'W')) {
76 $targetDay = substr($value, 0, strpos($value, 'W'));
H A DDayOfWeekField.php38 if (strpos($value, 'L')) {
39 $weekday = str_replace('7', '0', substr($value, 0, strpos($value, 'L')));
53 if (strpos($value, '#')) {
90 if (strpos($value, '-')) {
H A DHoursField.php37 $parts = strpos($parts, ',') !== false ? explode(',', $parts) : array($parts);
H A DMinutesField.php29 $parts = strpos($parts, ',') !== false ? explode(',', $parts) : array($parts);
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DTokenizer.php324 $startIndex = strpos($text, '=', $index) + 1;
326 $closeIndex = strpos($text, $close, $index);
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A DMbstring.php83 if (\is_array($fromEncoding) || ($fromEncoding !== null && false !== strpos($fromEncoding, ','))) {
498 return strpos($haystack, $needle, $offset);
684 $pos = strpos($haystack, $needle);
/plugin/combo/vendor/symfony/polyfill-php80/
H A DPhp80.php53 if (false === strpos($class, '@')) {
93 return '' === $needle || false !== strpos($haystack, $needle);
/plugin/combo/ComboStrap/TagAttribute/
H A DBackgroundAttribute.php251 if (strpos($colorValue, $gradientPrefix) === 0) {
/plugin/combo/ComboStrap/Web/
H A DUrl.php205 if (strpos($key, "amp;") === 0) {
304 if (strpos($path, "/./") === 0) {

12345678910>>...44