Home
last modified time | relevance | path

Searched refs:anchorId (Results 1 – 25 of 90) sorted by relevance

1234

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/model/
H A DExtensionMap.java52 public void putPluginId(String anchorId, String pluginId) { in putPluginId() argument
53 if (anchorId != null) { in putPluginId()
54 extensions.put(anchorId, pluginId); in putPluginId()
63 public String getPluginId(String anchorId) { in getPluginId() argument
64 return extensions.get(anchorId); in getPluginId()
H A DIntroExtensionContent.java62 private String anchorId; field in IntroExtensionContent
74 anchorId = getAttribute(element, ATT_ID); in IntroExtensionContent()
96 ExtensionMap.getInstance().putPluginId(anchorId, contributor); in IntroExtensionContent()
100 return anchorId; in getId()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.help/src/org/eclipse/help/internal/toc/
H A DTocAssembler.java192 private boolean hasAnchor(String tocContributionId, String anchorId) { in hasAnchor() argument
199 return anchors.contains(anchorId); in hasAnchor()
218 String anchorId = normalized.substring(index + 1); in hasValidLinkTo() local
219 return hasAnchor(id, anchorId); in hasValidLinkTo()
398 String anchorId = anchor.getId(); in handle() local
399 if (anchorId != null) { in handle()
409 set.add(anchorId); in handle()
415 destContribution.getId() + '#' + anchorId); in handle()
/dports/www/mediawiki136/mediawiki-1.36.3/vendor/wikimedia/parsoid/src/Wt2Html/PP/Handlers/
H A DHeadings.php50 $anchorId = Sanitizer::escapeIdForAttribute( $anchorText );
52 if ( $anchorId === $fallbackId ) {
59 $node->setAttribute( 'id', $anchorId );
/dports/www/mediawiki135/mediawiki-1.35.5/vendor/wikimedia/parsoid/src/Wt2Html/PP/Handlers/
H A DHeadings.php50 $anchorId = Sanitizer::escapeIdForAttribute( $anchorText );
52 if ( $anchorId === $fallbackId ) {
59 $node->setAttribute( 'id', $anchorId );
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/geckoview/src/thirdparty/java/com/google/android/exoplayer2/text/cea/
H A DCea708Decoder.java722 int anchorId = serviceBlockPacket.readBits(4); in handleDefineWindow() local
733 verticalAnchor, horizontalAnchor, rowCount, columnCount, anchorId, windowStyle, penStyle); in handleDefineWindow()
864 private int anchorId; field in Cea708Decoder.CueBuilder
900 anchorId = 0; in reset()
936 int columnCount, int anchorId, int windowStyleId, int penStyleId) { in defineWindow() argument
944 this.anchorId = anchorId; in defineWindow()
1186 if (anchorId % 3 == 0) { in build()
1188 } else if (anchorId % 3 == 1) { in build()
1195 if (anchorId / 3 == 0) { in build()
1197 } else if (anchorId / 3 == 1) { in build()
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/parsoid/src/Wt2Html/PP/Handlers/
H A DHeadings.php51 $anchorId = Sanitizer::escapeIdForAttribute( $anchorText );
53 if ( $anchorId === $fallbackId ) {
60 $node->setAttribute( 'id', $anchorId );
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/text/cea/
H A DCea708Decoder.java729 int anchorId = serviceBlockPacket.readBits(4); in handleDefineWindow() local
740 verticalAnchor, horizontalAnchor, rowCount, columnCount, anchorId, windowStyle, penStyle); in handleDefineWindow()
871 private int anchorId; field in Cea708Decoder.CueBuilder
907 anchorId = 0; in reset()
943 int columnCount, int anchorId, int windowStyleId, int penStyleId) { in defineWindow() argument
951 this.anchorId = anchorId; in defineWindow()
1193 if (anchorId % 3 == 0) { in build()
1195 } else if (anchorId % 3 == 1) { in build()
1202 if (anchorId / 3 == 0) { in build()
1204 } else if (anchorId / 3 == 1) { in build()
/dports/www/firefox/firefox-99.0/mobile/android/exoplayer2/src/main/java/org/mozilla/thirdparty/com/google/android/exoplayer2/text/cea/
H A DCea708Decoder.java729 int anchorId = serviceBlockPacket.readBits(4); in handleDefineWindow() local
740 verticalAnchor, horizontalAnchor, rowCount, columnCount, anchorId, windowStyle, penStyle); in handleDefineWindow()
871 private int anchorId; field in Cea708Decoder.CueBuilder
907 anchorId = 0; in reset()
943 int columnCount, int anchorId, int windowStyleId, int penStyleId) { in defineWindow() argument
951 this.anchorId = anchorId; in defineWindow()
1193 if (anchorId % 3 == 0) { in build()
1195 } else if (anchorId % 3 == 1) { in build()
1202 if (anchorId / 3 == 0) { in build()
1204 } else if (anchorId / 3 == 1) { in build()
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/text/cea/
H A DCea708Decoder.java729 int anchorId = serviceBlockPacket.readBits(4); in handleDefineWindow() local
740 verticalAnchor, horizontalAnchor, rowCount, columnCount, anchorId, windowStyle, penStyle); in handleDefineWindow()
871 private int anchorId; field in Cea708Decoder.CueBuilder
907 anchorId = 0; in reset()
943 int columnCount, int anchorId, int windowStyleId, int penStyleId) { in defineWindow() argument
951 this.anchorId = anchorId; in defineWindow()
1193 if (anchorId % 3 == 0) { in build()
1195 } else if (anchorId % 3 == 1) { in build()
1202 if (anchorId / 3 == 0) { in build()
1204 } else if (anchorId / 3 == 1) { in build()
/dports/lang/spidermonkey78/firefox-78.9.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/text/cea/
H A DCea708Decoder.java722 int anchorId = serviceBlockPacket.readBits(4); in handleDefineWindow() local
733 verticalAnchor, horizontalAnchor, rowCount, columnCount, anchorId, windowStyle, penStyle); in handleDefineWindow()
864 private int anchorId; field in Cea708Decoder.CueBuilder
900 anchorId = 0; in reset()
936 int columnCount, int anchorId, int windowStyleId, int penStyleId) { in defineWindow() argument
944 this.anchorId = anchorId; in defineWindow()
1186 if (anchorId % 3 == 0) { in build()
1188 } else if (anchorId % 3 == 1) { in build()
1195 if (anchorId / 3 == 0) { in build()
1197 } else if (anchorId / 3 == 1) { in build()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/snapshot/
H A DAbstractINodeDiffList.java150 public final int getPrior(int anchorId, boolean exclusive) { in getPrior() argument
151 if (anchorId == Snapshot.CURRENT_STATE_ID) { in getPrior()
153 if(exclusive && last == anchorId) in getPrior()
157 final int i = Collections.binarySearch(diffs, anchorId); in getPrior()
/dports/www/squid/squid-4.15/src/ipc/
H A DStoreMap.cc179 Ipc::StoreMap::writeableSlice(const AnchorId anchorId, const SliceId sliceId) in writeableSlice() argument
181 assert(anchorAt(anchorId).writing()); in writeableSlice()
187 Ipc::StoreMap::readableSlice(const AnchorId anchorId, const SliceId sliceId) const in readableSlice() argument
189 assert(anchorAt(anchorId).reading()); in readableSlice()
195 Ipc::StoreMap::writeableEntry(const AnchorId anchorId) in writeableEntry() argument
197 assert(anchorAt(anchorId).writing()); in writeableEntry()
198 return anchorAt(anchorId); in writeableEntry()
202 Ipc::StoreMap::readableEntry(const AnchorId anchorId) const in readableEntry()
204 assert(anchorAt(anchorId).reading()); in readableEntry()
205 return anchorAt(anchorId); in readableEntry()
H A DStoreMap.h290 Slice &writeableSlice(const AnchorId anchorId, const SliceId sliceId);
292 const Slice &readableSlice(const AnchorId anchorId, const SliceId sliceId) const;
294 Anchor &writeableEntry(const AnchorId anchorId);
296 const Anchor &readableEntry(const AnchorId anchorId) const;
/dports/www/firefox-esr/firefox-91.8.0/browser/actors/
H A DEncryptedMediaParent.jsm222 let anchorId = "eme-notification-icon";
229 document.getElementById(anchorId).setAttribute("firstplay", "true");
232 document.getElementById(anchorId).removeAttribute("firstplay");
266 anchorId,
/dports/www/firefox/firefox-99.0/browser/actors/
H A DEncryptedMediaParent.jsm224 let anchorId = "eme-notification-icon";
231 document.getElementById(anchorId).setAttribute("firstplay", "true");
234 document.getElementById(anchorId).removeAttribute("firstplay");
267 anchorId,
/dports/mail/thunderbird/thunderbird-91.8.0/browser/actors/
H A DEncryptedMediaParent.jsm222 let anchorId = "eme-notification-icon";
229 document.getElementById(anchorId).setAttribute("firstplay", "true");
232 document.getElementById(anchorId).removeAttribute("firstplay");
266 anchorId,
/dports/www/p5-HTML-Toc/HTML-Toc-1.12/
H A DTocInsertor.pm633 sub anchorId { subroutine
866 my ($doOutput, $i, $tocToken, $tag, $anchorId);
883 $anchorId = $self->{_anchorId};
892 $aTokenOrig =~ s/(id)=\S*([\s>])/$1=$anchorId$2/i;
897 $aTokenOrig =~ s/>/ id=$anchorId>/;
/dports/www/gallery2/gallery2/modules/core/
H A DItemDelete.inc157 $variables = GalleryUtilities::getRequestVariables('selectedId', 'anchorId', 'page');
162 list ($selectedId, $anchorId, $page) = $variables;
167 } else if ($anchorId) {
168 $selectedId = $anchorId;
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/apps/yara/
H A Dmapper.h1119 auto anchorId = getMateId(me.reads.seqs, mateId); in _verifyMatchesImpl()
1124 SEQAN_ASSERT(isMapped(me.ctx, anchorId)); in _verifyMatchesImpl()
1125 SEQAN_ASSERT_NOT(isPaired(me.ctx, anchorId)); in _verifyMatchesImpl()
1126 SEQAN_ASSERT(isValid(me.primaryMatches[anchorId])); in _verifyMatchesImpl()
1129 SEQAN_ASSERT_NOT(isPaired(me.ctx, anchorId)); in _verifyMatchesImpl()
1137 setPaired(me.ctx, anchorId); in _verifyMatchesImpl()
1140 double errorRate = getErrorRate(me.primaryMatches[anchorId], me.reads.seqs); in _verifyMatchesImpl()
1141 auto bestCount = countMatchesInBestStratum(me.optimalMatchesSet[anchorId]); in _verifyMatchesImpl()
1142 auto subCount = length(me.suboptimalMatchesSet[anchorId]) - bestCount; in _verifyMatchesImpl()
1144 me.primaryMatchesProbs[mateId] = me.primaryMatchesProbs[anchorId]; in _verifyMatchesImpl()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/browser/components/extensions/
H A DExtensionControlledPopup.jsm84 * @param {string} opts.anchorId
129 this.anchorId = opts.anchorId;
310 if (this.anchorId) {
311 // If there's an anchorId, use that right away.
312 anchorButton = doc.getElementById(this.anchorId);
/dports/www/firefox/firefox-99.0/browser/components/extensions/
H A DExtensionControlledPopup.jsm84 * @param {string} opts.anchorId
135 this.anchorId = opts.anchorId;
324 if (this.anchorId) {
325 // If there's an anchorId, use that right away.
326 anchorButton = doc.getElementById(this.anchorId);
/dports/www/firefox-esr/firefox-91.8.0/browser/components/extensions/
H A DExtensionControlledPopup.jsm84 * @param {string} opts.anchorId
135 this.anchorId = opts.anchorId;
324 if (this.anchorId) {
325 // If there's an anchorId, use that right away.
326 anchorButton = doc.getElementById(this.anchorId);
/dports/mail/thunderbird/thunderbird-91.8.0/browser/components/extensions/
H A DExtensionControlledPopup.jsm84 * @param {string} opts.anchorId
135 this.anchorId = opts.anchorId;
324 if (this.anchorId) {
325 // If there's an anchorId, use that right away.
326 anchorButton = doc.getElementById(this.anchorId);
/dports/devel/doxygen/doxygen-1.9.3/src/
H A Dxmlgen.h41 const QCString &anchorId,int l,bool writeLineAnchor) override;

1234