Searched refs:select (Results 1 - 25 of 160) sorted by relevance

1234567

/glassfish-3.1.2/tests/community/persistence/servlet-jpa-app/sql/
H A Dcreate_derby.sql15 select city from web_customer where cust_id=1;
16 select * from web_customer where custname Like 'Alice_1';
/glassfish-3.1.2/tests/community/web/jruby/helloapp/public/javascripts/
H A Dcontrols.js240 if (this.options.select) {
241 var nodes = document.getElementsByClassName(this.options.select, selectedElement) || [];
242 if(nodes.length>0) value = Element.collectTextNodes(nodes[0], this.options.select);
785 var selectTag = document.createElement("select");
H A Ddragdrop.js213 Draggables[eventName+'Count'] = Draggables.observers.select(
H A Dprototype.js517 select: Enumerable.findAll,
558 return this.select(function(value) {
572 return this.select(function(value) {
1719 this.element.className.split(/\s+/).select(function(name) {
1850 return elements.select(selector.match.bind(selector)).map(Element.extend);
1949 ['input', 'select', 'textarea'].include(element.tagName.toLowerCase());
1970 select: function(element) {
1971 $(element).select();
2008 if (element.select && ( element.tagName.toLowerCase() != 'input' ||
2010 element.select();
[all...]
/glassfish-3.1.2/tests/quicklook/web/jruby/helloapp/public/javascripts/
H A Dcontrols.js242 if (this.options.select) {
243 var nodes = $(selectedElement).select('.' + this.options.select) || [];
244 if(nodes.length>0) value = Element.collectTextNodes(nodes[0], this.options.select);
761 var list = document.createElement('select');
H A Ddragdrop.js216 Draggables[eventName+'Count'] = Draggables.observers.select(
716 (options.handle ? $(e).select('.' + options.handle)[0] : e);
H A Dprototype.js805 select: Enumerable.findAll,
861 return this.select(function(value) {
875 return this.select(function(value) {
1703 return $(element).select("*");
1750 Element.select(element, expression)[index || 0];
1769 select: function() {
2164 getElementsBySelector: Element.Methods.select,
2527 SELECT: ['<select>', '</select>', 1]
3529 return ['input', 'select', 'textare
[all...]
/glassfish-3.1.2/web/web-ajp/src/main/java/org/apache/jk/common/
H A DChannelNioSocket.java1006 int ns = selector.select(serverTimeout);
1029 log.log(Level.WARNING, "IO Error in select",iex);
1031 log.log(Level.WARNING, "Error processing select",ex);
/glassfish-3.1.2/admingui/common/src/main/resources/js/
H A Dadminjsf.js143 } else if(type != null && type == 'select') {
186 disableComponent.select = getSelectElement;
224 } else if(type != null && type == 'select') {
295 formField.select();
1149 ps1Comp.select();
1155 ps1Comp.select();
1182 component.select();
1193 component.select();
1208 component.select();
1217 component.select();
[all...]
/glassfish-3.1.2/admingui/core/src/main/resources/css/
H A Dcss_ie5win.css424 .DatSelDiv select {margin:0px 1px}
782 .select-all-margin {margin:2px}
851 select.chooser-list {font-family:monospace}
H A Dcss_ie6up.css424 .DatSelDiv select {margin:0px 1px}
782 .select-all-margin {margin:2px}
851 select.chooser-list {font-family:monospace}
H A Dcss_ns4sol.css130 div.ConEmbTblCl1Div select {vertical-align:middle}
132 div.ConTblCl2Div select {vertical-align:middle}
555 .select-all-margin {margin:2px}
674 select.chooser-list {font-family:monospace}
H A Dcss_ns4win.css131 div.ConTblCl2Div select {vertical-align:middle}
558 .select-all-margin {margin:2px}
677 select.chooser-list {font-family:monospace}
H A Dcss_ns6up.css410 div.ConTblCl2Div select {vertical-align:middle}
428 .DatSelDiv select {margin:0px 1px}
792 .select-all-margin {margin:2px}
861 select.chooser-list {font-family:monospace}
/glassfish-3.1.2/admingui/devtests/src/test/java/org/glassfish/admingui/devtests/
H A DBaseSeleniumTestClass.java235 * Return the selected value of the specified select element
260 * Select the option requested in the given select element
268 selenium.select(id, "label=" + label);
271 selenium.select(id, "value=" + label);
283 * Add a selection to the given select element
616 final String id = row + ":" + selectColId + ":select";
633 * For the given table, this method will select each row whose value in the
654 selenium.click(rowId + ":" + colId + ":select");
655 markCheckbox(rowId + ":" + colId + ":select");
680 selenium.click(tableId + ":rowGroup1:" + i + ":col0:select");
[all...]
/glassfish-3.1.2/admingui/war/src/main/webapp/resources/yui/
H A Dreset-fonts-grids.css7 html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;fo (…)
/glassfish-3.1.2/persistence/cmp/support-ejb/src/main/antlr/
H A DJDOQLCodeGeneration.g127 /** Flag indicates whether the select clause has DISTINCT. */
170 * select- and from-clause of the EJBQL query.
176 EJBQLAST select = (EJBQLAST)from.getNextSibling();
178 var = extractIdentificationVariable(select);
384 // rules: select clause
H A DSemantic.g83 * Note, the default is false, meaning the compiler checks that select
153 * Checks the return type and the type of the select clause expression
163 * The type of the select clause expression of a finder must be
166 * @param selectClauseTypeInfo the type info of the select clause
185 // The type of the select clause expression must be the ejb name
210 * Checks the return type and the type of the select clause expression
217 * <li>assignable from the type of the select clause expression
221 * @param selectClauseTypeInfo the type info of the select clause
230 // assingable from the type of the select clause expression
272 * @param selectClauseTypeInfo the type info of the select claus
[all...]
/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/sql/concurrency/
H A DConcurrency.java85 public void select(SelectQueryPlan plan); method in interface:Concurrency
H A DConcurrencyDBExplicit.java57 public void select(SelectQueryPlan plan) { method in class:ConcurrencyDBExplicit
H A DConcurrencyDBNative.java88 public void select(SelectQueryPlan plan) { method in class:ConcurrencyDBNative
/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/sql/generator/
H A DSelectQueryPlan.java73 * This class prepares the generation of select statements,
256 * to be retrieved and therefore for which we need to select a column.
259 * for which we need to select a column.
267 * be retrieved and therefore for which we need to select a column.
270 * for which we need to select a column.
279 // there is a select statement for each table so we just append this
617 concurrency.select(this);
1091 * Builds the query plan for a select type
/illumos-gate/usr/src/lib/nsswitch/mdns/common/
H A Dmdns_common.h40 #include <sys/select.h>
/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp-private.h46 * select() for large numbers of file descriptors.
52 # include <sys/select.h>
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Ddisp_major_status.c47 #define GSS_ERROR_STR(value, array, select, min, max, num) \
48 (((select(value) < (min)) || (select(value) > (max))) ? NULL : \

Completed in 1602 milliseconds

1234567