Home
last modified time | relevance | path

Searched refs:TAG_CLASS (Results 1 – 25 of 101) sorted by relevance

12345

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/banzai/filter/
H A Dmath_filter.rb22 TAG_CLASS = 'js-render-math' constant in Banzai.Filter.MathFilter
24 INLINE_CLASSES = "code math #{TAG_CLASS}"
49 el[:class] += " #{TAG_CLASS}"
H A Dsuggestion_filter.rb8 TAG_CLASS = 'js-render-suggestion' constant in Banzai.Filter.SuggestionFilter
17 node.add_class(TAG_CLASS)
/dports/net/ulxmlrpcpp/ulxmlrpcpp-1.7.5/stubber/xml2ulxr/
H A DUlxrIdlParser.cpp64 #define TAG_CLASS "CLASS" macro
131 else if(strcmp(name, TAG_CLASS) == 0) in testStartElement()
322 assertEndElement(name, TAG_CLASS); in testEndElement()
/dports/www/p5-HTML-TokeParser-Simple/HTML-TokeParser-Simple-3.16/t/
H A Dget_tag.t15 my $TAG_CLASS = "${TOKEN_CLASS}::Tag";
22 isa_ok( $token, $TAG_CLASS => '... and the object it returns' );
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Cache/Frontend/
H A DFrontendInterface.php25 const TAG_CLASS = '%CLASS%'; define
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Cache/Frontend/
H A DFrontendInterface.php26 const TAG_CLASS = '%CLASS%'; define
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Cache/Frontend/
H A DFrontendInterface.php26 const TAG_CLASS = '%CLASS%'; define
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/
H A DNewTypeDropDownAction.java125 private static final String TAG_CLASS = "class"; //$NON-NLS-1$ field in NewTypeDropDownAction
184 for (IConfigurationElement classElement : element.getChildren(TAG_CLASS)) { in isJavaTypeWizard()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/geckoview/src/thirdparty/java/com/google/android/exoplayer2/text/webvtt/
H A DWebvttCueParser.java69 private static final String TAG_CLASS = "c"; field in WebvttCueParser
349 case TAG_CLASS: in isSupportedTag()
376 case TAG_CLASS: in applySpansForTag()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/
H A DEarlyStartupRunnable.java55 runEarlyStartup(WorkbenchPlugin.createExtension(element, IWorkbenchConstants.TAG_CLASS)); in run()
H A DConfigurationInfo.java88 obj = WorkbenchPlugin.createExtension(element, IWorkbenchConstants.TAG_CLASS); in appendExtensions()
H A DIWorkbenchConstants.java169 String TAG_CLASS = "class"; //$NON-NLS-1$ field
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/text/webvtt/
H A DWebvttCueParser.java70 private static final String TAG_CLASS = "c"; field in WebvttCueParser
363 case TAG_CLASS: in isSupportedTag()
394 case TAG_CLASS: in applySpansForTag()
/dports/www/firefox/firefox-99.0/mobile/android/exoplayer2/src/main/java/org/mozilla/thirdparty/com/google/android/exoplayer2/text/webvtt/
H A DWebvttCueParser.java70 private static final String TAG_CLASS = "c"; field in WebvttCueParser
363 case TAG_CLASS: in isSupportedTag()
394 case TAG_CLASS: in applySpansForTag()
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/text/webvtt/
H A DWebvttCueParser.java70 private static final String TAG_CLASS = "c"; field in WebvttCueParser
363 case TAG_CLASS: in isSupportedTag()
394 case TAG_CLASS: in applySpansForTag()
/dports/lang/spidermonkey78/firefox-78.9.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/text/webvtt/
H A DWebvttCueParser.java69 private static final String TAG_CLASS = "c"; field in WebvttCueParser
349 case TAG_CLASS: in isSupportedTag()
376 case TAG_CLASS: in applySpansForTag()
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/parsers/
H A Dc.c247 TAG_CLASS, /* class name */ enumerator
1011 case TAG_CLASS: result = CK_CLASS; break; in cTagKindFull()
1063 case TAG_CLASS: result = JK_CLASS; break; in javaTagKindFull()
1087 case TAG_CLASS: result = DK_CLASS; break; in dTagKindFull()
1116 case TAG_CLASS: result = VK_CLASS; break; in veraTagKindFull()
1214 case DECL_CLASS: type = TAG_CLASS; break; in declToTagType()
1222 case DECL_PRIVATE: type = TAG_CLASS; break; in declToTagType()
1223 case DECL_PROTECTED: type = TAG_CLASS; break; in declToTagType()
1224 case DECL_PUBLIC: type = TAG_CLASS; break; in declToTagType()
1272 case TAG_CLASS: in addOtherFields()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/
H A DEditorDescriptor.java423 className = memento.getString(IWorkbenchConstants.TAG_CLASS); in loadValues()
465 memento.putString(IWorkbenchConstants.TAG_CLASS, getClassName()); in saveValues()
/dports/devel/arduino-ctags/ctags-5.8-arduino11/
H A Dc.c217 TAG_CLASS, /* class name */ enumerator
809 case TAG_CLASS: result = CK_CLASS; break; in cTagKind()
833 case TAG_CLASS: result = CSK_CLASS; break; in csharpTagKind()
856 case TAG_CLASS: result = JK_CLASS; break; in javaTagKind()
874 case TAG_CLASS: result = VK_CLASS; break; in veraTagKind()
942 case DECL_CLASS: type = TAG_CLASS; break; in declToTagType()
999 case TAG_CLASS: in addOtherFields()
1016 tag->extensionFields.scope [0] = tagName (TAG_CLASS); in addOtherFields()
1022 if ((type == TAG_CLASS || type == TAG_INTERFACE || in addOtherFields()
/dports/devel/anjuta/anjuta-3.34.0/plugins/symbol-db/anjuta-tags/
H A Dc.c217 TAG_CLASS, /* class name */ enumerator
807 case TAG_CLASS: result = CK_CLASS; break; in cTagKind()
831 case TAG_CLASS: result = CSK_CLASS; break; in csharpTagKind()
854 case TAG_CLASS: result = JK_CLASS; break; in javaTagKind()
872 case TAG_CLASS: result = VK_CLASS; break; in veraTagKind()
940 case DECL_CLASS: type = TAG_CLASS; break; in declToTagType()
997 case TAG_CLASS: in addOtherFields()
1014 tag->extensionFields.scope [0] = tagName (TAG_CLASS); in addOtherFields()
1020 if ((type == TAG_CLASS || type == TAG_INTERFACE || in addOtherFields()
/dports/devel/ctags/ctags-5.8/
H A Dc.c215 TAG_CLASS, /* class name */ enumerator
804 case TAG_CLASS: result = CK_CLASS; break; in cTagKind()
828 case TAG_CLASS: result = CSK_CLASS; break; in csharpTagKind()
851 case TAG_CLASS: result = JK_CLASS; break; in javaTagKind()
869 case TAG_CLASS: result = VK_CLASS; break; in veraTagKind()
937 case DECL_CLASS: type = TAG_CLASS; break; in declToTagType()
987 case TAG_CLASS: in addOtherFields()
1004 tag->extensionFields.scope [0] = tagName (TAG_CLASS); in addOtherFields()
1010 if ((type == TAG_CLASS || type == TAG_INTERFACE || in addOtherFields()
/dports/japanese/ctags/ctags-5.8j2/
H A Dc.c215 TAG_CLASS, /* class name */ enumerator
804 case TAG_CLASS: result = CK_CLASS; break; in cTagKind()
828 case TAG_CLASS: result = CSK_CLASS; break; in csharpTagKind()
851 case TAG_CLASS: result = JK_CLASS; break; in javaTagKind()
869 case TAG_CLASS: result = VK_CLASS; break; in veraTagKind()
937 case DECL_CLASS: type = TAG_CLASS; break; in declToTagType()
987 case TAG_CLASS: in addOtherFields()
1004 tag->extensionFields.scope [0] = tagName (TAG_CLASS); in addOtherFields()
1010 if ((type == TAG_CLASS || type == TAG_INTERFACE || in addOtherFields()
/dports/devel/geany-legacy/geany-1.37.1/ctags/parsers/
H A Dc.c225 TAG_CLASS, /* class name */ enumerator
991 case TAG_CLASS: result = CK_CLASS; break; in cTagKind()
1014 case TAG_CLASS: result = CSK_CLASS; break; in csharpTagKind()
1037 case TAG_CLASS: result = DK_CLASS; break; in dTagKind()
1061 case TAG_CLASS: result = VK_CLASS; break; in valaTagKind()
1083 case TAG_CLASS: result = JK_CLASS; break; in javaTagKind()
1132 case DECL_CLASS: type = TAG_CLASS; break; in declToTagType()
1170 case TAG_CLASS: in addOtherFields()
1187 tag->extensionFields.scopeKindIndex = kindIndexForType (TAG_CLASS); in addOtherFields()
1193 if ((type == TAG_CLASS || type == TAG_INTERFACE || in addOtherFields()
/dports/devel/geany/geany-1.38/ctags/parsers/
H A Dgeany_c.c225 TAG_CLASS, /* class name */ enumerator
991 case TAG_CLASS: result = CK_CLASS; break; in cTagKind()
1014 case TAG_CLASS: result = CSK_CLASS; break; in csharpTagKind()
1037 case TAG_CLASS: result = DK_CLASS; break; in dTagKind()
1061 case TAG_CLASS: result = VK_CLASS; break; in valaTagKind()
1083 case TAG_CLASS: result = JK_CLASS; break; in javaTagKind()
1132 case DECL_CLASS: type = TAG_CLASS; break; in declToTagType()
1170 case TAG_CLASS: in addOtherFields()
1187 tag->extensionFields.scopeKindIndex = kindIndexForType (TAG_CLASS); in addOtherFields()
1193 if ((type == TAG_CLASS || type == TAG_INTERFACE || in addOtherFields()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/
H A DLegacyActionPersistence.java277 || (element.getChildren(TAG_CLASS).length != 0); in convertActionToHandler()
281 classString = readOptional(element.getChildren(TAG_CLASS)[0], ATT_CLASS); in convertActionToHandler()

12345