Home
last modified time | relevance | path

Searched refs:listRef (Results 1 – 25 of 70) sorted by relevance

123

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/UIProcess/API/C/
H A DWKBackForwardList.cpp39 WKBackForwardListItemRef WKBackForwardListGetCurrentItem(WKBackForwardListRef listRef) in WKBackForwardListGetCurrentItem() argument
41 return toAPI(toImpl(listRef)->currentItem()); in WKBackForwardListGetCurrentItem()
44 WKBackForwardListItemRef WKBackForwardListGetBackItem(WKBackForwardListRef listRef) in WKBackForwardListGetBackItem() argument
46 return toAPI(toImpl(listRef)->backItem()); in WKBackForwardListGetBackItem()
49 WKBackForwardListItemRef WKBackForwardListGetForwardItem(WKBackForwardListRef listRef) in WKBackForwardListGetForwardItem() argument
51 return toAPI(toImpl(listRef)->forwardItem()); in WKBackForwardListGetForwardItem()
56 return toAPI(toImpl(listRef)->itemAtIndex(index)); in WKBackForwardListGetItemAtIndex()
59 unsigned WKBackForwardListGetBackListCount(WKBackForwardListRef listRef) in WKBackForwardListGetBackListCount() argument
61 return toImpl(listRef)->backListCount(); in WKBackForwardListGetBackListCount()
64 unsigned WKBackForwardListGetForwardListCount(WKBackForwardListRef listRef) in WKBackForwardListGetForwardListCount() argument
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/scicos/tests/unit_tests/model/
H A DBlock.tst120 o.model.opar = listRef;
130 o.model.opar = listRef;
134 o.model.opar = listRef;
138 o.model.opar = listRef;
142 o.model.opar = listRef;
146 o.model.opar = listRef;
150 o.model.opar = listRef;
154 o.model.opar = listRef;
158 o.model.opar = listRef;
162 o.model.opar = listRef;
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/cli/manifest/store/
H A Dstore_test.go54 listRef := ref("list")
59 assert.Check(t, store.Remove(listRef))
67 listRef := ref("list")
73 listRef reference.Reference
79 listRef: listRef,
84 listRef: listRef,
89 listRef: ref("list:does-not-exist"),
118 listRef := ref("list")
124 list, err := store.GetList(listRef)
133 listRef := ref("list")
[all …]
H A Dstore.go21 Remove(listRef reference.Reference) error
23 GetList(listRef reference.Reference) ([]types.ImageManifest, error)
38 func (s *fsStore) Remove(listRef reference.Reference) error {
39 path := filepath.Join(s.root, makeFilesafeName(listRef.String()))
45 filename := manifestToFilename(s.root, listRef.String(), manifest.String())
92 filenames, err := s.listManifests(listRef.String())
97 return nil, newNotFoundError(listRef.String())
102 filename = filepath.Join(s.root, makeFilesafeName(listRef.String()), filename)
103 manifest, err := s.getFromFilename(listRef, filename)
132 if err := s.createManifestListDirectory(listRef.String()); err != nil {
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/cli/manifest/store/
H A Dstore_test.go54 listRef := ref("list")
59 assert.Check(t, store.Remove(listRef))
67 listRef := ref("list")
73 listRef reference.Reference
79 listRef: listRef,
84 listRef: listRef,
89 listRef: ref("list:does-not-exist"),
118 listRef := ref("list")
124 list, err := store.GetList(listRef)
133 listRef := ref("list")
[all …]
H A Dstore.go21 Remove(listRef reference.Reference) error
23 GetList(listRef reference.Reference) ([]types.ImageManifest, error)
38 func (s *fsStore) Remove(listRef reference.Reference) error {
39 path := filepath.Join(s.root, makeFilesafeName(listRef.String()))
45 filename := manifestToFilename(s.root, listRef.String(), manifest.String())
92 filenames, err := s.listManifests(listRef.String())
97 return nil, newNotFoundError(listRef.String())
102 filename = filepath.Join(s.root, makeFilesafeName(listRef.String()), filename)
103 manifest, err := s.getFromFilename(listRef, filename)
132 if err := s.createManifestListDirectory(listRef.String()); err != nil {
[all …]
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/cli/manifest/store/
H A Dstore_test.go54 listRef := ref("list")
59 assert.Check(t, store.Remove(listRef))
67 listRef := ref("list")
73 listRef reference.Reference
79 listRef: listRef,
84 listRef: listRef,
89 listRef: ref("list:does-not-exist"),
117 listRef := ref("list")
123 list, err := store.GetList(listRef)
132 listRef := ref("list")
[all …]
H A Dstore.go21 Remove(listRef reference.Reference) error
23 GetList(listRef reference.Reference) ([]types.ImageManifest, error)
38 func (s *fsStore) Remove(listRef reference.Reference) error {
39 path := filepath.Join(s.root, makeFilesafeName(listRef.String()))
45 filename := manifestToFilename(s.root, listRef.String(), manifest.String())
92 filenames, err := s.listManifests(listRef.String())
97 return nil, newNotFoundError(listRef.String())
102 filename = filepath.Join(s.root, makeFilesafeName(listRef.String()), filename)
103 manifest, err := s.getFromFilename(listRef, filename)
132 if err := s.createManifestListDirectory(listRef.String()); err != nil {
[all …]
/dports/deskutils/treeline/TreeLine/source/
H A Dundo.py131 super().__init__(listRef.localControlRef)
134 if (skipSame and listRef and isinstance(listRef[-1], DataUndo) and
148 listRef.addUndoObj(self, notRedo)
180 super().__init__(listRef.localControlRef)
183 if (skipSame and listRef and isinstance(listRef[-1], ChildListUndo)
197 listRef.addUndoObj(self, notRedo)
265 listRef.addUndoObj(self, notRedo)
324 listRef.addUndoObj(self, notRedo)
366 listRef.addUndoObj(self, notRedo)
397 listRef.addUndoObj(self, notRedo)
[all …]
/dports/net/traefik/traefik-2.6.1/vendor/github.com/docker/cli/cli/manifest/store/
H A Dstore.go21 Remove(listRef reference.Reference) error
23 GetList(listRef reference.Reference) ([]types.ImageManifest, error)
38 func (s *fsStore) Remove(listRef reference.Reference) error {
39 path := filepath.Join(s.root, makeFilesafeName(listRef.String()))
45 filename := manifestToFilename(s.root, listRef.String(), manifest.String())
92 filenames, err := s.listManifests(listRef.String())
97 return nil, newNotFoundError(listRef.String())
102 filename = filepath.Join(s.root, makeFilesafeName(listRef.String()), filename)
103 manifest, err := s.getFromFilename(listRef, filename)
132 if err := s.createManifestListDirectory(listRef.String()); err != nil {
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
H A DWKBundleBackForwardList.cpp40 …rdListItemRef WKBundleBackForwardListCopyItemAtIndex(WKBundleBackForwardListRef listRef, int index) in WKBundleBackForwardListCopyItemAtIndex() argument
42 return toAPI(toImpl(listRef)->itemAtIndex(index).leakRef()); in WKBundleBackForwardListCopyItemAtIndex()
45 unsigned WKBundleBackForwardListGetBackListCount(WKBundleBackForwardListRef listRef) in WKBundleBackForwardListGetBackListCount() argument
47 return toImpl(listRef)->backListCount(); in WKBundleBackForwardListGetBackListCount()
50 unsigned WKBundleBackForwardListGetForwardListCount(WKBundleBackForwardListRef listRef) in WKBundleBackForwardListGetForwardListCount() argument
52 return toImpl(listRef)->forwardListCount(); in WKBundleBackForwardListGetForwardListCount()
55 void WKBundleBackForwardListClear(WKBundleBackForwardListRef listRef) in WKBundleBackForwardListClear() argument
57 return toImpl(listRef)->clear(); in WKBundleBackForwardListClear()
/dports/www/p5-Newsletter/Newsletter-0.033/lib/
H A DNewsletter.pm525 foreach my $listRef (
533 my $path = $self->{'templatePath'}.'/'.$listRef->{'type'}.'/'.$listRef->{'is'}.'/'.$file;
538 if( $listRef->{'is'} eq HEADER ) {
544 } elsif( $listRef->{'is'} eq FOOTER ) {
577 foreach my $listRef (
588 my $path = $self->{'templatePath'}.'/'.$listRef->{'type'}.'/'.$listRef->{'is'}.'/'.$file;
592 if( $listRef->{'is'} eq HEADER ) {
607 if( $listRef->{'is'} eq HEADER ) {
630 foreach my $listRef (
647 … my $path = $self->{'templatePath'}.'/'.$listRef->{'type'}.'/'.$listRef->{'is'}.'/'.$file;
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/refs/gen-swift/test/fixtures/refs/
H A DStructWithContainers.java38 this.listRef = listRef; in StructWithContainers()
48 this.listRef = null; in StructWithContainers()
67 this.listRef = listRef; in setListRef()
115 this.listRef = other.listRef; in Builder()
126 this.listRef, in build()
199 helper.add("listRef", listRef); in toString()
220 Objects.equals(listRef, other.listRef) && in equals()
232 listRef, in hashCode()
256 List<Integer> listRef; in read0() local
263 listRef.add(_value1); in read0()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/api_scilab/tests/nonreg_tests/
H A Dbug_11461.tst18 listRef = list();
19 listRef(1) = 1;
20 listRef(4) = list(1,2,3);
21 listRef(5) = 1;
22 myList = listRef;
26 assert_checkequal(listRef, myList);
H A Dbug_11461.dia.ref17 listRef = list();
18 listRef(1) = 1;
19 listRef(4) = list(1,2,3);
20 listRef(5) = 1;
21 myList = listRef;
25 assert_checkequal(listRef, myList);
/dports/www/foswiki/Foswiki-2.1.6/lib/Foswiki/Search/
H A DInfoCache.pm269 my ( $listRef, $sortfield, $revSort ) = @_;
273 return if ( scalar(@$listRef) < 2 );
284 @{$listRef} = map { $_->[1] }
287 @{$listRef};
290 @{$listRef} = map { $_->[1] }
293 @{$listRef};
295 ASSERT( $listRef->[0] ) if DEBUG;
302 foreach my $webtopic ( @{$listRef} ) {
338 @{$listRef} = map { $_->[1] }
340 map { [ $metacache->get($_)->{$sortfield}, $_ ] } @{$listRef};
/dports/security/keybase/client-v5.7.1/shared/chat/conversation/input-area/suggestors/
H A Dsuggestion-list.desktop.tsx10 private listRef = React.createRef<ReactList>()
18 if (prevProps.selectedIndex !== this.props.selectedIndex && this.listRef.current) {
19 this.listRef.current.scrollAround(this.props.selectedIndex)
35 ref={this.listRef}
/dports/devel/capnproto/capnproto-0.9.0/c++/src/capnp/
H A Dlayout.c++299 ListRef listRef; member
676 switch (tag->listRef.elementSize()) { in zeroObject()
805 switch (ref->listRef.elementSize()) { in totalSize()
945 switch (src->listRef.elementSize()) { in copyMessage()
959 dst->listRef.set(src->listRef.elementSize(), src->listRef.elementCount()); in copyMessage()
976 dst->listRef.set(ElementSize::POINTER, src->listRef.elementCount()); in copyMessage()
988 dst->listRef.setInlineComposite(src->listRef.inlineCompositeWordCount()); in copyMessage()
1226 ref->listRef.setInlineComposite(wordCount); in KJ_ALWAYS_INLINE()
3749 auto oldSize = ref->listRef.elementCount(); in truncate()
3797 ref->listRef.set(elementSize, size); in truncate()
[all …]
/dports/devel/capnproto080/capnproto-0.8.0/c++/src/capnp/
H A Dlayout.c++289 ListRef listRef; member
664 switch (tag->listRef.elementSize()) { in zeroObject()
793 switch (ref->listRef.elementSize()) { in totalSize()
933 switch (src->listRef.elementSize()) { in copyMessage()
947 dst->listRef.set(src->listRef.elementSize(), src->listRef.elementCount()); in copyMessage()
964 dst->listRef.set(ElementSize::POINTER, src->listRef.elementCount()); in copyMessage()
976 dst->listRef.setInlineComposite(src->listRef.inlineCompositeWordCount()); in copyMessage()
1214 ref->listRef.setInlineComposite(wordCount); in KJ_ALWAYS_INLINE()
3734 auto oldSize = ref->listRef.elementCount(); in truncate()
3782 ref->listRef.set(elementSize, size); in truncate()
[all …]
/dports/games/spring/spring_98.0/rts/lib/assimp/code/
H A DLWOMaterial.cpp644 TextureList* listRef = NULL; in LoadLWO2TextureBlock() local
648 listRef = &surf.mColorTextures;break; in LoadLWO2TextureBlock()
650 listRef = &surf.mDiffuseTextures;break; in LoadLWO2TextureBlock()
652 listRef = &surf.mSpecularTextures;break; in LoadLWO2TextureBlock()
654 listRef = &surf.mGlossinessTextures;break; in LoadLWO2TextureBlock()
656 listRef = &surf.mBumpTextures;break; in LoadLWO2TextureBlock()
658 listRef = &surf.mOpacityTextures;break; in LoadLWO2TextureBlock()
660 listRef = &surf.mReflectionTextures;break; in LoadLWO2TextureBlock()
667 for (TextureList::iterator it = listRef->begin();it != listRef->end(); ++it) { in LoadLWO2TextureBlock()
669 listRef->insert(it,tex); in LoadLWO2TextureBlock()
[all …]
/dports/devel/upp/upp/bazaar/plugin/assimp/code/LWO/
H A DLWOMaterial.cpp646 TextureList* listRef = NULL; in LoadLWO2TextureBlock() local
650 listRef = &surf.mColorTextures;break; in LoadLWO2TextureBlock()
652 listRef = &surf.mDiffuseTextures;break; in LoadLWO2TextureBlock()
654 listRef = &surf.mSpecularTextures;break; in LoadLWO2TextureBlock()
656 listRef = &surf.mGlossinessTextures;break; in LoadLWO2TextureBlock()
658 listRef = &surf.mBumpTextures;break; in LoadLWO2TextureBlock()
660 listRef = &surf.mOpacityTextures;break; in LoadLWO2TextureBlock()
662 listRef = &surf.mReflectionTextures;break; in LoadLWO2TextureBlock()
669 for (TextureList::iterator it = listRef->begin();it != listRef->end(); ++it) { in LoadLWO2TextureBlock()
671 listRef->insert(it,tex); in LoadLWO2TextureBlock()
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Assimp/code/
H A DLWOMaterial.cpp648 TextureList* listRef = NULL; in LoadLWO2TextureBlock() local
652 listRef = &surf.mColorTextures;break; in LoadLWO2TextureBlock()
654 listRef = &surf.mDiffuseTextures;break; in LoadLWO2TextureBlock()
656 listRef = &surf.mSpecularTextures;break; in LoadLWO2TextureBlock()
658 listRef = &surf.mGlossinessTextures;break; in LoadLWO2TextureBlock()
660 listRef = &surf.mBumpTextures;break; in LoadLWO2TextureBlock()
662 listRef = &surf.mOpacityTextures;break; in LoadLWO2TextureBlock()
664 listRef = &surf.mReflectionTextures;break; in LoadLWO2TextureBlock()
671 for (TextureList::iterator it = listRef->begin();it != listRef->end(); ++it) { in LoadLWO2TextureBlock()
673 listRef->insert(it,tex); in LoadLWO2TextureBlock()
[all …]
/dports/multimedia/assimp/assimp-5.1.3/code/AssetLib/LWO/
H A DLWOMaterial.cpp606 TextureList *listRef = nullptr; in LoadLWO2TextureBlock() local
609 listRef = &surf.mColorTextures; in LoadLWO2TextureBlock()
612 listRef = &surf.mDiffuseTextures; in LoadLWO2TextureBlock()
615 listRef = &surf.mSpecularTextures; in LoadLWO2TextureBlock()
618 listRef = &surf.mGlossinessTextures; in LoadLWO2TextureBlock()
621 listRef = &surf.mBumpTextures; in LoadLWO2TextureBlock()
624 listRef = &surf.mOpacityTextures; in LoadLWO2TextureBlock()
627 listRef = &surf.mReflectionTextures; in LoadLWO2TextureBlock()
635 for (TextureList::iterator it = listRef->begin(); it != listRef->end(); ++it) { in LoadLWO2TextureBlock()
637 listRef->insert(it, tex); in LoadLWO2TextureBlock()
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/code/
H A DLWOMaterial.cpp645 TextureList* listRef = NULL; in LoadLWO2TextureBlock() local
649 listRef = &surf.mColorTextures;break; in LoadLWO2TextureBlock()
651 listRef = &surf.mDiffuseTextures;break; in LoadLWO2TextureBlock()
653 listRef = &surf.mSpecularTextures;break; in LoadLWO2TextureBlock()
655 listRef = &surf.mGlossinessTextures;break; in LoadLWO2TextureBlock()
657 listRef = &surf.mBumpTextures;break; in LoadLWO2TextureBlock()
659 listRef = &surf.mOpacityTextures;break; in LoadLWO2TextureBlock()
661 listRef = &surf.mReflectionTextures;break; in LoadLWO2TextureBlock()
668 for (TextureList::iterator it = listRef->begin();it != listRef->end(); ++it) { in LoadLWO2TextureBlock()
670 listRef->insert(it,tex); in LoadLWO2TextureBlock()
[all …]
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/assimp/code/
H A DLWOMaterial.cpp646 TextureList* listRef = NULL; in LoadLWO2TextureBlock() local
650 listRef = &surf.mColorTextures;break; in LoadLWO2TextureBlock()
652 listRef = &surf.mDiffuseTextures;break; in LoadLWO2TextureBlock()
654 listRef = &surf.mSpecularTextures;break; in LoadLWO2TextureBlock()
656 listRef = &surf.mGlossinessTextures;break; in LoadLWO2TextureBlock()
658 listRef = &surf.mBumpTextures;break; in LoadLWO2TextureBlock()
660 listRef = &surf.mOpacityTextures;break; in LoadLWO2TextureBlock()
662 listRef = &surf.mReflectionTextures;break; in LoadLWO2TextureBlock()
669 for (TextureList::iterator it = listRef->begin();it != listRef->end(); ++it) { in LoadLWO2TextureBlock()
671 listRef->insert(it,tex); in LoadLWO2TextureBlock()
[all …]

123