/template/strap/ComboStrap/Xml/ |
D | XmlSystems.php | 134 …public static function diffNode(DOMNode $leftNode, DOMNode $rightNode, &$error, array $excludedAtt… argument 143 …$error .= "The node (" . $rightNode->getNodePath() . ") are different (" . $leftNodeName . "," . $… 149 …$error .= "The node (" . $rightNode->getNodePath() . ") have no attributes while the left node has… 172 … $error .= "The attribute (" . $leftAtt->getNodePath() . ") does not exist on the right side\n"; 190 …$error .= Html::getDiffBetweenValuesSeparatedByBlank($leftAttValue, $rightAttValue, "left ,{$leftA… 197 $error .= $e->getMessage(); 211 …$error .= "The attribute (" . $rightAtt->getNodePath() . ") has different values. Error:{$e->getMe… 214 …$error .= "The attribute (" . $leftAtt->getNodePath() . ") has different values (" . $leftAttValue… 217 …$error .= "The attribute (" . $leftAtt->getNodePath() . ") has different values (" . $leftAttValue… 224 …$error .= "The style attribute (" . $leftAtt->getNodePath() . ") has different values (" . $leftAt… [all …]
|
D | XmlDocument.php | 175 foreach ($errors as $error) { 182 if (!in_array($error->message, self::KNOWN_HTML_LOADING_ERRORS)) { 187 … strpos($error->message, "htmlParseEntityRef: expecting ';' in Entity") !== false 189 $error->message == "EntityRef: expecting ';'\n" 198 … if (strpos($error->message, "Specification mandates value for attribute") !== false) { 202 $message .= "Error: " . $error->message . ", Loaded text: " . $text; 411 LogUtility::error("Internal Error on xpath: {$e->getMessage()}"); 423 LogUtility::error("Internal Error on xpath: {$e->getMessage()}"); 588 $error = ""; 589 XmlSystems::diffNode($this->getDomDocument(), $rightDocument->getDomDocument(), $error); [all …]
|
D | XhtmlUtility.php | 49 $error = ""; 53 $error, 57 return $error;
|
/template/breeze/bower_components/gumby/sass/ui/ |
D | _forms.scss | 44 // Font-size 16px for weird form style error 212 @each $error in danger $danger-color, warning $warning-color, success $success-color { variable 213 &.#{nth($error, 1)} { 217 @if nth($error, 1) == danger { 220 @if nth($error, 1) == warning { 223 @if nth($error, 1) == success { 231 color: nth($error, 2); 247 border-color: nth($error, 2); 248 background: lighten(nth($error, 2), 35%); 257 textarea { color: nth($error, 2); } [all …]
|
/template/strap/action/ |
D | metafacebook.php | 118 …LogUtility::error("Internal Error: We were unable to define the publication date for the page ($pa… 126 …LogUtility::error("Internal Error: We were unable to define the modification date for the page ($p… 148 …LogUtility::error("We were unable to add the default facebook image ($defaultFacebookImage) becaus… 152 …LogUtility::error("The default facebook image ($defaultFacebookImage) does not exist", self::CANON… 168 … LogUtility::error("The image ($path) does not exist and was not added", self::CANONICAL); 189 …LogUtility::error("No image was added for facebook. Error while retrieving the dimension of the im… 212 LogUtility::error($message, self::CANONICAL); 219 LogUtility::error($message, self::CANONICAL);
|
D | snippetsbootstrap.php | 261 LogUtility::error($message, self::FRONT_END_OPTIMIZATION_CANONICAL); 266 … LogUtility::error($messageEmpty, self::FRONT_END_OPTIMIZATION_CANONICAL); 281 LogUtility::error($message, self::FRONT_END_OPTIMIZATION_CANONICAL);
|
/template/breeze/sass/ |
D | _forms.scss | 103 @each $error in danger $danger-color, warning $warning-color, success $success-color { variable 104 &.#{nth($error, 1)} { 105 color: nth($error, 2); 106 @if nth($error, 1) == success { 108 i { color: nth($error, 2); } 111 border-color: nth($error, 2); 112 color: nth($error, 2); 113 background: lighten(nth($error, 2), 35%);
|
/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/ |
D | ATNSimulator.php | 68 public static function error() : DFAState function in Antlr\\Antlr4\\Runtime\\Atn\\ATNSimulator 70 static $error; 72 return $error ?? ($error = new DFAState(new ATNConfigSet(), 0x7FFFFFFF));
|
/template/strap/ComboStrap/ |
D | GridTag.php | 183 …LogUtility::error("The align attribute default values could not be processed. Error: {$e->getMessa… 241 …LogUtility::error("The max-cells attribute value ($maxCellsValue) is not a valid length value. Err… 246 …LogUtility::error("The max-cells attribute value ($maxCellsValue) should be less than 12.", GridTa… 272 …LogUtility::error("Error internal: We were unable to find the closing template tag.", GridTag::CAN… 316 …LogUtility::error("The width length $conditionalWidthsLength is not a valid length value. Error: {… 329 …LogUtility::error("The ratio of the width ($conditionalLengthObject) is not a valid. Error: {$e->g… 359 …LogUtility::error("Bad default value initialization. Error:{$e->getMessage()}", GridTag::CANONICAL… 388 … LogUtility::error("Error while adding the row-col class. Error: {$e->getMessage()}"); 405 … LogUtility::error("The width value ($width) is not valid length. Error: {$e->getMessage()}"); 416 …LogUtility::error("The conditional length $conditionalLengthObject could not be transformed as col… [all …]
|
D | CacheTag.php | 32 LogUtility::error($message, self::MARKUP); 50 LogUtility::error($message, self::MARKUP, $e); 69 LogUtility::error($message, CacheExpirationFrequency::PROPERTY_NAME); 83 …LogUtility::error("Unable to store the cache expiration date because no requested page", self::MAR…
|
D | Dimension.php | 249 LogUtility::error("The width value is empty for the tag ({$logicalTag})"); 258 …LogUtility::error("The width value ($widthValue) is not a valid length. Error: {$e->getMessage()}"… 297 …LogUtility::error("The conditional length ($conditionalWidthLength) could not be transformed as CS… 314 …LogUtility::error("The conditional length ($conditionalWidthLength) could not be converted to a co… 323 …LogUtility::error("The conditional length ($conditionalWidthLength) could not be transformed as CS…
|
D | Html.php | 107 $error = ""; 110 …$error .= "The $expectedName has the value (" . $leftClass . ") that is not present in the $actual… 118 …$error .= "The $actualName has the value (" . $rightClass . ") that is not present in the $expecte… 120 return $error;
|
D | ColorSystem.php | 28 …LogUtility::error("Error while calculating the primary text color. {$e->getMessage()}", self::CANO… 62 …LogUtility::error("Error while calculating the color text hover color. {$e->getMessage()}", self::…
|
D | Event.php | 62 … LogUtility::error("Sqlite is mandatory for asynchronous event", self::CANONICAL, $e); 93 LogUtility::error($e->getMessage(), $e->getCanonical(), $e); 195 LogUtility::error("Unable to create the event $name. Sqlite is not available"); 219 …LogUtility::error("Unable to create the event $name. Error:" . $e->getMessage(), self::CANONICAL, …
|
D | PageImageTag.php | 144 … LogUtility::error("The ratio value ($ratio) is not a valid ratio for the icon image ($icon)"); 196 …LogUtility::error("The image ($pageImageProcessing) is an unknown page image type", PageImageTag::… 215 …LogUtility::error("The image could not be build. Error: {$e->getMessage()}", PageImageTag::CANONIC… 279 LogUtility::error($message, self::CANONICAL, $e);
|
D | LogUtility.php | 157 Logger::error($messageWritten); 334 …public static function error(string $message, string $canonical = self::SUPPORT_CANONICAL, \Except… function in ComboStrap\\LogUtility 367 LogUtility::error($message, $canonical); 398 self::error("{$internalErrorMessage}: $message.$errorPreviousMessage", $canonical);
|
/template/strap/resources/snippet/js/ |
D | combo-html.js | 25 for (const error of executionsError) { 26 …g += `Railbar error: the script element (${error.element.className}) returns the following error $…
|
/template/gtopia/ |
D | dblog.css | 47 tr.error.even, 48 tr.error.odd, 49 tr.dblog-error.odd, 50 tr.dblog-error.even {
|
/template/bootstrap3/ |
D | css.php | 65 function css_error($error) argument 68 content: '$error'; 85 $error = 'Problem with DOKU_INC directory. Please check your DokuWiki installation directory!'; variable 86 css_error($error);
|
/template/strap/vendor/symfony/process/Exception/ |
D | ProcessFailedException.php | 31 … $error = sprintf('The command "%s" failed.'."\n\nExit Code: %s(%s)\n\nWorking directory: %s", 39 … $error .= sprintf("\n\nOutput:\n================\n%s\n\nError Output:\n================\n%s", 45 parent::__construct($error);
|
/template/usable/blueprint/src/ |
D | forms.css | 37 /* Success, notice and error boxes 40 .error, 44 .error { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; } 47 .error a { color: #8a1f11; }
|
/template/quickjump/blueprint/src/ |
D | forms.css | 37 /* Success, notice and error boxes 40 .error, 44 .error { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; } 47 .error a { color: #8a1f11; }
|
/template/breeze/bower_components/gumby/js/libs/ui/ |
D | gumby.retina.js | 27 }).error(function() { 28 Gumby.error('Couln\'t load retina image: '+scope.retinaSrc);
|
/template/docnavwiki/script/ |
D | navbar.js | 35 console.error("something went wrong when trying to access local storage : {",e,"}"); 52 console.error("something went wrong when trying to access local storage : {",e,"}");
|
/template/strap/syntax/ |
D | edit.php | 131 LogUtility::error("The edit button should be a special tag", self::CANONICAL); 139 …LogUtility::error("Error while rendering the edit button ($editButton). Error: {$e->getMessage()}"…
|