Searched refs:first (Results 1 - 25 of 41) sorted by relevance

12

/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/connectors/authentication/
H A DEisBackendPrincipal.java135 * @param first first String
139 private boolean isEqual(String first, String second) { argument
140 if (first == null && second == null) {
143 if (first == null || second == null) {
146 return (second.equals(first));
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/
H A DOrderingOrderingDescriptor.java88 boolean first = true;
90 if (!first) {
94 first = false;
98 if (!first) {
H A DOrderingDescriptor.java492 boolean first = true;
494 if (!first) {
497 first = false;
503 first = true;
505 if (!first) {
508 first = false;
/glassfish-3.1.2/installer/src/main/java/org/glassfish/installer/conf/
H A DPasswordFile.java117 private static char[] concat(char[] first, char[] second) { argument
118 char[] result = Arrays.copyOf(first, first.length + second.length);
119 System.arraycopy(second, 0, result, first.length, second.length);
/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;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}body{text-align:center;}#doc,#doc2,#doc3,#doc4,.yui-t1,.yui-t2,.yui-t3,.yui-t4,.yui-t5,.yui-t6,.yui-t7{margin:auto;text-align:left;width:57.69em;*width:56.25em;}#doc2{width:73.076em;*width:71.25em;}#doc3{margin:auto 10px;width:auto;}#doc4{width:74.923em;*width:73.05em;}.yui-b{position:relative;}.yui-b{_position:static;}#yui-main .yui-b{position:static;}#yui-main,.yui-g .yui-u .yui-g{width:100%;}.yui-t1 #yui-main,.yui-t2 #yui-main,.yui-t3 #yui-main{float:right;margin-left:-25em;}.yui-t4 #yui-main,.yui-t5 #yui-main,.yui-t6 #yui-main{float:left;margin-right:-25em;}.yui-t1 .yui-b{float:left;width:12.30769em;*width:12.00em;}.yui-t1 #yui-main .yui-b{margin-left:13.30769em;*margin-left:13.05em;}.yui-t2 .yui-b{float:left;width:13.8461em;*width:13.50em;}.yui-t2 #yui-main .yui-b{margin-left:14.8461em;*margin-left:14.55em;}.yui-t3 .yui-b{float:left;width:23.0769em;*width:22.50em;}.yui-t3 #yui-main .yui-b{margin-left:24.0769em;*margin-left:23.62em;}.yui-t4 .yui-b{float:right;width:13.8456em;*width:13.50em;}.yui-t4 #yui-main .yui-b{margin-right:14.8456em;*margin-right:14.55em;}.yui-t5 .yui-b{float:right;width:18.4615em;*width:18.00em;}.yui-t5 #yui-main .yui-b{margin-right:19.4615em;*margin-right:19.125em;}.yui-t6 .yui-b{float:right;width:23.0769em;*width:22.50em;}.yui-t6 #yui-main .yui-b{margin-right:24.0769em;*margin-right:23.62em;}.yui-t7 #yui-main .yui-b{display:block;margin:0 0 1em 0;}#yui-main .yui-b{float:none;width:auto;}.yui-gb .yui-u,.yui-g .yui-gb .yui-u,.yui-gb .yui-g,.yui-gb .yui-gb,.yui-gb .yui-gc,.yui-gb .yui-gd,.yui-gb .yui-ge,.yui-gb .yui-gf,.yui-gc .yui-u,.yui-gc .yui-g,.yui-gd .yui-u{float:left;}.yui-g .yui-u,.yui-g .yui-g,.yui-g .yui-gb,.yui-g .yui-gc,.yui-g .yui-gd,.yui-g .yui-ge,.yui-g .yui-gf,.yui-gc .yui-u,.yui-gd .yui-g,.yui-g .yui-gc .yui-u,.yui-ge .yui-u,.yui-ge .yui-g,.yui-gf .yui-g,.yui-gf .yui-u{float:right;}.yui-g div.first,.yui-gb div.first,.yui-gc div.first,.yui-gd div.first,.yui-ge div.first,.yui-gf div.first,.yui-g .yui-gc div.first,.yui-g .yui-ge div.first,.yui-gc div.first div.first{floa
[all...]
/glassfish-3.1.2/admingui/common/src/main/java/org/glassfish/admingui/common/util/
H A DJSONUtil.java60 * methods that are of interest. The first allows you to encode a Java
112 char ch = it.first();
172 boolean first = true;
174 if (first) {
175 first = false;
192 boolean first = true;
196 if (first) {
197 first = false;
215 boolean first = true;
218 if (first) {
[all...]
/glassfish-3.1.2/persistence/cmp/enhancer/src/main/java/com/sun/jdo/api/persistence/enhancer/util/
H A DClassPath.java103 for (boolean first = true; parser.hasMoreElements(); first = false) {
104 if (!first)
143 for (boolean first = true; parser.hasMoreElements(); first = false) {
144 if (!first)
/glassfish-3.1.2/common/glassfish-naming/src/main/java/com/sun/enterprise/naming/impl/
H A DWrappedSerialContext.java120 String first = name.get(0);
121 String scheme = getURLScheme(first);
H A DSerialInitContextFactory.java160 final String first = lbList.remove( 0 ) ;
161 if (first.equals(IC_BASED) || first.equals(IC_BASED_WEIGHTED)) {
163 System.setProperty(LOAD_BALANCING_PROPERTY, first );
210 boolean first = true ;
212 if (first) {
213 first = false ;
362 // we install a wrapper that first goes through
H A DRoundRobinPolicy.java65 * The list of endpoints are randomized the very first time.
80 * bootstrapping(i.e. when the client first starts up.) This list will comprise
83 * This list will be used to make the first lookup call. During the first
216 // text address that appears in the first list.
217 private List<ClusterInstanceInfo> merge( List<ClusterInstanceInfo> first, argument
221 result.addAll( first ) ;
224 if (!containsMatchingAddress(first, si.host(), si.port() )) {
475 boolean first = true ;
477 if (first) {
[all...]
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/services/impl/
H A DHttpUtils.java78 byte first = b[0];
82 // Look for first char
86 if (Ascii.toLower(byteBuffer.get(i)) != first) continue;
87 // found first char, now look for a match
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/fileupload/
H A DMultipartStream.java283 * The index of first valid character in the buffer.
610 * Finds the beginning of the first <code>encapsulation</code>.
642 * Compares <code>count</code> first bytes in the arrays
645 * @param a The first array to compare.
649 * @return <code>true</code> if <code>count</code> first bytes in arrays
695 int first;
698 for (first = head;
699 (first <= maxpos) && (match != boundaryLength);
700 first++) {
701 first
[all...]
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/tomcat/util/modeler/util/
H A DDomUtil.java108 /** Get the first element child.
110 * @param name name of the element. If null return the first element.
114 Node first=parent.getFirstChild();
115 if( first==null ) return null;
117 for (Node node = first; node != null;
167 /** Find the first direct child with a given attribute.
194 /** Get the first child's content ( ie it's included TEXT node ).
197 Node first=parent.getFirstChild();
198 if( first==null ) return null;
199 for (Node node = first; nod
[all...]
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/common/
H A DJsonActionReporter.java65 top is true only for the first toplevel message to emit more data like
98 boolean first = true;
100 if (first == true) {
106 first = false;
110 if (first == false) { //close the array
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/util/
H A DExtension.java303 * Return <code>true</code> if the first version number is greater than
306 * @param first First version number (dotted decimal)
311 private boolean isNewer(String first, String second) argument
314 if ((first == null) || (second == null))
316 if (first.equals(second))
319 StringTokenizer fTok = new StringTokenizer(first, ".", true);
H A DRequestUtil.java563 boolean first = true;
565 if (first) {
566 first = false;
/glassfish-3.1.2/admin/monitor/src/main/java/org/glassfish/admin/monitor/jvm/
H A DJVMThreadSystemStatsProvider.java97 boolean first = true;
99 if(first)
100 first = false;
/glassfish-3.1.2/cluster/common/src/main/java/com/sun/enterprise/util/cluster/
H A DNodeInfo.java141 boolean first = true;
143 if (first)
144 first = false;
/glassfish-3.1.2/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/
H A DJvmOptionBag.java106 String first = whole.substring(0, which.length());
108 if (first == null || second == null)
/glassfish-3.1.2/admin/util/src/main/java/com/sun/enterprise/admin/remote/
H A DManifestManager.java156 boolean first = true;
162 if(first)
163 first = false;
/glassfish-3.1.2/web/web-glue/src/main/java/com/sun/enterprise/web/accesslog/
H A DDefaultAccessLogFormatterImpl.java686 boolean first = true;
688 if (first) {
689 first = false;
695 if (first) {
717 boolean first = true;
721 if (first) {
722 first = false;
729 if (first) {
736 * Appends the name and value (separated by '=') of the first cookie
773 * Appends the value of the first cooki
[all...]
/glassfish-3.1.2/web/web-glue/src/main/java/org/glassfish/web/jsp/
H A DJSPCompiler.java189 boolean first = true;
194 if (first)
195 first = false;
/glassfish-3.1.2/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/services/
H A DLinuxService.java379 boolean first = true;
381 if (first)
382 first = false;
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/loader/
H A DWebappLoader.java106 * these repositories will be consulted first to locate the class. If it
120 private static boolean first = true; field in class:WebappLoader
645 if (first) {
646 first = false;
1142 boolean first = true;
1147 if (!first) {
1150 first = false;
1172 if (!first) {
1175 first = false;
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/util/
H A DStringUtils.java285 // first -- to line things up nicely -- find the longest key...
556 boolean first = true;
562 if (!first) {
565 first = false;

Completed in 827 milliseconds

12