cameronhadopinions on whether the modifier in a compound word should comefirst orlast (first) and helped establish a rule regarding the natureof nouns.
卡梅隆有自己的看法,比如在讨论名词的语法规则时,复合词的修饰语是在词首还是词尾呢?
the sequence of words in a data element name is: (1) modifier if required + prime word + (1 to 4) modifier(s) if required + class word + (1 or 2) qualifier(s) if required.
数据元素名称中单词的次序是:一个可选的修饰词 +基本单词 + (1到4 个)可选的修饰词 +类单词 + (1或2 个)可选的限定词。
note: the i modifier at the end of the regex makes all matches within the pattern, case-insensitive.
注:使用 regex末尾的i修饰语可以使模式内的所有匹配都不区分大小写。
the string verb will be a placeholder for the modifier action.
字符串verb将作为修饰语动作的占位符。
if you begin a subpattern with the modifier (?i), matching in the subpattern is case-insensitive.
如果子模式以修饰词 (?i) 为开头,则在子模式中进行匹配不区分大小写。
when adding a modifier like 「active」 before a compound of nouns like 「termites and organisms」, be sure to clarify whether you intend the modifier to apply to both nouns or just the first one.
当一组名词(如「白蚁和有机体」)前有一个修饰语(如「活动着的」)时,你一定要弄清楚这个修饰语是修饰两个名词还是仅仅修饰第一个名词。
an unsafe context is enabled by using the unsafe modifier in the declaration of a type or member.
非安全环境,可以通过使用unsafe修饰符得以标记,在建立一个类型或成员时。
now you can set any field at all while keeping its previous value by setting a modifier and a verb.
现在,通过设置一个修饰语和一个动词,您就可以设置任何字段,而同时保存其先前的值。
this is where the perl i match modifier comes in handy, so you can express simple concepts in a simple way.
这就是perli匹配修饰符派上用场的地方,这样您就可以以简单的方式表达简单概念。
if the operation is 「modify,」 then the modifier is only optional for retrieving the value.
如果操作是「modify」,那么只是在获取数据的时候修饰符才是可选的。
here is our example with the constraint modifier added.
下面是添加了约束修饰符的示例。
it is already used commercially as a flavour enhancer and modifier and to mask the taste of some medicines.
商业上它已经被用来作为鲜味增强剂、改良剂以及被用来作为一些药物的遮味剂。
a repetition modifier can specify amounts such as none, one, or more; one or more; zero or one; five to ten; and exactly three.
重复修饰符可以指定数量,如没有、一个、多个、一个或多个,零或一个、五到十个,以及恰好三个。
the subpattern modifier ?denotes look behind (that is, look left) of the current position.
子模式修饰词 ? 指示从当前位置开始向后查找(即向左查找)。
the modifier ?= stands for look ahead (look right) of the current position.
修饰词 ? =表示从当前位置开始向前查找(向右查找)。
the pattern allows a modifier after the required class word and the name has two modifiers at the end. therefore, a warning with the following description is displayed in the problems view
这个模式允许在一个必需的类单词后面出现一个修饰词,但是这个名称的末尾有两个修饰词。