Home
last modified time | relevance | path

Searched refs:array (Results 72001 – 72025 of 414933) sorted by relevance

1...<<2881288228832884288528862887288828892890>>...16598

/dports/www/pecl-yaf/yaf-3.3.3/tests/
H A D064.phpt15 array(
20 array(
27 array(
31 array(
/dports/www/pecl-http/pecl_http-3.2.4/tests/
H A Dclient012.phpt16 $client->setSslOptions(array("verifypeer" => true));
17 $client->addSslOptions(array("verifyhost" => 2));
19 array(
30 foreach ((array) $ti->tls_session["internals"] as $key => $val) {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/mitchellh/go-ps/
H A Dprocess_solaris.go89 func toString(array []byte, len int) string {
91 if array[i] == 0 {
92 return string(array[:i])
95 return string(array[:])
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Drpl_gtid_mutex_cond_array.cc34 my_init_dynamic_array(&array, sizeof(Mutex_cond *), 0, 8); in Mutex_cond_array()
57 delete_dynamic(&array); in ~Mutex_cond_array()
82 if (allocate_dynamic(&array, n + 1)) in ensure_index()
91 insert_dynamic(&array, &mutex_cond); in ensure_index()
/dports/www/phpbb3/phpBB3/vendor/symfony/http-foundation/Session/Storage/
H A DMetadataBag.php69 public function initialize(array &$array) argument
71 $this->meta = &$array;
73 if (isset($array[self::CREATED])) {
77 if ($timeStamp - $array[self::UPDATED] >= $this->updateThreshold) {
/dports/devel/gitui/gitui-0.10.1/cargo-crates/arrayvec-0.4.12/
H A DCargo.toml.orig-cargo7 description = "A vector with fixed capacity, backed by an array (it can be stored on the stack too)…
11 keywords = ["stack", "vector", "array", "data-structure", "no_std"]
44 array-sizes-33-128 = []
45 array-sizes-129-255 = []
/dports/security/pecl-crypto/crypto-0.3.1/tests/
H A Dstream_filters_cipher_gcm_dec_write.phpt14 $context = stream_context_create(array(
15 'crypto' => array(
16 'filters' => array(
17 array(
H A Dstream_filters_cipher_gcm_dec_read.phpt17 $context = stream_context_create(array(
18 'crypto' => array(
19 'filters' => array(
20 array(
H A Dstream_filters_cipher_ccm_error.phpt17 $context = stream_context_create(array(
18 'crypto' => array(
19 'filters' => array(
20 array(
/dports/security/php81-filter/php-8.1.1/ext/filter/tests/
H A D014.phpt20 var_dump(filter_var(array(1,2,3,0,array("", "123")), FILTER_VALIDATE_BOOLEAN, FILTER_REQUIRE_ARRAY)…
41 array(5) {
51 array(2) {
H A D061.phpt20 var_dump(filter_var(array(1,2,3,0,array("", "123")), FILTER_VALIDATE_BOOL, FILTER_REQUIRE_ARRAY));
41 array(5) {
51 array(2) {
/dports/devel/z88dk/z88dk/libsrc/sprites/software/sp1/spectrum/updater/
H A Dsp1_IterateUpdateArr_callee.asm18 ; Iterate over an array of struct_sp1_update*, calling the supplied function
19 ; with each of the struct_sp1_update* as parameter. The array must be zero
22 ; enter : hl = zero terminated array of struct sp1_update *
23 ; ix = function to call for each stuct sp1_update in array (stack, hl = parameter)
/dports/devel/z88dk/z88dk/libsrc/sprites/software/sp1/spectrum/sprites/
H A Dsp1_GetSprClr_callee.asm18 ; Copy sprite colours into an array of struct_sp1_ap
22 ; de = struct sp1_ap[] dest array of colour pairs
23 ; hl = array of sprite colour addresses (all point at struct sp1_cs.attr_mask)
38 …ex de,hl ; hl = & struct sp1_cs.attr_mask, de = destination array of colour pai…
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/indexes/multi/
H A Dconftest.py15 major_codes = np.array([0, 0, 1, 2, 3, 3])
16 minor_codes = np.array([0, 1, 0, 1, 0, 1])
33 major_codes = np.array([0, 0, 1, 0, 1, 1])
34 minor_codes = np.array([0, 1, 0, 1, 0, 1])
/dports/devel/gitlist/gitlist/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsAnchorAlias.yml17 array('Steve', 'Clark', 'Brian', 'Oren', 'Steve')
31array(array('Meat'=>'pork', 'Starch'=>'potato'), 'banana', array('Meat'=>'pork', 'Starch'=>'potato…
/dports/devel/gitlist/gitlist/vendor/symfony/http-foundation/Session/Storage/
H A DMetadataBag.php71 public function initialize(array &$array) argument
73 $this->meta = &$array;
75 if (isset($array[self::CREATED])) {
79 if ($timeStamp - $array[self::UPDATED] >= $this->updateThreshold) {
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/eigen_3.3.3/unsupported/test/
H A Dcxx11_tensor_generator.cpp17 float operator()(const array<Eigen::DenseIndex, 1>& coordinates) const { in operator ()()
37 float operator()(const array<Eigen::DenseIndex, 2>& coordinates) const { in operator ()()
61 array<float, 2> means; in test_gaussian()
64 array<float, 2> std_devs; in test_gaussian()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/arrayvec-0.5.2/
H A DCargo.toml.orig-cargo8 description = "A vector with fixed capacity, backed by an array (it can be stored on the stack too)…
12 keywords = ["stack", "vector", "array", "data-structure", "no_std"]
42 array-sizes-33-128 = []
43 array-sizes-129-255 = []
/dports/misc/concourse/concourse-6.7.2/vendor/code.cloudfoundry.org/credhub-cli/models/
H A Dcredential_bulk_import.go93 func unpackArray(array []interface{}) []interface{} {
94 for i, value := range array {
95 array[i] = unpackAnyType(value)
97 return array
/dports/devel/tokei/tokei-12.1.2/cargo-crates/arrayvec-0.4.12/
H A DCargo.toml.orig-cargo7 description = "A vector with fixed capacity, backed by an array (it can be stored on the stack too)…
11 keywords = ["stack", "vector", "array", "data-structure", "no_std"]
44 array-sizes-33-128 = []
45 array-sizes-129-255 = []
/dports/devel/p5-Data-MessagePack-Stream/Data-MessagePack-Stream-0.07/msgpack-0.5.7/src/
H A Dobject.cpp52 if(o.via.array.size != 0) { in operator <<()
53 object* p(o.via.array.ptr); in operator <<()
56 for(object* const pend(o.via.array.ptr + o.via.array.size); in operator <<()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/util/Arrays/
H A DAsList.java48 public void testIterator(Object[] array) { in testIterator() argument
49 Iterator<Object> itr = Arrays.asList(array).iterator(); in testIterator()
50 for (int i = 0; i < array.length; i++) { in testIterator()
53 assertSame(array[i], itr.next()); in testIterator()
/dports/sysutils/nomad/nomad-1.1.0/vendor/github.com/mitchellh/go-ps/
H A Dprocess_solaris.go89 func toString(array []byte, len int) string {
91 if array[i] == 0 {
92 return string(array[:i])
95 return string(array[:])
/dports/www/webtrees/webtrees-1.7.18/webtrees/vendor/symfony/http-foundation/Session/Storage/
H A DMetadataBag.php69 public function initialize(array &$array) argument
71 $this->meta = &$array;
73 if (isset($array[self::CREATED])) {
77 if ($timeStamp - $array[self::UPDATED] >= $this->updateThreshold) {
/dports/www/typo3-11/typo3_src-11.5.7/vendor/symfony/http-foundation/Session/Storage/
H A DMetadataBag.php69 public function initialize(array &$array) argument
71 $this->meta = &$array;
73 if (isset($array[self::CREATED])) {
77 if ($timeStamp - $array[self::UPDATED] >= $this->updateThreshold) {

1...<<2881288228832884288528862887288828892890>>...16598