Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for enforce (0.19 sec)

  1. .github/workflows/trusted_partners.js

      console.log(domain);
      return domain;
    };
    
    /** For trusted parters like Intel, we want to auto-run tests
        This allows us to reduce the delay to external partners
        Add Labels - kokoro:force-run
        The PR is also assigned to specific teams to fast track review
        Additional reviewers can be added manually based on PR contents
      @param {!object}
    JavaScript
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Tue Feb 07 13:52:04 GMT 2023
    - 4.5K bytes
    - Viewed (0)
  2. src/main/webapp/js/admin/plugins/daterangepicker/daterangepicker.js

    containerTop = this.element.offset().top - this.container.outerHeight() - parentOffset.top;
    L1038:            else
    L1039:                containerTop = this.element.offset().top + this.element.outerHeight() - parentOffset.top;
    L1040:
    L1041:            // Force the container to it's actual width
    L1042:            this.container.css({
    L1043:              top: 0,
    L1044:              left: 0,
    L1045:              right: 'auto'
    L1046:            });
    L1047:            var containerWidth = this.container.outerWidth();
    ...
    JavaScript
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 04:21:06 GMT 2020
    - 65.7K bytes
    - Viewed (0)
Back to top