Searched +refs:calendar +refs:day +refs:of +refs:year +refs:string (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/CPANInternal-140/DateTime/lib/
H A DDateTime.pm118 { year => { type => SCALAR,
130 day => { type => SCALAR, default => 1,
132 { 'an integer which is a possible valid day of month' =>
178 Carp::croak( "Invalid day of month (day = $p{day} - month = $p{month} - year = $p{year})\
620 sub year { subroutine
[all...]
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dphpcomplete.vim9 " - Switching to HTML (XML?) completion (SQL) inside of phpStrings
12 " - outside of <?php?> getting parent tag may cause problems. Heh, even in
13 " perfect conditions GetLastOpenTag doesn't cooperate... Inside of
14 " phpStrings this can be even a bonus but outside of <?php?> it is not the
20 " Check if we are inside of PHP markup
23 \ 'synIDattr(synID(line("."), col("."), 0), "name") =~? "string\|comment"')
25 \ 'synIDattr(synID(line("."), col("."), 0), "name") =~? "string\|comment"')
28 " We are outside of any PHP markup. Complete HTML
35 " locate the start of the word
46 " We can be also inside of phpStrin
[all...]
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dorgcard.tex4 \def\year{2007} % latest copyright year
6 %**start of header
14 % There are a couple of tweaks in the format of this card which make it work
27 % it under the terms of the GNU General Public License as published by
32 % but WITHOUT ANY WARRANTY; without even the implied warranty of
36 % You should have received a copy of the GNU General Public License
44 % This file can be used to produce it in any of three ways:
46 % produces six separate pages, each of whic
[all...]
/macosx-10.9.5/CF-855.17/
H A DCFPropertyList.c6 * This file contains Original Code and/or Modifications of Original Code
9 * compliance with the License. Please obtain a copy of the License at
47 #include <string.h>
87 CRSetCrashLogMessage("CFPropertyList ran out of memory while attempting to allocate temporary storage."); \
96 CRSetCrashLogMessage("CFPropertyList ran out of memory while attempting to allocate temporary storage."); \
110 // Used to reference an old-style plist parser error inside of a more general XML error
174 #define __CFAssertIsPList(cf) CFAssert2(CFGetTypeID(cf) == CFStringGetTypeID() || CFGetTypeID(cf) == CFArrayGetTypeID() || CFGetTypeID(cf) == CFBooleanGetTypeID() || CFGetTypeID(cf) == CFNumberGetTypeID() || CFGetTypeID(cf) == CFDictionaryGetTypeID() || CFGetTypeID(cf) == CFDateGetTypeID() || CFGetTypeID(cf) == CFDataGetTypeID(), __kCFLogAssertion, "%s(): %p not of a property list type", __PRETTY_FUNCTION__, cf);
224 // at any one invocation of this function, set should contain the objects in the "path" down to this object
245 *error = CFStringCreateWithFormat(kCFAllocatorSystemDefault, NULL, CFSTR("property lists cannot contain objects of type '%@'"), desc);
296 const char *begin; // first character of th
610 CFCalendarRef calendar = CFCalendarCreateWithIdentifier(kCFAllocatorSystemDefault, kCFCalendarIdentifierGregorian); local
1654 int32_t year = 0, month = 0, day = 0, hour = 0, minute = 0, second = 0; local
1716 CFCalendarRef calendar = CFCalendarCreateWithIdentifier(kCFAllocatorSystemDefault, kCFCalendarIdentifierGregorian); local
[all...]
/macosx-10.9.5/CPANInternal-140/DateTime-Locale/lib/DateTime/
H A DLocale.pm184 # Support RFC 3066 language tags, which use '-' instead of '_'.
270 # no corresponding .pm file. There may be multiple levels of
299 . "of the CLDR database than this installation of"
349 - see the C<DateTime::Locale::Catalog> documentation for a list of
388 This means that the value of C<< $locale->id() >> and the object's
401 Returns an unsorted list of the available locale ids, or an array
410 Returns an unsorted list of the available locale names in English, or
418 Returns an unsorted list of the available locale names in their native
432 L<DateTime::Local::Catalog>'s list of id
[all...]

Completed in 116 milliseconds