Skip to content

Commit

Permalink
Merge pull request #2483 from gonchuki/change_MDC_to_MDN
Browse files Browse the repository at this point in the history
Mozilla has long ago renamed MDC to MDN
  • Loading branch information
arian committed Mar 25, 2013
2 parents 5812b7d + 7b2eafa commit 0e53a85
Show file tree
Hide file tree
Showing 10 changed files with 67 additions and 67 deletions.
6 changes: 3 additions & 3 deletions Docs/Core/Core.md
Expand Up @@ -243,7 +243,7 @@ This method has been deprecated. Please use *clearInterval* or *clearTimeout* in

### See Also:

- [MDC clearTimeout][], [MDC clearInterval][]
- [MDN clearTimeout][], [MDN clearInterval][]


Function: $defined {#Deprecated-Functions:defined}
Expand Down Expand Up @@ -381,5 +381,5 @@ This method has been deprecated. Please use [typeOf](#Core:typeOf) instead.
[Function:bind]: /core/Types/Function/#bind
[Function:delay]: /core/Types/Function/#delay
[Function:periodical]: /core/Types/Function/#periodical
[MDC clearInterval]: https://developer.mozilla.org/en/DOM/window.clearInterval
[MDC clearTimeout]: https://developer.mozilla.org/en/DOM/window.clearTimeout
[MDN clearInterval]: https://developer.mozilla.org/en/DOM/window.clearInterval
[MDN clearTimeout]: https://developer.mozilla.org/en/DOM/window.clearTimeout
16 changes: 8 additions & 8 deletions Docs/Element/Element.Dimensions.md
Expand Up @@ -36,7 +36,7 @@ The following method is also available on the Window object.

### See Also:

- [MDC Element:scrollLeft][], [MDC Element:scrollTop][]
- [MDN Element:scrollLeft][], [MDN Element:scrollTop][]



Expand Down Expand Up @@ -85,7 +85,7 @@ The following method is also available on the Window object.

### See Also:

- [MDC Element:scrollLeft][], [MDC Element:scrollTop][], [MDC Element:offsetWidth][], [MDC Element:offsetHeight][], [MDC Element:scrollWidth][], [MDC Element:scrollHeight][]
- [MDN Element:scrollLeft][], [MDN Element:scrollTop][], [MDN Element:offsetWidth][], [MDN Element:offsetHeight][], [MDN Element:scrollWidth][], [MDN Element:scrollHeight][]

### Note:

Expand Down Expand Up @@ -226,10 +226,10 @@ Returns the parent of the element that is positioned, if there is one.


[$]: /core/Element/Element#Window:dollar
[MDC Element:scrollLeft]: https://developer.mozilla.org/en/DOM/element.scrollLeft
[MDC Element:scrollTop]: https://developer.mozilla.org/en/DOM/element.scrollTop
[MDC Element:offsetWidth]: https://developer.mozilla.org/en/DOM/element.offsetWidth
[MDC Element:offsetHeight]: https://developer.mozilla.org/en/DOM/element.offsetHeight
[MDC Element:scrollWidth]: https://developer.mozilla.org/en/DOM/element.scrollWidth
[MDC Element:scrollHeight]: https://developer.mozilla.org/en/DOM/element.scrollHeight
[MDN Element:scrollLeft]: https://developer.mozilla.org/en/DOM/element.scrollLeft
[MDN Element:scrollTop]: https://developer.mozilla.org/en/DOM/element.scrollTop
[MDN Element:offsetWidth]: https://developer.mozilla.org/en/DOM/element.offsetWidth
[MDN Element:offsetHeight]: https://developer.mozilla.org/en/DOM/element.offsetHeight
[MDN Element:scrollWidth]: https://developer.mozilla.org/en/DOM/element.scrollWidth
[MDN Element:scrollHeight]: https://developer.mozilla.org/en/DOM/element.scrollHeight
[Element.measure]: /more/Element/Element.Measure
12 changes: 6 additions & 6 deletions Docs/Element/Element.md
Expand Up @@ -771,7 +771,7 @@ any descendant elements already present in the parent.

### See Also:

- [MDC Element:insertAdjacentHTML][].
- [MDN Element:insertAdjacentHTML][].


Element Method: appendText {#Element:appendText}
Expand Down Expand Up @@ -840,7 +840,7 @@ Removes the Element from the DOM.

### See Also:

- [MDC Element:removeChild][]
- [MDN Element:removeChild][]



Expand Down Expand Up @@ -916,7 +916,7 @@ Replaces the passed Element with Element.

### See Also:

- [MDC Element:replaceChild][]
- [MDN Element:replaceChild][]



Expand Down Expand Up @@ -2134,6 +2134,6 @@ This method has been deprecated. Use [Elements:append][] instead.

[The Dollar Safe Mode]: http://mootools.net/blog/2009/06/22/the-dollar-safe-mode/

[MDC Element:removeChild]: https://developer.mozilla.org/En/DOM/Node.removeChild
[MDC Element:replaceChild]: https://developer.mozilla.org/En/DOM/Node.replaceChild
[MDC Element:insertAdjacentHTML]: https://developer.mozilla.org/en/DOM/Element.insertAdjacentHTML
[MDN Element:removeChild]: https://developer.mozilla.org/En/DOM/Node.removeChild
[MDN Element:replaceChild]: https://developer.mozilla.org/En/DOM/Node.replaceChild
[MDN Element:insertAdjacentHTML]: https://developer.mozilla.org/en/DOM/Element.insertAdjacentHTML
2 changes: 1 addition & 1 deletion Docs/Request/Request.md
Expand Up @@ -89,7 +89,7 @@ Fired when the Request is making progresses in the download or upload. (This is

### See Also:

- [MDC: nsIDOMProgressEvent](https://developer.mozilla.org/en/XPCOM_Interface_Reference/nsIDOMProgressEvent)
- [MDN: nsIDOMProgressEvent](https://developer.mozilla.org/en/XPCOM_Interface_Reference/nsIDOMProgressEvent)

#### complete

Expand Down
32 changes: 16 additions & 16 deletions Docs/Types/Array.md
Expand Up @@ -5,7 +5,7 @@ A collection of Array methods and functions.

### See Also:

- [MDC Array][]
- [MDN Array][]


Function: Array.each {#Array:Array-each}
Expand Down Expand Up @@ -150,11 +150,11 @@ Calls a function for each element in the array.
### See Also:

- [Array.each](#Array:Array-each)
- [MDC Array:forEach][]
- [MDN Array:forEach][]

### Notes:

- This method is only available for browsers without native [MDC Array:forEach][] support.
- This method is only available for browsers without native [MDN Array:forEach][] support.



Expand Down Expand Up @@ -231,7 +231,7 @@ This method is provided only for browsers without native [Array:every][] support

### See Also:

- [MDC Array:every][]
- [MDN Array:every][]



Expand Down Expand Up @@ -274,7 +274,7 @@ This method is provided only for browsers without native [Array:filter][] suppor

### See Also:

- [MDC Array:filter][]
- [MDN Array:filter][]



Expand Down Expand Up @@ -324,7 +324,7 @@ This method is provided only for browsers without native [Array:indexOf][] suppo

### See Also:

- [MDC Array:indexOf][]
- [MDN Array:indexOf][]



Expand Down Expand Up @@ -367,7 +367,7 @@ This method is provided only for browsers without native [Array:map][] support.

### See Also:

- [MDC Array:map][]
- [MDN Array:map][]



Expand Down Expand Up @@ -410,7 +410,7 @@ This method is provided only for browsers without native [Array:some][] support.

### See Also:

- [MDC Array:some][]
- [MDN Array:some][]



Expand Down Expand Up @@ -496,7 +496,7 @@ Tests an array for the presence of an item.

### See Also:

- [MDC Array:indexOf][]
- [MDN Array:indexOf][]



Expand Down Expand Up @@ -782,13 +782,13 @@ Converts an RGB color value to hexadecimal. Input array must be in one of the fo
[Function:bind]: /core/Types/Function/#Function:bind
[String:hexToRgb]: /core/Types/String/#String:hexToRgb
[String:rgbToHex]: /core/Types/String/#String:rgbToHex
[MDC Array]: https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Global_Objects/Array
[MDC Array:every]: https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Global_Objects/Array/every
[MDC Array:filter]: https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Global_Objects/Array/filter
[MDC Array:indexOf]: https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Global_Objects/Array/indexOf
[MDC Array:map]: https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Global_Objects/Array/map
[MDC Array:some]: https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Global_Objects/Array/some
[MDC Array:forEach]: https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Global_Objects/Array/forEach
[MDN Array]: https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Global_Objects/Array
[MDN Array:every]: https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Global_Objects/Array/every
[MDN Array:filter]: https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Global_Objects/Array/filter
[MDN Array:indexOf]: https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Global_Objects/Array/indexOf
[MDN Array:map]: https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Global_Objects/Array/map
[MDN Array:some]: https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Global_Objects/Array/some
[MDN Array:forEach]: https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Global_Objects/Array/forEach
[Array:every]: https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Global_Objects/Array/every
[Array:filter]: https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Global_Objects/Array/filter
[Array:indexOf]: https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Global_Objects/Array/indexOf
Expand Down
8 changes: 4 additions & 4 deletions Docs/Types/DOMEvent.md
Expand Up @@ -121,7 +121,7 @@ Cross browser method to stop the propagation of an event (this stops the event f
### See Also:

- [Element:addEvent][]
- [MDC event.stopPropagation][]
- [MDN event.stopPropagation][]


DOMEvent Method: preventDefault {#DOMEvent:preventDefault}
Expand Down Expand Up @@ -154,7 +154,7 @@ Cross browser method to prevent the default action of the event.
### See Also:

- [Element:addEvent][]
- [MDC event.preventDefault][]
- [MDN event.preventDefault][]


Function: DOMEvent.defineKey {#DOMEvent:DOMEvent-defineKey}
Expand Down Expand Up @@ -210,5 +210,5 @@ This function allows to add additional event key codes.
[Function:delay]: /core/Types/Function/#Function:delay
[MooTools More Keyboard]: /more/Interface/Keyboard

[MDC event.stopPropagation]: https://developer.mozilla.org/en/DOM/event.stopPropagation
[MDC event.preventDefault]: https://developer.mozilla.org/en/DOM/event.preventDefault
[MDN event.stopPropagation]: https://developer.mozilla.org/en/DOM/event.stopPropagation
[MDN event.preventDefault]: https://developer.mozilla.org/en/DOM/event.preventDefault
16 changes: 8 additions & 8 deletions Docs/Types/Function.md
Expand Up @@ -5,7 +5,7 @@ Function Methods.

### See Also:

- [MDC Function][]
- [MDN Function][]



Expand Down Expand Up @@ -331,7 +331,7 @@ Delays the execution of a function by a specified duration.

### See Also:

- [MDC setTimeout][], [MDC clearTimeout][]
- [MDN setTimeout][], [MDN clearTimeout][]



Expand Down Expand Up @@ -366,7 +366,7 @@ Executes a function in the specified intervals of time. Periodic execution can b

### See Also:

- [MDC setInterval][], [MDC clearInterval][]
- [MDN setInterval][], [MDN clearInterval][]


Deprecated Functions {#Deprecated-Functions}
Expand Down Expand Up @@ -401,9 +401,9 @@ This function has been deprecated.
[Function:bind]: /core/Types/Function/#Function:bind
[Function:pass]: /core/Types/Function/#Function:pass
[Element:addEvent]: /core/Element/Element.Event/#Element:addEvent
[MDC Function]: https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Global_Objects/Function
[MDC setInterval]: https://developer.mozilla.org/en/DOM/window.setInterval
[MDC setTimeout]: https://developer.mozilla.org/en/DOM/window.setTimeout
[MDC clearInterval]: https://developer.mozilla.org/en/DOM/window.clearInterval
[MDC clearTimeout]: https://developer.mozilla.org/en/DOM/window.clearTimeout
[MDN Function]: https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Global_Objects/Function
[MDN setInterval]: https://developer.mozilla.org/en/DOM/window.setInterval
[MDN setTimeout]: https://developer.mozilla.org/en/DOM/window.setTimeout
[MDN clearInterval]: https://developer.mozilla.org/en/DOM/window.clearInterval
[MDN clearTimeout]: https://developer.mozilla.org/en/DOM/window.clearTimeout

4 changes: 2 additions & 2 deletions Docs/Types/Number.md
Expand Up @@ -5,7 +5,7 @@ A collection of the Number Object methods and functions.

### See Also:

- [MDC Number][]
- [MDN Number][]

### Notes:

Expand Down Expand Up @@ -209,4 +209,4 @@ There are several methods available from the Math object that can be used as Num


[Function:bind]: /core/Types/Function/#Function:bind
[MDC Number]: https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Global_Objects/Number
[MDN Number]: https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Global_Objects/Number
4 changes: 2 additions & 2 deletions Docs/Types/Object.md
Expand Up @@ -5,7 +5,7 @@ A collection of Object functions.

### See Also:

- [MDC Object][]
- [MDN Object][]

Function: Object.each {#Object:Object-each}
------------------------------------
Expand Down Expand Up @@ -591,7 +591,7 @@ Use [Object.toQueryString](#Object:Object-toQueryString)



[MDC Object]: https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Global_Objects/Object
[MDN Object]: https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Global_Objects/Object
[Object]: #Object
[Array:indexOf]: /core/Types/Array/#Array:indexOf
[Object:values]: #Object:values
Expand Down
34 changes: 17 additions & 17 deletions Docs/Types/String.md
Expand Up @@ -5,7 +5,7 @@ A collection of the String Object methods and functions.

### See Also:

- [MDC String][]
- [MDN String][]



Expand Down Expand Up @@ -55,7 +55,7 @@ String method: test {#String:test}
---------------------------

Searches for a match between the string and a regular expression.
For more information see [MDC Regexp:test][].
For more information see [MDN Regexp:test][].

### Syntax:

Expand All @@ -79,7 +79,7 @@ For more information see [MDC Regexp:test][].

### See Also:

- [MDC Regular Expressions][]
- [MDN Regular Expressions][]



Expand Down Expand Up @@ -111,8 +111,8 @@ If the position parameter is passed, it will only check for the string from that

### See Also:

- [MDC String:indexOf][]
- [MDC String:contains][]
- [MDN String:indexOf][]
- [MDN String:contains][]

### Note:

Expand All @@ -138,7 +138,7 @@ Trims the leading and trailing spaces off a string.

### See Also:

- [MDC String:trim][]
- [MDN String:trim][]

String method: clean {#String:clean}
-----------------------------
Expand Down Expand Up @@ -260,7 +260,7 @@ Parses this string and returns a number of the specified radix or base.

### See Also:

- [MDC parseInt][]
- [MDN parseInt][]



Expand All @@ -285,7 +285,7 @@ Parses this string and returns a floating point number.

### See Also:

- [MDC parseFloat][]
- [MDN parseFloat][]



Expand Down Expand Up @@ -399,15 +399,15 @@ Strips the String of its *<script>* tags and anything in between them.



[MDC String]: https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Global_Objects/String
[MDC String:contains]: https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/String/contains
[MDC String:indexOf]: https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/String/indexOf
[MDC String:trim]: https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/String/trim
[MDC Regexp:test]: https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Objects/RegExp/test
[MDC Regular Expressions]: https://developer.mozilla.org/en/Core_JavaScript_1.5_Guide/Regular_Expressions
[MDC parseInt]: https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Global_Functions/parseInt
[MDC parseFloat]: https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Global_Functions/parseFloat
[MDC Array]: https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Global_Objects/Array
[MDN String]: https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Global_Objects/String
[MDN String:contains]: https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/String/contains
[MDN String:indexOf]: https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/String/indexOf
[MDN String:trim]: https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/String/trim
[MDN Regexp:test]: https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Objects/RegExp/test
[MDN Regular Expressions]: https://developer.mozilla.org/en/Core_JavaScript_1.5_Guide/Regular_Expressions
[MDN parseInt]: https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Global_Functions/parseInt
[MDN parseFloat]: https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Global_Functions/parseFloat
[MDN Array]: https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Global_Objects/Array
[String:trim]: #String:trim
[Array:rgbToHex]: /core/Types/Array/#Array:rgbToHex
[String:trim]: #String:trim

0 comments on commit 0e53a85

Please sign in to comment.