Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for sanitation (0.17 seconds)

  1. src/main/webapp/css/chat.css

        width: 6px;
        height: 6px;
        background-color: #0052cc;
        border-radius: 50%;
        margin: 0 2px;
        animation: thinking-bounce 1.4s ease-in-out infinite both;
    }
    
    .thinking-dots span:nth-child(1) {
        animation-delay: -0.32s;
    }
    
    .thinking-dots span:nth-child(2) {
        animation-delay: -0.16s;
    }
    
    @keyframes thinking-bounce {
        0%, 80%, 100% { transform: scale(0); }
    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)
  2. pom.xml

    		<!-- groovy -->
    		<dependency>
    			<groupId>org.apache.groovy</groupId>
    			<artifactId>groovy</artifactId>
    			<version>${groovy.version}</version>
    		</dependency>
    
    		<!-- markdown and html sanitization for RAG chat -->
    		<dependency>
    			<groupId>org.commonmark</groupId>
    			<artifactId>commonmark</artifactId>
    			<version>0.24.0</version>
    		</dependency>
    		<dependency>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 19 07:04:54 GMT 2026
    - 49.9K bytes
    - Click Count (0)
Back to Top