Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for pixels (0.03 seconds)

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

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

        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) {
        var $boxElement,
          $textArea,
          inputText = "",
          isFocusList = false,
          listNum = 0,
          listSelNum = 0,
    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)
  2. build-logic/build-update-utils/src/main/kotlin/gradlebuild/buildutils/runtimes/CheckTargetRuntimes.kt

    import org.gradle.api.tasks.VerificationException
    import org.gradle.api.tasks.options.Option
    import org.gradle.work.DisableCachingByDefault
    import java.io.File
    import java.net.URI
    
    /**
     * Validates and optionally fixes the computed target runtimes for projects
     * in the Gradle build.
     *
     * Each project may require a set of "target runtimes" that it must be able to run on.
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Wed Mar 11 22:40:18 GMT 2026
    - 13.8K bytes
    - Click Count (0)
  3. src/main/webapp/WEB-INF/view/common/admin/sidebar.jsp

    							<i class="fa fa-search" aria-hidden="true"></i>
    						</button>
    					</div>
    				</div>
    			</form>
    		</c:if>
    		<nav class="mt-2">
    
    		<ul class="nav nav-pills nav-sidebar flex-column" data-widget="treeview" role="menu">
    			<li class="nav-header"><la:message key="labels.sidebar.menu" /></li>
    			<c:if test="${fe:permission('admin-dashboard-view')}">
    				<li class="nav-item">
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Feb 23 08:03:44 GMT 2026
    - 21K bytes
    - Click Count (0)
Back to Top