Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 50 for Alert (0.28 sec)

  1. src/crypto/tls/handshake_client_test.go

    		}
    
    		if test.validate != nil {
    			if err := test.validate(client.ConnectionState()); err != nil {
    				t.Errorf("validate callback returned error: %s", err)
    			}
    		}
    
    		// If the server sent us an alert after our last flight, give it a
    		// chance to arrive.
    		if write && test.renegotiationExpectedToFail == 0 {
    			if err := peekError(client); err != nil {
    				t.Errorf("final Read returned an error: %s", err)
    			}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 88.7K bytes
    - Viewed (0)
  2. src/crypto/tls/handshake_server_test.go

    		config:  config,
    	}
    	runServerTestTLS12(t, test)
    }
    
    // TestHandshakeServerSNIGetCertificateError tests to make sure that errors in
    // GetCertificate result in a tls alert.
    func TestHandshakeServerSNIGetCertificateError(t *testing.T) {
    	const errMsg = "TestHandshakeServerSNIGetCertificateError error"
    
    	serverConfig := testConfig.Clone()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 03 14:56:25 UTC 2024
    - 64.7K bytes
    - Viewed (0)
  3. tests/migrate_test.go

    	AssertEqual(t, false, ok)
    
    	// null -> null
    	err = DB.Table("unique_tests").AutoMigrate(&UniqueTest2{})
    	if err != nil {
    		t.Fatalf("AutoMigrate err:%v", err)
    	}
    
    	// not trigger alert column
    	AssertEqual(t, true, DB.Migrator().HasConstraint(&UniqueTest{}, "uni_unique_tests_name"))
    	AssertEqual(t, false, DB.Migrator().HasIndex(&UniqueTest{}, "name"))
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Mon Mar 18 11:24:16 UTC 2024
    - 56.2K bytes
    - Viewed (0)
  4. src/cmd/go/internal/modload/init.go

    		if gpdir == "" {
    			continue
    		}
    		if rel := search.InDir(dir, filepath.Join(gpdir, "src")); rel != "" && rel != "." {
    			path := filepath.ToSlash(rel)
    			// gorelease will alert users publishing their modules to fix their paths.
    			if err := module.CheckImportPath(path); err != nil {
    				badPathErr = err
    				break
    			}
    			return path, nil
    		}
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 18:36:30 UTC 2024
    - 69.8K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/css/manual.css

    .admonitionblock.warning td.icon {
    	background-color: var(--warning-color);
    	color: var(--warning-on-color)
    }
    
    .admonitionblock.warning td.icon i {
    	background-image: url(./img/octicons-16.svg#view-alert)
    }
    
    /* Custom collapsible block */
    details summary {
    	width: 100%;
    	padding: 1rem 0;
    	border-top: 1px solid gray;
    	position: relative;
    	cursor: pointer;
    	list-style: none;
    }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/main/resources/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/verification/report/uikit.min.js

    er,i,o).then(function(){if(Oe(e,s.clsOpen)===i){if(i){var t=Ce(s.$props.toggle,e);!1===o||Pi(t)||Oi(t)}else s._toggle(n,!1);e._wrapper=null,Se(n)}})}})}}},ln={mixins:[hn,un],args:"animation",props:{close:String},data:{animation:[!0],selClose:".uk-alert-close",duration:150,hideProps:G({opacity:0},un.data.hideProps)},events:[{name:"click",delegate:function(){return this.selClose},handler:function(t){t.preventDefault(),this.close()}}],methods:{close:function(){var t=this;this.toggleElement(this.$el...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 130.5K bytes
    - Viewed (0)
  7. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <glob pattern="*.unityweb"/>
      </mime-type>
      <mime-type type="application/vnd.uoml+xml">
        <glob pattern="*.uoml"/>
      </mime-type>
      <mime-type type="application/vnd.uplanet.alert"/>
      <mime-type type="application/vnd.uplanet.alert-wbxml"/>
      <mime-type type="application/vnd.uplanet.bearer-choice"/>
      <mime-type type="application/vnd.uplanet.bearer-choice-wbxml"/>
      <mime-type type="application/vnd.uplanet.cacheop"/>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  8. doc/go1.17_spec.html

    in particular those above <code>0x10FFFF</code> and surrogate halves.
    </p>
    
    <p>
    After a backslash, certain single-character escapes represent special values:
    </p>
    
    <pre class="grammar">
    \a   U+0007 alert or bell
    \b   U+0008 backspace
    \f   U+000C form feed
    \n   U+000A line feed or newline
    \r   U+000D carriage return
    \t   U+0009 horizontal tab
    \v   U+000B vertical tab
    \\   U+005C backslash
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
  9. doc/go_spec.html

    in particular those above <code>0x10FFFF</code> and surrogate halves.
    </p>
    
    <p>
    After a backslash, certain single-character escapes represent special values:
    </p>
    
    <pre class="grammar">
    \a   U+0007 alert or bell
    \b   U+0008 backspace
    \f   U+000C form feed
    \n   U+000A line feed or newline
    \r   U+000D carriage return
    \t   U+0009 horizontal tab
    \v   U+000B vertical tab
    \\   U+005C backslash
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Uint64", Func, 21},
    		{"Uint64Value", Func, 21},
    		{"Value", Type, 21},
    		{"Warn", Func, 21},
    		{"WarnContext", Func, 21},
    		{"With", Func, 21},
    	},
    	"log/syslog": {
    		{"(*Writer).Alert", Method, 0},
    		{"(*Writer).Close", Method, 0},
    		{"(*Writer).Crit", Method, 0},
    		{"(*Writer).Debug", Method, 0},
    		{"(*Writer).Emerg", Method, 0},
    		{"(*Writer).Err", Method, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top