- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1221 - 1230 of about 10,000 for timestamp:[now/d-7d TO *] (0.12 sec)
-
Reflect.getPrototypeOf() - JavaScript | MDN
The Reflect.getPrototypeOf() static method is like Object.getPrototypeOf(). It returns the prototype of the specified object.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Reflect/getPrototypeOfRegistered: Wed Apr 30 01:42:57 UTC 2025 - Last Modified: Wed Apr 30 00:49:47 UTC 2025 - 59.7K bytes - Viewed (0) -
SharedArrayBuffer.prototype.slice() - JavaScrip...
The slice() method of SharedArrayBuffer instances returns a new SharedArrayBuffer whose contents are a copy of this SharedArrayBuffer's bytes from start, inclusive, up to end, exclusive. If either start or end is negative, it refers to an index from the end of the array, as opposed to from the beginning.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer/sliceRegistered: Wed Apr 30 01:44:20 UTC 2025 - Last Modified: Wed Apr 30 00:49:48 UTC 2025 - 68.6K bytes - Viewed (0) -
BigInt64Array() constructor - JavaScript | MDN
The BigInt64Array() constructor creates BigInt64Array objects. The contents are initialized to 0n unless initialization data is explicitly provided.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt64Array/BigInt64ArrayRegistered: Wed Apr 30 01:44:29 UTC 2025 - Last Modified: Wed Apr 30 00:49:41 UTC 2025 - 77.3K bytes - Viewed (0) -
File::Temp.txt
package File::Temp; # git description: v0.2310-3-gc7148fe # ABSTRACT: return name and handle of a temporary file safely our $VERSION = '0.2311'; #pod =begin :__INTERNALS #pod #pod =head1 PORTABILIT...perldoc.perl.org/File::Temp.txtRegistered: Sat Apr 26 19:34:37 UTC 2025 - 116.1K bytes - Viewed (0) -
ExtUtils::MakeMaker.txt
# $Id$ package ExtUtils::MakeMaker; use strict; use warnings; BEGIN {require 5.006;} require Exporter; use ExtUtils::MakeMaker::Config; use ExtUtils::MakeMaker::version; # ensure we always have our...perldoc.perl.org/ExtUtils::MakeMaker.txtRegistered: Sat Apr 26 18:19:17 UTC 2025 - 106.7K bytes - Viewed (0) -
Fcntl.txt
package Fcntl; =head1 NAME Fcntl - various flag constants and helper functions from C's fcntl.h =head1 SYNOPSIS use Fcntl; use Fcntl qw(:DEFAULT :flock); use Fcntl qw(F_GETFD F_SETFD FD_CLOEXEC); =...perldoc.perl.org/Fcntl.txtRegistered: Sat Apr 26 21:11:30 UTC 2025 - 18.7K bytes - Viewed (0) -
ExtUtils::MM_Win32.txt
package ExtUtils::MM_Win32; use strict; use warnings; =head1 NAME ExtUtils::MM_Win32 - methods to override UN*X behaviour in ExtUtils::MakeMaker =head1 SYNOPSIS use ExtUtils::MM_Win32; # Done inter...perldoc.perl.org/ExtUtils::MM_Win32.txtRegistered: Sat Apr 26 19:38:42 UTC 2025 - 14.7K bytes - Viewed (0) -
File::Spec::Unix.txt
package File::Spec::Unix; use strict; use Cwd (); our $VERSION = '3.91'; $VERSION =~ tr/_//d; =head1 NAME File::Spec::Unix - File::Spec for Unix, base for other File::Spec modules =head1 SYNOPSIS r...perldoc.perl.org/File::Spec::Unix.txtRegistered: Sat Apr 26 17:32:33 UTC 2025 - 15.5K bytes - Viewed (0) -
File::Basename.txt
=head1 NAME File::Basename - Parse file paths into directory, filename and suffix. =head1 SYNOPSIS use File::Basename; my ($name, $path, $suffix) = fileparse($fullname, @suffixlist); my $name = fil...perldoc.perl.org/File::Basename.txtRegistered: Sat Apr 26 20:26:30 UTC 2025 - 10.9K bytes - Viewed (0) -
Getopt::Long::Parser.txt
#! perl # Parser.pm -- Getopt::Long object oriented interface # Author : Johan Vromans # Created On : Thu Nov 9 10:37:00 2023 # Last Modified On: Sat Nov 11 17:48:49 2023 # Update Count : 13 # Stat...perldoc.perl.org/Getopt::Long::Parser.txtRegistered: Sat Apr 26 18:49:15 UTC 2025 - 3.9K bytes - Viewed (0)