Lines Matching full:goog
46 <li> <a target="_self" href="#googprovide">Manage dependencies with Closure's goog.require and
47 goog.provide</a>
75 <h3 id="googprovide">Manage dependencies with Closure's goog.require and goog.provide</h3>
76 <p>Choose a namespace for your project, and use goog.provide and goog.require.</p>
78 goog.provide('hello.about.AboutCtrl');
79 goog.provide('hello.versions.Versions');
106 goog.provide('my.submoduleA');
112 goog.require('my.submoduleA');
253 composition. Files defining directives should goog.provide a static function which returns the
257 goog.provide('hello.pane.paneDirective');