- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 441 - 450 of 6,340 for content_length:[0 TO 9999] (0.18 sec)
-
contributors.txt
# Contributors by commit history https://github.com/mdn/content/commits/main/files/en-us/web/svg/reference/attribute/xchannelselector/index.md # Original Wiki contributors Sebastianz Jeremie 192developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/xChannelSelector/contributors.txtRegistered: Wed Nov 05 01:55:45 UTC 2025 - Last Modified: Tue Aug 19 16:05:19 UTC 2025 - 192 bytes - Viewed (0) -
embed
{"version":"1.0","provider_name":"jQuery API Documentation","provider_url":"https:\/\/api.jquery.com","author_name":"builder","author_url":"https:\/\/api.jquery.com\/author\/builder\/","title":".un...api.jquery.com/wp-json/oembed/1.0/embedRegistered: Wed Nov 05 01:54:27 UTC 2025 - 2.1K bytes - Viewed (0) -
embed
{"version":"1.0","provider_name":"jQuery API Documentation","provider_url":"https:\/\/api.jquery.com","author_name":"builder","author_url":"https:\/\/api.jquery.com\/author\/builder\/","title":".to...api.jquery.com/wp-json/oembed/1.0/embedRegistered: Wed Nov 05 01:55:27 UTC 2025 - 2.1K bytes - Viewed (0) -
contributors.txt
# Contributors by commit history https://github.com/mdn/content/commits/main/files/en-us/web/svg/reference/attribute/stroke-dasharray/index.md # Original Wiki contributors Zearin_Galaurum aplaice J...developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/stroke-dasharray/contributors.txtRegistered: Wed Nov 05 01:54:49 UTC 2025 - Last Modified: Tue Aug 19 16:05:17 UTC 2025 - 234 bytes - Viewed (0) -
sigtrap.txt
package sigtrap; =head1 NAME sigtrap - Perl pragma to enable simple signal handling =cut use Carp; $VERSION = '1.10'; $Verbose ||= 0; sub import { my $pkg = shift; my $handler = \&handler_traceback...perldoc.perl.org/sigtrap.txtRegistered: Tue Nov 04 02:02:20 UTC 2025 - 8.5K bytes - Viewed (0) -
filetest.txt
package filetest; our $VERSION = '1.03'; =head1 NAME filetest - Perl pragma to control the filetest permission operators =head1 SYNOPSIS $can_perhaps_read = -r "file"; # use the mode bits { use fil...perldoc.perl.org/filetest.txtRegistered: Tue Nov 04 04:57:44 UTC 2025 - 3.9K bytes - Viewed (0) -
sort.txt
package sort; use strict; use warnings; our $VERSION = '2.06'; sub import { shift; if (@_ == 0) { require Carp; Carp::croak("sort pragma requires arguments"); } $^H{sort} //= 0; for my $subpragma (...perldoc.perl.org/sort.txtRegistered: Tue Nov 04 01:47:22 UTC 2025 - 3K bytes - Viewed (0) -
AnyDBM_File.txt
package AnyDBM_File; use warnings; use strict; use 5.006_001; our $VERSION = '1.01'; our @ISA = qw(NDBM_File DB_File GDBM_File SDBM_File ODBM_File) unless @ISA; my $mod; for $mod (@ISA) { if (eval ...perldoc.perl.org/AnyDBM_File.txtRegistered: Tue Nov 04 03:02:49 UTC 2025 - 2.6K bytes - Viewed (0) -
source::encoding.txt
package source::encoding; use v5.40; our $VERSION = '0.01'; our $ascii_hint_bits = 0x00000010; sub import { unimport(); # Get rid of any 'use utf8' my (undef, $arg) = @_; if ($arg eq 'utf8') { requ...perldoc.perl.org/source::encoding.txtRegistered: Tue Nov 04 04:12:02 UTC 2025 - 1.7K bytes - Viewed (0) -
ok.txt
package ok; our $VERSION = '1.302210'; use strict; use Test::More (); sub import { shift; if (@_) { goto &Test::More::pass if $_[0] eq 'ok'; goto &Test::More::use_ok; } # No argument list - croak a...perldoc.perl.org/ok.txtRegistered: Tue Nov 04 03:30:56 UTC 2025 - 971 bytes - Viewed (0)