Home
last modified time | relevance | path

Searched refs:offsets (Results 1 – 25 of 8451) sorted by relevance

12345678910>>...339

/dports/mail/pear-Horde_Mapi/Horde_Mapi-1.0.10/lib/Horde/Mapi/
H A DTimezone.php106 $offsets['bias'] = Horde_Mapi::chbo($offsets['bias']);
107 $offsets['stdbias'] = Horde_Mapi::chbo($offsets['stdbias']);
108 $offsets['dstbias'] = Horde_Mapi::chbo($offsets['dstbias']);
112offsets['bias'], '', 0, $offsets['stdmonth'], $offsets['stdday'], $offsets['stdweek'], $offsets['s…
113offsets['stdbias'], '', 0, $offsets['dstmonth'], $offsets['dstday'], $offsets['dstweek'], $offsets
129 $offsets = array(
170 return $offsets;
249 return $offsets;
293 $offsets = self::getOffsetsFromSyncTZ($offsets);
375 $standardOffset = ($offsets['bias'] + $offsets['stdbias']) * 60 * -1;
[all …]
/dports/deskutils/egroupware/egroupware/vendor/pear-pear.horde.org/Horde_Mapi/Horde/Mapi/
H A DTimezone.php106 $offsets['bias'] = Horde_Mapi::chbo($offsets['bias']);
107 $offsets['stdbias'] = Horde_Mapi::chbo($offsets['stdbias']);
108 $offsets['dstbias'] = Horde_Mapi::chbo($offsets['dstbias']);
112offsets['bias'], '', 0, $offsets['stdmonth'], $offsets['stdday'], $offsets['stdweek'], $offsets['s…
113offsets['stdbias'], '', 0, $offsets['dstmonth'], $offsets['dstday'], $offsets['dstweek'], $offsets
129 $offsets = array(
170 return $offsets;
249 return $offsets;
293 $offsets = self::getOffsetsFromSyncTZ($offsets);
375 $standardOffset = ($offsets['bias'] + $offsets['stdbias']) * 60 * -1;
[all …]
/dports/comms/pear-Horde_ActiveSync/Horde_ActiveSync-2.41.4/lib/Horde/ActiveSync/
H A DTimezone.php109 $offsets['bias'] = self::_chbo($offsets['bias']);
110 $offsets['stdbias'] = self::_chbo($offsets['stdbias']);
111 $offsets['dstbias'] = self::_chbo($offsets['dstbias']);
115offsets['bias'], '', 0, $offsets['stdmonth'], $offsets['stdday'], $offsets['stdweek'], $offsets['s…
116offsets['stdbias'], '', 0, $offsets['dstmonth'], $offsets['dstday'], $offsets['dstweek'], $offsets
132 $offsets = array(
169 return $offsets;
244 return $offsets;
280 $offsets = self::getOffsetsFromSyncTZ($offsets);
362 $standardOffset = ($offsets['bias'] + $offsets['stdbias']) * 60 * -1;
[all …]
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/tslibs/
H A Dtest_to_offset.py12 (offsets.Hour(), offsets.Hour()),
13 ("2h30min", offsets.Minute(150)),
14 ("2h 30min", offsets.Minute(150)),
16 ("2h 60min", offsets.Hour(3)),
18 ("1.5min", offsets.Second(90)),
19 ("0.5S", offsets.Milli(500)),
21 ("10s75L", offsets.Milli(10075)),
24 ("2800N", offsets.Nano(2800)),
104 ("2D 3H", offsets.Hour(51)),
105 ("2 D3 H", offsets.Hour(51)),
[all …]
/dports/textproc/redisearch16/RediSearch-1.6.16/src/
H A Dbyte_offsets.c10 rm_free(offsets->offsets.data); in RSByteOffsets_Free()
16 offsets->fields = rm_realloc(offsets->fields, sizeof(*offsets->fields) * numFields); in RSByteOffsets_ReserveFields()
28 offsets->offsets.data = w->buf.data; in ByteOffsetWriter_Move()
29 offsets->offsets.len = w->buf.offset; in ByteOffsetWriter_Move()
44 Buffer_WriteU32(&w, offsets->offsets.len); in RSByteOffsets_Serialize()
45 Buffer_Write(&w, offsets->offsets.data, offsets->offsets.len); in RSByteOffsets_Serialize()
64 offsets->offsets.len = offsetsLen; in LoadByteOffsets()
66 offsets->offsets.data = rm_malloc(offsetsLen); in LoadByteOffsets()
69 offsets->offsets.data = NULL; in LoadByteOffsets()
92 iter->buf.data = offsets->offsets.data; in RSByteOffset_Iterate()
[all …]
/dports/textproc/redisearch/RediSearch-2.2.5/src/
H A Dbyte_offsets.c10 rm_free(offsets->offsets.data); in RSByteOffsets_Free()
16 offsets->fields = rm_realloc(offsets->fields, sizeof(*offsets->fields) * numFields); in RSByteOffsets_ReserveFields()
28 offsets->offsets.data = w->buf.data; in ByteOffsetWriter_Move()
29 offsets->offsets.len = w->buf.offset; in ByteOffsetWriter_Move()
44 Buffer_WriteU32(&w, offsets->offsets.len); in RSByteOffsets_Serialize()
45 Buffer_Write(&w, offsets->offsets.data, offsets->offsets.len); in RSByteOffsets_Serialize()
64 offsets->offsets.len = offsetsLen; in LoadByteOffsets()
66 offsets->offsets.data = rm_malloc(offsetsLen); in LoadByteOffsets()
69 offsets->offsets.data = NULL; in LoadByteOffsets()
92 iter->buf.data = offsets->offsets.data; in RSByteOffset_Iterate()
[all …]
/dports/textproc/redisearch20/RediSearch-2.0.15/src/
H A Dbyte_offsets.c10 rm_free(offsets->offsets.data); in RSByteOffsets_Free()
16 offsets->fields = rm_realloc(offsets->fields, sizeof(*offsets->fields) * numFields); in RSByteOffsets_ReserveFields()
28 offsets->offsets.data = w->buf.data; in ByteOffsetWriter_Move()
29 offsets->offsets.len = w->buf.offset; in ByteOffsetWriter_Move()
44 Buffer_WriteU32(&w, offsets->offsets.len); in RSByteOffsets_Serialize()
45 Buffer_Write(&w, offsets->offsets.data, offsets->offsets.len); in RSByteOffsets_Serialize()
64 offsets->offsets.len = offsetsLen; in LoadByteOffsets()
66 offsets->offsets.data = rm_malloc(offsetsLen); in LoadByteOffsets()
69 offsets->offsets.data = NULL; in LoadByteOffsets()
92 iter->buf.data = offsets->offsets.data; in RSByteOffset_Iterate()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/fonts/shaping/
H A Dshape_result_run_info_test.cc34 ASSERT_TRUE(offsets.HasStorage()); in TEST_F()
46 offsets.Reverse(); in TEST_F()
50 ASSERT_TRUE(offsets.HasStorage()); in TEST_F()
51 offsets.Reverse(); in TEST_F()
59 offsets.AddHeightAt(1, 1.5f); in TEST_F()
60 ASSERT_TRUE(offsets.HasStorage()); in TEST_F()
63 offsets.AddHeightAt(1, 2.0f); in TEST_F()
71 offsets.AddWidthAt(1, 1.5f); in TEST_F()
75 offsets.AddWidthAt(1, 2.0f); in TEST_F()
93 offsets.Shrink(2); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/fonts/shaping/
H A Dshape_result_run_info_test.cc34 ASSERT_TRUE(offsets.HasStorage()); in TEST_F()
46 offsets.Reverse(); in TEST_F()
50 ASSERT_TRUE(offsets.HasStorage()); in TEST_F()
51 offsets.Reverse(); in TEST_F()
59 offsets.AddHeightAt(1, 1.5f); in TEST_F()
60 ASSERT_TRUE(offsets.HasStorage()); in TEST_F()
63 offsets.AddHeightAt(1, 2.0f); in TEST_F()
71 offsets.AddWidthAt(1, 1.5f); in TEST_F()
75 offsets.AddWidthAt(1, 2.0f); in TEST_F()
93 offsets.Shrink(2); in TEST_F()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.jface.text.tests/src/org/eclipse/jface/text/tests/rules/
H A DDefaultPartitionerZeroLengthTest.java65 int[] offsets= new int[] { 13, 26 }; in testGetZeroLengthPartition() local
81 int[] offsets= new int[] { 0, 13 }; in testGetZeroLengthPartitionEmptyStart() local
89 int[] offsets= new int[] { 13, 26 }; in testGetZeroLengthPartitionEmptyEnd() local
97 int[] offsets= new int[] { 13, 26 }; in testGetZeroLengthContentType() local
113 int[] offsets= new int[] { 0, 13 }; in testGetZeroLengthContentTypeEmptyStart() local
145 int[] offsets= new int[] { 0, 13 }; in testComputeZeroLengthPartitioningEmptyStart() local
193 int[] offsets= new int[] { }; in testComputePartitioningSubrangeInBoundaries1() local
201 int[] offsets= new int[] { }; in testComputePartitioningSubrangeInBoundaries2() local
217 int currentOffset= (i == offsets.length) ? endOffset : offsets[i]; in assertComputeZeroLengthPartitioning_InterleavingPartitions()
235 int offset= (i == offsets.length) ? fDoc.getLength() : offsets[i]; in assertGetZeroLengthContentType_InterleavingPartitions()
[all …]
/dports/games/fs2open/fs2open.github.com-release_21_4_1/test/src/utils/
H A DHeapAllocatorTest.cpp34 SCP_vector<size_t> offsets; in TEST() local
45 offsets.push_back(x); in TEST()
52 while (offsets.size() > 512) { in TEST()
57 offsets.erase(el); in TEST()
74 offsets.push_back(x); in TEST()
80 while (!offsets.empty()) { in TEST()
85 offsets.erase(el); in TEST()
97 SCP_vector<size_t> offsets; in TEST() local
114 offsets.erase(el); in TEST()
129 while (!offsets.empty()) { in TEST()
[all …]
/dports/graphics/gegl/gegl-0.4.34/tests/buffer/reference/
H A Dbuffer_set_pattern.buf5 offsets: (0 0)
55 offsets: (0 0)
105 offsets: (0 0)
155 offsets: (0 0)
179 offsets: (0 0)
203 offsets: (0 0)
227 offsets: (0 0)
241 offsets: (0 0)
255 offsets: (0 0)
269 offsets: (1 0)
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/intl/icu/source/common/
H A Ducnv_u7.c215 int32_t *offsets; in _UTF7ToUnicodeWithOffsets() local
239 offsets=pArgs->offsets; in _UTF7ToUnicodeWithOffsets()
455 pArgs->offsets=offsets; in _UTF7ToUnicodeWithOffsets()
465 int32_t *offsets; in _UTF7FromUnicodeWithOffsets() local
484 offsets=pArgs->offsets; in _UTF7FromUnicodeWithOffsets()
731 pArgs->offsets=offsets; in _UTF7FromUnicodeWithOffsets()
897 int32_t *offsets; in _IMAPToUnicodeWithOffsets() local
923 offsets=pArgs->offsets; in _IMAPToUnicodeWithOffsets()
1154 pArgs->offsets=offsets; in _IMAPToUnicodeWithOffsets()
1183 offsets=pArgs->offsets; in _IMAPFromUnicodeWithOffsets()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/icu4c-57.1/source/common/
H A Ducnv_u7.c213 int32_t *offsets; in _UTF7ToUnicodeWithOffsets() local
237 offsets=pArgs->offsets; in _UTF7ToUnicodeWithOffsets()
453 pArgs->offsets=offsets; in _UTF7ToUnicodeWithOffsets()
463 int32_t *offsets; in _UTF7FromUnicodeWithOffsets() local
482 offsets=pArgs->offsets; in _UTF7FromUnicodeWithOffsets()
729 pArgs->offsets=offsets; in _UTF7FromUnicodeWithOffsets()
892 int32_t *offsets; in _IMAPToUnicodeWithOffsets() local
918 offsets=pArgs->offsets; in _IMAPToUnicodeWithOffsets()
1149 pArgs->offsets=offsets; in _IMAPToUnicodeWithOffsets()
1178 offsets=pArgs->offsets; in _IMAPFromUnicodeWithOffsets()
[all …]
/dports/devel/icu-lx/icu/source/common/
H A Ducnv_u7.cpp217 int32_t *offsets; in _UTF7ToUnicodeWithOffsets() local
241 offsets=pArgs->offsets; in _UTF7ToUnicodeWithOffsets()
457 pArgs->offsets=offsets; in _UTF7ToUnicodeWithOffsets()
467 int32_t *offsets; in _UTF7FromUnicodeWithOffsets() local
486 offsets=pArgs->offsets; in _UTF7FromUnicodeWithOffsets()
733 pArgs->offsets=offsets; in _UTF7FromUnicodeWithOffsets()
901 int32_t *offsets; in _IMAPToUnicodeWithOffsets() local
927 offsets=pArgs->offsets; in _IMAPToUnicodeWithOffsets()
1158 pArgs->offsets=offsets; in _IMAPToUnicodeWithOffsets()
1187 offsets=pArgs->offsets; in _IMAPFromUnicodeWithOffsets()
[all …]
/dports/devel/icu/icu/source/common/
H A Ducnv_u7.cpp217 int32_t *offsets; in _UTF7ToUnicodeWithOffsets() local
241 offsets=pArgs->offsets; in _UTF7ToUnicodeWithOffsets()
457 pArgs->offsets=offsets; in _UTF7ToUnicodeWithOffsets()
467 int32_t *offsets; in _UTF7FromUnicodeWithOffsets() local
486 offsets=pArgs->offsets; in _UTF7FromUnicodeWithOffsets()
733 pArgs->offsets=offsets; in _UTF7FromUnicodeWithOffsets()
901 int32_t *offsets; in _IMAPToUnicodeWithOffsets() local
927 offsets=pArgs->offsets; in _IMAPToUnicodeWithOffsets()
1158 pArgs->offsets=offsets; in _IMAPToUnicodeWithOffsets()
1187 offsets=pArgs->offsets; in _IMAPFromUnicodeWithOffsets()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/common/
H A Ducnv_u7.cpp217 int32_t *offsets; in _UTF7ToUnicodeWithOffsets() local
241 offsets=pArgs->offsets; in _UTF7ToUnicodeWithOffsets()
457 pArgs->offsets=offsets; in _UTF7ToUnicodeWithOffsets()
467 int32_t *offsets; in _UTF7FromUnicodeWithOffsets() local
486 offsets=pArgs->offsets; in _UTF7FromUnicodeWithOffsets()
733 pArgs->offsets=offsets; in _UTF7FromUnicodeWithOffsets()
901 int32_t *offsets; in _IMAPToUnicodeWithOffsets() local
927 offsets=pArgs->offsets; in _IMAPToUnicodeWithOffsets()
1158 pArgs->offsets=offsets; in _IMAPToUnicodeWithOffsets()
1187 offsets=pArgs->offsets; in _IMAPFromUnicodeWithOffsets()
[all …]
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/common/
H A Ducnv_u7.cpp217 int32_t *offsets; in _UTF7ToUnicodeWithOffsets() local
241 offsets=pArgs->offsets; in _UTF7ToUnicodeWithOffsets()
457 pArgs->offsets=offsets; in _UTF7ToUnicodeWithOffsets()
467 int32_t *offsets; in _UTF7FromUnicodeWithOffsets() local
486 offsets=pArgs->offsets; in _UTF7FromUnicodeWithOffsets()
733 pArgs->offsets=offsets; in _UTF7FromUnicodeWithOffsets()
901 int32_t *offsets; in _IMAPToUnicodeWithOffsets() local
927 offsets=pArgs->offsets; in _IMAPToUnicodeWithOffsets()
1158 pArgs->offsets=offsets; in _IMAPToUnicodeWithOffsets()
1187 offsets=pArgs->offsets; in _IMAPFromUnicodeWithOffsets()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/intl/icu/source/common/
H A Ducnv_u7.cpp217 int32_t *offsets; in _UTF7ToUnicodeWithOffsets() local
241 offsets=pArgs->offsets; in _UTF7ToUnicodeWithOffsets()
457 pArgs->offsets=offsets; in _UTF7ToUnicodeWithOffsets()
467 int32_t *offsets; in _UTF7FromUnicodeWithOffsets() local
486 offsets=pArgs->offsets; in _UTF7FromUnicodeWithOffsets()
733 pArgs->offsets=offsets; in _UTF7FromUnicodeWithOffsets()
901 int32_t *offsets; in _IMAPToUnicodeWithOffsets() local
927 offsets=pArgs->offsets; in _IMAPToUnicodeWithOffsets()
1158 pArgs->offsets=offsets; in _IMAPToUnicodeWithOffsets()
1187 offsets=pArgs->offsets; in _IMAPFromUnicodeWithOffsets()
[all …]
/dports/textproc/R-cran-stringi/stringi/src/icu55/common/
H A Ducnv_u7.c212 int32_t *offsets; in _UTF7ToUnicodeWithOffsets() local
236 offsets=pArgs->offsets; in _UTF7ToUnicodeWithOffsets()
452 pArgs->offsets=offsets; in _UTF7ToUnicodeWithOffsets()
462 int32_t *offsets; in _UTF7FromUnicodeWithOffsets() local
481 offsets=pArgs->offsets; in _UTF7FromUnicodeWithOffsets()
728 pArgs->offsets=offsets; in _UTF7FromUnicodeWithOffsets()
894 int32_t *offsets; in _IMAPToUnicodeWithOffsets() local
920 offsets=pArgs->offsets; in _IMAPToUnicodeWithOffsets()
1151 pArgs->offsets=offsets; in _IMAPToUnicodeWithOffsets()
1180 offsets=pArgs->offsets; in _IMAPFromUnicodeWithOffsets()
[all …]
/dports/textproc/R-cran-stringi/stringi/src/icu69/common/
H A Ducnv_u7.cpp217 int32_t *offsets; in _UTF7ToUnicodeWithOffsets() local
241 offsets=pArgs->offsets; in _UTF7ToUnicodeWithOffsets()
457 pArgs->offsets=offsets; in _UTF7ToUnicodeWithOffsets()
467 int32_t *offsets; in _UTF7FromUnicodeWithOffsets() local
486 offsets=pArgs->offsets; in _UTF7FromUnicodeWithOffsets()
733 pArgs->offsets=offsets; in _UTF7FromUnicodeWithOffsets()
901 int32_t *offsets; in _IMAPToUnicodeWithOffsets() local
927 offsets=pArgs->offsets; in _IMAPToUnicodeWithOffsets()
1158 pArgs->offsets=offsets; in _IMAPToUnicodeWithOffsets()
1187 offsets=pArgs->offsets; in _IMAPFromUnicodeWithOffsets()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/common/
H A Ducnv_u7.cpp217 int32_t *offsets; in _UTF7ToUnicodeWithOffsets() local
241 offsets=pArgs->offsets; in _UTF7ToUnicodeWithOffsets()
457 pArgs->offsets=offsets; in _UTF7ToUnicodeWithOffsets()
467 int32_t *offsets; in _UTF7FromUnicodeWithOffsets() local
486 offsets=pArgs->offsets; in _UTF7FromUnicodeWithOffsets()
733 pArgs->offsets=offsets; in _UTF7FromUnicodeWithOffsets()
901 int32_t *offsets; in _IMAPToUnicodeWithOffsets() local
927 offsets=pArgs->offsets; in _IMAPToUnicodeWithOffsets()
1158 pArgs->offsets=offsets; in _IMAPToUnicodeWithOffsets()
1187 offsets=pArgs->offsets; in _IMAPFromUnicodeWithOffsets()
[all …]
/dports/www/firefox/firefox-99.0/intl/icu/source/common/
H A Ducnv_u7.cpp217 int32_t *offsets; in _UTF7ToUnicodeWithOffsets() local
241 offsets=pArgs->offsets; in _UTF7ToUnicodeWithOffsets()
457 pArgs->offsets=offsets; in _UTF7ToUnicodeWithOffsets()
467 int32_t *offsets; in _UTF7FromUnicodeWithOffsets() local
486 offsets=pArgs->offsets; in _UTF7FromUnicodeWithOffsets()
733 pArgs->offsets=offsets; in _UTF7FromUnicodeWithOffsets()
901 int32_t *offsets; in _IMAPToUnicodeWithOffsets() local
927 offsets=pArgs->offsets; in _IMAPToUnicodeWithOffsets()
1158 pArgs->offsets=offsets; in _IMAPToUnicodeWithOffsets()
1187 offsets=pArgs->offsets; in _IMAPFromUnicodeWithOffsets()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/common/
H A Ducnv_u7.cpp217 int32_t *offsets; in _UTF7ToUnicodeWithOffsets() local
241 offsets=pArgs->offsets; in _UTF7ToUnicodeWithOffsets()
457 pArgs->offsets=offsets; in _UTF7ToUnicodeWithOffsets()
467 int32_t *offsets; in _UTF7FromUnicodeWithOffsets() local
486 offsets=pArgs->offsets; in _UTF7FromUnicodeWithOffsets()
733 pArgs->offsets=offsets; in _UTF7FromUnicodeWithOffsets()
901 int32_t *offsets; in _IMAPToUnicodeWithOffsets() local
927 offsets=pArgs->offsets; in _IMAPToUnicodeWithOffsets()
1158 pArgs->offsets=offsets; in _IMAPToUnicodeWithOffsets()
1187 offsets=pArgs->offsets; in _IMAPFromUnicodeWithOffsets()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/intl/icu/source/common/
H A Ducnv_u7.cpp217 int32_t *offsets; in _UTF7ToUnicodeWithOffsets() local
241 offsets=pArgs->offsets; in _UTF7ToUnicodeWithOffsets()
457 pArgs->offsets=offsets; in _UTF7ToUnicodeWithOffsets()
467 int32_t *offsets; in _UTF7FromUnicodeWithOffsets() local
486 offsets=pArgs->offsets; in _UTF7FromUnicodeWithOffsets()
733 pArgs->offsets=offsets; in _UTF7FromUnicodeWithOffsets()
901 int32_t *offsets; in _IMAPToUnicodeWithOffsets() local
927 offsets=pArgs->offsets; in _IMAPToUnicodeWithOffsets()
1158 pArgs->offsets=offsets; in _IMAPToUnicodeWithOffsets()
1187 offsets=pArgs->offsets; in _IMAPFromUnicodeWithOffsets()
[all …]

12345678910>>...339