Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 12 for inprogress (0.04 seconds)

  1. src/main/webapp/WEB-INF/orig/view/chat/chat.jsp

    								<p class="empty-state-description"><la:message key="labels.chat_welcome_description" /></p>
    							</div>
    						</div>
    						<div id="progressIndicator" class="progress-indicator d-none" role="status" aria-live="polite">
    							<div class="progress-steps">
    								<div class="progress-step" data-phase="intent">
    									<div class="step-icon"><i class="fa fa-lightbulb-o" aria-hidden="true"></i></div>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 15 06:21:57 GMT 2026
    - 10.4K bytes
    - Click Count (0)
  2. src/main/webapp/WEB-INF/view/chat/chat.jsp

    								<p class="empty-state-description"><la:message key="labels.chat_welcome_description" /></p>
    							</div>
    						</div>
    						<div id="progressIndicator" class="progress-indicator d-none" role="status" aria-live="polite">
    							<div class="progress-steps">
    								<div class="progress-step" data-phase="intent">
    									<div class="step-icon"><i class="fa fa-lightbulb-o" aria-hidden="true"></i></div>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 19 01:36:02 GMT 2026
    - 10.8K bytes
    - Click Count (0)
  3. src/main/webapp/css/chat.css

        margin-bottom: 0.75rem;
    }
    
    .progress-step {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0.5rem;
        min-width: 70px;
        opacity: 0.4;
        transition: all 0.3s ease;
    }
    
    .progress-step.active {
        opacity: 1;
    }
    
    .progress-step.completed {
        opacity: 0.7;
    }
    
    .progress-step .step-icon {
        width: 32px;
        height: 32px;
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 15 06:21:57 GMT 2026
    - 19.4K bytes
    - Click Count (0)
  4. architecture/standards/0005-introduce-core-ui-architecture-module.md

    - ACCEPTED on 2024-02-07
    
    ## Context
    
    The Gradle core platform provides many services to the Gradle platforms and builds logic. One such group of services allows logic to interact with the build user, to provide diagnostics, progress information, prompt for questions, and so on. Currently, these services are part of the core platform runtime architecture module.
    
    A downside of this structure is that it is difficult to do focused work on the Gradle UI.
    
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Thu Mar 05 12:39:41 GMT 2026
    - 1.3K bytes
    - Click Count (0)
  5. .github/workflows/check-markdown-links.yml

              # excluded:
              # - notes.md and notes-templates.md - because they are a part of user guide
              # - Kotlin's Module.md - because it's a part of the Kotlin DSL docs
              args: >
                --no-progress --offline '**/*.md' --include-fragments
                --exclude-path 'platforms/documentation/docs/src/docs/release/notes.md'
                --exclude-path 'platforms/documentation/docs/src/docs/release/notes-template.md'
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Wed Feb 25 22:06:44 GMT 2026
    - 920 bytes
    - Click Count (0)
  6. src/main/webapp/js/chat.js

                }
            });
        }
    
        /**
         * Update progress message
         */
        function updateProgressMessage(message) {
            elements.progressMessage.text(message);
        }
    
        /**
         * Show progress indicator
         */
        function showProgressIndicator() {
            // Reset all steps
            $('.progress-step').removeClass('active completed');
            elements.progressMessage.text('');
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 19 01:36:02 GMT 2026
    - 30.6K bytes
    - Click Count (0)
  7. architecture/standards/0010-gradle-properties-naming.md

    Symmetrically, the same problem exists on the side of Gradle maintainers.
    It should be clear when introducing a property what contract users can expect and what we can afford to provide.
    As features progress through the lifecycle of stabilization and, possibly later, deprecation, the corresponding properties can also adjust accordingly.
    
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Fri Mar 06 09:25:54 GMT 2026
    - 8K bytes
    - Click Count (0)
  8. .github/workflows/contributor-pr.yml

      group: ${{ (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/release' ) && format('contributor-pr-base-{0}', github.sha) || format('contributor-pr-{0}', github.ref) }}
      cancel-in-progress: false
    
    env:
      # Set the DEVELOCITY_ACCESS_KEY so that a Build Scan is generated
      DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
      # Enable debug for the `gradle-build-action` cache operations
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Mon Mar 23 22:06:44 GMT 2026
    - 5K bytes
    - Click Count (0)
  9. src/main/java/org/codelibs/fess/helper/DataIndexHelper.java

        }
    
        /**
         * Performs the actual crawling operation for the provided data configurations.
         * This method manages the creation and execution of crawler threads,
         * monitors their progress, and handles cleanup operations.
         *
         * <p>The method:</p>
         * <ul>
         *   <li>Creates crawler threads for each data configuration</li>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Nov 28 16:29:12 GMT 2025
    - 19K bytes
    - Click Count (0)
  10. src/main/webapp/js/purify.min.js

    m","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","search","section","select","shadow","slot","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 15 06:21:57 GMT 2026
    - 22.7K bytes
    - Click Count (0)
Back to Top