Home
last modified time | relevance | path

Searched refs:preview (Results 26 – 50 of 192) sorted by relevance

12345678

/plugin/ckgedit/ckeditor/plugins/image/dialogs/
H A Dimage.js.unc13 // Load image preview.
57 if ( !dialog.originalElement || !dialog.preview )
61 dialog.commitContent( PREVIEW, dialog.preview );
279 if ( this.preview )
280 this.preview.setAttribute( 'src', noimage );
390 // Dont show preview if no URL given.
392 this.preview.removeAttribute( 'src' );
393 this.preview.setStyle( 'display', 'none' );
500 if ( this.preview )
561 // Dont show preview if no URL given.
[all …]
/plugin/flashplayer/
H A Dreadme-en.txt46 for the preview image:
51 for the static preview. You can also just provide a video without preview image:
/plugin/fastwiki/
H A Dscript.js169 params['do'] = 'preview';
171 var preview = $('<div id="preview_container">' + data + '</div>');
174 var pvEditor = preview.find('#dw__editform');
181 preview.find('#scroll__here').prevAll().remove();
185 oldpreview.replaceWith(preview);
187 $('.content_partial').append(preview);
303 if (JSINFO.fastwiki.preview) {
554 // When ACL fails, a preview is returned.
555 else if ($('.content_partial #preview').length > 0) {
733 if ((m_viewMode == 'edit' || m_viewMode == 'draft') && (page != 'save' && page != 'preview')
[all...]
H A DREADME.md5 * Changing page modes without reloading, notably including edit, preview and save.
/plugin/diagramsnet/lib/math/extensions/
H A Dfast-preview.js19preview||h.script.previousSibling;if(!i||i.className!==MathJax.Hub.config.preRemoveClass){i=g.Elem…
H A Dtex2jax.js19preview:"TeX"},ignoreTags:{br:(MathJax.Hub.Browser.isMSIE&&document.documentMode<9?"\n":" "),wbr:"… property in MathJax.Extension.tex2jax.config
H A Dasciimath2jax.js19preview:"AsciiMath"},ignoreTags:{br:(MathJax.Hub.Browser.isMSIE&&document.documentMode<9?"\n":" ")… property in MathJax.Extension.asciimath2jax.config
/plugin/diagramsnet/lib/js/diagramly/
H A DTrelloClient.js462 var createLink = mxUtils.bind(this, function(label, fn, preview) argument
473 if (preview != null)
476 img.src = preview.url;
477 img.width = preview.width;
478 img.height= preview.height;
/plugin/cleanup/lang/en/
H A Dintro.txt5 Below you can preview and delete files that match the configuration. Once you're satisfied the plug…
/plugin/yearbox/
H A Dplugin.info.txt6 …e for each day of the year. Existing pages will have a tooltip showing a preview of the page conte…
H A Dreadme.txt1 …e for each day of the year. Existing pages will have a tooltip showing a preview of the page conte…
H A Dsyntax.php410 $preview = htmlentities($abstract, ENT_QUOTES, 'UTF-8');
411 $link = preg_replace('/title=\".+?\"/', 'title="' . $preview . '"', $link, 1);
/plugin/diagramsnet/lib/js/grapheditor/
H A DEditor.js1282 function preview(print) function
1334 preview.open();
1358 preview(false);
1367 preview(true);
1391 if (preview.wnd != null)
1395 preview.wnd.focus();
1396 preview.wnd.print();
1397 preview.wnd.close();
1427 preview.autoOrigin = autoOrigin;
1435 preview.backgroundColor = bg;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDeploymentManager.php161 'preview' => [
214 'preview' => [
286 'preview' => [
/plugin/diffpreview/
H A DREADME.md11 …ption to view a diff of your changes, which can be useful if you don't want to view a full preview.
/plugin/pgpinlinesupport/
H A DREADME.MD40 [![](preview.png)](https://drive.google.com/open?id=1rZtnmsJQc-rHFaluZAByUcLUutAvbXbM)
/plugin/stackedit/
H A DREADME3 Markdown editor with live preview
/plugin/ckgdoku/ckeditor/lang/
H A Den.js1preview:"Preview",resize:"Resize",generalTab:"General",advancedTab:"Advanced",validateNumberFailed… property in CKEDITOR.lang.en.preview
/plugin/markdownextra/lib/meltdown/
H A DREADME.md11 ###Advanced, changing the preview slider timeout and adding an example widget, still awesome
/plugin/combo/resources/dictionary/
H A DREADME.md8 * [Carbon](./carbon-icons.json) - list of [32x32 icon](https://carbon-elements.netlify.app/icons/examples/preview/) name of iconify (ie lowercase) to physical icon name
/plugin/odt2dw/
H A DREADME24 * Fixe : parserPostDisplay now works with choice edit or preview
/plugin/markdownextra/lib/meltdown/css/
H A Dmeltdown.css142 .meltdown_controls li.meltdown_control-preview { float: right; margin-right: 5px; }
170 .meltdown_controls li.meltdown_control-preview span,
189 .meltdown_controls li.meltdown_control-preview span:before,
232 .meltdown_controls li.meltdown_control-preview span:before {
/plugin/dirtylittlehelper/
H A Dstyle.css136 /* preview gets a border etc */
137 .preview{
/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php28 function BIBFORMAT($dir = FALSE, $bibtex = FALSE, $preview = FALSE) argument
31 $this->preview = $preview;
32 if(!$this->preview) // Not javascript preview
240 if(!$this->preview && (($type == 'book') || ($type == 'book_article')) &&
/plugin/diagramsnet/lib/plugins/
H A DcConf-1-4-8.js1134 libs[i].imageCallback = mxUtils.bind(libs[i], function(preview) argument
1136 preview.innerHTML = '<img src="/images/spin.gif">';
1142 preview.innerHTML = '';
1148 addImage(preview, images[i].data, images[i].w, images[i].h, images[i]);
1153 preview.innerHTML = mxResources.get('confAErrOccured');
1158 preview.innerHTML = mxResources.get('errorLoadingFile');

12345678