diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 00000000..e69de29b diff --git a/404.html b/404.html new file mode 100644 index 00000000..b50f51e2 --- /dev/null +++ b/404.html @@ -0,0 +1,668 @@ + + + +
+ + + + + + + + + + + + + + + + + + +Creates a new author.
+An object providing values to initialize this instance.
+The author's mail address. If you set it to "akismet-guaranteed-spam@example.com"
, Akismet will always return true
.
The author's IP address.
+The author's name. If you set it to "viagra-test-123"
, Akismet will always return true
.
The author's role. If you set it to "administrator"
, Akismet will always return false
.
The URL of the author's website.
+The author's user agent, that is the string identifying the Web browser used to submit comments.
+Static
fromRepresents the front page or home URL transmitted when making requests.
+Creates a new blog.
+An object providing values to initialize this instance.
+The character encoding for the values included in comments.
+The languages in use on the blog or site, in ISO 639-1 format.
+The blog or site URL.
+Static
fromSubmits comments to the Akismet service.
+Creates a new client.
+The Akismet API key.
+The front page or home URL of the instance making requests.
+An object providing values to initialize this instance.
+Readonly
apiThe Akismet API key.
+Readonly
baseThe base URL of the remote API endpoint.
+Readonly
blogThe front page or home URL of the instance making requests.
+Readonly
isValue indicating whether the client operates in test mode.
+Readonly
userThe user agent string to use when making requests.
+Checks the specified comment against the service database, and returns a value indicating whether it is spam.
+The comment to be checked.
+A value indicating whether the specified comment is spam.
+Submits the specified comment that was incorrectly marked as spam but should not have been.
+The comment to be submitted.
+Resolves once the comment has been submitted.
+Submits the specified comment that was not marked as spam but should have been.
+The comment to be submitted.
+Resolves once the comment has been submitted.
+Represents a comment submitted by an author.
+Creates a new comment.
+An object providing values to initialize this instance.
+The comment's author.
+The comment's content.
+The context in which this comment was posted.
+The UTC timestamp of the creation of the comment.
+The permanent location of the entry the comment is submitted to.
+The UTC timestamp of the publication time for the post, page or thread on which the comment was posted.
+A string describing why the content is being rechecked.
+The URL of the webpage that linked to the entry being requested.
+The comment's type.
+Static
fromProvides API usage for a given month.
+Creates a new usage.
+An object providing values to initialize this instance.
+The number of monthly API calls your plan entitles you to.
+The percentage of the limit used since the beginning of the month.
+Value indicating whether the requests are being throttled for having consistently gone over the limit.
+The number of calls (spam + ham) since the beginning of the month.
+Static
fromSpecifies the type of a comment.
+A blog post.
+A blog comment.
+A contact form or feedback form submission.
+A top-level forum post.
+A message sent between just a few users.
+A reply to a top-level forum post.
+A new user account.
+Defines the options of an Author instance.
+The author's mail address. If you set it to "akismet-guaranteed-spam@example.com"
, Akismet will always return true
.
The author's IP address.
+The author's name.
+The author's role.
+The URL of the author's website.
+The author's user agent, that is the string identifying the Web browser used to submit comments.
+Defines the options of a Blog instance.
+The character encoding for the values included in comments.
+The languages in use on the blog or site, in ISO 639-1 format.
+The blog or site URL.
+Defines the options of a Client instance.
+The base URL of the remote API endpoint.
+Value indicating whether the client operates in test mode.
+The user agent string to use when making requests.
+Defines the options of a Comment instance.
+The comment's author.
+The comment's content.
+The context in which this comment was posted.
+The UTC timestamp of the creation of the comment.
+The permanent location of the entry the comment is submitted to.
+The UTC timestamp of the publication time for the post, page or thread on which the comment was posted.
+A string describing why the content is being rechecked.
+The URL of the webpage that linked to the entry being requested.
+The comment's type.
+Defines the options of a Usage instance.
+The number of monthly API calls your plan entitles you to.
+The percentage of the limit used since the beginning of the month.
+Value indicating whether the requests are being throttled for having consistently gone over the limit.
+The number of calls (spam + ham) since the beginning of the month.
+{"use strict";/*!
+ * escape-html
+ * Copyright(c) 2012-2013 TJ Holowaychuk
+ * Copyright(c) 2015 Andreas Lubbe
+ * Copyright(c) 2015 Tiancheng "Timothy" Gu
+ * MIT Licensed
+ */var Va=/["'&<>]/;qn.exports=za;function za(e){var t=""+e,r=Va.exec(t);if(!r)return t;var o,n="",i=0,a=0;for(i=r.index;i
Represents the author of a comment.
+