Lines Matching defs:define
37 * <li> define style rules. See the example page for examples.
61 /*global console, document, navigator, setTimeout, window, define */
885 [PR_COMMENT, /^#(?:(?:define|e(?:l|nd)if|else|error|ifn?def|include|line|pragma|undef|warning)\b|[^\r\n]*)/,
1690 // To allow a clear indicator that a global define function (as
1692 // any global define function SHOULD have a property called "amd"
1694 // other existing JavaScript code that could have defined a define()
1696 var define = win['define'];
1697 if (typeof define === "function" && define['amd']) {
1698 define("google-code-prettify", [], function () {