Searched refs:el (Results 1 - 25 of 223) sorted by relevance

123456789

/external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/
H A Dutil.js1 function $(el) {
2 return document.getElementById(el);
5 function $F(el) {
6 return $(el).value;
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DRewriteRuleSubtreeStream.as51 var el:Object;
55 el = _next();
56 return adaptor.dupNode(el);
59 el = _next();
60 return el;
63 protected override function dup(el:Object):Object {
64 return adaptor.dupTree(el);
H A DRewriteRuleElementStream.as97 public function add(el:Object):void {
98 //System.out.println("add '"+elementDescription+"' is "+el);
99 if ( el==null ) {
103 elements.push(el);
107 singleElement = el;
114 elements.push(el);
124 var el:Object;
127 el = _next();
128 return dup(el);
131 el
[all...]
H A DRewriteRuleTokenStream.as51 protected override function toTree(el:Object):Object {
52 return el;
55 protected override function dup(el:Object):Object {
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
H A DRewriteRuleSubtreeStream.js23 el;
27 el = this._next();
28 return this.adaptor.dupNode(el);
31 el = this._next();
32 return el;
35 dup: function(el) {
36 return this.adaptor.dupTree(el);
H A DRewriteRuleElementStream.js14 org.antlr.runtime.tree.RewriteRuleElementStream = function(adaptor, elementDescription, el) {
32 if (el) {
33 if (org.antlr.lang.isArray(el)) {
35 this.elements = el;
37 this.add(el);
53 add: function(el) {
54 if ( !org.antlr.lang.isValue(el) ) {
58 this.elements.push(el);
62 this.singleElement = el;
69 this.elements.push(el);
[all...]
H A DRewriteRuleNodeStream.js4 org.antlr.runtime.tree.RewriteRuleNodeStream = function(adaptor, elementDescription, el) {
15 toTree: function(el) {
16 return this.adaptor.dupNode(el);
H A DRewriteRuleTokenStream.js1 org.antlr.runtime.tree.RewriteRuleTokenStream = function(adaptor, elementDescription, el) {
21 toTree: function(el) {
22 return el;
25 dup: function(el) {
/external/chromium/chrome/browser/resources/
H A Dprint_preview_animations.js20 * Makes the scrollbars visible. If |el| has already a scrollbar timer, it
23 * @param {HTMLDivElement} el The element associated with the scrollbars
25 function showTransientScrollbars(el) {
26 el.scrollHorEl.classList.remove('invisible');
27 el.scrollVertEl.classList.remove('invisible');
29 if (el.transientHideScrollbarsTimeoutId)
30 window.clearTimeout(el.transientHideScrollbarsTimeoutId);
32 el.transientHideScrollbarsTimeoutId =
33 window.setTimeout(function() { hideTransientScrollbars(el) },
40 * @param {HTMLElement} el Th
[all...]
/external/chromium/chrome/browser/resources/shared/js/cr/ui/
H A Dcontext_menu_button.js16 * @param {!MenuButton} el The button to start the search from.
19 function getContextMenuTarget(el) {
21 el = el.parentNode;
22 } while (el && !('contextMenu' in el));
23 return el;
/external/chromium/chrome/browser/resources/shared/js/cr/
H A Dui.js22 for (var i = 0, el; el = elements[i]; i++) {
23 if (!(el instanceof constr))
24 constr.decorate(el);
82 var el = createFunction(tagName, opt_propertyBag);
83 f.decorate(el);
85 el[propertyName] = opt_propertyBag[propertyName];
87 return el;
92 * @param {!Element} el The element to decorate.
94 f.decorate = function(el) {
[all...]
/external/chromium-trace/trace-viewer/src/
H A Dui.js22 for (var i = 0, el; el = elements[i]; i++) {
23 if (!(el instanceof constr))
24 constr.decorate(el);
82 var el = createFunction(tagName, opt_propertyBag);
83 f.decorate(el);
85 el[propertyName] = opt_propertyBag[propertyName];
87 return el;
92 * @param {!Element} el The element to decorate.
94 f.decorate = function(el) {
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.el_1.0.0.v201004212143.jar ... about_files/ org/ org/apache/ org/apache/commons/ org/apache/commons/el/ org/apache/commons/el/parser/ about.html about_files/LICENSE ...
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DRewriteRuleSubtreeStream.java73 Object el = _next();
74 return adaptor.dupNode(el);
81 Object el = adaptor.dupNode(tree); // dup just the root (want node here)
82 return el;
85 protected Object dup(Object el) { argument
86 return adaptor.dupTree(el);
H A DRewriteRuleElementStream.java111 public void add(Object el) { argument
112 //System.out.println("add '"+elementDescription+"' is "+el);
113 if ( el==null ) {
117 elements.add(el);
121 singleElement = el;
128 elements.add(el);
140 Object el = _next();
141 return dup(el);
144 Object el = _next();
145 return el;
182 dup(Object el) argument
187 toTree(Object el) argument
[all...]
/external/embunit/src/
H A DAssertImpl.c61 int el; local
65 el = stdimpl_strlen(expected);
67 el = 4;
77 if (el > exp_act_limit) {
80 el = exp_act_limit;
83 if (el > w) {
84 el = w;
88 int w = exp_act_limit + (exp_act_limit - el);
94 stdimpl_strncat(buffer, expected, el);
/external/chromium/chrome/browser/resources/options/chromeos/
H A Dproxy_rules_list.js76 var el = e.target;
77 if (el.className == 'remove-exception-button') {
78 this.removeException(el.parentNode.exception);
106 var el = cr.doc.createElement('div');
107 el.exception = exception;
108 ProxyExceptionsItem.decorate(el);
109 return el;
114 * @param {!HTMLElement} el The element to decorate.
116 ProxyExceptionsItem.decorate = function(el) {
117 el
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DRewriteRuleElementStream.cs116 public virtual void Add(object el) { argument
117 //System.out.println("add '"+elementDescription+"' is "+el);
118 if (el == null) {
122 elements.Add(el);
126 singleElement = el;
133 elements.Add(el);
147 object el = NextCore();
148 return Dup(el);
193 protected abstract object Dup(object el); argument
200 protected virtual object ToTree(object el) { argument
[all...]
H A DRewriteRuleNodeStream.cs69 override protected object ToTree(object el) { argument
70 return adaptor.DupNode(el);
73 protected override object Dup(object el) { argument
H A DRewriteRuleTokenStream.cs86 override protected object ToTree(object el) { argument
87 return el;
90 protected override object Dup(object el) { argument
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DRewriteRuleElementStream.cs122 public virtual void Add( object el )
124 //System.out.println("add '"+elementDescription+"' is "+el);
125 if ( el == null )
131 elements.Add( el );
136 singleElement = el;
143 elements.Add( el );
159 object el = NextCore();
160 return Dup( el );
210 protected abstract object Dup( object el );
217 protected virtual object ToTree( object el )
[all...]
H A DRewriteRuleNodeStream.cs69 protected override object ToTree( object el )
71 return adaptor.DupNode( el );
74 protected override object Dup( object el )
/external/markdown/markdown/
H A Dinlinepatterns.py177 el = markdown.etree.Element(self.tag)
178 el.text = m.group(3)
179 return el
195 el = markdown.etree.Element(self.tag)
196 el.text = markdown.AtomicString(m.group(3).strip())
197 return el
226 el = markdown.etree.Element("a")
227 el.text = m.group(2)
234 el.set("href", self.sanitize_url(href.strip()))
236 el
[all...]
/external/chromium/chrome/browser/resources/ntp4/
H A Dapps_page.js17 var el = cr.doc.createElement('div');
18 el.__proto__ = App.prototype;
19 el.appData = appData;
20 el.initialize();
22 return el;
105 var el = new TilePage(name, appsPageGridValues);
106 el.__proto__ = AppsPage.prototype;
107 el.initialize();
109 return el;
/external/chromium/chrome/browser/resources/options/
H A Dautofill_options_list.js18 var el = cr.doc.createElement('div');
19 el.guid = entry[0];
20 el.label = entry[1];
21 el.__proto__ = AddressListItem.prototype;
22 el.decorate();
24 return el;
49 var el = cr.doc.createElement('div');
50 el.guid = entry[0];
51 el.label = entry[1];
52 el
[all...]

Completed in 5334 milliseconds

123456789