Home
last modified time | relevance | path

Searched refs:isTag (Results 1 – 25 of 404) sorted by relevance

12345678910>>...17

/dports/net/openslp/openslp-2.0.0/libslp/
H A Dlibslp_parse.c242 SLPBoolean isTag) in SLPEscape() argument
249 if (!pcInbuf || (isTag != SLP_TRUE && isTag != SLP_FALSE)) in SLPEscape()
263 if (isTag && strchr(ATTRIBUTE_BAD_TAG, *current_inbuf)) in SLPEscape()
345 SLPBoolean isTag) in SLPUnescape() argument
352 if (!pcInbuf || (isTag != SLP_TRUE && isTag != SLP_FALSE)) in SLPUnescape()
366 if (isTag && strchr(ATTRIBUTE_BAD_TAG, *current_Inbuf)) in SLPUnescape()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/git/
H A Dbranchview.cpp231 const bool isTag = m_model->isTag(index); in slotCustomContextMenu() local
254 if (!currentSelected && (isLocal || isTag)) in slotCustomContextMenu()
256 if (isLocal || isTag) in slotCustomContextMenu()
294 if (!currentSelected && !isTag) { in slotCustomContextMenu()
462 const bool isTag = m_model->isTag(selected); in remove() local
465 if (isTag) in remove()
475 if (isTag) in remove()
487 const bool isTag = m_model->isTag(selected); in rename() local
488 QTC_CHECK(m_model->isLocal(selected) || isTag); in rename()
492 if (!isTag) in rename()
[all …]
/dports/biology/pooler/PrimerPooler-1.78/pooler/
H A Dload-common.c39 int r=0,minL=-1,maxL=0,isTag=0,maxTag=0; in numPrimers() local
50 if(isTag) { in numPrimers()
60 isTag = 1; in numPrimers()
61 else if(*fileData == '>') isTag = 0; in numPrimers()
/dports/www/htmlcxx/htmlcxx-0.87/html/
H A DNode.cc16 if (!(this->isTag())) return; in parseAttributes()
102 if (!isTag() || !n.isTag()) return false; in operator ==()
107 if (isTag()) return this->tagName(); in operator string()
H A Dtests.cc117 n.isTag(true); in test()
123 n.isTag(true); in test()
132 n.isTag(true); in test()
141 n.isTag(true); in test()
150 n.isTag(false); in test()
H A DParserDom.cc29 lambda_node.isTag(true); in beginParsing()
75 assert(i->isTag()); in foundTag()
120 node.isTag(false); in foundTag()
H A DNode.h32 bool isTag() const { return this->mIsHtmlTag; } in isTag() function
33 void isTag(bool is_html_tag){ this->mIsHtmlTag = is_html_tag; } in isTag() function
/dports/www/mediawiki136/mediawiki-1.36.3/vendor/wikimedia/parsoid/src/Wt2Html/TT/
H A DOnlyInclude.php81 $isTag = null;
99 $isTag = $tc === 'TagTk' || $tc === 'EndTagTk' || $tc === 'SelfclosingTagTk';
100 if ( $isTag ) {
114 if ( $isTag && $token->getName() === 'onlyinclude' ) {
/dports/www/mediawiki135/mediawiki-1.35.5/vendor/wikimedia/parsoid/src/Wt2Html/TT/
H A DOnlyInclude.php81 $isTag = null;
99 $isTag = $tc === 'TagTk' || $tc === 'EndTagTk' || $tc === 'SelfclosingTagTk';
100 if ( $isTag ) {
114 if ( $isTag && $token->getName() === 'onlyinclude' ) {
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/parsoid/src/Wt2Html/TT/
H A DOnlyInclude.php80 $isTag = null;
98 $isTag = $tc === 'TagTk' || $tc === 'EndTagTk' || $tc === 'SelfclosingTagTk';
99 if ( $isTag ) {
113 if ( $isTag && $token->getName() === 'onlyinclude' ) {
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-ex-8.10.0.19/src/Language/Haskell/GhclibParserEx/GHC/Hs/
H A DExpr.hs9 isTag, isDol, isDot, isReturn, isSection, isRecConstr, isRecUpdate,
44 isTag :: String -> LHsExpr GhcPs -> Bool
45 isTag tag = \case (L _ (HsVar _ (L _ s))) -> occNameString (rdrNameOcc s) == tag; _ -> False function
50 isDol = isTag "$"
51 isDot = isTag "."
52 isReturn x = isTag "return" x || isTag "pure" x -- Allow both 'pure' and 'return' as they have the …
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/xml/
H A Dwe_xmljob.cpp316 if ( isTag( pNode, TAG_BULK_JOB )) in processNode()
324 else if ( isTag( pNode, TAG_COLUMN )) in processNode()
328 else if ( isTag( pNode, TAG_DESC )) in processNode()
330 else if ( isTag( pNode, TAG_ID )) in processNode()
334 else if ( isTag( pNode, TAG_NAME )) in processNode()
336 else if ( isTag( pNode, TAG_PATH )) in processNode()
338 else if ( isTag( pNode, TAG_TABLE )) in processNode()
340 else if ( isTag( pNode, TAG_TYPE )) in processNode()
342 else if ( isTag( pNode, TAG_USER )) in processNode()
344 else if ( isTag( pNode, TAG_SCHEMA)) in processNode()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/xml/
H A Dwe_xmljob.cpp316 if ( isTag( pNode, TAG_BULK_JOB )) in processNode()
324 else if ( isTag( pNode, TAG_COLUMN )) in processNode()
328 else if ( isTag( pNode, TAG_DESC )) in processNode()
330 else if ( isTag( pNode, TAG_ID )) in processNode()
334 else if ( isTag( pNode, TAG_NAME )) in processNode()
336 else if ( isTag( pNode, TAG_PATH )) in processNode()
338 else if ( isTag( pNode, TAG_TABLE )) in processNode()
340 else if ( isTag( pNode, TAG_TYPE )) in processNode()
342 else if ( isTag( pNode, TAG_USER )) in processNode()
344 else if ( isTag( pNode, TAG_SCHEMA)) in processNode()
[all …]
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-ex-9.0.0.4/src/Language/Haskell/GhclibParserEx/GHC/Hs/
H A DExpr.hs9 isTag, isDol, isDot, isReturn, isSection, isRecConstr, isRecUpdate,
44 isTag :: String -> LHsExpr GhcPs -> Bool
45 isTag tag = \case (L _ (HsVar _ (L _ s))) -> occNameString (rdrNameOcc s) == tag; _ -> False function
50 isDol = isTag "$"
51 isDot = isTag "."
52 isReturn x = isTag "return" x || isTag "pure" x -- Allow both 'pure' and 'return' as they have the …
/dports/multimedia/libbluray/libbluray-1.3.0/src/libbluray/bdj/java/org/bluray/net/
H A DBDLocator.java468 boolean isTag = false; in parsePlaylist()
501 isTag = true; in parsePlaylist()
506 isTag = true; in parsePlaylist()
511 isTag = true; in parsePlaylist()
516 isTag = true; in parsePlaylist()
521 isTag = true; in parsePlaylist()
533 if (isTag) { in parsePlaylist()
536 isTag = false; in parsePlaylist()
/dports/multimedia/handbrake/libbluray-1.3.0/src/libbluray/bdj/java/org/bluray/net/
H A DBDLocator.java468 boolean isTag = false; in parsePlaylist()
501 isTag = true; in parsePlaylist()
506 isTag = true; in parsePlaylist()
511 isTag = true; in parsePlaylist()
516 isTag = true; in parsePlaylist()
521 isTag = true; in parsePlaylist()
533 if (isTag) { in parsePlaylist()
536 isTag = false; in parsePlaylist()
/dports/graphics/krita/krita-4.4.8/libs/widgets/
H A DKoResourceFiltering.cpp32 : isTag("\\[([\\w\\s]+)\\]") in Private()
40 QRegExp isTag; member in KoResourceFiltering::Private
139 if (d->isTag.exactMatch(name) && d->resourceServer) { in populateIncludeExcludeFilters()
140 name = d->isTag.cap(1); in populateIncludeExcludeFilters()
/dports/editors/calligra/calligra-3.2.1/libs/widgets/
H A DKoResourceFiltering.cpp32 : isTag("\\[([\\w\\s]+)\\]") in Private()
40 QRegExp isTag; member in KoResourceFiltering::Private
139 if (d->isTag.exactMatch(name) && d->resourceServer) { in populateIncludeExcludeFilters()
140 name = d->isTag.cap(1); in populateIncludeExcludeFilters()
/dports/textproc/R-cran-htmltools/htmltools/tests/testthat/
H A Dhelper-tags.R5 if (isTag(x)) {
6 expect_true(isTag(y))
/dports/devel/dep/dep-0.5.4/internal/importers/base/
H A Dimporter.go39 func (i *Importer) isTag(pi gps.ProjectIdentifier, value string) (bool, gps.Version, error) { func
213 var isTag bool
215 isTag, version, err = i.isTag(pc.Ident, prj.LockHint)
224 if !isTag {
/dports/biology/p5-AcePerl/AcePerl-1.92/acebrowser/cgi-bin/generic/
H A Dtree61 unless ($obj->isObject or $obj->isTag) {
85 if ($obj->isTag && $name eq 'Pick_me_to_call' && $obj->right(2)=~/\.(jpg|jpeg|gif)$/i) {
123 if ($obj->isTag) {
H A Dmodel42 unless ($obj->isObject or $obj->isTag) {
96 if ($obj->isTag) {
/dports/textproc/goldendict/goldendict-73ec1b5/
H A Ddsl_details.hh50 bool isTag; // true if it is a tag with subnodes, false if it's a leaf text member
60 Node( Tag, wstring const & name, wstring const & attrs ): isTag( true ), in Node()
64 Node( Text, wstring const & text_ ): isTag( false ), text( text_ ) in Node()
/dports/www/larbin/larbin-2.6.3/src/fetch/
H A Dfile.cc577 #define isTag(t, p, a, i) if (t) { \ macro
597 isTag(thisCharIs(1, 'i') && thisCharIs(2, 'n') && thisCharIs(3, 'k'), in parseTag()
600 isTag(thisCharIs(1, 'a') && thisCharIs(2, 's') && thisCharIs(3, 'e'), in parseTag()
603 isTag(thisCharIs(1, 'r') && thisCharIs(2, 'a') in parseTag()
608 isTag(thisCharIs(1, 'm') && thisCharIs(2, 'g'), "src", LINK, 3); in parseTag()
/dports/biology/p5-AcePerl/AcePerl-1.92/Ace/
H A DObject.pm78 } elsif ($func_name =~ /^[A-Z]/ && $self->isTag) { # follow tag
335 next unless $_->isTag;
346 next unless $_->isTag;
458 my $thing_to_pick = ($self->isTag and defined($self->right)) ? $self->right : $self;
491 sub isTag { subroutine
2198 return ($string,$prune) unless $self->isObject || $self->isTag;
2200 if ($self->isTag) {
2321 if ($self->isTag) {
2344 $$out .= $self->isTag || !$opts->{content} ? qq($tab<$tagname$attributes />\n)
2346 } elsif ($self->isTag) { # most tags are implicit in the XML tag names
[all …]

12345678910>>...17