Home
last modified time | relevance | path

Searched refs:actual (Results 1 – 25 of 38) sorted by relevance

12

/template/strap/ComboStrap/Tag/
H A DBoxTag.php68 while ($actual = $callStack->next()) {
70 switch ($actual->getState()) {
74 if ($actual->getTagName() !== self::TAG) {
78 if (trim($actual->getCapturedContent()) === "") {
83 if ($actual->getDisplay() == Call::INLINE_DISPLAY) {
84 $tagName = $actual->getTagName();
85 … if ($actual->getTagName() === self::TAG && $actual->getState() === DOKU_LEXER_UNMATCHED) {
H A DBackgroundTag.php164 while ($actual = $callStack->next()) {
166 $tagName = $actual->getTagName();
168 $imageAttribute = $actual->getAttributes();
/template/strap/ComboStrap/Meta/Field/
H A DAncestorImage.php69 $actual = $contextPage;
72 $actual = $actual->getParent();
77 return FeaturedImage::createFromResourcePage($actual)->getValue();
86 return FirstImage::createForPage($actual)->getValue();
94 return FeaturedIcon::createForPage($actual)->getValueOrDefault();
H A DSocialCardImage.php66 $actual = $contextPage;
69 return $this->getFeaturedRasterImageOrFirst($actual);
74 $actual = $actual->getParent();
/template/icke/_test/
DIckeTemplateNavigation.test.php18 $actual = $navigation->loadNavigation($config);
29 $this->assertEquals($expected, $actual);
39 $actual = $navigation->loadNavigation($config);
51 $this->assertEquals($expected, $actual);
68 $actual = $navigation->loadNavigation($config);
79 $this->assertEquals($expected, $actual);
/template/strap/ComboStrap/
H A DHtml.php103 …public static function getDiffBetweenValuesSeparatedByBlank(string $expected, string $actual, stri… argument
106 $rightClasses = preg_split("/\s/", $actual);
127 public static function getDiffBetweenSrcSet(string $expected, string $actual) argument
130 $actualSrcSets = explode(",", $actual);
171 public static function getDiffBetweenUrlStrings(string $expected, string $actual) argument
179 $urlActual = Url::createFromString($actual);
181 …throw new ExceptionBadSyntax("The $actual URL string ($actual) is not valid. Error: {$e->getMessag…
H A DPipelineTag.php20 while ($actual = $callstack->next()) {
28 $actualName = $actual->getTagName();
35 $script .= $actual->getCapturedContent();
39 $script .= $actual->getCapturedContent();
H A DTabsTag.php313 while ($actual = $callStack->next()) {
316 $actual->getTagName() == syntax_plugin_combo_label::TAG
318 $actual->getState() == DOKU_LEXER_ENTER
324 $navigationalCalls[] = $actual;
326 $tabPaneCalls[] = $actual;
330 $actual->getTagName() == syntax_plugin_combo_label::TAG
332 $actual->getState() == DOKU_LEXER_EXIT
H A DOutlineSection.php352 $actual = $this;
353 while ($actual->hasParent()) {
355 $actual = $actual->getParent();
360 return $actual;
H A DJson.php35 public static function createFromArray(array $actual): Json argument
37 return new Json($actual);
H A DTagAttributes.php480 $actual = null;
482 $actual = $this->componentAttributesCaseInsensitive[$attLower];
489 …s->componentAttributesCaseInsensitive[$attLower] = Html::mergeClassNames($attributeValue, $actual);
491 if (!empty($actual)) {
492 …e attribute ($attLower) stores an unique value and has already a value ($actual). to set another v…
H A DOutline.php166 $actual = $analyticsTagUsed[$tagName] ?? 0;
167 $analyticsTagUsed[$tagName] = $actual + 1;
/template/strap/syntax/
H A Drailroad.php124 while ($actual = $callStack->next()) {
125 if (in_array($actual->getTagName(), WebCodeTag::CODE_TAGS)) {
126 switch ($actual->getState()) {
128 $actualCodeType = strtolower($actual->getType());
135 $bnfCode = $actual->getCapturedContent();
/template/writr/css/components/
Dtooltips.less11 background-color: @ini_tooltips_background_color; /* Replace with actual color value */
12 color: @ini_tooltips_text_color; /* Replace with actual color value */
20 border: 2px solid @ini_tooltips_border_color; /* Replace with actual color value */
/template/notos/_test/
Dnavigation.test.php20 $actual = $customController->parseNavigation($file);
/template/templar/less/
Dthumbnails.less26 // The actual thumbnail (can be `a` or `div`)
/template/strap/vendor/php-webdriver/webdriver/
H A DCHANGELOG.md161 - Added `getCapabilities()` method of `RemoteWebDriver`, to retrieve actual capabilities acknowledg…
174 … implementation of custom select-like components, eg. those not built around and actual select tag.
/template/codowik/js/
Dlayout.js4063 var actual = dimName==='width' ? $P.outerWidth() : $P.outerHeight()
4068 , actual: actual property
4069 , correct: (size === actual)
4080 if (lastTry.actual > size)
4081 thisTry.attempt = max(0, lastTry.attempt - (lastTry.actual - size));
4083 thisTry.attempt = max(0, lastTry.attempt + (size - lastTry.actual));
4088 thisTry.actual = dimName=='width' ? $P.outerWidth() : $P.outerHeight();
4089 thisTry.correct = (size === thisTry.actual);
/template/dokutwitterbootstrap/
DREADME.md15 changes would require changing the actual template layout (mostly in main.php).
/template/bushwick/fonts/
DREADME.txt92 - Fixed an issue with the example page that showed an old "top" icon instead of the actual NEW "ref…
/template/fictive/genericons/
DREADME.txt100 - Fixed an issue with the example page that showed an old "top" icon instead of the actual NEW "ref…
/template/readthedokus/
H A DREADME.md41 |Content width|Content width. This is a maximum width so the actual size could be less than this va…
/template/hexa/genericons/
DREADME.md189 * Fixed an issue with the example page that showed an old "top" icon instead of the actual NEW "ref…
/template/twigstarter/vendor/twig/twig/
DCHANGELOG299 * fixed possible array to string conversion concealing actual error
/template/daily/css/
Dpure-min.css519 The ".opera-only" selector is used to prevent actual prefocus styling

12