Home
last modified time | relevance | path

Searched refs:mapElement (Results 1 – 25 of 119) sorted by relevance

12345

/dports/net/traefik/traefik-2.6.1/vendor/github.com/mailgun/ttlmap/
H A Dttlmap.go35 elements map[string]*mapElement
43 type mapElement struct { struct
56 elements: make(map[string]*mapElement),
172 mapEl := &mapElement{
183 func (m *TtlMap) lockNGet(key string) (value interface{}, mapEl *mapElement, expired bool) {
197 func (m *TtlMap) get(key string) (*mapElement, bool) {
207 func (m *TtlMap) lockNDel(mapEl *mapElement) {
226 func (m *TtlMap) del(mapEl *mapElement) {
255 mapEl := heapEl.Value.(*mapElement)
268 mapEl := heapEl.Value.(*mapElement)
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/Microsoft.Web.Helpers/
H A DMaps.generated.cs147 string mapElement = GetMapElementId(); in GetMapQuestHtml()
169 WriteTo(@__razor_helper_writer, mapElement); in GetMapQuestHtml()
250 WriteTo(@__razor_helper_writer, mapElement); in GetMapQuestHtml()
298 string mapElement = GetMapElementId(); in GetBingHtml()
411 WriteTo(@__razor_helper_writer, mapElement); in GetBingHtml()
456 string mapElement = GetMapElementId(); in GetGoogleHtml()
474 WriteTo(@__razor_helper_writer, mapElement); in GetGoogleHtml()
552 WriteTo(@__razor_helper_writer, mapElement); in GetGoogleHtml()
600 string mapElement = GetMapElementId(); in GetYahooHtml()
616 WriteTo(@__razor_helper_writer, RawJS(mapElement)); in GetYahooHtml()
[all …]
H A DMaps.cshtml142 string mapElement = GetMapElementId();
153 …var map = new MQA.TileMap(document.getElementById('@mapElement'), @zoom, @Raw(loc), '@RawJS(type)'…
176 …<div id="@mapElement" style="width:@TryParseUnit(width, DefaultWidth); height:@TryParseUnit(height…
214 string mapElement = GetMapElementId();
221 …var map = new Microsoft.Maps.Map(document.getElementById("@mapElement"), { credentials: '@RawJS(ke…
250 …<div class="map" id="@mapElement" style="position:relative; width:@TryParseUnit(width, DefaultWidt…
283 string mapElement = GetMapElementId();
314 …<div class="map" id="@mapElement" style="width:@TryParseUnit(width, DefaultWidth); height:@TryPars…
352 string mapElement = GetMapElementId();
357 var map = new YMap(document.getElementById('@RawJS(mapElement)'));
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/include/misc/
H A Dmesh.h84 world::MapElement &mapElement();
85 world::MapElement const &mapElement() const;
89 return mapElement().as<MapElementType>(); in mapElementAs()
94 return mapElement().as<MapElementType>(); in mapElementAs()
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/smithy-go/encoding/xml/
H A Dencoder_test.go153 mapElement := r.MemberElement(mapstr)
154 defer mapElement.Close()
156 m := mapElement.Map()
206 mapElement := r.MemberElement(mapstr)
207 defer mapElement.Close()
209 m := mapElement.Map()
234 mapElement := r.MemberElement(mapstr)
235 defer mapElement.Close()
237 m := mapElement.Map()
297 defer mapElement.Close()
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/smithy-go/encoding/xml/
H A Dencoder_test.go153 mapElement := r.MemberElement(mapstr)
154 defer mapElement.Close()
156 m := mapElement.Map()
206 mapElement := r.MemberElement(mapstr)
207 defer mapElement.Close()
209 m := mapElement.Map()
234 mapElement := r.MemberElement(mapstr)
235 defer mapElement.Close()
237 m := mapElement.Map()
297 defer mapElement.Close()
[all …]
/dports/games/py-fife/fifengine-0.4.2/engine/core/savers/native/map/
H A Dmapsaver.cpp83 TiXmlElement* mapElement = new TiXmlElement("map"); in save() local
84 mapElement->SetAttribute("id", map.getId()); in save()
85 mapElement->SetAttribute("format", "1.0"); in save()
86 doc.LinkEndChild(mapElement); in save()
94 mapElement->LinkEndChild(importElement); in save()
167 mapElement->LinkEndChild(layerElement); in save()
236 mapElement->LinkEndChild(cellcachesElement); in save()
374 mapElement->LinkEndChild(triggersElement); in save()
472 mapElement->LinkEndChild(cameraElement); in save()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/client/
H A Dclientsubsector.cpp157 MapElement *mapElement; in DENG2_PIMPL() member
163 GeometryData(MapElement *mapElement, dint geomId) in DENG2_PIMPL()
164 : mapElement(mapElement) in DENG2_PIMPL()
736 MapElement *mapElement = &hedge->mapElement(); in DENG2_PIMPL()
778 foundGroup = geomGroups.insert(&mapElement, Shards()); in DENG2_PIMPL()
1805 switch (mapElement.type())
1808 auto &space = mapElement.as<ConvexSubspace>();
1822 Shard &ClientSubsector::shard(MapElement &mapElement, dint geomId)
1824 auto *gdata = d->geomData(mapElement, geomId, true /*create*/);
1834 if (auto *gdata = d->geomData(mapElement, geomId))
[all …]
/dports/devel/itext/itext-4.2.0/rtf/com/lowagie/text/rtf/table/
H A DRtfCell.java288 … RtfBasicElement[] rtfElements = this.document.getMapper().mapElement(container); in importCell()
301 RtfBasicElement[] rtfElements = this.document.getMapper().mapElement(element); in importCell()
313 RtfBasicElement[] rtfElements = this.document.getMapper().mapElement(container); in importCell()
399 … RtfBasicElement[] rtfElements = this.document.getMapper().mapElement(container); in importCell()
412 RtfBasicElement[] rtfElements = this.document.getMapper().mapElement(element); in importCell()
424 RtfBasicElement[] rtfElements = this.document.getMapper().mapElement(container); in importCell()
440 RtfBasicElement[] rtfElements = this.document.getMapper().mapElement(img); in importCell()
454 RtfBasicElement[] rtfElements = this.document.getMapper().mapElement(phrase); in importCell()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/html/
H A DHTMLAreaElement.cpp177 Node* mapElement = parentNode(); in imageElement() local
178 if (!mapElement || !mapElement->hasTagName(mapTag)) in imageElement()
181 return static_cast<HTMLMapElement*>(mapElement)->imageElement(); in imageElement()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/misc/
H A Dmesh.cpp45 world::MapElement &Mesh::Element::mapElement() in mapElement() function in de::Mesh::Element
52 world::MapElement const &Mesh::Element::mapElement() const in mapElement() function in de::Mesh::Element
54 return const_cast<Mesh::Element *>(this)->mapElement(); in mapElement()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/
H A DMemoryMap.cpp75 for(const auto& mapElement : memoryMap) in GetMap() local
77 if(nAddress <= mapElement.nEnd) in GetMap()
79 if(!(nAddress >= mapElement.nStart)) return nullptr; in GetMap()
80 return &mapElement; in GetMap()
/dports/devel/itext/itext-4.2.0/rtf/com/lowagie/text/rtf/headerfooter/
H A DRtfHeaderFooter.java182 this.content[0] = this.document.getMapper().mapElement(par)[0]; in RtfHeaderFooter()
208 … this.content[i] = this.document.getMapper().mapElement((Element) this.content[i])[0]; in RtfHeaderFooter()
241 this.content[0] = doc.getMapper().mapElement(par)[0]; in RtfHeaderFooter()
281 … this.content[i] = this.document.getMapper().mapElement((Element) this.content[i])[0]; in setRtfDocument()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/world/base/
H A Dsubsector.cpp213 …if (!hedge->face().hasMapElement() || hedge->face().mapElement().type() != DMU_SUBSPACE) return fa… in isInternalEdge()
214 …if (!hedge->twin().face().hasMapElement() || hedge->twin().face().mapElement().type() != DMU_SUBSP… in isInternalEdge()
228 if (hedge.face().mapElement().type() != DMU_SUBSPACE) return nullptr;
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/viewsupport/
H A DProblemTableViewer.java75 protected void mapElement(Object element, Widget item) { in mapElement() method in ProblemTableViewer
76 super.mapElement(element, item); in mapElement()
H A DProblemTreeViewer.java69 protected void mapElement(Object element, Widget item) { in mapElement() method in ProblemTreeViewer
70 super.mapElement(element, item); in mapElement()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/
H A DPackagesViewTableViewer.java37 public void mapElement(Object element, Widget item) { in mapElement() method in PackagesViewTableViewer
44 super.mapElement(element, item); in mapElement()
H A DPackagesViewTreeViewer.java43 public void mapElement(Object element, Widget item) { in mapElement() method in PackagesViewTreeViewer
50 super.mapElement(element, item); in mapElement()
H A DIPackagesViewViewer.java28 public void mapElement(Object element, Widget item); in mapElement() method
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/
H A DProblemTableViewer.java86 protected void mapElement(Object element, Widget item) { in mapElement() method in ProblemTableViewer
87 super.mapElement(element, item); in mapElement()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/include/client/
H A Dclientsubsector.h150 Shard *findShard(MapElement &mapElement, de::dint geomId);
156 Shard &shard(MapElement &mapElement, de::dint geomId);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/
H A DAbstractListViewer.java149 mapElement(element, getControl()); // must map it, since findItem only looks in map, if enabled in insertItem()
331 mapElement(el, getControl()); // must map it, since findItem only looks in map, if enabled in inputChanged()
366 mapElement(el, list); // must map it, since findItem only looks in map, if enabled in internalRefresh()
/dports/devel/itext/itext-4.2.0/rtf/com/lowagie/text/rtf/text/
H A DRtfSection.java99 this.title = (RtfParagraph) doc.getMapper().mapElement(section.getTitle())[0]; in RtfSection()
119 RtfBasicElement[] rtfElements = doc.getMapper().mapElement(element); in RtfSection()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/
H A DAsynchronousModel.java125 mapElement(root, fRoot); in init()
266 protected synchronized void mapElement(Object element, ModelNode node) { in mapElement() method in AsynchronousModel
561 mapElement(children[i], node); in setChildren()
585 mapElement(child, newChildren[i]); in setChildren()
/dports/www/grafana8/grafana-8.3.6/vendor/cloud.google.com/go/cmd/go-cloud-debug-agent/internal/valuecollector/
H A Dvaluecollector.go85 type mapElement struct { struct
158 case mapElement:
259 if index, ok := c.add(mapElement{val, i}); !ok {

12345