Lines Matching refs:null

38 … set to **linkFeature** is used for matching. When **linkFeature** is not null, a matching against…
49 - If the **linkFeature** field in **parameters** is not null, a matching against **linkFeature** is…
52 - If the **linkFeature** field in **parameters** is not specified or is null, the matching is succe…
59 …n** in the passed **want** parameter is null and **actions** under **skills** of an application co…
61 …in the passed **want** parameter is not null but **actions** under **skills** of an application co…
63 …* in the passed **want** parameter is null but **actions** under **skills** of an application comp…
65 …the passed **want** parameter is not null, and **actions** under **skills** of an application comp…
67 …the passed **want** parameter is not null, and **actions** under **skills** of an application comp…
77 … in the passed **want** parameter is null but **entities** under **skills** of an application comp…
79 …** in the passed **want** parameter is null but **entities** under **skills** of an application co…
81 …n the passed **want** parameter is not null but **entities** under **skills** of an application co…
83 …the passed **want** parameter is not null, and **entities** under **skills** of an application com…
85 …the passed **want** parameter is not null, and **entities** under **skills** of an application com…
93 When the **uri** and **type** parameters are not null in the **want** parameter to initiate an appl…
97 - Both **uri** and **type** are null in the **want** parameter.
98 …- If the **uris** array under **skills** of an application component is null, the matching is succ…
99 …ation component contains an URI element whose **scheme** and **type** are null, the matching is su…
102 - Only **uri** is not null in the **want** parameter.
103 - If the **uris** array under **skills** of an application component is null, the matching fails.
104 …an element whose [uri is matched](#matching-rules-of-uri) and **type** is null, the matching is su…
107 - Only **type** is not null in the **want** parameter.
108 - If the **uris** array under **skills** of an application component is null, the matching fails.
109 …* of an application component contains an URI element whose **scheme** is null and [type is matche…
111 - Both **uri** and **type** are not null in the **want** parameter, as shown below.
112 - If the **uris** array under **skills** of an application component is null, the matching fails.
117 **Figure 3** Matching rules when uri and type are not null in the want parameter
133 - If **scheme** of **s_uri** is null and **w_uri** is null, the matching is successful. Otherwise, …
135 - If **host** of **s_uri** is null and **scheme** of **w_uri** and **scheme** of **s_uri** are the …
137 - If **port** of **s_uri** is null and the combination of **scheme** and **host** of **w_uri** is t…
139 - If **path**, **pathStartWith**, and **pathRegex** of **s_uri** are null and the combination of **…
141 - If **path** of **s_uri** is not null and the **full path expressions** of **w_uri** and **s_uri**…
143 - If **pathStartWith** of **s_uri** is not null and **w_uri** contains the prefix expression of **s…
145 - If **pathRegex** of **s_uri** is not null and **w_uri** meets the regular expression of **s_uri**…
169 …ased on the fact that **type** in the **want** parameter is not null. If **type** is null, follow …
173 - If **s_type** is null, the matching fails.
185 …** in the **want** parameter contains the **linkFeature** key and the value of the key is not null.
188 - If both **uri** and **type** in the **want** parameter are null, only **linkFeature** is used for…
189 - If **uri** or **type** in the **want** parameter is not null, the system matches **linkFeature**,…