⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ssfx.core.xml

📁 经典编程900例(C语言),主要是C基础知识
💻 XML
📖 第 1 页 / 共 5 页
字号:
            <summary>
            Removes a handler for the specified event.
            </summary>
            <param name="key">The key used to identify the event.</param>
            <param name="handler">The event handler to remove.</param>
            <returns>true if there are handlers remaining for the specified event; false otherwise.</returns>
        </member>
        <member name="T:ScriptFX.UI.Element">
            <summary>
            A set of utility operations associated with DOM elements.
            </summary>
        </member>
        <member name="M:ScriptFX.UI.Element.AddCSSClass(System.DHTML.DOMElement,System.String)">
            <summary>
            Adds the specified CSS class to the set of CSS classes associated with the
            element.
            </summary>
            <param name="element">The element to update.</param>
            <param name="className">The CSS class to add.</param>
        </member>
        <member name="M:ScriptFX.UI.Element.ContainsCSSClass(System.DHTML.DOMElement,System.String)">
            <summary>
            Checks for the existence of the specified CSS class in the set of CSS classes
            associated with the element.
            </summary>
            <param name="element">The element to update.</param>
            <param name="className">The CSS class to lookup.</param>
        </member>
        <member name="M:ScriptFX.UI.Element.GetBounds(System.DHTML.DOMElement)">
            <summary>
            Retrieves the location and size of the element.
            </summary>
            <param name="element">The element to locate and measure.</param>
            <returns>The left, top, width and height values of the element's bounds.</returns>
        </member>
        <member name="M:ScriptFX.UI.Element.GetLocation(System.DHTML.DOMElement)">
            <summary>
            Retrieves the location of the element.
            </summary>
            <param name="element">The element to locate.</param>
            <returns>The left and top values of the element's location.</returns>
        </member>
        <member name="M:ScriptFX.UI.Element.GetSize(System.DHTML.DOMElement)">
            <summary>
            Retrieves the size of the element.
            </summary>
            <param name="element">The element to measure.</param>
            <returns>The width and height values of the element's dimensions.</returns>
        </member>
        <member name="M:ScriptFX.UI.Element.RemoveCSSClass(System.DHTML.DOMElement,System.String)">
            <summary>
            Removes the specified CSS class from the set of CSS classes associated with the
            element.
            </summary>
            <param name="element">The element to update.</param>
            <param name="className">The CSS class to remove.</param>
        </member>
        <member name="M:ScriptFX.UI.Element.SetLocation(System.DHTML.DOMElement,ScriptFX.UI.Location)">
            <summary>
            Updates the location of the element.
            </summary>
            <param name="element">The element to update.</param>
            <param name="location">The new location of the element.</param>
        </member>
        <member name="M:ScriptFX.UI.Element.SetSize(System.DHTML.DOMElement,ScriptFX.UI.Size)">
            <summary>
            Updates the size of the element.
            </summary>
            <param name="element">The element to measure.</param>
            <param name="size">The new size of the element.</param>
        </member>
        <member name="T:ScriptFX.UI.AnimationStopState">
            <summary>
            Used to indicate the final state of an element being animated
            when the the animation is stopped mid-way.
            </summary>
        </member>
        <member name="F:ScriptFX.UI.AnimationStopState.Complete">
            <summary>
            Leaves the animated element in its intended final state.
            </summary>
        </member>
        <member name="F:ScriptFX.UI.AnimationStopState.Abort">
            <summary>
            Leaves the element in its current state.
            </summary>
        </member>
        <member name="F:ScriptFX.UI.AnimationStopState.Revert">
            <summary>
            Leaves the element back in its original state.
            </summary>
        </member>
        <member name="T:ScriptFX.Net.HTTPStatusCode">
            <summary>
            Contains the values of status codes defined for HTTP.
            </summary>
        </member>
        <member name="F:ScriptFX.Net.HTTPStatusCode.CanContinue">
            <summary>
            HTTP status 100 indicates that the client can continue with its request.
            </summary>
        </member>
        <member name="F:ScriptFX.Net.HTTPStatusCode.SwitchingProtocols">
            <summary
            >HTTP status 101 indicates that the protocol version or protocol is being changed.
            </summary>
        </member>
        <member name="F:ScriptFX.Net.HTTPStatusCode.OK">
            <summary>
            HTTP status 200 indicates that the request succeeded and that the requested
            information is in the response. This is the most common status code to receive.
            </summary>
        </member>
        <member name="F:ScriptFX.Net.HTTPStatusCode.Created">
            <summary>
            HTTP status 201 indicates that the request resulted in a new resource created before the response was sent.
            </summary>
        </member>
        <member name="F:ScriptFX.Net.HTTPStatusCode.PartialContent">
            <summary>
            HTTP status 206 indicates that the response is a partial response as requested
            by a GET request that includes a byte range.
            </summary>
        </member>
        <member name="F:ScriptFX.Net.HTTPStatusCode.Accepted">
            <summary>
            HTTP status 202 indicates that the request has been accepted for further processing.
            </summary>
        </member>
        <member name="F:ScriptFX.Net.HTTPStatusCode.NonAuthoritativeInformation">
            <summary>
            HTTP status 203 indicates that the returned metainformation is from a cached copy
            instead of the origin server and therefore may be incorrect.
            </summary>
        </member>
        <member name="F:ScriptFX.Net.HTTPStatusCode.NoContent">
            <summary>
            HTTP status 204 indicates that the request has been successfully processed and that the
            response is intentionally blank.
            </summary>
        </member>
        <member name="F:ScriptFX.Net.HTTPStatusCode.ResetContent">
            <summary>
            HTTP status 205 indicates that the client should reset (not reload) the current resource.
            </summary>
        </member>
        <member name="F:ScriptFX.Net.HTTPStatusCode.Ambiguous">
            <summary>
            HTTP status 300 indicates that the requested information has multiple representations.
            </summary>
        </member>
        <member name="F:ScriptFX.Net.HTTPStatusCode.Moved">
            <summary>
            HTTP status 301 indicates that the requested information has been moved to the URI specified in the Location header.
            </summary>
        </member>
        <member name="F:ScriptFX.Net.HTTPStatusCode.Redirect">
            <summary>
            HTTP status 302 indicates that the requested information is located at the URI specified in the Location header.
            </summary>
        </member>
        <member name="F:ScriptFX.Net.HTTPStatusCode.RedirectMethod">
            <summary>
            HTTP status 303 automatically redirects the client to the URI specified in the Location header
            as the result of a POST. The request to the resource specified by the Location header will be
            made with a GET.
            </summary>
        </member>
        <member name="F:ScriptFX.Net.HTTPStatusCode.NotModified">
            <summary>
            HTTP status 304 indicates that the client's cached copy is up to date.
            The contents of the resource are not transferred.
            </summary>
        </member>
        <member name="F:ScriptFX.Net.HTTPStatusCode.UseProxy">
            <summary>
            HTTP status 305 indicates that the request should use the proxy server at the URI specified in the Location header.
            </summary>
        </member>
        <member name="F:ScriptFX.Net.HTTPStatusCode.TemporaryRedirect">
            <summary>
            HTTP status 307 indicates that the request information is located at the URI specified in the Location header.
            </summary>
        </member>
        <member name="F:ScriptFX.Net.HTTPStatusCode.BadRequest">
            <summary>
            HTTP status 400 indicates that the request could not be understood by the server.
            </summary>
        </member>
        <member name="F:ScriptFX.Net.HTTPStatusCode.MethodNotAllowed">
            <summary>
            HTTP status 400 indicates that the request method (POST or GET) is not allowed on the requested resource.
            </summary>
        </member>
        <member name="F:ScriptFX.Net.HTTPStatusCode.Unauthorized">
            <summary>
            HTTP status 401 indicates that the requested resource requires authentication. The WWW-Authenticate header contains the details of how to perform the authentication.
            </summary>
        </member>
        <member name="F:ScriptFX.Net.HTTPStatusCode.PaymentRequired">
            <summary>
            HTTP status 402 is reserved for future use.
            </summary>
        </member>
        <member name="F:ScriptFX.Net.HTTPStatusCode.Forbidden">
            <summary>
            HTTP status 403 indicates that the server refuses to fulfill the request.
            </summary>
        </member>
        <member name="F:ScriptFX.Net.HTTPStatusCode.NotFound">
            <summary>
            HTTP status 404 indicates that the requested resource does not exist on the server.
            </summary>
        </member>
        <member name="F:ScriptFX.Net.HTTPStatusCode.NotAcceptable">
            <summary>
            HTTP status 406 indicates that the client has indicated with Accept headers that it will
            not accept any of the available representations of the resource.
            </summary>
        </member>
        <member name="F:ScriptFX.Net.HTTPStatusCode.ProxyAuthenticationRequired">
            <summary>
            HTTP status 407 indicates that the requested proxy requires authentication. The
            Proxy-authenticate header contains the details of how to perform the authentication.
            </summary>
        </member>
        <member name="F:ScriptFX.Net.HTTPStatusCode.RequestTimeout">
            <summary>
            HTTP status 408 indicates that the client did not send a request within the time the server was expecting the request.
            </summary>
        </member>
        <member name="F:ScriptFX.Net.HTTPStatusCode.Conflict">
            <summary>
            HTTP status 409 indicates that the request could not be carried out because of a conflict on the server.
            </summary>
        </member>
        <member name="F:ScriptFX.Net.HTTPStatusCode.Gone">
            <summary>
            HTTP status 410 indicates that the requested resource is no longer available.
            </summary>
        </member>
        <member name="F:ScriptFX.Net.HTTPStatusCode.LengthRequired">
            <summary
            >HTTP status 411 indicates that the required Content-length header is missing.
            </summary>
        </member>
        <member name="F:ScriptFX.Net.HTTPStatusCode.PreconditionFailed">
            <summary>
            HTTP status 412 indicates that a condition set for this request failed, and
            the request cannot be carried out. Conditions are set with conditional request
            headers like If-Match, If-None-Match, or If-Unmodified-Since.
            </summary>
        </member>
        <member name="F:ScriptFX.Net.HTTPStatusCode.RequestEntityTooLarge">
            <summary>
            HTTP status 413 indicates that the request is too large for the server to process.
            </summary>
        </member>
        <member name="F:ScriptFX.Net.HTTPStatusCode.RequestUriTooLong">
            <summary>
            HTTP status 414 indicates that the URI is too long.
            </summary>
        </member>
        <member name="F:ScriptFX.Net.HTTPStatusCode.UnsupportedMediaType">
            <summary>
            HTTP status 415 indicates that the request is an unsupported type.
            </summary>
        </member>
        <member name="F:ScriptFX.Net.HTTPStatusCode.RequestedRangeNotSatisfiable">
            <summary>
    

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -