Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 4 of 4 for textarea (0.06 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/main/webapp/js/chat.js

                });
            } else {
                // Fallback for older browsers
                var textarea = document.createElement('textarea');
                textarea.value = text;
                textarea.style.position = 'fixed';
                textarea.style.opacity = '0';
                document.body.appendChild(textarea);
                textarea.select();
                try {
                    document.execCommand('copy');
    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)
  2. src/main/webapp/WEB-INF/orig/view/chat/chat.jsp

    						</div>
    						<div class="input-wrapper">
    							<div class="input-group">
    								<textarea id="chatInput" class="form-control"
    									placeholder="<la:message key="labels.chat_input_placeholder" />"
    									rows="1" maxlength="4000"
    									aria-label="<la:message key="labels.chat_input_placeholder" />"></textarea>
    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)
  3. src/main/webapp/WEB-INF/view/chat/chat.jsp

    						</div>
    						<div class="input-wrapper">
    							<div class="input-group">
    								<textarea id="chatInput" class="form-control"
    									placeholder="<la:message key="labels.chat_input_placeholder" />"
    									rows="1" maxlength="4000"
    									aria-label="<la:message key="labels.chat_input_placeholder" />"></textarea>
    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)
  4. src/main/webapp/js/marked.min.js

    -(?:-?>|[\s\S]*?(?:-->|$))/,Be=k("^ {0,3}(?:<(script|pre|style|textarea)[\\s>][\\s\\S]*?(?:</\\1>[^\\n]*\\n+|$)|comment[^\\n]*(\\n+|$)|<\\?[\\s\\S]*?(?:\\?>\\n*|$)|<![A-Z][\\s\\S]*?(?:>\\n*|$)|<!\\[CDATA\\[[\\s\\S]*?(?:\\]\\]>\\n*|$)|</?(tag)(?: +|\\n|/?>)[\\s\\S]*?(?:(?:\\n[ 	]*)+\\n|$)|<(?!script|pre|style|textarea)([a-z][\\w-]*)(?:attribute)*? */?>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n[ 	]*)+\\n|$)|</(?!script|pre|style|textarea)[a-z][\\w-]*\\s*>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n[ 	]*)+...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 15 06:21:57 GMT 2026
    - 41.5K bytes
    - Click Count (0)
Back to Top