Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 641 for circle (0.15 sec)

  1. platforms/software/dependency-management/src/test/groovy/org/gradle/internal/resolve/ModuleVersionNotFoundExceptionTest.groovy

            def versions = [
                    rejectedByAttributes('1.1', [color: ['red', 'red', true], shape: ['square', 'circle', false]]),
                    rejectedByAttributes('1.0', [color: ['red', 'green', false], shape: ['square', 'circle', false]]),
            ]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 9.8K bytes
    - Viewed (0)
  2. src/main/webapp/WEB-INF/view/common/admin/crud/buttons.jsp

    <%@page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8"%>
    <c:if test="${crudMode == 1}">
    	<button type="submit" class="btn btn-default" name="list"
    		value="<la:message key="labels.crud_button_back" />">
    		<em class="fa fa-arrow-circle-left">
    		<la:message key="labels.crud_button_back" />
    	</button>
    	<c:if test="${editable}">
    	<button type="submit" class="btn btn-success" name="create"
    		value="<la:message key="labels.crud_button_create" />">
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Mon Feb 10 12:37:20 UTC 2020
    - 2.7K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/main/resources/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/verification/report/uikit-icons.min.js

    y="9" x="1"/></svg>',"more-vertical":'<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><circle cx="10" cy="3" r="2"/><circle cx="10" cy="10" r="2"/><circle cx="10" cy="17" r="2"/></svg>',more:'<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><circle cx="3" cy="10" r="2"/><circle cx="10" cy="10" r="2"/><circle cx="17" cy="10" r="2"/></svg>',move:'<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><polygon...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 62.5K bytes
    - Viewed (0)
  4. src/main/webapp/WEB-INF/view/common/admin/header.jsp

    		<c:if test="${eoled}">
    		<li class="nav-item" data-toggle="tooltip" data-placement="left"
    			title="<la:message key="labels.eol_error" />">
    			<a class="nav-link active" href="${eolLink}" target="_olh"><em class="fas fa-times-circle text-danger"></a></li>
    		</c:if>
    		<c:if test="${developmentMode}">
    			<li class="nav-item" data-toggle="tooltip" data-placement="left"
    				title="<la:message key="labels.development_mode_warning" />">
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Oct 24 03:00:28 UTC 2020
    - 2.3K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-linked_ptr.h

    //
    // DO NOT USE THIS CLASS DIRECTLY YOURSELF.  Use linked_ptr<T>.
    class linked_ptr_internal {
     public:
      // Create a new circle that includes only this instance.
      void join_new() {
        next_ = this;
      }
    
      // Many linked_ptr operations may change p.link_ for some linked_ptr
      // variable p in the same circle as this object.  Therefore we need
      // to prevent two such operations from occurring concurrently.
      //
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 7.9K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/attributes/ComponentAttributesDynamicVersionIntegrationTest.groovy

      - 1.1:
          - Attribute 'color' didn't match. Requested 'green', was: 'blue'
          - Attribute 'shape' matched. Requested 'circle', was: 'circle'
      - 1.0:
          - Attribute 'color' didn't match. Requested 'green', was: 'red'
          - Attribute 'shape' didn't match. Requested 'circle', was: 'square'""")
        }
    
        static Closure<String> latestNotation() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 10.2K bytes
    - Viewed (0)
  7. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-linked_ptr.h

    //
    // DO NOT USE THIS CLASS DIRECTLY YOURSELF.  Use linked_ptr<T>.
    class linked_ptr_internal {
     public:
      // Create a new circle that includes only this instance.
      void join_new() {
        next_ = this;
      }
    
      // Many linked_ptr operations may change p.link_ for some linked_ptr
      // variable p in the same circle as this object.  Therefore we need
      // to prevent two such operations from occurring concurrently.
      //
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  8. pkg/ctrlz/assets/templates/modules/header.html

        <nav class="navbar navbar-expand-xs navbar-dark fixed-top bg-dark justify-content-between">
            <a class="navbar-brand" href="/">
                <span class="logo">
                    <svg viewBox="0 0 300 300">
                        <circle cx="150" cy="150" r="150" stroke-width="2" />
                        <polygon points="65,240 225,240 125,270"/>
                        <polygon points="65,230 125,220 125,110"/>
                        <polygon points="135,220 225,230 135,30"/>
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 682 bytes
    - Viewed (0)
  9. src/main/webapp/WEB-INF/view/admin/webauth/admin_webauth.jsp

                        <c:if test="${!displayCreateLink}">
                            <la:link href="../webconfig/" styleClass="btn btn-primary ${f:h(editableClass)}">
                                <em class="fa fa-arrow-circle-right">
                                <la:message key="labels.webauth_create_web_config"/>
                            </la:link>
                        </c:if>
                        <c:if test="${displayCreateLink}">
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Tue Mar 24 13:43:18 UTC 2020
    - 6.1K bytes
    - Viewed (0)
  10. src/main/webapp/WEB-INF/view/admin/fileauth/admin_fileauth.jsp

                        <c:if test="${!displayCreateLink}">
                            <la:link href="/admin/fileconfig/" styleClass="btn btn-primary ${f:h(editableClass)}">
                                <em class="fa fa-arrow-circle-right">
                                <la:message key="labels.file_auth_create_file_config"/>
                            </la:link>
                        </c:if>
                        <c:if test="${displayCreateLink}">
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 27 06:24:23 UTC 2020
    - 6.1K bytes
    - Viewed (0)
Back to top