Lines Matching refs:noextranet
9 let localMacroState = {noextranet: null, extranet: null}; property
130 if (typeof attrs.noextranet === 'undefined') {
131 attrs.noextranet = {default: false};
152 …if (doc.attrs && (typeof doc.attrs.noextranet !== 'undefined' || typeof doc.attrs.extranet !== 'un…
154 noextranet: !!doc.attrs.noextranet,
162 noextranet: /~~\s*NOEXTRANET\s*~~/i.test(raw),
177 … if (typeof json.attrs.noextranet !== 'undefined' || typeof json.attrs.extranet !== 'undefined') {
179 noextranet: !!json.attrs.noextranet,
190 noextranet: /~~\s*NOEXTRANET\s*~~/i.test(raw),
200 noextranet: /~~\s*NOEXTRANET\s*~~/i.test(raw),
212 noextranet: !!macroState.noextranet, property
221 noextranet: !!macroState.noextranet, property
245 if (localMacroState.noextranet !== null || localMacroState.extranet !== null) {
247 noextranet: !!localMacroState.noextranet,
260 return {noextranet: false, extranet: false};
266 if (macroState && macroState.noextranet) {
361 noextranet: !!macroState.noextranet, property
368 … return !!attrs.noextranet === desired.noextranet && !!attrs.extranet === desired.extranet;
375 tr = tr.setDocAttr('noextranet', desired.noextranet);
391 tr = tr.step(new stepCtor('noextranet', desired.noextranet, 'setDocAttr'));
422 const current = docState || {noextranet: false, extranet: false};
423 …if (!!current.noextranet === !!sourceState.noextranet && !!current.extranet === !!sourceState.extr…
441 ? {noextranet: false, extranet: false}
442 : {noextranet: true, extranet: false};
446 ? {noextranet: false, extranet: false}
447 : {noextranet: false, extranet: true};