Home
last modified time | relevance | path

Searched refs:returnIndex (Results 1 – 25 of 48) sorted by relevance

12

/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/worklet/contourtree_distributed/boundary_tree_maker/
H A DAddTerminalFlagsToUpDownNeighboursWorklet.h84 VTKM_EXEC void operator()(const vtkm::Id& returnIndex, in operator()
94 upNeighbourPortal.Set(returnIndex, in operator()
95 returnIndex | vtkm::worklet::contourtree_augmented::TERMINAL_ELEMENT); in operator()
96 downNeighbourPortal.Set(returnIndex, in operator()
97 returnIndex | vtkm::worklet::contourtree_augmented::TERMINAL_ELEMENT); in operator()
H A DPointerDoubleUpDownNeighboursWorklet.h83 VTKM_EXEC void operator()(const vtkm::Id returnIndex, in operator()
89 vtkm::Id upNbr = upNeighbourPortal.Get(returnIndex); in operator()
93 upNeighbourPortal.Set(returnIndex, upNeighbourPortal.Get(upNbr)); in operator()
96 vtkm::Id dnNbr = downNeighbourPortal.Get(returnIndex); in operator()
100 downNeighbourPortal.Set(returnIndex, downNeighbourPortal.Get(dnNbr)); in operator()
H A DCompressRegularisedNodesFindNewSuperarcsWorklet.h86 VTKM_EXEC void operator()(const vtkm::Id& returnIndex, in operator()
95 vtkm::Id newVertexIdIn = newVertexIdPortal.Get(returnIndex); in operator()
129 if (upNbr == returnIndex) in operator()
/dports/www/grafana8/grafana-8.3.6/vendor/go.opentelemetry.io/collector/receiver/hostmetricsreceiver/internal/perfcounters/
H A Dperfcounter_scraper_mock.go121 returnIndex := p.timesCalled
122 if returnIndex >= len(orderedValuesToReturn) {
123 returnIndex = len(orderedValuesToReturn) - 1
125 valuesToReturn[counterName] = orderedValuesToReturn[returnIndex]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/anymatch/
H A Dindex.d.ts5 (testString: string|any[], returnIndex: true): number;
13 …(matchers: AnymatchMatcher, testString: string|any[], returnIndex: true | PicomatchOptions): numbe…
H A DREADME.md17 #### anymatch(matchers, testString, [returnIndex], [options])
42 // returnIndex = true
43 anymatch(matchers, 'foo.js', {returnIndex: true}); // 2
44 anymatch(matchers, 'path/anyjs/foo.js', {returnIndex: true}); // 1
/dports/www/ilias/ILIAS-5.4.25/Modules/Chatroom/chat/node_modules/anymatch/
H A Dindex.d.ts5 (testString: string|any[], returnIndex: true): number;
13 …(matchers: AnymatchMatcher, testString: string|any[], returnIndex: true | PicomatchOptions): numbe…
H A DREADME.md17 #### anymatch(matchers, testString, [returnIndex], [options])
42 // returnIndex = true
43 anymatch(matchers, 'foo.js', {returnIndex: true}); // 2
44 anymatch(matchers, 'path/anyjs/foo.js', {returnIndex: true}); // 1
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/anymatch/
H A Dindex.d.ts5 (testString: string|any[], returnIndex: true): number;
13 …(matchers: AnymatchMatcher, testString: string|any[], returnIndex: true | PicomatchOptions): numbe…
H A DREADME.md17 #### anymatch(matchers, testString, [returnIndex], [options])
42 // returnIndex = true
43 anymatch(matchers, 'foo.js', {returnIndex: true}); // 2
44 anymatch(matchers, 'path/anyjs/foo.js', {returnIndex: true}); // 1
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/anymatch/
H A DREADME.md17 #### anymatch(matchers, testString, [returnIndex], [options])
42 // returnIndex = true
43 anymatch(matchers, 'foo.js', {returnIndex: true}); // 2
44 anymatch(matchers, 'path/anyjs/foo.js', {returnIndex: true}); // 1
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/tera-1.12.0/docs/node_modules/watchpack/node_modules/anymatch/
H A DREADME.md17 #### anymatch(matchers, testString, [returnIndex], [options])
42 // returnIndex = true
43 anymatch(matchers, 'foo.js', {returnIndex: true}); // 2
44 anymatch(matchers, 'path/anyjs/foo.js', {returnIndex: true}); // 1
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/node_modules/anymatch/
H A DREADME.md17 #### anymatch(matchers, testString, [returnIndex], [options])
42 // returnIndex = true
43 anymatch(matchers, 'foo.js', {returnIndex: true}); // 2
44 anymatch(matchers, 'path/anyjs/foo.js', {returnIndex: true}); // 1
/dports/lang/rust/rustc-1.58.1-src/vendor/tera/docs/node_modules/watchpack/node_modules/anymatch/
H A DREADME.md17 #### anymatch(matchers, testString, [returnIndex], [options])
42 // returnIndex = true
43 anymatch(matchers, 'foo.js', {returnIndex: true}); // 2
44 anymatch(matchers, 'path/anyjs/foo.js', {returnIndex: true}); // 1
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/lib/join/
H A DTupleWritable.java129 int returnIndex = bitIndex; in iterator() local
130 if (returnIndex < 0) in iterator()
133 return t.get(returnIndex); in iterator()
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Common/
H A DXsensDataReader.cpp184 int returnIndex = -1; in find_index() local
187 returnIndex = static_cast<int>(std::distance(tokens.begin(), it)); in find_index()
188 return returnIndex; in find_index()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qitemmodel/
H A Dmodelstotest.cpp310 QModelIndex returnIndex = model->index(0,0); local
311 if (!returnIndex.isValid())
313 return returnIndex;
/dports/misc/mnn/MNN-1.2.0/tools/train/source/datasets/
H A DMnistDataset.cpp128 auto returnIndex = _Const(index); in get() local
130 return {{data, returnIndex}, {label}}; in get()
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/anymatch/
H A DREADME.md19 #### anymatch (matchers, testString, [returnIndex], [startIndex], [endIndex])
33 with bound matcher functions (see below). When used with `returnIndex = true`
55 // returnIndex = true
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/tera-1.12.0/docs/node_modules/anymatch/
H A DREADME.md19 #### anymatch (matchers, testString, [returnIndex], [startIndex], [endIndex])
33 with bound matcher functions (see below). When used with `returnIndex = true`
55 // returnIndex = true
/dports/lang/rust/rustc-1.58.1-src/vendor/tera/docs/node_modules/anymatch/
H A DREADME.md19 #### anymatch (matchers, testString, [returnIndex], [startIndex], [endIndex])
33 with bound matcher functions (see below). When used with `returnIndex = true`
55 // returnIndex = true
/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/mibgroup/mibII/
H A Dinterfaces.c1839 int returnIndex = 0; in Interface_Scan_Next() local
1842 returnIndex = *Index; in Interface_Scan_Next()
1844 ret = Interface_Scan_NextInt( &returnIndex, Name, Retifnet, dummy ); in Interface_Scan_Next()
1846 *Index = (returnIndex & 0x8fff); in Interface_Scan_Next()
1947 int returnIndex = 0; in Interface_Scan_Next() local
1950 returnIndex = *Index; in Interface_Scan_Next()
1952 ret = Interface_Scan_NextInt( &returnIndex, Name, Retifnet ); in Interface_Scan_Next()
1954 *Index = (returnIndex & 0x8fff); in Interface_Scan_Next()
2001 int returnIndex = 0; in Interface_Scan_Next() local
2004 returnIndex = *Index; in Interface_Scan_Next()
[all …]
/dports/mail/alpine/alpine-465e23b/web/src/cgi.tcl-1.10/
H A Dcgi.tcl791 if {0==[info exists _cgi(returnIndex)]} {
792 set _cgi(returnIndex) 0
795 rename cgi_puts cgi_puts$_cgi(returnIndex)
796 incr _cgi(returnIndex)
797 set _cgi(return[set _cgi(returnIndex)]) ""
819 set buffer $_cgi(return[set _cgi(returnIndex)])
821 incr _cgi(returnIndex) -1
823 rename cgi_puts$_cgi(returnIndex) cgi_puts
/dports/editors/pico-alpine/alpine-465e23b/web/src/cgi.tcl-1.10/
H A Dcgi.tcl791 if {0==[info exists _cgi(returnIndex)]} {
792 set _cgi(returnIndex) 0
795 rename cgi_puts cgi_puts$_cgi(returnIndex)
796 incr _cgi(returnIndex)
797 set _cgi(return[set _cgi(returnIndex)]) ""
819 set buffer $_cgi(return[set _cgi(returnIndex)])
821 incr _cgi(returnIndex) -1
823 rename cgi_puts$_cgi(returnIndex) cgi_puts
/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/mibgroup/if-mib/data_access/
H A Dinterface.c403 int returnIndex = 0; in Interface_Scan_Next() local
406 returnIndex = *index; in Interface_Scan_Next()
408 ret = Interface_Scan_NextInt( &returnIndex, name, entry, dc ); in Interface_Scan_Next()
410 *index = (returnIndex & 0x8fff); in Interface_Scan_Next()

12