Home
last modified time | relevance | path

Searched refs:default (Results 376 – 400 of 1338) sorted by path

1...<<11121314151617181920>>...54

/plugin/combo/resources/theme/default/components/css/
H A Dnote.css1 /* p and ul have a default bottom margin via the default browser stylesheet that makes the content not in the middle */
/plugin/combo/resources/theme/default/pages/partials/
H A Dmain-header-partial.hbs10 {{#page-image featured height="250" ratio="21:9" linking="default" default="icon|ancestor|logo" zoom="-10" lazy="none"}}{{/page-image}}
/plugin/combo/resources/theme/default/pages/templates/
H A Dlanding.css8 * which is by default on the right side is not visible
/plugin/combo/syntax/
H A Dcontentlist.php204 $default = [
208 $attributes = TagAttributes::createFromTagMatch($match, $default, $knownType);
H A Ddisqus.php123 $default = PluginUtility::getTagAttributes($this->getConf(self::CONF_DEFAULT_ATTRIBUTES));
124 $attributes = PluginUtility::mergeAttributes($attributes, $default);
H A Dmenubar.php164 $default[BackgroundAttribute::BACKGROUND_COLOR] = 'light';
165 $default[self::BREAKPOINT_ATTRIBUTE] = "lg";
166 $default[self::THEME_ATTRIBUTE] = "light";
167 $default[self::POSITION] = "normal";
168 $default[ContainerTag::CONTAINER_ATTRIBUTE] = SiteConfig::getConfValue(
172 $tagAttributes = TagAttributes::createFromTagMatch($match, $default);
254 default:
/plugin/combo/vendor/antlr/antlr4-php-runtime/
H A DREADME.md93 ParseTreeWalker::default()->walk(new TreeShapeListener(), $tree);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DCommonTokenFactory.php10 * This default implementation of {@see TokenFactory} creates
26 * The default value is `false` to avoid the performance and memory
48 * The default {@see CommonTokenFactory} instance.
53 public static function default() : self function in Antlr\\Antlr4\\Runtime\\CommonTokenFactory
55 static $default;
57 return $default = $default ?? new CommonTokenFactory();
/plugin/combo/vendor/dragonmantank/cron-expression/
H A DCHANGELOG.md36 - Only set default timezone if the given $currentTime is not a DateTime instance ([#34](https://github.com/mtdowling/cron-expression/issues/34))
/plugin/combo/vendor/php-webdriver/webdriver/
H A DCHANGELOG.md78 - New instance of `RemoteWebDriver` created via `createBySessionID()` by default expects W3C mode. This could be disabled using fifth parameter of `createBySessionID()`.
H A DREADME.md77 Run `geckodriver` binary (it start to listen on port 4444 by default):
/plugin/combo/vendor/salesforce/handlebars-php/
H A DREADME.md558 To use a default value if the string is empty: `{{#default title $defaultValue}}`
560 {{#default title 'No title'}}
681 not being backwards compatible, these data variables are disabled by default and must be enabled manually.
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHelpers.php48 "default", // If a variable is null, it will use the default instead
593 * Provide a default fallback
595 * {{default title "No title available"}}
609 $default = $m[2];
611 return ($value) ?: $default;
/plugin/combo/vendor/symfony/process/
H A DExecutableFinder.php25 * Replaces default suffixes of executable.
44 * @param string|null $default The default to return if no executable is found
49 public function find(string $name, string $default = null, array $extraDirs = []) argument
84 return $default;
/plugin/combo/vendor/symfony/yaml/
H A DCHANGELOG.md236 * Yaml::parse() does not evaluate loaded files as PHP files by default
/plugin/combo/vendor/symfony/yaml/Command/
H A DLintCommand.php166 default:
256 $default = function ($directory) {
264 return ($this->directoryIteratorProvider)($directory, $default);
267 return $default($directory);
272 $default = function ($fileOrDirectory) {
277 return ($this->isReadableProvider)($fileOrDirectory, $default);
280 return $default($fileOrDirectory);
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/
H A DDWRenderer.php56 * @param mixed $default
60 public function getOption(string $option, $default = null)
62 return $this->environment->getConfiguration()->get('renderer/' . $option, $default);
49 getOption(string $option, $default = null) global() argument
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG-0.x.md
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DAbstractBlock.php
/plugin/commonmark/vendor/league/commonmark/src/
H A DElementRendererInterface.php
H A DEnvironment.php
H A DEnvironmentInterface.php
H A DHtmlRenderer.php
/plugin/commonmark/vendor/league/commonmark/src/Inline/Element/
H A DAbstractInline.php
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DConfiguration.php

1...<<11121314151617181920>>...54