Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 198 for shadow_ (0.15 sec)

  1. src/main/webapp/css/admin/adminlte.min.css

    :nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:aut...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 641.1K bytes
    - Viewed (0)
  2. analysis/analysis-api-impl-base/src/org/jetbrains/kotlin/analysis/api/impl/base/components/KtAnalysisScopeProviderImpl.kt

        override fun contains(file: VirtualFile): Boolean =
            (base.contains(file) && !shadowed.contains(file)) || file.isFromGeneratedModule(useSiteModule)
    
        override fun toString() =
            "Analysis scope for $useSiteModule (base: $base, shadowed: $shadowed)"
    }
    
    @OptIn(KtModuleStructureInternals::class)
    private fun VirtualFile.isFromGeneratedModule(useSiteModule: KtModule): Boolean {
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu Jun 06 17:44:50 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  3. src/go/doc/testdata/error2.go

    		// error should not be visible
    		error
    	}
    }
    
    type S0 struct {
    	// In struct types, an embedded error must only be visible
    	// if AllDecls is set.
    	error
    }
    
    // This error declaration shadows the predeclared error type.
    type error interface {
    	Error() string
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 618 bytes
    - Viewed (0)
  4. src/net/nss_test.go

    # If you have the libc-doc-reference' and nfo' packages installed, try:
    # nfo libc "Name Service Switch"' for information about this file.
    
    passwd:         compat
    group:          compat
    shadow:         compat
    
    hosts:          files mdns4_minimal [NOTFOUND=return] dns mdns4
    networks:       files
    
    protocols:      db files
    services:       db files
    ethers:         db files
    rpc:            db files
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 15 20:15:51 UTC 2022
    - 3.4K bytes
    - Viewed (0)
  5. test/fixedbugs/issue24547.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // When computing method sets with shadowed methods, make sure we
    // compute whether a method promotion involved a pointer traversal
    // based on the promoted method, not the shadowed method.
    
    package main
    
    import (
    	"bytes"
    	"fmt"
    )
    
    type mystruct struct {
    	f int
    }
    
    func (t mystruct) String() string {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 27 18:56:36 UTC 2018
    - 757 bytes
    - Viewed (0)
  6. src/main/webapp/js/suggestor.js

                    "-webkit-box-shadow",
                    "0 3px 2px 0px rgba(0, 0, 0, 0.1), 0 3px 2px 0px rgba(236, 236, 236, 0.6)"
                  );
                  $boxElement.css(
                    "-moz-box-shadow",
                    "0 3px 2px 0px rgba(0, 0, 0, 0.1), 0 3px 2px 0px rgba(236, 236, 236, 0.6)"
                  );
                  $boxElement.css(
                    "box-shadow",
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Mar 30 05:45:24 UTC 2023
    - 13.3K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/deadstore_test.go

    		Bloc("exit",
    			Exit("store")))
    
    	CheckFunc(fun.f)
    	dse(fun.f)
    	CheckFunc(fun.f)
    }
    
    func TestDeadStoreTypes(t *testing.T) {
    	// Make sure a narrow store can't shadow a wider one. We test an even
    	// stronger restriction, that one store can't shadow another unless the
    	// types of the address fields are identical (where identicalness is
    	// decided by the CSE pass).
    	c := testConfig(t)
    	t1 := c.config.Types.UInt64.PtrTo()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 25 20:07:26 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  8. src/testdata/Isaac.Newton-Opticks.txt

    three hyperbolical Lines representing the Terminus of the Shadow of one
    of the Knives, the dark Line between the first and second Fringes of
    that Shadow, and the dark Line between the second and third Fringes of
    the same Shadow; _xip_, _ykq_, and _zlr_, three other hyperbolical Lines
    representing the Terminus of the Shadow of the other Knife, the dark
    Line between the first and second Fringes of that Shadow, and the dark
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  9. src/go/parser/testdata/resolution/resolution.src

    	case err /* =@err2 */ := <-_:
    		return err /* @err2 */
    	}
    
    	_ = func(p1 /* =@p1 */ int, p2 /* =@p2 */ p1) {
    		closed /* =@closed */ := p1 // @p1
    		shadowed /* =@shadowed1 */ := p2 // @p2
    		_ = func(shadowed /* =@shadowed2 */ p2 /* @p2 */) {
    			closed /* @closed */ = 1
    			shadowed /* @shadowed2 */ = 2
    		}
    	}
    }
    
    func (r /* =@r */ c /* @cdecl */) m(_ r) c /* @cdecl */ { return r /* @r */ }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 16 21:19:23 UTC 2021
    - 1.5K bytes
    - Viewed (0)
  10. samples/bookinfo/src/productpage/templates/productpage.html

                Sign in
              </button>
            {% endif %}
          </div>
        </div>
      </div>
    </nav>
    
    <!-- Sign in dialog -->
    <dialog id="dialog" class="w-full sm:w-2/3 lg:w-1/3 border rounded-md shadow-xl">
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 19:54:05 UTC 2024
    - 10.9K bytes
    - Viewed (0)
Back to top