Home
last modified time | relevance | path

Searched refs:timestamp (Results 1 – 24 of 24) sorted by relevance

/trunk/main/offapi/com/sun/star/configuration/backend/
H A DXMultiLayerStratum.idl61 timestamp-checking capabilities for efficient caching.
158 <p> A timestamp can be provided, which is used to indicate
171 a timestamp for the layer.
176 <p> The format and meaning of a timestamp depends on
187 if the timestamp is invalid
204 <p> A timestamp can be provided, which is used to indicate
216 a timestamp for all of the layers.
233 timestamp, the list contains a <NULL/> element.
238 if the timestamp is invalid
255 <p> For each layer an individual timestamp can be provided,
[all …]
H A DXSingleLayerStratum.idl60 <p> The interface provides timestamp-checking capabilities
77 <p> A timestamp can be provided, which is used to indicate
86 a timestamp for the layer.
88 <p> An empty timestamp indicates, that the layer should be
91 <p> The format and meaning of a timestamp depends on
98 <NULL/> if the layer is newer than indicated by the timestamp.
102 if the timestamp is invalid.
H A DLayer.idl87 the timestamp is guaranteed to change to a different value.
89 <p> The timestamp format depends on the implementation.
90 If the timestamp is a representation of the time of the last change,
H A DUpdatableLayer.idl63 the timestamp will be the one for the replaced contents and
/trunk/main/solenv/bin/
H A Dpatch_sanitizer.pl102 my $timestamp;
105 ($origfilename, $timestamp) = split(/\t/, $_, 2);
106 chomp $timestamp;
108 $hunks{$origfilename}{'origtimestamp'} = $timestamp;
111 my ($filename, $timestamp) = split(/\t/, $_, 2);
112 chomp $timestamp;
115 $hunks{$origfilename}{'patchedtimestamp'} = $timestamp;
/trunk/main/offapi/com/sun/star/util/
H A DXTimeStamped.idl36 provides timestamp information for an object
39 <p> The format and meaning of the timestamp depends on the implementation.
44 <p> If the timestamp is unchanged between two calls, the
57 returns the timestamp of the object.
61 a <atom>string</atom> that represents a timestamp.
/trunk/main/x11_extensions/inc/
H A Drandrproto.h110 Time timestamp B32;
126 Time timestamp B32;
138 Time timestamp B32;
181 Time timestamp B32; /* time screen was changed */
H A DXrandr.h53 Time timestamp; /* when the screen change occurred */ member
90 Time timestamp);
99 Time timestamp);
/trunk/main/l10ntools/scripts/
H A Dlocalize_old.pl512 my $timestamp = defined $18 ? $18 : '';
529 $extract_date = $timestamp ;
562 my $timestamp = defined $18 ? $18 : '';
580 $extract_date = $timestamp;
H A Dlocalize.pl508 my $timestamp = defined $18 ? $18 : '';
525 $extract_date = $timestamp ;
558 my $timestamp = defined $18 ? $18 : '';
576 $extract_date = $timestamp;
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLCallableStatement.java304 …java.sql.Timestamp timestamp = ((java.sql.CallableStatement)jdbcStatement).getTimestamp(columnInde… in getTimestamp() local
305 if (timestamp != null) { in getTimestamp()
306 return DBTypeConversion.toDateTime(timestamp.toString()); in getTimestamp()
H A DJavaSQLResultSet.java510 java.sql.Timestamp timestamp = jdbcResultSet.getTimestamp(columnIndex); in getTimestamp() local
511 if (timestamp != null) { in getTimestamp()
512 return DBTypeConversion.toDateTime(timestamp.toString()); in getTimestamp()
/trunk/main/vcl/aqua/source/app/
H A Dsaltimer.cxx77 timestamp: [NSDate timeIntervalSinceReferenceDate] in ImplSalStartTimer()
98 NSTimeInterval posted = [pEvent timestamp] + NSTimeInterval([pEvent data1])/1000.0; in handleStartTimerEvent()
H A Dvclnsapp.mm63 timestamp: 0
H A Dsalinst.cxx479 timestamp: 0 in wakeupYield()
/trunk/main/
H A Dconfig.sub7 timestamp='2022-09-17'
77 GNU config.sub ($timestamp)
91 echo "$timestamp" ; exit ;;
H A Dset_soenv.in2288 { my $timestamp = `date`;
2289 chomp( $timestamp );
2295 print { $filehandle } "$comment Generated on: $timestamp $newline";
H A Dconfig.guess7 timestamp='2022-09-17'
60 GNU config.guess ($timestamp)
75 echo "$timestamp" ; exit ;;
/trunk/main/libxmlsec/
H A Dxmlsec1-update-config-sub-and-guess.patch11 -timestamp='2003-06-17'
12 +timestamp='2009-12-30'
49 GNU config.guess ($timestamp)
64 - echo "$timestamp" ; exit 0 ;;
65 + echo "$timestamp" ; exit ;;
1498 -timestamp='2003-06-18'
1499 +timestamp='2010-01-22'
1536 GNU config.sub ($timestamp)
1550 - echo "$timestamp" ; exit 0 ;;
1551 + echo "$timestamp" ; exit ;;
/trunk/main/vcl/aqua/source/window/
H A Dsalframeview.mm582 pDispatchFrame->mnLastEventTime = static_cast<sal_uLong>( [pEvent timestamp] * 1000.0 );
721 const NSTimeInterval fMagnifyTime = [pEvent timestamp];
733 mfLastMagnifyTime = [pEvent timestamp];
794 mpFrame->mnLastEventTime = static_cast<sal_uLong>( [pEvent timestamp] * 1000.0 );
854 mpFrame->mnLastEventTime = static_cast<sal_uLong>( [pEvent timestamp] * 1000.0 );
926 mpFrame->mnLastEventTime = static_cast<sal_uLong>( [pEvent timestamp] * 1000.0 );
983 mpFrame->mnLastEventTime = static_cast<sal_uLong>( [pEvent timestamp] * 1000.0 );
/trunk/main/libtextcat/
H A Dlibtextcat-2.2.patch1640 -timestamp='2002-10-21'
1641 +timestamp='2009-12-30'
1678 GNU config.guess ($timestamp)
1693 - echo "$timestamp" ; exit 0 ;;
1694 + echo "$timestamp" ; exit ;;
3233 -timestamp='2002-09-05'
3234 +timestamp='2010-01-22'
3271 GNU config.sub ($timestamp)
3285 - echo "$timestamp" ; exit 0 ;;
3286 + echo "$timestamp" ; exit ;;
/trunk/main/connectivity/source/resource/
H A Dconn_log_res.src207 Text = "s$1$: parameter no. $2$: type: timestamp; value: $3$";
/trunk/main/apple_remote/source/
H A DRemoteMainController.m90 timestamp: 0
/trunk/main/offapi/com/sun/star/sdbc/
H A DXRowUpdate.idl190 /** updates a column with a timestamp value.

Completed in 109 milliseconds