Home
last modified time | relevance | path

Searched defs:TY_ (Results 1 – 25 of 84) sorted by path

1234

/dports/math/geogram/geogram-1.7.7/src/lib/exploragram/hexdom/
H A Dgeometry.h106 double TY_[3]; variable
/dports/math/geogram/geogram-1.7.7/src/lib/geogram/parameterization/
H A Dmesh_PGP_2d.cpp111 double TY_[3] ; member in __anon8e65f6820111::ParamTrglGradient
/dports/textproc/tidyp/tidyp-1.04/src/
H A Daccess.c3139 void TY_(AccessibilityChecks)( TidyDocImpl* doc ) in TY_() function
H A Dattrs.c468 AttVal* TY_(AttrGetById)( Node* node, TidyAttrId id ) in TY_() function
498 AttVal* TY_(AddAttribute)( TidyDocImpl* doc, in TY_() function
542 Bool TY_(IsUrl)( TidyDocImpl* doc, ctmbstr attrname ) in TY_() function
589 Bool TY_(IsCSS1Selector)( ctmbstr buf ) in TY_() function
707 void TY_(FreeAnchors)( TidyDocImpl* doc ) in TY_() function
719 void TY_(InitAttrs)( TidyDocImpl* doc ) in TY_() function
751 void TY_(FreeAttrTable)( TidyDocImpl* doc ) in TY_() function
949 Bool TY_(IsBoolAttribute)(AttVal *attval) in TY_() function
957 Bool TY_(attrIsEvent)( AttVal* attval ) in TY_() function
1107 Bool TY_(IsValidHTMLID)(ctmbstr id) in TY_() function
[all …]
H A Dcharsets.c958 uint TY_(GetEncodingIdFromName)(ctmbstr name) in TY_() function
969 uint TY_(GetEncodingIdFromCodePage)(uint cp) in TY_() function
980 uint TY_(GetEncodingCodePageFromName)(ctmbstr name) in TY_() function
991 uint TY_(GetEncodingCodePageFromId)(uint id) in TY_() function
1002 ctmbstr TY_(GetEncodingNameFromId)(uint id) in TY_() function
1013 ctmbstr TY_(GetEncodingNameFromCodePage)(uint cp) in TY_() function
H A Dclean.c266 void TY_(FreeStyles)( TidyDocImpl* doc ) in TY_() function
557 void TY_(FixNodeLinks)(Node *node) in TY_() function
1524 void TY_(CleanDocument)( TidyDocImpl* doc ) in TY_() function
1566 void TY_(EmFromI)( TidyDocImpl* doc, Node* node ) in TY_() function
1594 void TY_(List2BQ)( TidyDocImpl* doc, Node* node ) in TY_() function
1619 void TY_(BQ2Div)( TidyDocImpl* doc, Node *node ) in TY_() function
1826 void TY_(NormalizeSpaces)(Lexer *lexer, Node *node) in TY_() function
2097 Bool TY_(IsWord2000)( TidyDocImpl* doc ) in TY_() function
2132 void TY_(BumpObject)( TidyDocImpl* doc, Node *html ) in TY_() function
2256 void TY_(DropComments)(TidyDocImpl* doc, Node* node) in TY_() function
[all …]
H A Dconfig.c49 void TY_(InitConfig)( TidyDocImpl* doc ) in TY_() function
55 void TY_(FreeConfig)( TidyDocImpl* doc ) in TY_() function
319 const TidyOptionImpl* TY_(lookupOption)( ctmbstr s ) in TY_() function
330 const TidyOptionImpl* TY_(getOption)( TidyOptionId optId ) in TY_() function
500 void TY_(ResetConfigToDefault)( TidyDocImpl* doc ) in TY_() function
515 void TY_(TakeConfigSnapshot)( TidyDocImpl* doc ) in TY_() function
530 void TY_(ResetConfigToSnapshot)( TidyDocImpl* doc ) in TY_() function
1399 ctmbstr TY_(CharEncodingName)( int encoding ) in TY_() function
1409 ctmbstr TY_(CharEncodingOptName)( int encoding ) in TY_() function
1621 Bool TY_(ConfigDiffThanSnapshot)( TidyDocImpl* doc ) in TY_() function
[all …]
H A Dentities.c318 Bool TY_(EntityInfo)( ctmbstr name, Bool isXml, uint* code, uint* versions ) in TY_() function
355 ctmbstr TY_(EntityName)( uint ch, uint versions ) in TY_() function
H A Dfileio.c53 int TY_(initFileSource)( TidyAllocator *allocator, TidyInputSource* inp, FILE* fp ) in TY_() function
72 void TY_(freeFileSource)( TidyInputSource* inp, Bool closeIt ) in TY_() function
81 void TIDY_CALL TY_(filesink_putByte)( void* sinkData, byte bv ) in TY_() function
87 void TY_(initFileSink)( TidyOutputSink* outp, FILE* fp ) in TY_() function
H A Dforward.h23 #define TY_(str) TYDYAPPEND(prvTidy,str) macro
H A Distack.c15 AttVal *TY_(DupAttrs)( TidyDocImpl* doc, AttVal *attrs) in TY_() function
63 void TY_(PushInline)( TidyDocImpl* doc, Node *node ) in TY_() function
129 void TY_(PopInline)( TidyDocImpl* doc, Node *node ) in TY_() function
156 Bool TY_(IsPushed)( TidyDocImpl* doc, Node *node ) in TY_() function
173 Bool TY_(IsPushedLast)( TidyDocImpl* doc, Node *element, Node *node ) in TY_() function
206 int TY_(InlineDup)( TidyDocImpl* doc, Node* node ) in TY_() function
224 void TY_(DeferDup)( TidyDocImpl* doc ) in TY_() function
230 Node *TY_(InsertedToken)( TidyDocImpl* doc ) in TY_() function
288 Bool TY_(SwitchInline)( TidyDocImpl* doc, Node* element, Node* node ) in TY_() function
335 Bool TY_(InlineDup1)( TidyDocImpl* doc, Node* node, Node* element ) in TY_() function
H A Dlexer.c180 Bool TY_(IsWhite)(uint c) in TY_() function
187 Bool TY_(IsNewline)(uint c) in TY_() function
193 Bool TY_(IsDigit)(uint c) in TY_() function
211 Bool TY_(IsLetter)(uint c) in TY_() function
220 Bool TY_(IsNamechar)(uint c) in TY_() function
226 Bool TY_(IsXMLLetter)(uint c) in TY_() function
438 Bool TY_(IsXMLNamechar)(uint c) in TY_() function
566 Bool TY_(IsUpper)(uint c) in TY_() function
573 uint TY_(ToLower)(uint c) in TY_() function
583 uint TY_(ToUpper)(uint c) in TY_() function
[all …]
H A Dlocalize.c29 ctmbstr TY_(Version)(void) in TY_() function
859 const TidyOptionDoc* TY_(OptGetDocDesc)( TidyOptionId optId ) in TY_() function
1127 void TY_(ReportUnknownOption)( TidyDocImpl* doc, ctmbstr option ) in TY_() function
1134 void TY_(ReportBadArgument)( TidyDocImpl* doc, ctmbstr option ) in TY_() function
1331 void TY_(DisplayHTMLTableAlgorithm)( TidyDocImpl* doc ) in TY_() function
1547 void TY_(ErrorSummary)( TidyDocImpl* doc ) in TY_() function
1730 void TY_(NeedsAuthorIntervention)( TidyDocImpl* doc ) in TY_() function
1736 void TY_(GeneralInfo)( TidyDocImpl* doc ) in TY_() function
1747 void TY_(AccessibilityHelloMessage)( TidyDocImpl* doc ) in TY_() function
1756 void TY_(ReportMarkupVersion)( TidyDocImpl* doc ) in TY_() function
[all …]
H A Dmappedio.c51 int TY_(initFileSource)( TidyAllocator *allocator, TidyInputSource* inp, FILE* fp ) in TY_() function
84 void TY_(freeFileSource)( TidyInputSource* inp, Bool closeIt ) in TY_() function
274 int TY_(DocParseFileWithMappedFile)( TidyDocImpl* doc, ctmbstr filnam ) { in TY_() function
H A Dparser.c20 Bool TY_(CheckNodeIntegrity)(Node *node) in TY_() function
60 Bool TY_(IsNewNode)(Node *node) in TY_() function
93 Node *TY_(RemoveNode)(Node *node) in TY_() function
115 Node *TY_(DiscardElement)( TidyDocImpl* doc, Node *element ) in TY_() function
133 void TY_(InsertNodeAtStart)(Node *element, Node *node) in TY_() function
151 void TY_(InsertNodeAtEnd)(Node *element, Node *node) in TY_() function
315 Node* TY_(DropEmptyElements)(TidyDocImpl* doc, Node* node) in TY_() function
401 Bool TY_(IsBlank)(Lexer *lexer, Node *node) in TY_() function
3065 Bool TY_(IsJavaScript)(Node *node) in TY_() function
4044 void TY_(ParseDocument)(TidyDocImpl* doc) in TY_() function
[all …]
H A Dpprint.c236 void TY_(InitPrintBuf)( TidyDocImpl* doc ) in TY_() function
244 void TY_(FreePrintBuf)( TidyDocImpl* doc ) in TY_() function
623 void TY_(PFlushLine)( TidyDocImpl* doc, uint indent ) in TY_() function
1174 Bool TY_(TextNodeEndWithSpace)( Lexer *lexer, Node *node ) in TY_() function
1795 void TY_(PrintBody)( TidyDocImpl* doc ) in TY_() function
1806 void TY_(PPrintTree)( TidyDocImpl* doc, uint mode, uint indent, Node *node ) in TY_() function
2050 void TY_(PPrintXMLTree)( TidyDocImpl* doc, uint mode, uint indent, Node *node ) in TY_() function
H A Dstreamio.c76 StreamOut* TY_(StdErrOutput)(void) in TY_() function
121 void TY_(freeStreamIn)(StreamIn* in) in TY_() function
159 int TY_(ReadBOMEncoding)(StreamIn *in) in TY_() function
295 uint TY_(ReadChar)( StreamIn *in ) in TY_() function
523 void TY_(UngetChar)( uint c, StreamIn *in ) in TY_() function
582 void TY_(WriteChar)( uint c, StreamOut* out ) in TY_() function
761 uint TY_(DecodeWin1252)(uint c) in TY_() function
825 uint TY_(DecodeMacRoman)(uint c) in TY_() function
1059 Bool TY_(IsEOF)( StreamIn* in ) in TY_() function
1244 void TY_(outBOM)( StreamOut *out ) in TY_() function
[all …]
H A Dtags.c420 Bool TY_(FindTag)( TidyDocImpl* doc, Node *node ) in TY_() function
438 const Dict* TY_(LookupTagDef)( TidyTagId tid ) in TY_() function
536 void TY_(InitTags)( TidyDocImpl* doc ) in TY_() function
605 void TY_(FreeTags)( TidyDocImpl* doc ) in TY_() function
846 Bool TY_(nodeIsText)( Node* node ) in TY_() function
867 Bool TY_(nodeIsElement)( Node* node ) in TY_() function
881 Bool TY_(nodeCMIsBlock)( Node* node ) in TY_() function
885 Bool TY_(nodeCMIsInline)( Node* node ) in TY_() function
889 Bool TY_(nodeCMIsEmpty)( Node* node ) in TY_() function
894 Bool TY_(nodeIsHeader)( Node* node ) in TY_() function
[all …]
H A Dtidyplib.c1115 int TY_(DocParseStream)( TidyDocImpl* doc, StreamIn* in ) in TY_() function
H A Dtmbstr.c13 tmbstr TY_(tmbstrdup)( TidyAllocator *allocator, ctmbstr str ) in TY_() function
41 uint TY_(tmbstrncpy)( tmbstr s1, ctmbstr s2, uint size ) in TY_() function
55 uint TY_(tmbstrcpy)( tmbstr s1, ctmbstr s2 ) in TY_() function
65 uint TY_(tmbstrcat)( tmbstr s1, ctmbstr s2 ) in TY_() function
77 int TY_(tmbstrcmp)( ctmbstr s1, ctmbstr s2 ) in TY_() function
93 uint TY_(tmbstrlen)( ctmbstr str ) in TY_() function
111 int TY_(tmbstrcasecmp)( ctmbstr s1, ctmbstr s2 ) in TY_() function
127 int TY_(tmbstrncmp)( ctmbstr s1, ctmbstr s2, uint n ) in TY_() function
186 ctmbstr TY_(tmbsubstr)( ctmbstr s1, ctmbstr s2 ) in TY_() function
200 tmbstr TY_(tmbstrtolower)( tmbstr s ) in TY_() function
[all …]
H A Dutf8.c164 int TY_(DecodeUTF8BytesToChar)( uint* c, uint firstByte, ctmbstr successorBytes, in TY_() function
331 int TY_(EncodeCharToUTF8Bytes)( uint c, tmbstr encodebuf, in TY_() function
425 uint TY_(GetUTF8)( ctmbstr str, uint *ch ) in TY_() function
450 tmbstr TY_(PutUTF8)( tmbstr buf, uint c ) in TY_() function
471 Bool TY_(IsValidUTF16FromUCS4)( tchar ucs4 ) in TY_() function
476 Bool TY_(IsHighSurrogate)( tchar ch ) in TY_() function
480 Bool TY_(IsLowSurrogate)( tchar ch ) in TY_() function
485 tchar TY_(CombineSurrogatePair)( tchar high, tchar low ) in TY_() function
492 Bool TY_(SplitSurrogatePair)( tchar utf16, tchar* low, tchar* high ) in TY_() function
503 Bool TY_(IsValidCombinedChar)( tchar ch ) in TY_() function
[all …]
H A Dwin32tc.c474 uint TY_(Win32MLangGetCPFromName)(TidyAllocator *allocator, ctmbstr encoding) in TY_() function
526 Bool TY_(Win32MLangInitInputTranscoder)(StreamIn * in, uint wincp) in TY_() function
562 void TY_(Win32MLangUninitInputTranscoder)(StreamIn * in) in TY_() function
579 int TY_(Win32MLangGetChar)(byte firstByte, StreamIn * in, uint * bytesRead) in TY_() function
/dports/www/tidy-devel/tidy/src/
H A Daccess.c3264 void TY_(AccessibilityChecks)( TidyDocImpl* doc ) in TY_() function
H A Dattrs.c621 AttVal* TY_(AttrGetById)( Node* node, TidyAttrId id ) in TY_() function
651 AttVal* TY_(AddAttribute)( TidyDocImpl* doc, in TY_() function
695 Bool TY_(IsUrl)( TidyDocImpl* doc, ctmbstr attrname ) in TY_() function
742 Bool TY_(IsCSS1Selector)( ctmbstr buf ) in TY_() function
860 void TY_(FreeAnchors)( TidyDocImpl* doc ) in TY_() function
872 void TY_(InitAttrs)( TidyDocImpl* doc ) in TY_() function
904 void TY_(FreeAttrTable)( TidyDocImpl* doc ) in TY_() function
1102 Bool TY_(IsBoolAttribute)(AttVal *attval) in TY_() function
1110 Bool TY_(attrIsEvent)( AttVal* attval ) in TY_() function
1264 Bool TY_(IsValidHTMLID)(ctmbstr id) in TY_() function
[all …]
H A Dcharsets.c959 uint TY_(GetEncodingIdFromName)(ctmbstr name) in TY_() function
970 uint TY_(GetEncodingIdFromCodePage)(uint cp) in TY_() function
981 uint TY_(GetEncodingCodePageFromName)(ctmbstr name) in TY_() function
992 uint TY_(GetEncodingCodePageFromId)(uint id) in TY_() function
1003 ctmbstr TY_(GetEncodingNameFromId)(uint id) in TY_() function
1014 ctmbstr TY_(GetEncodingNameFromCodePage)(uint cp) in TY_() function

1234