/dports/shells/fish/fish-3.3.1/doc_src/cmds/ |
H A D | string-split.rst | 12 …string split0 [(-f | --fields) FIELDS] [(-m | --max) MAX] [(-n | --no-empty)] [(-q | --quiet)] [(-… 27 ``string split0`` splits each STRING on the zero byte (NUL). Options are the same as ``string split… 29 …split0`` has the important property that its output is not further split when used in a command su… 65 >_ count (find . -print0 | string split0) 70 >_ set foo (string join0 $foo | sort -z | string split0)
|
H A D | string-split0.rst | 1 string-split0 - split on zero bytes
|
H A D | string.rst | 22 … string split0 [(-m | --max) MAX] [(-n | --no-empty)] [(-q | --quiet)] [(-r | --right)] [STRING...] 194 .. _cmd-string-split0: 196 "split" and "split0" subcommands
|
/dports/science/fastjet/fastjet-3.3.4/tools/ |
H A D | JHTopTagger.cc | 77 vector<PseudoJet> split0 = _split_once(jet, jet); in result() local 78 if (split0.size() == 0) return PseudoJet(); in result() 83 vector<PseudoJet> split1 = _split_once(split0[i], jet); in result() 88 subjets.push_back(split0[i]); in result()
|
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/ffmpeg/tests/ |
H A D | test_ffmpeg.py | 110 split0 = in_file.filter_multi_output('split')[0] 111 assert repr(split0) == 'split()[0] <{}>'.format(split0.node.short_hash) 144 split0 = split[0] 151 split0.trim(start_frame=10, end_frame=20), 244 split0 = split[0] 249 split0.filter('atrim', start=10, end=20),
|
/dports/shells/fish/fish-3.3.1/tests/checks/ |
H A D | string.fish | 579 # string split0 580 count (echo -ne 'abcdefghi' | string split0) 586 count (echo -ne 'abc\x00def\x00ghi' | string split0) 588 count (echo -ne 'abc\ndef\x00ghi\x00' | string split0) 590 count (echo -ne 'abc\ndef\nghi' | string split0) 592 # #5701 - split0 always returned 1 593 echo -ne 'a\x00b' | string split0 605 count (string join0 $tmp | string split0) 608 # string split0 in functions 614 echo -ne 'gamma\x00delta' | string split0 [all …]
|
/dports/shells/fish/fish-3.3.1/share/completions/ |
H A D | string.fish | 14 complete -f -c string -n "test (count (commandline -opc)) -lt 2" -a split0 15 complete -x -c string -n 'test (count (commandline -opc)) -ge 2; and string match -qr split0\?\$ --… 16 complete -x -c string -n 'test (count (commandline -opc)) -ge 2; and string match -qr split0\?\$ --… 17 complete -f -c string -n 'test (count (commandline -opc)) -ge 2; and string match -qr split0\?\$ --… 18 complete -f -c string -n 'test (count (commandline -opc)) -ge 2; and string match -qr split0\?\$ --…
|
H A D | doas.fish | 23 set -l args (__fish_doas_print_remaining_args | string split0)
|
/dports/games/supertuxkart/SuperTuxKart-1.2-src/data/shaders/ |
H A D | sunlightshadow.frag | 5 uniform float split0; 67 if (xpos.z < split0)
|
/dports/graphics/geos/geos-3.9.1/src/noding/ |
H A D | SegmentNodeList.cpp | 221 SegmentString* split0 = splitEdges[0]; in checkSplitEdgesCorrectness() local 222 assert(split0); in checkSplitEdgesCorrectness() 224 const Coordinate& pt0 = split0->getCoordinate(0); in checkSplitEdgesCorrectness()
|
/dports/science/xtb/xtb-6.4.1/src/gfnff/ |
H A D | gfnff_param.f90 | 716 gen%split0 =0.670d0 ! mixing of sp^n with sp^n-1 720 gen%split1=1.0d0-gen%split0 727 gen%bsmat(1,0)=gen%split0*gen%bstren(1)+gen%split1*gen%bstren(3) 728 gen%bsmat(3,1)=gen%split0*gen%bstren(1)+gen%split1*gen%bstren(3) 729 gen%bsmat(2,1)=gen%split0*gen%bstren(2)+gen%split1*gen%bstren(3) 730 gen%bsmat(2,0)=gen%split0*gen%bstren(1)+gen%split1*gen%bstren(2) 731 gen%bsmat(3,2)=gen%split0*gen%bstren(1)+gen%split1*gen%bstren(2)
|
H A D | generator.f90 | 181 real(wp) split0 component
|
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Core/Mesh/ |
H A D | TriMeshT.hh | 376 const bool split0 = !this->is_boundary(eh0); in split() local 384 if ( split0 ) { in split()
|
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/noding/ |
H A D | SegmentNodeList.java | 201 SegmentString split0 = (SegmentString) splitEdges.get(0); in checkSplitEdgesCorrectness() local 202 Coordinate pt0 = split0.getCoordinate(0); in checkSplitEdgesCorrectness()
|
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/test/ |
H A D | utest-Transaction.cpp | 776 auto split0 = xaccTransGetSplit (txn0, 0); in test_xaccTransEqual() local 916 qof_instance_get_guid (split0)); in test_xaccTransEqual() 1194 auto split0 = xaccMallocSplit (book); in test_xaccTransGetRateForCommodity() local 1197 split0, &rate)); in test_xaccTransGetRateForCommodity() 1199 split0, &rate)); in test_xaccTransGetRateForCommodity() 1203 split0, &rate)); in test_xaccTransGetRateForCommodity() 1207 split0, &rate)); in test_xaccTransGetRateForCommodity() 1498 auto split0 = static_cast<Split*>(fixture->txn->splits->data); in test_trans_cleanup_commit() local 1499 Account *acct0 = split0->acc; in test_trans_cleanup_commit() 1525 g_assert (fixture->txn->splits->data != split0); in test_trans_cleanup_commit() [all …]
|
/dports/shells/ksh93/ast-93u/src/cmd/mailx/ |
H A D | cmd2.c | 869 split0(char* str, Dt_t** ignore, int flag) in split0() function 899 return split0(str, &state.ignoreall, MSAVE); in Split() 909 return split0(str, NiL, MSAVE); in split()
|
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/mailx/ |
H A D | cmd2.c | 869 split0(char* str, Dt_t** ignore, int flag) in split0() function 899 return split0(str, &state.ignoreall, MSAVE); in Split() 909 return split0(str, NiL, MSAVE); in split()
|
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/mailx/ |
H A D | cmd2.c | 869 split0(char* str, Dt_t** ignore, int flag) in split0() function 899 return split0(str, &state.ignoreall, MSAVE); in Split() 909 return split0(str, NiL, MSAVE); in split()
|
/dports/databases/redis_exporter/redis_exporter-1.33.0/vendor/github.com/mna/redisc/ |
H A D | conn_test.go | 186 split0, split1 := strings.Index(node[0], ":"), strings.Index(node[1], ":") 187 assert.Contains(t, ports, node[0][split0:], "expected address")
|
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/mna/redisc/ |
H A D | conn_test.go | 186 split0, split1 := strings.Index(node[0], ":"), strings.Index(node[1], ":") 187 assert.Contains(t, ports, node[0][split0:], "expected address")
|
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/alecthomas/chroma/lexers/testdata/ |
H A D | fish.actual | 23 set data (cat data | string split0)
|
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/alecthomas/chroma/lexers/testdata/ |
H A D | fish.actual | 23 set data (cat data | string split0)
|
/dports/devel/chroma/chroma-0.9.2/lexers/testdata/ |
H A D | fish.actual | 23 set data (cat data | string split0)
|
/dports/archivers/c-blosc/c-blosc-1.21.0/ |
H A D | README_CHUNK_FORMAT.rst | 92 | csize0 | split0 | csize1 | split1 | ... | csizeN | splitN |
|
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/snapshot/ |
H A D | TestExportSnapshot.java | 169 String[] split0 = new String[] {"file-20", "file-11", "file-10", "file-1", "file-0"}; in testBalanceSplit() local 170 verifyBalanceSplit(splits.get(0), split0, 42); in testBalanceSplit()
|