Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for toast_header (0.12 sec)

  1. src/main/webapp/js/admin/adminlte.min.js.map

    (this._config.icon != null) {\n        toast_header.append($('<i />').addClass('mr-2').addClass(this._config.icon))\n      }\n\n      if (this._config.title != null) {\n        toast_header.append($('<strong />').addClass('mr-auto').html(this._config.title))\n      }\n\n      if (this._config.subtitle != null) {\n        toast_header.append($('<small />').html(this._config.subtitle))\n      }\n\n      if (this._config.close == true) {\n        var toast_close = $('<button data-dismiss=\"toast\" />').attr('type',...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Wed Feb 12 07:55:41 UTC 2020
    - 77K bytes
    - Viewed (0)
  2. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/logging/GroupedOutputFixture.java

         */
        private final static String END_OF_GROUPED_OUTPUT = TASK_HEADER + "|" + TRANSFORM_HEADER + "|" + BUILD_STATUS_FOOTER + "|" + BUILD_FAILED_FOOTER + "|" + EMBEDDED_BUILD_START + "|" + ACTIONABLE_TASKS + "|\\z";
    
        /**
         * Pattern to extract task output.
         */
        private static final Pattern TASK_OUTPUT_PATTERN = patternForHeader(TASK_HEADER);
    
        /**
         * Pattern to extract task output.
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 7.9K bytes
    - Viewed (0)
Back to top