Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 194 for jcenter (0.46 sec)

  1. src/cmd/vendor/github.com/google/pprof/internal/driver/html/common.css

    .menu-item .menu-name:hover {
      opacity: 0.75;
    }
    .menu-item .menu-name:hover .downArrow {
      border-top-color: #666;
    }
    .menu-name {
      height: 100%;
      padding: 0 0.5em;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .menu-name a {
      text-decoration: none;
      color: #212121;
    }
    .submenu {
      display: none;
      z-index: 1;
      margin-top: -4px;
      min-width: 10em;
      position: absolute;
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 22 18:58:12 UTC 2022
    - 5.5K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/img/warPluginTasks.graphml

              <y:Geometry height="30.0" width="140.0" x="180.0" y="0.0"/>
              <y:Fill color="#C3D9E6" transparent="false"/>
              <y:BorderStyle color="#000000" type="line" width="1.0"/>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  3. platforms/core-configuration/kotlin-dsl/doc/c4/lib/C4.puml

    ' Colors
    ' ##################################
    
    !define ELEMENT_FONT_COLOR #FFFFFF
    
    ' Styling
    ' ##################################
    
    !define TECHN_FONT_SIZE 12
    
    skinparam defaultTextAlignment center
    
    skinparam wrapWidth 200
    skinparam maxMessageSize 150
    
    skinparam rectangle {
        StereotypeFontSize 12
        shadowing false
    }
    
    skinparam Arrow {
        Color #666666
        FontColor #666666
        FontSize 12
    }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 3.6K bytes
    - Viewed (0)
  4. docs/ja/docs/fastapi-people.md

    ---
    hide:
      - navigation
    ---
    
    # FastAPI People
    
    FastAPIには、様々なバックグラウンドの人々を歓迎する素晴らしいコミュニティがあります。
    
    ## Creator - Maintainer
    
    こんにちは! 👋
    
    これが私です:
    
    {% if people %}
    <div class="user-list user-list-center">
    {% for user in people.maintainers %}
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 7K bytes
    - Viewed (0)
  5. pkg/ctrlz/topics/assets/templates/scopes.html

        <tbody>
    
            {{ range $index, $value := . }}
                <tr id="{{$value.Name}}">
                    <td>{{$value.Name}}</td>
                    <td>{{$value.Description}}</td>
                    <td class="text-center">
                        <div class="dropdown">
                            <button id="outputLevel" class="btn btn-istio dropdown-toggle" type="button" data-toggle="dropdown">
                                {{$value.OutputLevel}}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 7.2K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/main/resources/footer.html

            // so we should not slide down to where `docs-navigation` lays.
            if (desktopMediaQuery.matches) {
                // Scroll to center of the page
                link.scrollIntoView({behavior: 'auto', block: 'center', inline: 'center'})
            }
        });
    
        // Expand/contract multi-level side navigation
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 09:28:20 UTC 2024
    - 8.6K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/quantization/stablehlo/tests/passes/unfuse_mhlo_batch_norm.mlir

      // CHECK: %[[X_CENTER:.+]] = mhlo.subtract %[[X]], %[[MEAN_BCAST]] : tensor<4x256xf32>
      // CHECK: %[[X_SCALED:.+]] = mhlo.multiply %[[X_CENTER]], %[[SCALE_BCAST]] : tensor<4x256xf32>
      // CHECK: %[[X_NORMED:.+]] = mhlo.divide %[[X_SCALED]], %[[STDDEV_BCAST]] : tensor<4x256xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 06 15:32:52 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  8. src/main/webapp/WEB-INF/view/error/badRequest.jsp

    <link href="${fe:url('/css/font-awesome.min.css')}"
    	rel="stylesheet" type="text/css" />
    </head>
    <body class="error">
    	<jsp:include page="../header.jsp" />
    	<main class="container">
    		<div class="text-center">
    			<h2>
    				<la:message key="labels.request_error_title" />
    			</h2>
    			<div class="errormessage"><la:message key="labels.bad_request" /></div>
    		</div>
    	</main>
    	<jsp:include page="../footer.jsp" />
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  9. src/main/webapp/WEB-INF/orig/view/error/notFound.jsp

    <link href="${fe:url('/css/font-awesome.min.css')}"
    	rel="stylesheet" type="text/css" />
    </head>
    <body class="error">
    	<jsp:include page="../header.jsp" />
    	<main class="container">
    		<div class="text-center">
    			<h2>
    				<la:message key="labels.page_not_found_title" />
    			</h2>
    			<div>
    				<la:message key="labels.check_url" />
    				<br /> ${f:h(url)}
    			</div>
    		</div>
    	</main>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  10. platforms/software/testing-base/src/main/resources/org/gradle/api/internal/tasks/testing/report/style.css

    #summary td {
        vertical-align: top;
    }
    
    .breadcrumbs, .breadcrumbs a {
        color: #606060;
    }
    
    .infoBox {
        width: 110px;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
    }
    
    .infoBox p {
        margin: 0;
    }
    
    .counter, .percent {
        font-size: 120%;
        font-weight: bold;
        margin-bottom: 8px;
    }
    
    #duration {
        width: 125px;
    }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 1.1K bytes
    - Viewed (0)
Back to top