Fix misspellings
Found by misspellings and ispell tools. Change-Id: Ic7efcbe67ad10cee615679f02747aea19e9d0d6e
This commit is contained in:
parent
99877ab98c
commit
fab53453bd
@ -27,7 +27,7 @@
|
|||||||
* If a negative value is specified (e.g. a date in the past), the cookie will be deleted.
|
* If a negative value is specified (e.g. a date in the past), the cookie will be deleted.
|
||||||
* If set to null or omitted, the cookie will be a session cookie and will not be retained
|
* If set to null or omitted, the cookie will be a session cookie and will not be retained
|
||||||
* when the the browser exits.
|
* when the the browser exits.
|
||||||
* @option String path The value of the path atribute of the cookie (default: path of page that created the cookie).
|
* @option String path The value of the path attribute of the cookie (default: path of page that created the cookie).
|
||||||
* @option String domain The value of the domain attribute of the cookie (default: domain of page that created the cookie).
|
* @option String domain The value of the domain attribute of the cookie (default: domain of page that created the cookie).
|
||||||
* @option Boolean secure If true, the secure attribute of the cookie will be set and the cookie transmission will
|
* @option Boolean secure If true, the secure attribute of the cookie will be set and the cookie transmission will
|
||||||
* require a secure protocol (like HTTPS).
|
* require a secure protocol (like HTTPS).
|
||||||
|
@ -249,7 +249,7 @@
|
|||||||
hitarea: "hitarea"
|
hitarea: "hitarea"
|
||||||
};
|
};
|
||||||
|
|
||||||
// provide backwards compability
|
// provide backwards compatibility
|
||||||
$.fn.Treeview = $.fn.treeview;
|
$.fn.Treeview = $.fn.treeview;
|
||||||
|
|
||||||
})(jQuery);
|
})(jQuery);
|
@ -29,9 +29,9 @@
|
|||||||
/*
|
/*
|
||||||
and then do the following mappings,
|
and then do the following mappings,
|
||||||
(a) replace ß with ss,
|
(a) replace ß with ss,
|
||||||
(a) replace ae with ä, Not doing these, have trouble with diphtongs
|
(a) replace ae with ä, Not doing these, have trouble with diphthongs
|
||||||
(a) replace oe with ö, Not doing these, have trouble with diphtongs
|
(a) replace oe with ö, Not doing these, have trouble with diphthongs
|
||||||
(a) replace ue with ü unless preceded by q. Not doing these, have trouble with diphtongs
|
(a) replace ue with ü unless preceded by q. Not doing these, have trouble with diphthongs
|
||||||
So in quelle, ue is not mapped to ü because it follows q, and in feuer it is not mapped because the first part of the rule changes it to feUer, so the u is not found.
|
So in quelle, ue is not mapped to ü because it follows q, and in feuer it is not mapped because the first part of the rule changes it to feUer, so the u is not found.
|
||||||
*/
|
*/
|
||||||
word = word.replace(/ß/g, 'ss');
|
word = word.replace(/ß/g, 'ss');
|
||||||
|
@ -36,7 +36,7 @@ trc.util = new Object();
|
|||||||
trc.util.browser = {
|
trc.util.browser = {
|
||||||
//
|
//
|
||||||
// Returns the current version of IE, or -1 if it's not an IE
|
// Returns the current version of IE, or -1 if it's not an IE
|
||||||
// browser. This is one of the recomended ways of detecting IE
|
// browser. This is one of the recommended ways of detecting IE
|
||||||
// see:
|
// see:
|
||||||
//
|
//
|
||||||
// http://msdn.microsoft.com/en-us/library/ms537509%28VS.85%29.aspx
|
// http://msdn.microsoft.com/en-us/library/ms537509%28VS.85%29.aspx
|
||||||
@ -174,7 +174,7 @@ trc.util.dom = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
//
|
//
|
||||||
// Dum utility function for setting the class name of an
|
// Dumb utility function for setting the class name of an
|
||||||
// element. Eventually we'll move completely to XHTML, but
|
// element. Eventually we'll move completely to XHTML, but
|
||||||
// this will never work in IE 6, so for now we need this
|
// this will never work in IE 6, so for now we need this
|
||||||
// method for setting the class name.
|
// method for setting the class name.
|
||||||
|
@ -161,7 +161,7 @@
|
|||||||
order relative to the verb, going from least to most specific.
|
order relative to the verb, going from least to most specific.
|
||||||
Thus, although the threshold for POST to */servers, below, is
|
Thus, although the threshold for POST to */servers, below, is
|
||||||
25 per day, one cannot POST to */servers more than 10 times
|
25 per day, one cannot POST to */servers more than 10 times
|
||||||
withing a single minute because the rate limits for any POST
|
within a single minute because the rate limits for any POST
|
||||||
is 10/min.
|
is 10/min.
|
||||||
</p>
|
</p>
|
||||||
<xsdxt:code type="application/xml" href="../samples/rateLimits.xml"/>
|
<xsdxt:code type="application/xml" href="../samples/rateLimits.xml"/>
|
||||||
|
@ -36,7 +36,7 @@ trc.util = new Object();
|
|||||||
trc.util.browser = {
|
trc.util.browser = {
|
||||||
//
|
//
|
||||||
// Returns the current version of IE, or -1 if it's not an IE
|
// Returns the current version of IE, or -1 if it's not an IE
|
||||||
// browser. This is one of the recomended ways of detecting IE
|
// browser. This is one of the recommended ways of detecting IE
|
||||||
// see:
|
// see:
|
||||||
//
|
//
|
||||||
// http://msdn.microsoft.com/en-us/library/ms537509%28VS.85%29.aspx
|
// http://msdn.microsoft.com/en-us/library/ms537509%28VS.85%29.aspx
|
||||||
@ -174,7 +174,7 @@ trc.util.dom = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
//
|
//
|
||||||
// Dum utility function for setting the class name of an
|
// Dumb utility function for setting the class name of an
|
||||||
// element. Eventually we'll move completely to XHTML, but
|
// element. Eventually we'll move completely to XHTML, but
|
||||||
// this will never work in IE 6, so for now we need this
|
// this will never work in IE 6, so for now we need this
|
||||||
// method for setting the class name.
|
// method for setting the class name.
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
<!--
|
<!--
|
||||||
For the purposes of extending the schema api.xsd should be a flat XSD. This is, it should not have
|
For the purposes of extending the schema api.xsd should be a flat XSD. This is, it should not have
|
||||||
any <include ..> elements. That's no the case today. We should generate a flat XSD at compile time
|
any <include ..> elements. That's no the case today. We should generate a flat XSD at compile time
|
||||||
and refernce it here.
|
and reference it here.
|
||||||
-->
|
-->
|
||||||
<redefine vc:minVersion="1.1" schemaLocation="../../api.xsd">
|
<redefine vc:minVersion="1.1" schemaLocation="../../api.xsd">
|
||||||
<complexType name="Image">
|
<complexType name="Image">
|
||||||
|
@ -150,7 +150,7 @@
|
|||||||
</xsd:appinfo>
|
</xsd:appinfo>
|
||||||
</annotation>
|
</annotation>
|
||||||
</element>
|
</element>
|
||||||
|
|
||||||
<element name="network" type="csapi:AddressList">
|
<element name="network" type="csapi:AddressList">
|
||||||
<annotation>
|
<annotation>
|
||||||
<xsd:documentation
|
<xsd:documentation
|
||||||
@ -194,7 +194,7 @@
|
|||||||
</xsd:appinfo>
|
</xsd:appinfo>
|
||||||
</annotation>
|
</annotation>
|
||||||
</element>
|
</element>
|
||||||
|
|
||||||
|
|
||||||
<!-- Complex Types -->
|
<!-- Complex Types -->
|
||||||
<complexType name="Server">
|
<complexType name="Server">
|
||||||
@ -255,7 +255,7 @@
|
|||||||
xmlns="http://www.w3.org/1999/xhtml">
|
xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<p>
|
<p>
|
||||||
A reference to an image used to create the
|
A reference to an image used to create the
|
||||||
server. External images must contian a link that
|
server. External images must contain a link that
|
||||||
provides the full path to the image resource.
|
provides the full path to the image resource.
|
||||||
</p>
|
</p>
|
||||||
</xsd:documentation>
|
</xsd:documentation>
|
||||||
@ -267,8 +267,8 @@
|
|||||||
xml:lang="EN"
|
xml:lang="EN"
|
||||||
xmlns="http://www.w3.org/1999/xhtml">
|
xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<p>
|
<p>
|
||||||
The current server flavor. This may not contais
|
The current server flavor. This may not contains
|
||||||
all flavor detials but will always contain an
|
all flavor details but will always contain an
|
||||||
ID, a name, as well as self and bookmark links.
|
ID, a name, as well as self and bookmark links.
|
||||||
</p>
|
</p>
|
||||||
</xsd:documentation>
|
</xsd:documentation>
|
||||||
@ -315,8 +315,8 @@
|
|||||||
xml:lang="EN"
|
xml:lang="EN"
|
||||||
xmlns="http://www.w3.org/1999/xhtml">
|
xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<p>
|
<p>
|
||||||
The detials of a fault that may have occured
|
The details of a fault that may have occurred
|
||||||
while cerating the server or performing a server
|
while creating the server or performing a server
|
||||||
action.
|
action.
|
||||||
</p>
|
</p>
|
||||||
</xsd:documentation>
|
</xsd:documentation>
|
||||||
@ -342,7 +342,7 @@
|
|||||||
xml:lang="EN"
|
xml:lang="EN"
|
||||||
xmlns="http://www.w3.org/1999/xhtml">
|
xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<p>
|
<p>
|
||||||
A reference to an image. This is used exclusevely when
|
A reference to an image. This is used exclusively when
|
||||||
creating a server. Using an image ID here indicates that
|
creating a server. Using an image ID here indicates that
|
||||||
the image is locally hosted.
|
the image is locally hosted.
|
||||||
</p>
|
</p>
|
||||||
@ -355,7 +355,7 @@
|
|||||||
xml:lang="EN"
|
xml:lang="EN"
|
||||||
xmlns="http://www.w3.org/1999/xhtml">
|
xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<p>
|
<p>
|
||||||
A reference to a flavor. This is used exclusevely when
|
A reference to a flavor. This is used exclusively when
|
||||||
creating a server. Using a flavorRef here indicates that
|
creating a server. Using a flavorRef here indicates that
|
||||||
the flavor is locally hosted.
|
the flavor is locally hosted.
|
||||||
</p>
|
</p>
|
||||||
@ -547,7 +547,7 @@
|
|||||||
<p>
|
<p>
|
||||||
The only allowed attribute for this Server type is
|
The only allowed attribute for this Server type is
|
||||||
the ID, and links. This type is used for for holding
|
the ID, and links. This type is used for for holding
|
||||||
extenal refernecs to servers.
|
external references to servers.
|
||||||
</p>
|
</p>
|
||||||
</xsd:documentation>
|
</xsd:documentation>
|
||||||
</annotation>
|
</annotation>
|
||||||
@ -658,7 +658,7 @@
|
|||||||
When updating a server. The server
|
When updating a server. The server
|
||||||
<strong>MUST</strong> contain either a
|
<strong>MUST</strong> contain either a
|
||||||
name or metadata or access address. The
|
name or metadata or access address. The
|
||||||
other fields are not editabile on a
|
other fields are not editable on a
|
||||||
server update.
|
server update.
|
||||||
</p>
|
</p>
|
||||||
</xsd:documentation>
|
</xsd:documentation>
|
||||||
@ -767,7 +767,7 @@
|
|||||||
</annotation>
|
</annotation>
|
||||||
<simpleContent>
|
<simpleContent>
|
||||||
<extension base="csapi:FileContent">
|
<extension base="csapi:FileContent">
|
||||||
<attribute name="path" type="csapi:FileName" use="required">
|
<attribute name="path" type="csapi:FileName" use="required">
|
||||||
<annotation>
|
<annotation>
|
||||||
<xsd:documentation
|
<xsd:documentation
|
||||||
xml:lang="EN"
|
xml:lang="EN"
|
||||||
@ -851,7 +851,7 @@
|
|||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
The OpenStack compute API will always fill in the
|
The OpenStack compute API will always fill in the
|
||||||
version number as a convinence to the client.
|
version number as a convenience to the client.
|
||||||
</p>
|
</p>
|
||||||
</xsd:documentation>
|
</xsd:documentation>
|
||||||
</annotation>
|
</annotation>
|
||||||
|
Loading…
Reference in New Issue
Block a user