Lines Matching refs:length
107 if ($obj.length > 0) {
141 if ($obj.length === 0) {
196 if (a.title === '' || a.title.charAt(a.title.length - 1) === ':') {
231 if (linkTitle.charAt(linkTitle.length - 1) === ' ') {
277 let startofs = link.length;
281 startofs += this.val.open.length;
291 endofs = this.val.close.length;
384 commonPrefixLength < sourceNs.length &&
385 commonPrefixLength < targetNs.length &&
392 if (sourceNs.length) {
395 … if (commonPrefixLength === sourceNs.length && commonPrefixLength === targetNs.length) {
399 } else if (commonPrefixLength < sourceNs.length) {
401 relativeID.push(...Array(sourceNs.length - commonPrefixLength).fill('..'));
406 } else if (targetNs.length === 0) {