Home
last modified time | relevance | path

Searched refs:strpos (Results 151 – 175 of 1099) sorted by last modified time

12345678910>>...44

/plugin/combo/ComboStrap/Meta/Field/
H A DPageTemplateName.php95 if (strpos($lastNameWithoutExtension, self::APP_PREFIX) === 0) {
/plugin/combo/ComboStrap/
H A DPageUrlPath.php215 $pos = strpos(PageId::PAGE_ID_ALPHABET, $letter);
H A DPrism.php308 if (!strpos($batch, -1) == ">") {
318 if (!strpos($powerShell, -1) == ">") {
H A DIconDownloader.php248 $sepPosition = strpos($name, ":");
271 if (strpos($path->toAbsoluteId(), $iconNameSpace) !== false) {
H A DTagAttributes.php664 if (in_array($key, self::HTML_ATTRIBUTES) || strpos($key, 'data-') === 0) {
1401 return strpos($this->getClass(), $string) !== false;
/plugin/combo/vendor/symfony/yaml/Command/
H A DLintCommand.php189 if (false !== strpos($info['message'], 'PARSE_CUSTOM_TAGS')) {
218 if (isset($v['message']) && false !== strpos($v['message'], 'PARSE_CUSTOM_TAGS')) {
/plugin/combo/vendor/symfony/yaml/
H A DDumper.php71 if (Yaml::DUMP_MULTI_LINE_LITERAL_BLOCK & $flags && \is_string($value) && false !== strpos($value, "\n") && false === strpos($value, "\r")) {
100 if (Yaml::DUMP_MULTI_LINE_LITERAL_BLOCK & $flags && \is_string($value->getValue()) && false !== strpos($value->getValue(), "\n") && false === strpos($value->getValue(), "\r\n")) {
147 if (Yaml::DUMP_MULTI_LINE_LITERAL_BLOCK & $flags && \is_string($value->getValue()) && false !== strpos($value->getValue(), "\n") && false === strpos($value->getValue(), "\r\n")) {
/plugin/combo/ComboStrap/Tag/
H A DBoxTag.php57 if ($align !== null && strpos($align, "children") !== false) {
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DRuntimeMetaData.php169 $firstDot = \strpos($version, '.');
174 $secondDot = \strpos($version, '.', $firstDot + 1);
177 $firstDash = \strpos($version, '-');
/plugin/oauthgeneric/
H A DDotAccess.php34 if (strpos($key, '.') === false) {
/plugin/data/
H A Daction.php55 if (strpos($data[0][1], 'dataentry') !== false) return; // plugin seems still to be there
/plugin/data/_test/
H A Ddb.test.php
H A Dsyntax_plugin_data_entry.test.php
/plugin/data/syntax/
H A Dtable.php387 if (strpos($filter['compare'], 'LIKE') !== false) {
388 if (strpos($filter['compare'], 'NOT') !== false) {
/plugin/adhoctags/syntax/
H A Dabstract.php84 $data = trim(substr($match,strpos($match,' '),-1)," \t\n/");
/plugin/dwtimeline/syntax/
H A Ddwtimeline.php146 return hsc(substr($link,0,strpos($link,'|')));
/plugin/randomtables/table-roller/src/Generator/
H A DBaseGenerator.php40 if (false !== strpos($tableName, '|')) {
/plugin/randomtables/table-roller/src/Table/
H A DBaseTable.php66 if (false !== strpos($result, '[')) {
75 if (false !== strpos($result, '{')) {
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Service/
H A DAbstractService.php63 if (false !== strpos($path, '?')) {
/plugin/oauth/vendor/composer/
H A DClassLoader.php534 if (0 === strpos($class, $prefix)) {
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Uri/
H A DUri.php130 $colonPos = strpos($rawUserInfo, ':');
H A DUriFactory.php105 $queryStr = strpos($uri, '?');
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/
H A DAutoLoader.php45 if (strpos($class, $this->namespace) === 0) {
/plugin/upgrade/HTTP/
H A DDokuHTTPClient.php40 strpos($_SERVER['HTTP_REFERER'], 'httpdebug') !== false
/plugin/upgrade/vendor/composer/
H A DClassLoader.php539 if (0 === strpos($class, $prefix)) {

12345678910>>...44