Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 31 - 31 of 31 for 2_19 (0.01 seconds)

  1. src/main/webapp/js/suggestor.js

        NUM_0: 48,
        NUM_9: 57,
        A: 65,
        Z: 90,
        NUMPAD_0: 96,
        NUMPAD_9: 105,
        SEMICOLON: 186,
        EQUALS: 187,
        DASH: 189,
        FORWARD_SLASH: 191,
        GRAVE: 192,
        OPEN_BRACKET: 219,
        BACK_SLASH: 220,
        CLOSE_BRACKET: 221,
        SINGLE_QUOTE: 222
      };
    
      // UI constants
      var VERTICAL_SPACING = 6; // Pixels between input field and suggestion box
    
      $.fn.suggestor = function (setting) {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Nov 20 11:04:08 GMT 2025
    - 13.3K bytes
    - Click Count (0)
Back to Top