Home
last modified time | relevance | path

Searched defs:_timezone (Results 1 – 25 of 59) sorted by relevance

123

/dports/mail/pantomime/Pantomime-1.3.0/Framework/Pantomime/
H A DCWParser.m52 static struct _timezone { struct
53 char *name; /* time zone name */
54 int offset; /* offset, in minutes, EAST of GMT */
99 int next_word(unsigned char *buf, unsigned int start, unsigned int len, unsigned char *word)
122 @interface CWParser (Private)
/dports/devel/cc65/cc65-2.19/include/
H A Dtime.h77 extern struct _timezone { struct
78 char daylight; /* True if daylight savings time active */
79 long timezone; /* Number of seconds behind UTC */
80 char tzname[5]; /* Name of timezone, e.g. CET */
81 char dstname[5]; /* Name when daylight true, e.g. CEST */
/dports/devel/upp/upp/bazaar/plugin/tcc/include/
H A Dtime.h147 __MINGW_IMPORT long _timezone; variable
159 #define _timezone (*__imp__timezone_dll) macro
169 #define _timezone _timezone_dll macro
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/time/
H A Dtzvars.c8 long _timezone = 0; variable
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/time/
H A Dtzvars.c8 long _timezone = 0; variable
/dports/devel/emscripten/emscripten-2.0.3/system/include/compat/
H A Dtime.h9 #define _timezone timezone macro
/dports/astro/xtide/xtide-2.15.3/
H A DxxTimestamp.hh36 Dstr _timezone; member in xxTimestamp
H A DxxRareModeSavePrompts.hh38 Dstr _timezone; member in xxRareModeSavePrompts
H A DxxTimestampDialog.hh33 const Dstr _timezone; member in xxTimestampDialog
/dports/finance/weberp/webERP/Classes/PHPExcel/Shared/
H A DTimeZone.php45 protected static $_timezone = 'UTC'; variable in PHPExcel_Shared_TimeZone
/dports/devel/py-DateTime/DateTime-3.0.3/src/DateTime/tests/
H A Dlegacy.py17 class _timezone: class
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/time/
H A Dtzset_r.c17 time_t _timezone = (time_t)0; variable
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/time/
H A Dtzset_r.c17 time_t _timezone = (time_t)0; variable
/dports/textproc/p5-RDF-Query/RDF-Query-2.918/lib/RDF/Query/Functions/
H A DSPARQL.pm1396 sub _timezone { subroutine
/dports/games/bzflag-server/bzflag-2.4.22/plugins/plugin_utils/
H A Dplugin_utils.cpp71 std::string printTime(bz_Time *ts, const char* _timezone) in printTime()
80 void appendTime(std::string & text, bz_Time *ts, const char* _timezone) in appendTime()
/dports/games/bzflag/bzflag-2.4.22/plugins/plugin_utils/
H A Dplugin_utils.cpp71 std::string printTime(bz_Time *ts, const char* _timezone) in printTime()
80 void appendTime(std::string & text, bz_Time *ts, const char* _timezone) in appendTime()
/dports/www/fpc-libmicrohttpd/fpc-3.2.2/packages/libmicrohttpd/examples/
H A Dcutils.pas49 function _timezone: cint; cdecl; external LIB_NAME name '_timezone'; in _timezone() function
/dports/lang/fpc-source/fpc-3.2.2/packages/libmicrohttpd/examples/
H A Dcutils.pas49 function _timezone: cint; cdecl; external LIB_NAME name '_timezone'; in _timezone() function
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/Zend/Date/
H A DDateObject.php42 private $_timezone = 'UTC'; variable in Zend_Date_DateObject
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtime.h119 #define _timezone (* __timezone()) macro
124 __MINGW_IMPORT long _timezone; variable
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtime.h119 #define _timezone (* __timezone()) macro
124 __MINGW_IMPORT long _timezone; variable
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/runtime/
H A DScriptEnvironment.java202 public final TimeZone _timezone; field in ScriptEnvironment
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/runtime/
H A DScriptEnvironment.java202 public final TimeZone _timezone; field in ScriptEnvironment
/dports/devel/py-rfc3339/rfc3339-6.2/
H A Drfc3339.py40 def _timezone(utc_offset): function
/dports/emulators/fs-uae/fs-uae-3.1.35/src/od-fs/
H A Duaemisc.cpp24 int _timezone; variable

123