Searched refs:year (Results 1 - 25 of 128) sorted by relevance

123456

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/schema/
H A DGeneralizedTimeSyntax.java149 // Format the year yyyy.
256 int year = 0;
277 // The first four characters are the century and year, and they must be
284 year = (year * 10);
288 year = (year * 10) + 1;
292 year = (year * 10) + 2;
296 year
1194 finishDecodingFraction(String value, int startPos, int year, int month, int day, int hour, int minute, int second, int multiplier) argument
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/schema/
H A DUTCTimeSyntaxTest.java159 int year = cal.get(Calendar.YEAR);
160 assertEquals(year, yy + 1900);
184 int year = cal.get(Calendar.YEAR);
185 assertEquals(year, yy + 2000);
H A DTimeBasedMatchingRuleTest.java475 int year = cal.get(Calendar.YEAR);
502 {year+"Y",true},
504 {year+"Y"+date+"D",true},
505 {month+"M"+year+"Y"+date+"D",true}
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/schema/
H A DUTCTimeSyntaxTest.java158 int year = cal.get(Calendar.YEAR);
159 assertEquals(year, yy + 1900);
183 int year = cal.get(Calendar.YEAR);
184 assertEquals(year, yy + 2000);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/schema/
H A DUTCTimeSyntaxTest.java159 int year = cal.get(Calendar.YEAR);
160 assertEquals(year, yy + 1900);
184 int year = cal.get(Calendar.YEAR);
185 assertEquals(year, yy + 2000);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/schema/
H A DUTCTimeSyntaxTest.java158 int year = cal.get(Calendar.YEAR);
159 assertEquals(year, yy + 1900);
183 int year = cal.get(Calendar.YEAR);
184 assertEquals(year, yy + 2000);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/schema/
H A DUTCTimeSyntaxTest.java159 int year = cal.get(Calendar.YEAR);
160 assertEquals(year, yy + 1900);
184 int year = cal.get(Calendar.YEAR);
185 assertEquals(year, yy + 2000);
/forgerock/opendj-b2.6/src/server/org/opends/server/schema/
H A DGeneralizedTimeSyntax.java306 // Format the year yyyy.
419 int year = 0;
440 // The first four characters are the century and year, and they must be
447 year = (year * 10);
451 year = (year * 10) + 1;
455 year = (year * 10) + 2;
459 year
1395 finishDecodingFraction(String value, int startPos, int year, int month, int day, int hour, int minute, int second, int multiplier) argument
[all...]
H A DTimeBasedMatchingRuleFactory.java782 Y = year
798 int year = 0;
935 else if(year >0)
938 get(value.toString(),year);
942 year = number;
963 //Validate year, month , date , hour, minute and second in that order.
964 if(year < 0)
969 get(value.toString(),year);
1029 if(month == Calendar.FEBRUARY && year%4 !=0)
1099 bb.putInt(year);
[all...]
/forgerock/opendj2/src/server/org/opends/server/schema/
H A DGeneralizedTimeSyntax.java305 // Format the year yyyy.
418 int year = 0;
439 // The first four characters are the century and year, and they must be
446 year = (year * 10);
450 year = (year * 10) + 1;
454 year = (year * 10) + 2;
458 year
1394 finishDecodingFraction(String value, int startPos, int year, int month, int day, int hour, int minute, int second, int multiplier) argument
[all...]
H A DTimeBasedMatchingRuleFactory.java781 Y = year
797 int year = 0;
934 else if(year >0)
937 get(value.toString(),year);
941 year = number;
962 //Validate year, month , date , hour, minute and second in that order.
963 if(year < 0)
968 get(value.toString(),year);
1028 if(month == Calendar.FEBRUARY && year%4 !=0)
1098 bb.putInt(year);
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/schema/
H A DGeneralizedTimeSyntax.java306 // Format the year yyyy.
419 int year = 0;
440 // The first four characters are the century and year, and they must be
447 year = (year * 10);
451 year = (year * 10) + 1;
455 year = (year * 10) + 2;
459 year
1395 finishDecodingFraction(String value, int startPos, int year, int month, int day, int hour, int minute, int second, int multiplier) argument
[all...]
H A DTimeBasedMatchingRuleFactory.java782 Y = year
798 int year = 0;
935 else if(year >0)
938 get(value.toString(),year);
942 year = number;
963 //Validate year, month , date , hour, minute and second in that order.
964 if(year < 0)
969 get(value.toString(),year);
1029 if(month == Calendar.FEBRUARY && year%4 !=0)
1099 bb.putInt(year);
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/schema/
H A DGeneralizedTimeSyntax.java306 // Format the year yyyy.
419 int year = 0;
440 // The first four characters are the century and year, and they must be
447 year = (year * 10);
451 year = (year * 10) + 1;
455 year = (year * 10) + 2;
459 year
1395 finishDecodingFraction(String value, int startPos, int year, int month, int day, int hour, int minute, int second, int multiplier) argument
[all...]
H A DTimeBasedMatchingRuleFactory.java782 Y = year
798 int year = 0;
935 else if(year >0)
938 get(value.toString(),year);
942 year = number;
963 //Validate year, month , date , hour, minute and second in that order.
964 if(year < 0)
969 get(value.toString(),year);
1029 if(month == Calendar.FEBRUARY && year%4 !=0)
1099 bb.putInt(year);
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/schema/
H A DGeneralizedTimeSyntax.java305 // Format the year yyyy.
418 int year = 0;
439 // The first four characters are the century and year, and they must be
446 year = (year * 10);
450 year = (year * 10) + 1;
454 year = (year * 10) + 2;
458 year
1394 finishDecodingFraction(String value, int startPos, int year, int month, int day, int hour, int minute, int second, int multiplier) argument
[all...]
H A DTimeBasedMatchingRuleFactory.java781 Y = year
797 int year = 0;
934 else if(year >0)
937 get(value.toString(),year);
941 year = number;
962 //Validate year, month , date , hour, minute and second in that order.
963 if(year < 0)
968 get(value.toString(),year);
1028 if(month == Calendar.FEBRUARY && year%4 !=0)
1098 bb.putInt(year);
[all...]
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/sample3/tools/
H A DSyncScript.groovy22 * "Portions Copyrighted [year] [name of copyright owner]"
92 if (car.year) {
94 year: car.year,
H A DSearchScript.groovy12 * information: "Portions copyright [year] [name of copyright owner]".
206 c.year,
237 if (row.year) {
239 year: row.year,
/forgerock/opendj2-jel-hg/src/build-tools/org/opends/build/tools/
H A DCheckPrecommit.java51 * word "copyright", then it should contain the current year.</LI>
98 // The string representation of the current year.
130 * "copyright" and make sure at least one of them contains the current year.
144 // Get the year to use in the determination.
146 int year = calendar.get(Calendar.YEAR);
147 yearString = String.valueOf(year);
157 System.err.println("WARNING: Potential copyright year updates needed " +
237 // without the current year.
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/
H A DDateUtils.java23 * "Portions Copyrighted [year] [name of copyright owner]"
108 * the century, "YY" the year, "MM" the month and "DD" the day, preceded by
116 * accommodate year values greater than 9999 additional digits can be added
118 * year value would otherwise have fewer than four digits; otherwise they
119 * are forbidden. The year 0000 is prohibited. The CCYY field must have at
226 int year = Integer.parseInt(strDate.substring(0, 4));
257 GregorianCalendar cal = new GregorianCalendar(year, month, day,
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/
H A DDateUtils.java23 * "Portions Copyrighted [year] [name of copyright owner]"
108 * the century, "YY" the year, "MM" the month and "DD" the day, preceded by
116 * accommodate year values greater than 9999 additional digits can be added
118 * year value would otherwise have fewer than four digits; otherwise they
119 * are forbidden. The year 0000 is prohibited. The CCYY field must have at
226 int year = Integer.parseInt(strDate.substring(0, 4));
257 GregorianCalendar cal = new GregorianCalendar(year, month, day,
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/schema/
H A DTimeBasedMatchingRuleTest.java317 int year = cal.get(Calendar.YEAR);
344 {year+"Y",true},
346 {year+"Y"+date+"D",true},
347 {month+"M"+year+"Y"+date+"D",true}
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/monitoring/
H A DMonitoringUtil.java23 * "Portions Copyrighted [year] [name of copyright owner]"
209 * bytes 0-1: year
226 String year = st.nextToken();
229 iyear = Integer.parseInt(year);
231 debug.error("MonitoringUtil.convertDate year = " + year + " not parsable");
/forgerock/openam/openam-core/src/main/java/com/sun/identity/monitoring/
H A DMonitoringUtil.java23 * "Portions Copyrighted [year] [name of copyright owner]"
209 * bytes 0-1: year
226 String year = st.nextToken();
229 iyear = Integer.parseInt(year);
231 debug.error("MonitoringUtil.convertDate year = " + year + " not parsable");

Completed in 242 milliseconds

123456