代码搜索:Dumper
找到约 648 项符合「Dumper」的源代码
代码结果 648
www.eeworm.com/read/138258/13244508
c dumper.c
/*
* Dumper, by Dan Gookin
* Displays the contents of a file in
* hexadecimal and ASCII
*/
#include
#include
#include
#include
#include
www.eeworm.com/read/144216/5752101
pm dumper.pm
#
# Data/Dumper.pm
#
# convert perl data structures into perl syntax suitable for both printing
# and eval
#
# Documentation at the __END__
#
package Data::Dumper;
$VERSION = '2.102';
#$| = 1;
req
www.eeworm.com/read/144216/5752104
xs dumper.xs
#define PERL_NO_GET_CONTEXT
#include "EXTERN.h"
#include "perl.h"
#include "XSUB.h"
#ifndef PERL_VERSION
#include "patchlevel.h"
#define PERL_VERSION PATCHLEVEL
#endif
#if PERL_VERSION < 5
# ifndef
www.eeworm.com/read/144216/5752356
t dumper.t
#!./perl -w
#
# testsuite for Data::Dumper
#
BEGIN {
chdir 't' if -d 't';
@INC = '../lib';
require Config; import Config;
if ($Config{'extensions'} !~ /\bData\/Dumper\b/) {
prin
www.eeworm.com/read/134009/5895981
pm dumper.pm
#
# Data/Dumper.pm
#
# convert perl data structures into perl syntax suitable for both printing
# and eval
#
# Documentation at the __END__
#
package Data::Dumper;
$VERSION = '2.102';
#$| = 1;
req
www.eeworm.com/read/134009/5895985
xs dumper.xs
#define PERL_NO_GET_CONTEXT
#include "EXTERN.h"
#include "perl.h"
#include "XSUB.h"
#ifndef PERL_VERSION
#include "patchlevel.h"
#define PERL_VERSION PATCHLEVEL
#endif
#if PERL_VERSION < 5
# ifndef
www.eeworm.com/read/124347/6053612
cc dumper.cc
/* dumper.cc
Copyright 1999, 2001, 2002 Red Hat Inc.
Written by Egor Duda
This file is part of Cygwin.
This software is a copyrighted work licensed under the terms of
www.eeworm.com/read/124347/6053633
h dumper.h
/* dumper.h
Copyright 1999,2001 Red Hat Inc.
Written by Egor Duda
This file is part of Cygwin.
This software is a copyrighted work licensed under the terms of the
Cygwin lic
www.eeworm.com/read/120320/6074034
java dumper.java
package org.drools.reteoo;
/*
* $Id: Dumper.java,v 1.8 2004/11/19 02:13:46 mproctor Exp $
*
* Copyright 2004-2004 (C) The Werken Company. All Rights Reserved.
*
* Redistribution and use of thi
www.eeworm.com/read/347939/11626927