• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/tidy-15.15/tidy/src/

Lines Matching refs:no

25 * If, in the command prompt, there is no specification of which
26 * accessibility priorities to check, no accessibility checks will be
186 * Returns 'yes' if it is, 'no' if it's not.
204 return no;
212 * Returns 'yes' if it is, 'no' if it's not.
237 * Returns yes if it is, returns no otherwise.
251 return no;
273 return no;
281 * Returns 'yes' if it is, 'no' if it's not.
307 * Returns 'yes' if there is, 'no' if not.
323 * Returns 'yes' if there is, 'no' if not.
338 * Returns 'yes' if there is, 'no' if not.
351 * Returns 'yes', if true, 'no' otherwise.
405 Continues to traverse through container element until it no
633 return no;
677 Bool HasAlt = no;
678 Bool HasIsMap = no;
679 Bool HasLongDesc = no;
680 Bool HasDLINK = no;
681 Bool HasValidHeight = no;
682 Bool HasValidWidthBullet = no;
683 Bool HasValidWidthHR = no;
684 Bool HasTriggeredMissingLongDesc = no;
703 (IsPlaceholderAlt (av->value) == no) &&
704 (IsPlaceHolderObject (av->value) == no) &&
705 (EndsWithBytes (av->value) == no) &&
706 (IsImage (av->value) == no))
859 if ((HasAlt == no)&&
865 if ((HasAlt == no)&&
871 if (HasAlt == no)
876 if ((HasLongDesc == no)&&
884 if (HasTriggeredMissingLongDesc == no)
887 (HasLongDesc == no))
893 (HasDLINK == no))
898 if ((HasLongDesc == no)&&
899 (HasDLINK == no))
921 * message is displayed to indicate the error. If no 'ALT'
928 Bool HasAlt = no;
929 Bool HasDescription = no;
953 if (HasAlt == no)
993 Bool HasAlt = no;
994 Bool HasDescription = no;
1052 Bool sspresent = no;
1095 Bool HasTitle = no;
1196 Bool HasDescription = no;
1197 Bool HasTriggeredLink = no;
1235 if (IsWhitespace (word) == no)
1278 (IsWhitespace (word) == no))
1290 if (HasTriggeredLink == no)
1326 Bool HasAlt = no;
1369 if (HasAlt == no)
1464 Bool isMissingHeader = no;
1509 Bool HasAbbr = no;
1522 (IsWhitespace (av->value) == no))
1547 (IsWhitespace (word) == no))
1551 (HasAbbr == no))
1606 validColSpanRows = no;
1630 validColSpanColumns = no;
1648 if (validColSpanRows == no)
1654 if (validColSpanColumns == no)
1681 Bool HasSummary = no;
1682 Bool HasCaption = no;
1749 if (HasCaption == no)
1787 if (HasSummary == no)
1863 Bool IsAscii = no;
2076 Bool HasAlt = no;
2077 Bool MustHaveAlt = no;
2122 Bool HasNoFrames = no;
2167 if (HasNoFrames == no)
2190 Bool IsValidIncrease = no;
2191 Bool NeedsDescription = no;
2255 Bool IsNotHeader = no;
2330 Bool ValidLang = no;
2407 Bool HasRel = no;
2408 Bool HasType = no;
2748 Bool HasHttpEquiv = no;
2749 Bool HasContent = no;
2750 Bool ContainsAttr = no;
2894 Bool found = no;
3065 AREA tags are encountered. Same algorithm, but no
3101 if ( !CheckMetaData( doc, node, no ) )