/template/breeze/bower_components/gumby/sass/ui/ |
H A D | _forms.scss | 213 &.#{nth($error, 1)} { 231 color: nth($error, 2); 247 border-color: nth($error, 2); 264 &.#{nth($error, 1)} { 265 border-color: nth($error, 2); 266 color: nth($error, 2); 298 &.#{nth($error, 1)} { 299 color: nth($error, 2); 300 @if nth($error, 1) == success { 302 i { color: nth($error, 2); } [all …]
|
/template/breeze/sass/ |
H A 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/gtopia/ |
H A D | dblog.css | 47 tr.error.even, 48 tr.error.odd, 49 tr.dblog-error.odd, 50 tr.dblog-error.even {
|
H A D | system.css | 63 .error { 66 div.error { 69 div.error, tr.error { 132 .form-item input.error, .form-item textarea.error, .form-item select.error {
|
/template/bootstrap3/ |
H A 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/usable/blueprint/src/ |
H A 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/ |
H A 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/ |
H A D | gumby.retina.js | 27 }).error(function() { 28 Gumby.error('Couln\'t load retina image: '+scope.retinaSrc);
|
/template/docnavwiki/script/ |
H A 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/twigstarter/vendor/twig/twig/ |
H A D | CHANGELOG | 68 * Fix sandbox not disabled if syntax error occurs within {% sandbox %} tag 130 * display partial output (PHP buffer) when an error occurs in debug mode 154 * fixed a PHP fatal error when calling a macro imported in a block in a nested block 155 * fixed a PHP fatal error when calling a macro imported in the template in another macro 156 * fixed wrong error message on "import" and "from" 162 * fixed partial output leak when a PHP fatal error occurs 186 * fixed some wrong location in error messages 191 * fixed "include" with "ignore missing" when an error loading occurs in the included template 252 * fixed error location when calling an undefined block 273 * fixed the error handling for the optimized extension-based function calls [all …]
|
/template/breeze/bower_components/gumby/js/libs/ |
H A D | gumby.js | 164 Gumby.prototype.error = function() { this.console('error', arguments); }; method in Gumby 219 this.error('Error initializing module: '+ref[i]); 228 this.error('Error initializing module: '+ref);
|
H A D | gumby.min.js | 1 …error=function(){this.console("error",arguments)},i.prototype.dump=function(){return{$dom:this.$do… method in i
|
/template/templar/less/ |
H A D | alerts.less | 47 .alert-error { 53 .alert-error h4 {
|
H A D | type.less | 39 .text-error { color: @errorText; } 40 a.text-error:hover, 41 a.text-error:focus { color: darken(@errorText, 10%); }
|
/template/simpleclean/css/ |
H A D | style_003.css | 3 div.error{ 4 background: #ff6666 url(../images/error.png) 0.5em 0px no-repeat;
|
/template/mmclean/css/ |
H A D | style_003.css | 3 div.error{ 4 background: #ff6666 url(../images/error.png) 0.5em 0px no-repeat;
|
/template/darkclean/css/ |
H A D | style_003.css | 3 div.error{ 4 background: #ff6666 url(../images/error.png) 0.5em 0px no-repeat;
|
/template/myown/css/ |
H A D | style_003.css | 3 div.error{ 4 background: #ff6666 url(../images/error.png) 0.5em 0px no-repeat;
|
/template/ad-hominem/ |
H A D | script.js | 155 error: function(xhr, msg, e) { 156 console.error(msg); 220 console.error(e);
|
/template/kajukkk/ |
H A D | Snoopy.class.php | 71 var $error = ""; // error messages sent here variable in Snoopy 255 $this->error = 'Invalid protocol "'.$URI_PARTS["scheme"].'"\n'; 421 $this->error = 'Invalid protocol "'.$URI_PARTS["scheme"].'"\n'; 1013 $this->error = "Error: cURL could not retrieve the document, error $return."; 1155 $this->error="socket creation failed (-3)"; 1157 $this->error="dns lookup failure (-4)"; 1159 $this->error="connection refused or timed out (-5)"; 1161 $this->error="connection failed (".$errno.")";
|
/template/breeze/bower_components/gumby/ |
H A D | gumby.min.js | 1 …error=function(){this.console("error",arguments)},i.prototype.dump=function(){return{$dom:this.$do… method in i
|
/template/breeze/js/ |
H A D | gumby.min.js | 1 …error=function(){this.console("error",arguments)},i.prototype.dump=function(){return{$dom:this.$do… method in i
|
/template/headstrong/ |
H A D | print.css | 5 div.error,
|
/template/strap/css/ |
H A D | README.md | 8 Manage the display of error message such as `Upload denied. This file extension is forbidden!`
|
/template/templar/css/ |
H A D | print.css | 4 div.notify, div.info, div.success, div.error,
|