Home
last modified time | relevance | path

Searched refs:preview (Results 1 – 25 of 192) sorted by last modified time

12345678

/plugin/pagequery/
H A Dreadme.md20 * See a useful content preview tool-tip when you hover over each page link
/plugin/diffpreview/
H A Dplugin.info.txt6 desc Adds button for diff preview in edit mode.
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.
H A Daction.php47 $preview = $form->findElementById('edbtn__preview');
48 if ($preview !== false) {
49 $form->insertElement($preview+1,
/plugin/diffpreview/helper/
H A Dchanges.php11 protected $preview; variable in helper_plugin_diffpreview_changes
14 $this->preview = new dokuwiki\Action\Preview;
18 return $this->preview->minimumPermission();
22 return $this->preview->checkPreconditions();
27 return $this->preview->preProcess();
/plugin/batchedit/
H A Dinterface.css151 #batchedit .be-match .be-preview {
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe
/plugin/combo/resources/theme/default/pages/templates/
H A Dapp-edit.css8 div.preview {
/plugin/combo/ComboStrap/
H A DLinkMarkup.php46 * the {@link LinkMarkup::PREVIEW_ATTRIBUTE} preview attribute
61 * If set, it will show a page preview
63 const PREVIEW_ATTRIBUTE = "preview";
257 $preview = $outputAttributes->hasComponentAttributeAndRemove(self::PREVIEW_ATTRIBUTE);
258 if ($preview || $previewConfig === 1) {
274 * (It has a higher priority than preview and
/plugin/combo/
H A DREADME.md21 * [Link with tooltip preview](https://combostrap.com/link)
/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/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md323 * `FIX`: fix reversed connection preview ([#1431](https://github.com/bpmn-io/bpmn-js/issues/1431))
/plugin/bpmnio/vendor/bpmn-js/dist/assets/
H A Ddiagram-js.css88 --shape-resize-preview-stroke-color: var(--color-blue-205-100-50);
196 stroke: var(--shape-resize-preview-stroke-color);
/plugin/bpmnio/vendor/dmn-js/dist/assets/
H A Ddiagram-js.css88 --shape-resize-preview-stroke-color: var(--color-blue-205-100-50);
196 stroke: var(--shape-resize-preview-stroke-color);
/plugin/odt/
H A Dstyle.css47 /* Style for Table of contents and chapter index preview */
/plugin/blogtng/action/
H A Dcomments.php97 $BLOGTNG['comment_action'] = 'preview';
122 …pty($BLOGTNG['comment_submit_errors']) || !$captchaok || $BLOGTNG['comment_action'] == 'preview') {
/plugin/blogtng/
H A Dscript.js52 blogtng.preview(wrap,previewid);
64 preview: function(wrap,previewid) { method in blogtng
67 let preview = jQuery("#"+previewid).get(0);
68 if(!preview){
71 preview = document.createElement('div');
72 preview.id = previewid;
73 wrap.appendChild(preview);
76 preview.innerHTML = '<img src="'+DOKU_BASE+'/lib/images/throbber.gif" />';
96 preview.innerHTML = data;
/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/firenews/HTMLTemplates/author/
H A Dauthor.css216 .preview {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DMlNamespace.asciidoc726 $params['datafeed_id'] = (string) The ID of the datafeed to preview
/plugin/snippets/
H A Dscript.js99 preview = document.createElement('a');
100 preview.className = 'plugin_snippets_preview';
101 preview.title = LANG['plugins']['snippets']['preview'];
102 preview.href = page;
104 jQuery(preview).bind('click', {'page': page}, function(event) {
105 snippets.preview(event.data.page);
108 div.appendChild(preview);
197 preview: function(page) { method in snippets
198 preview = jQuery('#plugin_snippets__preview');
199 if(!preview) return;
[all …]
H A Dstyle.css98 background: url(images/preview.png) no-repeat 2px 2px;
/plugin/ckgedit/ckeditor/
H A DCHANGES.md1048 … the [Image](https://ckeditor.com/cke4/addon/image) plugin when removing preview from the dialog w…
1254 …[IE11] Fixed: Error thrown when trying to open the [preview](https://ckeditor.com/cke4/addon/previ…
1315 * [#10762](https://dev.ckeditor.com/ticket/10762): [IE] Fixed: JavaScript code displayed in preview
1340 * [#11085](https://dev.ckeditor.com/ticket/11085): [IE8] Replaced preview generated by the [Mathema…
1604 …/docs/ckeditor4/latest/api/CKEDITOR.html#event-contentPreview) event for preview data manipulation.
/plugin/ckgedit/ckeditor/plugins/image/dialogs/
H A Dimage.js1preview){return 1}B.commitContent(m,B.preview);return 0};function t(){var C=arguments;var B=this.g…

12345678