💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
# G.12 Majority The `<majority>` tag selects files provided that a majority of the contained elements also select it. Ties are dealt with as specified by the `allowtie` attribute. ``` <fileset dir="${src}" includes="**/*.php"> <majority> <contains text="project" casesensitive="false"/> <contains text="taskdef" casesensitive="false"/> <contains text="BaseSelector" casesensitive="true"/> </majority> </fileset> ``` Table G.11:聽 Attributes for the `<majority>` selector container NameDescriptionDefaultRequired`allowtie`Whether files should be selected if there are an even number of selectors selecting them as are not selecting them.`true`No