Searched refs:timestamp (Results 1 – 22 of 22) sorted by relevance
/aoo4110/main/offapi/com/sun/star/configuration/backend/ |
H A D | XMultiLayerStratum.idl | 61 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 D | XSingleLayerStratum.idl | 60 <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 D | Layer.idl | 87 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 D | UpdatableLayer.idl | 63 the timestamp will be the one for the replaced contents and
|
/aoo4110/main/solenv/bin/ |
H A D | patch_sanitizer.pl | 102 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;
|
/aoo4110/main/offapi/com/sun/star/util/ |
H A D | XTimeStamped.idl | 36 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.
|
/aoo4110/main/x11_extensions/inc/ |
H A D | randrproto.h | 110 Time timestamp B32; 126 Time timestamp B32; 138 Time timestamp B32; 181 Time timestamp B32; /* time screen was changed */
|
H A D | Xrandr.h | 53 Time timestamp; /* when the screen change occurred */ member 90 Time timestamp); 99 Time timestamp);
|
/aoo4110/main/l10ntools/scripts/ |
H A D | localize_old.pl | 512 my $timestamp = defined $18 ? $18 : ''; 529 $extract_date = $timestamp ; 562 my $timestamp = defined $18 ? $18 : ''; 580 $extract_date = $timestamp;
|
H A D | localize.pl | 508 my $timestamp = defined $18 ? $18 : ''; 525 $extract_date = $timestamp ; 558 my $timestamp = defined $18 ? $18 : ''; 576 $extract_date = $timestamp;
|
/aoo4110/main/vcl/aqua/source/app/ |
H A D | saltimer.cxx | 77 timestamp: [NSDate timeIntervalSinceReferenceDate] in ImplSalStartTimer() 98 NSTimeInterval posted = [pEvent timestamp] + NSTimeInterval([pEvent data1])/1000.0; in handleStartTimerEvent()
|
H A D | vclnsapp.mm | 63 timestamp: 0
|
H A D | salinst.cxx | 479 timestamp: 0 in wakeupYield()
|
/aoo4110/main/libxmlsec/ |
H A D | xmlsec1-update-config-sub-and-guess.patch | 11 -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 ;;
|
/aoo4110/main/vcl/aqua/source/window/ |
H A D | salframeview.mm | 582 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 );
|
/aoo4110/main/ |
H A D | config.sub | 7 timestamp='2010-01-22' 76 GNU config.sub ($timestamp) 92 echo "$timestamp" ; exit ;;
|
H A D | config.guess | 7 timestamp='2009-12-30' 56 GNU config.guess ($timestamp) 73 echo "$timestamp" ; exit ;;
|
H A D | set_soenv.in | 2297 { my $timestamp = `date`; 2298 chomp( $timestamp ); 2304 print { $filehandle } "$comment Generated on: $timestamp $newline";
|
/aoo4110/main/libtextcat/ |
H A D | libtextcat-2.2.patch | 1607 -timestamp='2002-10-21' 1608 +timestamp='2009-12-30' 1645 GNU config.guess ($timestamp) 1660 - echo "$timestamp" ; exit 0 ;; 1661 + echo "$timestamp" ; exit ;; 3200 -timestamp='2002-09-05' 3201 +timestamp='2010-01-22' 3238 GNU config.sub ($timestamp) 3252 - echo "$timestamp" ; exit 0 ;; 3253 + echo "$timestamp" ; exit ;;
|
/aoo4110/main/connectivity/source/resource/ |
H A D | conn_log_res.src | 207 Text = "s$1$: parameter no. $2$: type: timestamp; value: $3$";
|
/aoo4110/main/apple_remote/ |
H A D | RemoteMainController.m | 90 timestamp: 0
|
/aoo4110/main/offapi/com/sun/star/sdbc/ |
H A D | XRowUpdate.idl | 190 /** updates a column with a timestamp value.
|
Completed in 153 milliseconds