Lines Matching defs:define
34 * <li> define style rules. See the example page for examples.
58 /*global console, document, navigator, setTimeout, window, define */
108 /** @define {boolean} */
933 [PR_COMMENT, /^#(?:(?:define|e(?:l|nd)if|else|error|ifn?def|include|line|pragma|undef|warning)\b|[^\r\n]*)/,
1738 // To allow a clear indicator that a global define function (as
1740 // any global define function SHOULD have a property called "amd"
1742 // other existing JavaScript code that could have defined a define()
1744 var define = win['define'];
1745 if (typeof define === "function" && define['amd']) {
1746 define("google-code-prettify", [], function () {