Home
last modified time | relevance | path

Searched refs:error (Results 1 – 25 of 274) sorted by relevance

1234567891011

/template/breeze/bower_components/gumby/sass/ui/
H A D_forms.scss213 &.#{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.scss103 @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 Ddblog.css47 tr.error.even,
48 tr.error.odd,
49 tr.dblog-error.odd,
50 tr.dblog-error.even {
H A Dsystem.css63 .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 Dcss.php65 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 Dforms.css37 /* 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 Dforms.css37 /* 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 Dgumby.retina.js27 }).error(function() {
28 Gumby.error('Couln\'t load retina image: '+scope.retinaSrc);
/template/docnavwiki/script/
H A Dnavbar.js35 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 DCHANGELOG68 * 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 Dgumby.js164 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 Dgumby.min.js1error=function(){this.console("error",arguments)},i.prototype.dump=function(){return{$dom:this.$do… method in i
/template/templar/less/
H A Dalerts.less47 .alert-error {
53 .alert-error h4 {
H A Dtype.less39 .text-error { color: @errorText; }
40 a.text-error:hover,
41 a.text-error:focus { color: darken(@errorText, 10%); }
/template/simpleclean/css/
H A Dstyle_003.css3 div.error{
4 background: #ff6666 url(../images/error.png) 0.5em 0px no-repeat;
/template/mmclean/css/
H A Dstyle_003.css3 div.error{
4 background: #ff6666 url(../images/error.png) 0.5em 0px no-repeat;
/template/darkclean/css/
H A Dstyle_003.css3 div.error{
4 background: #ff6666 url(../images/error.png) 0.5em 0px no-repeat;
/template/myown/css/
H A Dstyle_003.css3 div.error{
4 background: #ff6666 url(../images/error.png) 0.5em 0px no-repeat;
/template/ad-hominem/
H A Dscript.js154 error: function(xhr, msg, e) {
155 console.error(msg);
219 console.error(e);
/template/kajukkk/
H A DSnoopy.class.php71 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 Dgumby.min.js1error=function(){this.console("error",arguments)},i.prototype.dump=function(){return{$dom:this.$do… method in i
/template/breeze/js/
H A Dgumby.min.js1error=function(){this.console("error",arguments)},i.prototype.dump=function(){return{$dom:this.$do… method in i
/template/headstrong/
H A Dprint.css5 div.error,
/template/strap/css/
H A DREADME.md8 Manage the display of error message such as `Upload denied. This file extension is forbidden!`
/template/templar/css/
H A Dprint.css4 div.notify, div.info, div.success, div.error,

1234567891011