Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spelling #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions build/gallery-formvalidator/gallery-formvalidator-debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ YUI.add('gallery-formvalidator', function(Y) {
},
/**
* This is used to check to see if an attributes has been set on the target, if
* not then the attName property is used to retreive a default value set in the Form's
* not then the attName property is used to retrieve a default value set in the Form's
* main object.
* @method checkAttribute
* @param {BaseInputField} target The input field who's attribute is being checked
Expand Down Expand Up @@ -1142,7 +1142,7 @@ YUI.add('gallery-formvalidator', function(Y) {
* The input can optionally override this function so they can
* retrieve their particular input from the form validator. If they do
* not override this, then everyting will still work, they just won't be
* able to retreive it by name from the form validator.
* able to retrieve it by name from the form validator.
* @method getId
* @return {number} the id of the input field
*/
Expand Down Expand Up @@ -1737,7 +1737,7 @@ YUI.add('gallery-formvalidator', function(Y) {
* This will be an object that can optionally implement all the
* functions used by an input field. This can also be a function, which
* retrieves the object, or a string, which can be the name of an instance
* object or function call to retreive it.
* object or function call to retrieve it.
* @property emptyValue
* @type {Object}
*/
Expand Down
6 changes: 3 additions & 3 deletions build/gallery-formvalidator/gallery-formvalidator.js
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ YUI.add('gallery-formvalidator', function(Y) {
},
/**
* This is used to check to see if an attributes has been set on the target, if
* not then the attName property is used to retreive a default value set in the Form's
* not then the attName property is used to retrieve a default value set in the Form's
* main object.
* @method checkAttribute
* @param {BaseInputField} target The input field who's attribute is being checked
Expand Down Expand Up @@ -1142,7 +1142,7 @@ YUI.add('gallery-formvalidator', function(Y) {
* The input can optionally override this function so they can
* retrieve their particular input from the form validator. If they do
* not override this, then everyting will still work, they just won't be
* able to retreive it by name from the form validator.
* able to retrieve it by name from the form validator.
* @method getId
* @return {number} the id of the input field
*/
Expand Down Expand Up @@ -1737,7 +1737,7 @@ YUI.add('gallery-formvalidator', function(Y) {
* This will be an object that can optionally implement all the
* functions used by an input field. This can also be a function, which
* retrieves the object, or a string, which can be the name of an instance
* object or function call to retreive it.
* object or function call to retrieve it.
* @property emptyValue
* @type {Object}
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ Y.mix(ITSACalendarMarkedDates.prototype, {
* A utility method that converts a Date to the columnindex of the calendar cell the Date corresponds to.
*
* @method _getDateColumn
* @param {Date} oDate The Date to retreive the columnindex from
* @param {Date} oDate The Date to retrieve the columnindex from
* @protected
* @return {int} The columnindex
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ Y.mix(ITSACalendarMarkedDates.prototype, {
* A utility method that converts a Date to the columnindex of the calendar cell the Date corresponds to.
*
* @method _getDateColumn
* @param {Date} oDate The Date to retreive the columnindex from
* @param {Date} oDate The Date to retrieve the columnindex from
* @protected
* @return {int} The columnindex
*/
Expand Down
4 changes: 2 additions & 2 deletions build/gallery-itsadialogbox/gallery-itsadialogbox-debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ Y.ITSADIALOGBOX = Y.Base.create('itsadialogbox', Y.Panel, [], {
* Removes a panel by its panelId (which is generated by this.definePanel())
*
* @method removePanel
* @param {Int} panelId Id of the panel to be removed. Retreive this value during definePanel()
* @param {Int} panelId Id of the panel to be removed. Retrieve this value during definePanel()
*/
removePanel: function(panelId) {
var instance = this;
Expand All @@ -201,7 +201,7 @@ Y.ITSADIALOGBOX = Y.Base.create('itsadialogbox', Y.Panel, [], {
* use this method under the hood).
*
* @method showPanel
* @param {Int} panelId Id of the panel that has to be shown. Retreive this value during definePanel()
* @param {Int} panelId Id of the panel that has to be shown. Retrieve this value during definePanel()
* @param {String} [title] showed in the header of the Panel.
* @param {String} [bodyText] showed inside the Panel.
* @param {Function} [callback] callbackfunction to be excecuted.
Expand Down
4 changes: 2 additions & 2 deletions build/gallery-itsadialogbox/gallery-itsadialogbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ Y.ITSADIALOGBOX = Y.Base.create('itsadialogbox', Y.Panel, [], {
* Removes a panel by its panelId (which is generated by this.definePanel())
*
* @method removePanel
* @param {Int} panelId Id of the panel to be removed. Retreive this value during definePanel()
* @param {Int} panelId Id of the panel to be removed. Retrieve this value during definePanel()
*/
removePanel: function(panelId) {
var instance = this;
Expand All @@ -198,7 +198,7 @@ Y.ITSADIALOGBOX = Y.Base.create('itsadialogbox', Y.Panel, [], {
* use this method under the hood).
*
* @method showPanel
* @param {Int} panelId Id of the panel that has to be shown. Retreive this value during definePanel()
* @param {Int} panelId Id of the panel that has to be shown. Retrieve this value during definePanel()
* @param {String} [title] showed in the header of the Panel.
* @param {String} [bodyText] showed inside the Panel.
* @param {Function} [callback] callbackfunction to be excecuted.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -497,14 +497,14 @@ Y.namespace('Plugin').ITSADTColumnResize = Y.Base.create('itsadtcolumnresize', Y
},

/**
* Retreives the true col-width in pixels, exact as is occupied on the screen.<br>
* Some cols might have been expanded to fit a fixed DataTable-width. To retreive the colwith without this
* Retrieves the true col-width in pixels, exact as is occupied on the screen.<br>
* Some cols might have been expanded to fit a fixed DataTable-width. To retrieve the colwith without this
* expansion, you can set withoutExpansion=true.
* @method getColumnWidthPx
* @param {Number|String} name key, name, or index of a column in the host's `_displayColumns` array.
* @param {Boolean} [withoutExpansion] (defaults false) some cols may be expanded to fit the total datatablewidth.<br>
* These are cols that have undefined width-settings themselves, or -if no undefined col- the last column.<br>
* This expansion will be part of the width, because it is the true width on the screen. When set to true, you retreive<br>
* This expansion will be part of the width, because it is the true width on the screen. When set to true, you retrieve<br>
* the original width without the expansion, which is in fact the width that will be reached if the column can get narrower
* for exampele when other column is set wider and no expansion is required.
* @return {int} columnwidth in pixels
Expand Down Expand Up @@ -539,14 +539,14 @@ Y.namespace('Plugin').ITSADTColumnResize = Y.Base.create('itsadtcolumnresize', Y
},

/**
* Retreives the true col-width in percent (in comparison to the DataTable-width) exact as is occupied on the screen.<br>
* Some cols might have been expanded to fit a fixed DataTable-width. To retreive the colwith without this
* Retrieves the true col-width in percent (in comparison to the DataTable-width) exact as is occupied on the screen.<br>
* Some cols might have been expanded to fit a fixed DataTable-width. To retrieve the colwith without this
* expansion, you can set withoutExpansion=true.
* @method getColumnWidthPercent
* @param {Number|String} name key, name, or index of a column in the host's `_displayColumns` array.
* @param {Boolean} [withoutExpansion] (defaults false) some cols may be expanded to fit the total datatablewidth.<br>
* These are cols that have undefined width-settings themselves, or -if no undefined col- the last column.<br>
* This expansion will be part of the width, because it is the true width on the screen. When set to true, you retreive<br>
* This expansion will be part of the width, because it is the true width on the screen. When set to true, you retrieve<br>
* the original width without the expansion, which is in fact the width that will be reached if the column can get narrower
* for exampele when other column is set wider and no expansion is required.
* @return {String} columnwidth in percent
Expand All @@ -563,7 +563,7 @@ Y.namespace('Plugin').ITSADTColumnResize = Y.Base.create('itsadtcolumnresize', Y
},

/**
* Retreives the expansion of the column in pixels. Some cols might have been expanded to fit a fixed DataTable-width.
* Retrieves the expansion of the column in pixels. Some cols might have been expanded to fit a fixed DataTable-width.
* @method getColumnExpansion
* @param {Number|String} name key, name, or index of a column in the host's `_displayColumns` array.
* @return {int} expansion in pixels
Expand Down
14 changes: 7 additions & 7 deletions build/gallery-itsadtcolumnresize/gallery-itsadtcolumnresize.js
Original file line number Diff line number Diff line change
Expand Up @@ -487,14 +487,14 @@ Y.namespace('Plugin').ITSADTColumnResize = Y.Base.create('itsadtcolumnresize', Y
},

/**
* Retreives the true col-width in pixels, exact as is occupied on the screen.<br>
* Some cols might have been expanded to fit a fixed DataTable-width. To retreive the colwith without this
* Retrieves the true col-width in pixels, exact as is occupied on the screen.<br>
* Some cols might have been expanded to fit a fixed DataTable-width. To retrieve the colwith without this
* expansion, you can set withoutExpansion=true.
* @method getColumnWidthPx
* @param {Number|String} name key, name, or index of a column in the host's `_displayColumns` array.
* @param {Boolean} [withoutExpansion] (defaults false) some cols may be expanded to fit the total datatablewidth.<br>
* These are cols that have undefined width-settings themselves, or -if no undefined col- the last column.<br>
* This expansion will be part of the width, because it is the true width on the screen. When set to true, you retreive<br>
* This expansion will be part of the width, because it is the true width on the screen. When set to true, you retrieve<br>
* the original width without the expansion, which is in fact the width that will be reached if the column can get narrower
* for exampele when other column is set wider and no expansion is required.
* @return {int} columnwidth in pixels
Expand Down Expand Up @@ -528,14 +528,14 @@ Y.namespace('Plugin').ITSADTColumnResize = Y.Base.create('itsadtcolumnresize', Y
},

/**
* Retreives the true col-width in percent (in comparison to the DataTable-width) exact as is occupied on the screen.<br>
* Some cols might have been expanded to fit a fixed DataTable-width. To retreive the colwith without this
* Retrieves the true col-width in percent (in comparison to the DataTable-width) exact as is occupied on the screen.<br>
* Some cols might have been expanded to fit a fixed DataTable-width. To retrieve the colwith without this
* expansion, you can set withoutExpansion=true.
* @method getColumnWidthPercent
* @param {Number|String} name key, name, or index of a column in the host's `_displayColumns` array.
* @param {Boolean} [withoutExpansion] (defaults false) some cols may be expanded to fit the total datatablewidth.<br>
* These are cols that have undefined width-settings themselves, or -if no undefined col- the last column.<br>
* This expansion will be part of the width, because it is the true width on the screen. When set to true, you retreive<br>
* This expansion will be part of the width, because it is the true width on the screen. When set to true, you retrieve<br>
* the original width without the expansion, which is in fact the width that will be reached if the column can get narrower
* for exampele when other column is set wider and no expansion is required.
* @return {String} columnwidth in percent
Expand All @@ -551,7 +551,7 @@ Y.namespace('Plugin').ITSADTColumnResize = Y.Base.create('itsadtcolumnresize', Y
},

/**
* Retreives the expansion of the column in pixels. Some cols might have been expanded to fit a fixed DataTable-width.
* Retrieves the expansion of the column in pixels. Some cols might have been expanded to fit a fixed DataTable-width.
* @method getColumnExpansion
* @param {Number|String} name key, name, or index of a column in the host's `_displayColumns` array.
* @return {int} expansion in pixels
Expand Down
2 changes: 1 addition & 1 deletion build/gallery-itsaeditmodel/gallery-itsaeditmodel-debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ YUI.add('gallery-itsaeditmodel', function (Y, NAME) {
*
* Plugin for Y.Model that extends Y.Model-instances into having editable properties.
* After pluged-in, Each property can be rendered into a form-element by using: <i>yourModel.itsaeditmodel.formelement()</i>
* You can also retreive a copy of the model's attributes with: <i>yourModel.itsaeditmodel.toJSON()</i>
* You can also retrieve a copy of the model's attributes with: <i>yourModel.itsaeditmodel.toJSON()</i>
*
* Use the attribute 'template' to specify how the rendering will look like.
*
Expand Down
2 changes: 1 addition & 1 deletion build/gallery-itsaeditmodel/gallery-itsaeditmodel.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ YUI.add('gallery-itsaeditmodel', function (Y, NAME) {
*
* Plugin for Y.Model that extends Y.Model-instances into having editable properties.
* After pluged-in, Each property can be rendered into a form-element by using: <i>yourModel.itsaeditmodel.formelement()</i>
* You can also retreive a copy of the model's attributes with: <i>yourModel.itsaeditmodel.toJSON()</i>
* You can also retrieve a copy of the model's attributes with: <i>yourModel.itsaeditmodel.toJSON()</i>
*
* Use the attribute 'template' to specify how the rendering will look like.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -712,10 +712,10 @@ Y.namespace('Plugin').ITSATabKeyManager = Y.Base.create('itsatabkeymanager', Y.P
},

/**
* Sets the specified Node as the node that should retreive first focus.
* Sets the specified Node as the node that should retrieve first focus.
* (=first focus once the container gets focus and no element has focus yet)
*
* @method retreiveFocus
* @method setFirstFocus
* @param node {Y.Node|String} the Node that should gain first focus. Has to be inside the host (container) and focusable.
* @since 0.1
*/
Expand Down Expand Up @@ -833,7 +833,7 @@ Y.namespace('Plugin').ITSATabKeyManager = Y.Base.create('itsatabkeymanager', Y.P
},

/**
* Retreive the focus again on the 'activeItem', or -when none- on the initial Item.
* Retrieve the focus again on the 'activeItem', or -when none- on the initial Item.
* Is called when the host-node gets focus.
*
* @method _retrieveFocus
Expand Down
6 changes: 3 additions & 3 deletions build/gallery-itsatabkeymanager/gallery-itsatabkeymanager.js
Original file line number Diff line number Diff line change
Expand Up @@ -705,10 +705,10 @@ Y.namespace('Plugin').ITSATabKeyManager = Y.Base.create('itsatabkeymanager', Y.P
},

/**
* Sets the specified Node as the node that should retreive first focus.
* Sets the specified Node as the node that should retrieve first focus.
* (=first focus once the container gets focus and no element has focus yet)
*
* @method retreiveFocus
* @method setFirstFocus
* @param node {Y.Node|String} the Node that should gain first focus. Has to be inside the host (container) and focusable.
* @since 0.1
*/
Expand Down Expand Up @@ -820,7 +820,7 @@ Y.namespace('Plugin').ITSATabKeyManager = Y.Base.create('itsatabkeymanager', Y.P
},

/**
* Retreive the focus again on the 'activeItem', or -when none- on the initial Item.
* Retrieve the focus again on the 'activeItem', or -when none- on the initial Item.
* Is called when the host-node gets focus.
*
* @method _retrieveFocus
Expand Down
2 changes: 1 addition & 1 deletion build/gallery-mathcanvas/gallery-mathcanvas-debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -2929,7 +2929,7 @@ parse: function parse(input) {

var symbol, preErrorSymbol, state, action, a, r, yyval={},p,len,newState, expected;
while (true) {
// retreive state number from top of stack
// retrieve state number from top of stack
state = stack[stack.length-1];

// use default actions if available
Expand Down
2 changes: 1 addition & 1 deletion build/gallery-mathcanvas/gallery-mathcanvas.js
Original file line number Diff line number Diff line change
Expand Up @@ -2929,7 +2929,7 @@ parse: function parse(input) {

var symbol, preErrorSymbol, state, action, a, r, yyval={},p,len,newState, expected;
while (true) {
// retreive state number from top of stack
// retrieve state number from top of stack
state = stack[stack.length-1];

// use default actions if available
Expand Down
2 changes: 1 addition & 1 deletion src/gallery-formvalidator/js/BaseInputField.js
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@
* The input can optionally override this function so they can
* retrieve their particular input from the form validator. If they do
* not override this, then everyting will still work, they just won't be
* able to retreive it by name from the form validator.
* able to retrieve it by name from the form validator.
* @method getId
* @return {number} the id of the input field
*/
Expand Down
2 changes: 1 addition & 1 deletion src/gallery-formvalidator/js/CustomField.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* This will be an object that can optionally implement all the
* functions used by an input field. This can also be a function, which
* retrieves the object, or a string, which can be the name of an instance
* object or function call to retreive it.
* object or function call to retrieve it.
* @property emptyValue
* @type {Object}
*/
Expand Down
2 changes: 1 addition & 1 deletion src/gallery-formvalidator/js/Validator.js
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@
},
/**
* This is used to check to see if an attributes has been set on the target, if
* not then the attName property is used to retreive a default value set in the Form's
* not then the attName property is used to retrieve a default value set in the Form's
* main object.
* @method checkAttribute
* @param {BaseInputField} target The input field who's attribute is being checked
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ Y.mix(ITSACalendarMarkedDates.prototype, {
* A utility method that converts a Date to the columnindex of the calendar cell the Date corresponds to.
*
* @method _getDateColumn
* @param {Date} oDate The Date to retreive the columnindex from
* @param {Date} oDate The Date to retrieve the columnindex from
* @protected
* @return {int} The columnindex
*/
Expand Down
Loading