Home
last modified time | relevance | path

Searched refs:anchorText (Results 1 – 25 of 39) sorted by relevance

12

/dports/www/mediawiki136/mediawiki-1.36.3/vendor/wikimedia/parsoid/src/Wt2Html/PP/Handlers/
H A DHeadings.php46 $anchorText = Sanitizer::normalizeSectionIdWhiteSpace( self::textContentOf( $node ) );
47 $anchorText = self::normalizeSectionName( $anchorText, $env );
50 $anchorId = Sanitizer::escapeIdForAttribute( $anchorText );
51 $fallbackId = Sanitizer::escapeIdForAttribute( $anchorText, Sanitizer::ID_FALLBACK );
/dports/www/mediawiki135/mediawiki-1.35.5/vendor/wikimedia/parsoid/src/Wt2Html/PP/Handlers/
H A DHeadings.php46 $anchorText = Sanitizer::normalizeSectionIdWhiteSpace( self::textContentOf( $node ) );
47 $anchorText = self::normalizeSectionName( $anchorText, $env );
50 $anchorId = Sanitizer::escapeIdForAttribute( $anchorText );
51 $fallbackId = Sanitizer::escapeIdForAttribute( $anchorText, Sanitizer::ID_FALLBACK );
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/parsoid/src/Wt2Html/PP/Handlers/
H A DHeadings.php47 $anchorText = Sanitizer::normalizeSectionIdWhiteSpace( self::textContentOf( $node ) );
48 $anchorText = self::normalizeSectionName( $anchorText, $env );
51 $anchorId = Sanitizer::escapeIdForAttribute( $anchorText );
52 $fallbackId = Sanitizer::escapeIdForAttribute( $anchorText, Sanitizer::ID_FALLBACK );
/dports/www/grafana8/grafana-8.3.6/packages/grafana-ui/src/slate-plugins/
H A Dbraces.ts71 const text = value.anchorText.text;
78 (a) => a?.type === annotationType && a.anchor.key === value.anchorText.key
89 const text = value.anchorText.text;
H A Dclear.ts17 const text = value.anchorText.text;
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/lib/php/View/
H A DHighlightState.php142 $anchorText = $this->checkForAnchor($entry)
146 return $anchorText . $this->highlightRenderer->createSpanStart($entry);
/dports/misc/perkeep/perkeep-0.11/server/perkeepd/ui/goui/sharebutton/
H A Dsharebutton.go116 ShowSharedURL func(anchorURL string, anchorText string) `js:"showSharedURL"`
179 anchorText := sharedURL[:20] + "..." + sharedURL[len(sharedURL)-20:]
181 d.Props().callbacks.ShowSharedURL(sharedURL, anchorText)
/dports/editors/calligra/calligra-3.2.1/filters/libmso/
H A DODrawToOdf.cpp389 style.addProperty("draw:textarea-horizontal-align", getHorizontalAlign(ds.anchorText()), gt); in defineGraphicProperties()
391 style.addProperty("draw:textarea-vertical-align", getVerticalAlign(ds.anchorText()), gt); in defineGraphicProperties()
1078 const char* getHorizontalAlign(quint32 anchorText) in getHorizontalAlign() argument
1080 switch (anchorText) { in getHorizontalAlign()
1098 const char* getVerticalAlign(quint32 anchorText) in getVerticalAlign() argument
1100 switch (anchorText) { in getVerticalAlign()
H A DODrawToOdf.h368 const char* getHorizontalAlign(quint32 anchorText);
369 const char* getVerticalAlign(quint32 anchorText);
H A Ddrawstyle.h243 quint32 anchorText() const;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/extras/rtfimport/data/
H A Dtdf91684.rtf143 {\sn anchorText}
235 {\sn anchorText}
367 {\sn anchorText}
H A Dtdf84684.rtf130 {\sn anchorText}
238 {\sn anchorText}
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/qa/extras/rtfimport/data/
H A Dtdf91684.rtf143 {\sn anchorText}
235 {\sn anchorText}
367 {\sn anchorText}
H A Dtdf84684.rtf130 {\sn anchorText}
238 {\sn anchorText}
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/testing/lib/testClasses/
H A DparseBrowseMenu.php129 $anchorText = $anchorEle->textContent;
132 $this->anchors[$uploadName][$anchorText] = $anchorEle->getAttribute('href');
/dports/www/rss-bridge/rss-bridge-2021-04-25/bridges/
H A DWikipediaBridge.php140 $anchorText = '...', argument
150 if(strpos($anchor->innertext, $anchorText) !== false) {
/dports/cad/ktechlab/ktechlab-0.50.0/src/gui/
H A Dcontexthelp.cpp399 …QString anchorText = rx.cap( 0 ); // contains e.g.: <a href="http://ktechlab.org/">KTechlab websit… in addLinkTypeAppearances() local
403 int length = anchorText.length(); in addLinkTypeAppearances()
443 newAnchorText = anchorText; in addLinkTypeAppearances()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/webapp/hamlet/
H A DHamlet.java1262 return a().$href(href)._(anchorText)._(); in a()
2065 return a().$href(href)._(anchorText)._(); in a()
3315 return a().$href(href)._(anchorText)._(); in a()
4779 return a().$href(href)._(anchorText)._(); in a()
5569 return a().$href(href)._(anchorText)._(); in a()
6966 return a().$href(href)._(anchorText)._(); in a()
8119 return a().$href(href)._(anchorText)._(); in a()
9127 return a().$href(href)._(anchorText)._(); in a()
9671 return a().$href(href)._(anchorText)._(); in a()
10592 return a().$href(href)._(anchorText)._(); in a()
[all …]
H A DHamletSpec.java1057 _Anchor a(String href, String anchorText); in a() argument
1065 _Anchor a(String selector, String href, String anchorText); in a() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/javatests/src/org/chromium/android_webview/test/
H A DWebKitHitTestTest.java81 private static String fullPageLink(String href, String anchorText) { in fullPageLink() argument
83 + href + "\" " + "onclick=\"return false;\">" + anchorText + "</a>"); in fullPageLink()
122 && stringEquals(expectedAnchorText, data.anchorText) in pollForHrefAndImageSrcOnUiThread()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/lore/
H A Dtree.py780 anchorText = dom.Text()
781 anchorText.data = name
782 anchor.appendChild(anchorText)
/dports/devel/swig/swig-4.0.2/Source/Doxygen/
H A Djavadoc.cxx513 string anchorText = anchor; in handleTagRef() local
515 anchorText = tag.entityList.begin()->data; in handleTagRef()
517 translatedComment += "<a href=\"#" + anchor + "\">" + anchorText + "</a>"; in handleTagRef()
H A Dpydoc.cxx761 string anchorText = anchor; in handleTagRef() local
763 anchorText = tag.entityList.begin()->data; in handleTagRef()
765 translatedComment += "'" + anchorText + "'"; in handleTagRef()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/
H A DDragController.cpp128 RefPtr<Node> anchorText = document->createTextNode(title); in documentFragmentFromDragData() local
130 anchor->appendChild(anchorText, ec); in documentFragmentFromDragData()
/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/java/src/org/chromium/android_webview/
H A DAwContents.java244 public String anchorText; field in AwContents.HitTestData
2567 data.putString("title", mPossiblyStaleHitTestData.anchorText); in requestFocusNodeHref()
3485 int type, String extra, String href, String anchorText, String imgSrc) { in updateHitTestData() argument
3489 mPossiblyStaleHitTestData.anchorText = anchorText; in updateHitTestData()

12