代码搜索:positional
找到约 115 项符合「positional」的源代码
代码结果 115
www.eeworm.com/read/10438/185812
c cwprntfp.c
/***
*cwprntfp.c - Positional version of cwprintf
*
* Copyright (c) Microsoft Corporation. All rights reserved.
*
*Purpose:
* This has format validations & positional parameters as comp
www.eeworm.com/read/10438/186110
c woutputp.c
/***
*woutputp.c - Positional version of wprintf & the wprintf family
*
* Copyright (c) Microsoft Corporation. All rights reserved.
*
*Purpose:
* This has format validations & positional par
www.eeworm.com/read/10438/186373
c outputp.c
/***
*outputp.c - Positional version of printf & the printf family
*
* Copyright (c) Microsoft Corporation. All rights reserved.
*
*Purpose:
* This has format validations & positional parame
www.eeworm.com/read/173347/5374859
ksh arginfo.ksh
#!/bin/ksh
# Purpose: Print out information about the positional parameters.
#
# Name: arginfo.ksh
print "The name of the script is: $0"
print "Positional Parameter Value"
print " \$1
www.eeworm.com/read/16793/690843
sort-pos-params
# Sort the positional paramters.
# Make sure the positional parameters are passed as arguments to the function.
# If -u is the first arg, remove duplicate array members.
sort_posparams()
{
local -a R
www.eeworm.com/read/168845/5436177
v2 jamfile.v2
project
: requirements
../build//boost_program_options
/boost/test//boost_test_exec_monitor
static
# _GLIBCXX_CONCEPT_CHECKS
#
www.eeworm.com/read/168845/5434161
rst forwarditerator.rst
.. Iterators/Concepts//Forward Iterator |10
Forward Iterator
================
Description
-----------
A |Forward Iterator| ``i`` is a type that represents a positional reference
to an elem
www.eeworm.com/read/35675/1059876
greetings
#!/bin/sh
# Scriptname: greetings
echo "This script is called $0."
echo "$0 $1 and $2"
echo "The number of positional parameters is $#"
www.eeworm.com/read/239312/4602629
greetings
#!/bin/sh
# Scriptname: greetings
echo "This script is called $0."
echo "$0 $1 and $2"
echo "The number of positional parameters is $#"
www.eeworm.com/read/407756/2259091
greetings
#!/bin/sh
# Scriptname: greetings
echo "This script is called $0."
echo "$0 $1 and $2"
echo "The number of positional parameters is $#"