Home
last modified time | relevance | path

Searched refs:noextranet (Results 1 – 1 of 1) sorted by relevance

/plugin/extranet/script/
Dprosemirror.js9 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),
[all …]