Home
last modified time | relevance | path

Searched refs:single_arg (Results 1 – 25 of 53) sorted by relevance

123

/dports/www/p5-WWW-Shorten-Bitly/WWW-Shorten-Bitly-2.001/lib/WWW/Shorten/
H A DBitly.pm82 $args = {single_arg => $_[0]};
172 my $link = $args->{domain} || $args->{url} || $args->{single_arg} || '';
195 my $link = $args->{link} || $args->{single_arg} || '';
220 my $link = $args->{link} || $args->{single_arg} || '';
235 my $link = $args->{link} || $args->{single_arg} || '';
259 my $short_url = $args->{shortUrl} || $args->{URL} || $args->{url} || $args->{single_arg} || '';
282 my $link = $args->{shortUrl} || $args->{single_arg} || '';
349 my $link = $args->{url} || $args->{single_arg} || '';
393 my $link = $args->{link} || $args->{single_arg} || '';
417 my $long_url = $args->{longUrl} || $args->{single_arg} || $args->{URL} || $args->{url} || '';
/dports/net/py-geopy/geopy-2.2.0/geopy/
H A Dpoint.py160 single_arg = latitude is not None and longitude is None and altitude is None
161 if single_arg and not isinstance(latitude, util.NUMBER_TYPES):
177 if single_arg:
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dgimple-range-fold.cc781 tree single_arg = NULL_TREE; in range_of_phi() local
816 single_arg = arg; in range_of_phi()
818 else if (single_arg != arg) in range_of_phi()
819 single_arg = NULL_TREE; in range_of_phi()
823 if (r.varying_p () && single_arg == NULL_TREE) in range_of_phi()
833 if (single_arg) in range_of_phi()
836 if (gimple_range_ssa_p (single_arg)) in range_of_phi()
837 src.register_relation (phi, EQ_EXPR, phi_def, single_arg); in range_of_phi()
838 else if (src.get_operand (arg_range, single_arg) in range_of_phi()
/dports/print/ttfautohint/ttfautohint-1.8.4/lib/
H A Dtaprep.c493 FT_UInt* single_arg; in TA_sfnt_build_number_set() local
554 single_arg = single_args + num_singles - 1; in TA_sfnt_build_number_set()
568 *(single_arg--) = start; in TA_sfnt_build_number_set()
/dports/devel/boost-docs/boost_1_72_0/libs/mpl/preprocessed/
H A Dpp.py97 single_arg = re.compile('^\s*(\w|\d)+\s*$').match(match.group(2))
98 return if_else(single_arg,'%s<%s>','%s< %s >') %\
/dports/devel/boost-python-libs/boost_1_72_0/libs/mpl/preprocessed/
H A Dpp.py97 single_arg = re.compile('^\s*(\w|\d)+\s*$').match(match.group(2))
98 return if_else(single_arg,'%s<%s>','%s< %s >') %\
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/mpl/preprocessed/
H A Dpp.py97 single_arg = re.compile('^\s*(\w|\d)+\s*$').match(match.group(2))
98 return if_else(single_arg,'%s<%s>','%s< %s >') %\
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/mpl/preprocessed/
H A Dpp.py97 single_arg = re.compile('^\s*(\w|\d)+\s*$').match(match.group(2))
98 return if_else(single_arg,'%s<%s>','%s< %s >') %\
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/mpl/preprocessed/
H A Dpp.py97 single_arg = re.compile('^\s*(\w|\d)+\s*$').match(match.group(2))
98 return if_else(single_arg,'%s<%s>','%s< %s >') %\
/dports/databases/percona57-server/boost_1_59_0/libs/mpl/preprocessed/
H A Dpp.py97 single_arg = re.compile('^\s*(\w|\d)+\s*$').match(match.group(2))
98 return if_else(single_arg,'%s<%s>','%s< %s >') %\
/dports/databases/xtrabackup/boost_1_59_0/libs/mpl/preprocessed/
H A Dpp.py97 single_arg = re.compile('^\s*(\w|\d)+\s*$').match(match.group(2))
98 return if_else(single_arg,'%s<%s>','%s< %s >') %\
/dports/databases/percona57-client/boost_1_59_0/libs/mpl/preprocessed/
H A Dpp.py97 single_arg = re.compile('^\s*(\w|\d)+\s*$').match(match.group(2))
98 return if_else(single_arg,'%s<%s>','%s< %s >') %\
/dports/devel/boost-libs/boost_1_72_0/libs/mpl/preprocessed/
H A Dpp.py97 single_arg = re.compile('^\s*(\w|\d)+\s*$').match(match.group(2))
98 return if_else(single_arg,'%s<%s>','%s< %s >') %\
/dports/devel/hyperscan/boost_1_75_0/libs/mpl/preprocessed/
H A Dpp.py97 single_arg = re.compile('^\s*(\w|\d)+\s*$').match(match.group(2))
98 return if_else(single_arg,'%s<%s>','%s< %s >') %\
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/ide_assists/src/utils/
H A Dsuggest_name.rs298 fn single_arg() { in single_arg() function
/dports/dns/dog/mutagen-c7abc956a10e8a3e2cc71f21279ea0a42f7b7c10/mutagen-core/src/transformer/
H A Darg_ast.rs183 fn single_arg() { in single_arg() function
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/ide_assists/src/utils/
H A Dsuggest_name.rs298 fn single_arg() { in single_arg() function
/dports/textproc/angle-grinder/angle-grinder-0.18.0/src/
H A Dlang.rs602 fn single_arg(description: &'static str) -> impl Clone + Fn(Span) -> IResult<Span, Expr> { in single_arg() function
628 expect_fn(single_arg(description), |qc, r| { in req_single_arg()
1455 opt(single_arg("the string to split")), in parse_operators()
1513 .precedes(opt(single_arg("the value to count"))) in parse_operators()
/dports/math/libnormaliz/normaliz-3.9.0/PyNormaliz/
H A DNormalizModule.cpp156 static PyObject* CallPythonFuncOnOneArg(PyObject* function, PyObject* single_arg) in CallPythonFuncOnOneArg() argument
158 PyObject* single_arg_tuple = PyTuple_Pack(1, single_arg); in CallPythonFuncOnOneArg()
160 Py_DecRef(single_arg); in CallPythonFuncOnOneArg()
/dports/cad/yosys/yosys-yosys-0.12/frontends/verilog/
H A Dverilog_parser.y3029 single_arg |
3030 arg_list ',' single_arg;
3032 single_arg:
/dports/devel/py-sip/sip-5.5.0/code_generator/
H A Dgencode.c12570 int a, optargs, arraylenarg, handle_self, single_arg, need_owner; in generateArgParser() local
12646 single_arg = FALSE; in generateArgParser()
12732 single_arg = (od != NULL && od->common->slot != no_slot && !isMultiArgSlot(od->common)); in generateArgParser()
12735 " if (sipParseArgs(%ssipParseErr, sipArg%s, \"", (ct != NULL ? "" : "&"), (single_arg ? "" :… in generateArgParser()
12741 if (single_arg) in generateArgParser()
/dports/devel/py-sip/sip-5.5.0/sipbuild/module/source/12.7/
H A Dsiplib.c3595 PyObject *single_arg; in parseKwdArgs() local
3619 else if ((single_arg = PyTuple_New(1)) != NULL) in parseKwdArgs()
3622 PyTuple_SET_ITEM(single_arg, 0, sipArgs); in parseKwdArgs()
3624 sipArgs = single_arg; in parseKwdArgs()
/dports/devel/py-qt5-sip/PyQt5_sip-12.9.0/
H A Dsiplib.c3603 PyObject *single_arg; in parseKwdArgs() local
3627 else if ((single_arg = PyTuple_New(1)) != NULL) in parseKwdArgs()
3630 PyTuple_SET_ITEM(single_arg, 0, sipArgs); in parseKwdArgs()
3632 sipArgs = single_arg; in parseKwdArgs()
/dports/devel/py-sip/sip-5.5.0/sipbuild/module/source/12.8/
H A Dsiplib.c3601 PyObject *single_arg; in parseKwdArgs() local
3625 else if ((single_arg = PyTuple_New(1)) != NULL) in parseKwdArgs()
3628 PyTuple_SET_ITEM(single_arg, 0, sipArgs); in parseKwdArgs()
3630 sipArgs = single_arg; in parseKwdArgs()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/siplib/
H A Dsiplib.c3673 PyObject *single_arg; in parseKwdArgs() local
3697 else if ((single_arg = PyTuple_New(1)) != NULL) in parseKwdArgs()
3700 PyTuple_SET_ITEM(single_arg, 0, sipArgs); in parseKwdArgs()
3702 sipArgs = single_arg; in parseKwdArgs()

123