Home
last modified time | relevance | path

Searched +refs:fred +refs:array (Results 176 – 200 of 1157) sorted by relevance

12345678910>>...47

/dports/archivers/php81-phar/php-8.1.1/ext/phar/tests/
H A Dphar_extract2.phpt15 $phar->setAlias('fred');
24 $out = array();
/dports/archivers/php73-phar/php-7.3.33/ext/phar/tests/
H A Dphar_extract2.phpt15 $phar->setAlias('fred');
24 $out = array();
/dports/archivers/php80-phar/php-8.0.15/ext/phar/tests/
H A Dphar_extract2.phpt15 $phar->setAlias('fred');
24 $out = array();
/dports/games/fs2open/fs2open.github.com-release_21_4_1/qtfred/src/mission/dialogs/
H A DAsteroidEditorDialogModel.h8 namespace fred {
104 const std::array<int, 10> ship_debris_idx_lookup{ {-1, 3, 4, 5, 6, 7, 8, 9, 10, 11} };
/dports/www/mod_php81/php-8.1.1/ext/phar/tests/
H A Dphar_extract2.phpt15 $phar->setAlias('fred');
24 $out = array();
/dports/lang/php81/php-8.1.1/ext/phar/tests/
H A Dphar_extract2.phpt15 $phar->setAlias('fred');
24 $out = array();
/dports/lang/php74/php-7.4.27/ext/phar/tests/
H A Dphar_extract2.phpt15 $phar->setAlias('fred');
24 $out = array();
/dports/lang/php80/php-8.0.15/ext/phar/tests/
H A Dphar_extract2.phpt15 $phar->setAlias('fred');
24 $out = array();
/dports/www/mod_php73/php-7.3.33/ext/phar/tests/
H A Dphar_extract2.phpt15 $phar->setAlias('fred');
24 $out = array();
/dports/www/mod_php74/php-7.4.27/ext/phar/tests/
H A Dphar_extract2.phpt15 $phar->setAlias('fred');
24 $out = array();
/dports/www/mod_php80/php-8.0.15/ext/phar/tests/
H A Dphar_extract2.phpt15 $phar->setAlias('fred');
24 $out = array();
/dports/lang/php73/php-7.3.33/ext/standard/tests/strings/
H A Dexplode_variation6.phpt6 /* Prototype : array explode ( string $delimiter , string $string [, int $limit ] )
22 $e = test_explode("fred", $str,1);
/dports/lang/php74/php-7.4.27/ext/standard/tests/strings/
H A Dexplode_variation6.phpt6 /* Prototype : array explode ( string $delimiter , string $string [, int $limit ] )
22 $e = test_explode("fred", $str,1);
/dports/www/mod_php74/php-7.4.27/ext/standard/tests/strings/
H A Dexplode_variation6.phpt6 /* Prototype : array explode ( string $delimiter , string $string [, int $limit ] )
22 $e = test_explode("fred", $str,1);
/dports/www/mod_php73/php-7.3.33/ext/standard/tests/strings/
H A Dexplode_variation6.phpt6 /* Prototype : array explode ( string $delimiter , string $string [, int $limit ] )
22 $e = test_explode("fred", $str,1);
/dports/math/R-cran-mcmc/mcmc/tests/
H A Dlogitfun.Rout.save134 > fred <- t(apply(my.path, 1, out.metro$outfun))
135 > k <- ncol(fred)
137 > foom <- array(as.vector(t(fred)), c(k, out.metro$blen, out.metro$nbatch))
/dports/games/fs2open/fs2open.github.com-release_21_4_1/qtfred/src/mission/
H A DEditorViewport.h11 namespace fred {
28 std::array<bool, MAX_IFFS> Show_iff;
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
H A DFlatBuffersMonsterWriterTests.swift91 …var array: [UInt8] = [48, 0, 0, 0, 77, 79, 78, 83, 0, 0, 0, 0, 36, 0, 72, 0, 40, 0, 0, 0, 38, 0, 3… in testReadMonsterFromUnsafePointerWithoutCopying() variable
92 let unpacked = array.withUnsafeMutableBytes { (memory) -> MyGame_Example_MonsterT in in testReadMonsterFromUnsafePointerWithoutCopying()
152 let fred = fbb.create(string: "Fred") in createMonster() variable
154 Monster.add(name: fred, &fbb) in createMonster()
277 let array = monster.nameSegmentArray in readFlatbufferMonster() variable
278 XCTAssertEqual(String(bytes: array ?? [], encoding: .utf8), "MyMonster") in readFlatbufferMonster()
/dports/misc/mnn/MNN-1.2.0/3rd_party/flatbuffers/tests/
H A DJavaTest.java260 byte[] array = fbb.sizedByteArray(); in TestSizedInputStream()
264 while (currentVal != -1 && count < array.length) { in TestSizedInputStream()
271 TestEq((byte)currentVal, array[count]); in TestSizedInputStream()
274 TestEq(count, array.length); in TestSizedInputStream()
297 int fred = fbb.createString("Fred"); in TestBuilderBasics() local
299 Monster.addName(fbb, fred); in TestBuilderBasics()
/dports/devel/flatbuffers/flatbuffers-2.0.0/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
H A DFlatBuffersMonsterWriterTests.swift91 …var array: [UInt8] = [48, 0, 0, 0, 77, 79, 78, 83, 0, 0, 0, 0, 36, 0, 72, 0, 40, 0, 0, 0, 38, 0, 3… in testReadMonsterFromUnsafePointerWithoutCopying() variable
92 let unpacked = array.withUnsafeMutableBytes { (memory) -> MyGame_Example_MonsterT in in testReadMonsterFromUnsafePointerWithoutCopying()
152 let fred = fbb.create(string: "Fred") in createMonster() variable
154 Monster.add(name: fred, &fbb) in createMonster()
277 let array = monster.nameSegmentArray in readFlatbufferMonster() variable
278 XCTAssertEqual(String(bytes: array ?? [], encoding: .utf8), "MyMonster") in readFlatbufferMonster()
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/docs/
H A DGraphQL.md37 {"id": "fred"},
134 {"id": "fred"},
143 …ht decide to return a property as a single value for one object and as an array for another object…
269 providing a limit directive (will select the first value from array):
/dports/math/R/R-4.1.2/tests/
H A Dreg-tests-2.R26 aa <- array(1:20,c(2,2,5))
80 diag(array(1:4, dim=5))
150 kronecker(fred, bill, make.dimnames = TRUE)
158 kronecker(fred, bill, make=TRUE)
159 kronecker(bill, fred, make=TRUE)
163 kronecker(fred, bill, make=TRUE)
167 kronecker(bill, fred, make=TRUE)
168 kronecker(fred, bill, make=TRUE)
170 fred <- outer(fred, c("frequentist"=4, "bayesian"=4000)) globalVar
171 kronecker(fred, bill, make=TRUE)
[all …]
/dports/math/libRmath/R-4.1.1/tests/
H A Dreg-tests-2.R26 aa <- array(1:20,c(2,2,5))
80 diag(array(1:4, dim=5))
150 kronecker(fred, bill, make.dimnames = TRUE)
158 kronecker(fred, bill, make=TRUE)
159 kronecker(bill, fred, make=TRUE)
163 kronecker(fred, bill, make=TRUE)
167 kronecker(bill, fred, make=TRUE)
168 kronecker(fred, bill, make=TRUE)
170 fred <- outer(fred, c("frequentist"=4, "bayesian"=4000)) globalVar
171 kronecker(fred, bill, make=TRUE)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/flatbuffers/src/tests/
H A DKotlinTest.kt268 val array = fbb.sizedByteArray() in TestSizedInputStream() constant
272 while (currentVal != -1 && count < array.size) { in TestSizedInputStream()
280 assert(currentVal.toByte() == array[count]) in TestSizedInputStream()
283 assert(count == array.size) in TestSizedInputStream()
306 val fred = fbb.createString("Fred") in TestBuilderBasics() constant
308 Monster.addName(fbb, fred) in TestBuilderBasics()
/dports/security/vault/vault-1.8.2/vendor/github.com/google/flatbuffers/tests/
H A DJavaTest.java263 byte[] array = fbb.sizedByteArray(); in TestSizedInputStream()
267 while (currentVal != -1 && count < array.length) { in TestSizedInputStream()
274 TestEq((byte)currentVal, array[count]); in TestSizedInputStream()
277 TestEq(count, array.length); in TestSizedInputStream()
300 int fred = fbb.createString("Fred"); in TestBuilderBasics() local
302 Monster.addName(fbb, fred); in TestBuilderBasics()

12345678910>>...47