Home
last modified time | relevance | path

Searched refs:opener (Results 26 – 50 of 81) sorted by path

1234

/plugin/diagramsnet/lib/js/diagramly/
H A DMenus.js2293 var parent = window.opener || window.parent;
2331 var parent = window.opener || window.parent;
H A DMinimal.js1871 var parent = window.opener || window.parent;
2752 var parent = window.opener || window.parent;
/plugin/diagramsnet/lib/js/grapheditor/
H A DEditor.js74 while (op.opener != null && typeof op.opener.Editor !== 'undefined' &&
75 !isNaN(op.opener.Editor.pageCounter) &&
77 op.opener != op)
79 op = op.opener;
H A DEditorUi.js3138 if (window.opener != null && window.opener.openFile != null)
3140 window.opener.openFile.setConsumer(mxUtils.bind(this, function(xml, filename)
H A DGraph.js2820 result.opener = null;
/plugin/diagramsnet/lib/js/jquery/
H A Djquery-3.3.1.min.js2 …z%]+$","i"),$e=function(t){var n=t.ownerDocument.defaultView;return n&&n.opener||(n=e),n.getComput…
/plugin/diagramsnet/lib/js/
H A Dmath-print.js3 var font = (window.opener.urlParams['math-font'] != null) ?
4 decodeURIComponent(window.opener.urlParams['math-font']) : 'TeX';
12 [(window.opener.urlParams['math-output'] == 'html') ?
38 s.setAttribute('src', window.opener.DRAW_MATH_URL + '/MathJax.js');
H A Dviewer-static.min.js2015 …r(var b=window;null!=b.opener&&"undefined"!==typeof b.opener.Editor&&!isNaN(b.opener.Editor.pageCo…
2231 …ditorUi.prototype.open=function(){try{null!=window.opener&&null!=window.opener.openFile&&window.op…
2385 ….location.hash=g}else k=window.open(b,null!=c?c:"_blank"),null==k||e||(k.opener=null)}catch(p){}re…
H A Dviewer.min.js2015 …r(var b=window;null!=b.opener&&"undefined"!==typeof b.opener.Editor&&!isNaN(b.opener.Editor.pageCo…
2231 …ditorUi.prototype.open=function(){try{null!=window.opener&&null!=window.opener.openFile&&window.op…
2385 ….location.hash=g}else k=window.open(b,null!=c?c:"_blank"),null==k||e||(k.opener=null)}catch(p){}re…
/plugin/diagramsnet/lib/js/onedrive/
H A DOneDrive.js6 …urrentUrlParameters();(e[m]||(e[o]||e[n])&&e[g])&&window.opener&&T(e,new r.default(window.opener))…
H A DOneDriveOrig.js2 …urrentUrlParameters();(e[m]||(e[o]||e[n])&&e[g])&&window.opener&&T(e,new r.default(window.opener))…
/plugin/diagramsnet/lib/plugins/
H A DcConf-1-4-8.js203 var parent = window.opener || window.parent;
1291 var parent = window.opener || window.parent;
H A Dtrello.js17 var parent = window.opener || window.parent;
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.js1 …function Ee(e){if(u.g||i.g)window.open(e);else{let t=window.open();t&&(t.opener=null,t.location.hr…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D15.15.js1 …te"],[/plugin-types/,"string.quote"],[/sandbox/,"string.quote"],[/disown-opener/,"string.quote"],[…
H A D15.15.js.map1 …quote'],\n [/sandbox/, 'string.quote'],\n [/disown-opener/, 'string.quote'],…
H A D3.3.js.map1 …der adding `rel=\\\"noreferrer\\\"` to avoid exploitation of the `window.opener` API.\\n\\n**Note:…
H A D52.52.js.map1 … ]\n ],\n // used to not treat a 'do' as a block opener if it occurs on th…
H A Dbundle.js1 …function Ee(e){if(u.g||i.g)window.open(e);else{let t=window.open();t&&(t.opener=null,t.location.hr…
H A Dbundle.js.map1opener/common/opener.js","webpack:///./node_modules/monaco-editor/esm/vs/platform/progress/common/…
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
H A DspellChecker.js89 if( !this.spellCheckerWin.opener ) {
90 this.spellCheckerWin.opener = window;
/plugin/fckg/fckeditor/editor/filemanager/browser/default/js/
H A Dcommon.js35 var test = window.top.opener.document.domain ;
H A Dlanguage.js6 if(opener && opener.FCK.Language) {
7 fck_Lang=opener.FCKLang;
8 opener.FCK.Language.TranslatePage(document);
12 if (parent && parent.opener.FCK.Language) {
13 fck_Lang=parent.opener.FCKLang;
14 parent.opener.FCK.Language.TranslatePage(document);
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js47 ….*?)([\s"']*)\)/g,function(match,opener,path,closer){if (/^\/|^\w?:/.test(path)) return match;else… argument
H A Dfckeditorcode_ie.js51 ….*?)([\s"']*)\)/g,function(match,opener,path,closer){if (/^\/|^\w?:/.test(path)) return match;else… argument

1234