代码搜索:each
找到约 10,000 项符合「each」的源代码
代码结果 10,000
www.eeworm.com/read/144216/5752580
t each.t
#!./perl
print "1..19\n";
$h{'abc'} = 'ABC';
$h{'def'} = 'DEF';
$h{'jkl','mno'} = "JKL\034MNO";
$h{'a',2,3,4,5} = join("\034",'A',2,3,4,5);
$h{'a'} = 'A';
$h{'b'} = 'B';
$h{'c'} = 'C';
$h{'d'} = 'D'
www.eeworm.com/read/139332/5800304
hpp for_each.hpp
/*=============================================================================
Copyright (c) 2003 Joel de Guzman
Use, modification and distribution is subject to the Boost Software
Licen
www.eeworm.com/read/139332/5800306
ipp for_each.ipp
/*=============================================================================
Copyright (c) 2003 Joel de Guzman
Use, modification and distribution is subject to the Boost Software
Licen
www.eeworm.com/read/139332/5801029
hpp for_each.hpp
#ifndef BOOST_MPL_FOR_EACH_HPP_INCLUDED
#define BOOST_MPL_FOR_EACH_HPP_INCLUDED
// Copyright Aleksey Gurtovoy 2000-2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See acco
www.eeworm.com/read/139332/5802179
hpp for_each.hpp
# /* Copyright (C) 2001
# * Housemarque Oy
# * http://www.housemarque.com
# *
# * Distributed under the Boost Software License, Version 1.0. (See
# * accompanying file LICENSE_1_0.txt or copy at
www.eeworm.com/read/139332/5802225
hpp for_each.hpp
# /* **************************************************************************
# * *
# * (C) Copyright Paul Mensonides 2
www.eeworm.com/read/131315/5935896
t each.t
#!./perl
# $Header: each.t,v 4.0 91/03/20 01:52:14 lwall Locked $
print "1..3\n";
$h{'abc'} = 'ABC';
$h{'def'} = 'DEF';
$h{'jkl','mno'} = "JKL\034MNO";
$h{'a',2,3,4,5} = join("\034",'A',2,3,4,5);
$
www.eeworm.com/read/125133/6032836
try-each
#!/bin/sh
action=$1
shift
for p in "$@"
do
if tests/$action "$p"
then echo "passed: $p"
else echo "*** failed: $p ***"; exit 1
fi
done
www.eeworm.com/read/125133/6033011
try-each
#!/bin/sh
action=$1
shift
for p in "$@"
do
if tests/$action "$p"
then echo "passed: $p"
else echo "*** failed: $p ***"; exit 1
fi
done