代码搜索:positional
找到约 115 项符合「positional」的源代码
代码结果 115
www.eeworm.com/read/168845/5435751
cpp global.cpp
// (C) Copyright Gennadiy Rozental 2001-2005.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE
www.eeworm.com/read/162614/5524959
ada c43106a.ada
-- C43106A.ADA
-- Grant of Unlimited Rights
--
-- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687,
-- F08630-91-C-0015, and DCA100-97-D-0025,
www.eeworm.com/read/458682/7291349
sh set-pos.sh
#!/bin/bash
variable="one two three four five"
set -- $variable
# Sets positional parameters to the contents of "$variable".
first_param=$1
second_param=$2
shift; shift # Shift past first tw
www.eeworm.com/read/339483/12230454
sh set-pos.sh
#!/bin/bash
variable="one two three four five"
set -- $variable
# Sets positional parameters to the contents of "$variable".
first_param=$1
second_param=$2
shift; shift # Shift past first tw
www.eeworm.com/read/136072/5874431
h xopen_lim.h
/* Copyright (C) 1996, 1997, 1999, 2001 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it un
www.eeworm.com/read/167046/5470429
h xopen_lim.h
/* Copyright (C) 1996, 1997, 1999, 2001 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it un
www.eeworm.com/read/285975/8796906
4 ch16.014_prob_ex16.4
##############################################################################
## Example 16.4 (NOT RECOMMENDED) from Chapter 16 of "Perl Best Practices" ##
## Copyright (c) O'Reilly & Associates
www.eeworm.com/read/10438/185797
c cprintfp.c
/***
*cprintfp.c - Positional version of cprintf
*
* Copyright (c) Microsoft Corporation. All rights reserved.
*
*Purpose:
* This has format validations & positional parameters as compared