Home
last modified time | relevance | path

Searched refs:preview (Results 1 – 25 of 192) sorted by path

12345678

/plugin/abc2/
H A Dall.css5 .preview .abc2-plugin.lib-abc2svg, /* abc2svg cannot be used in preview */
/plugin/aceeditor/
H A DNEWS80 * Notify of errors in LaTeX preview
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe
/plugin/anewssystem/
H A Dstyle.css97 /* --- news preview style --- */
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCompute.php12743 ],'preview' => [
12744 'path' => 'projects/{project}/regions/{region}/routers/{router}/preview',
H A DDeploymentManager.php161 'preview' => [
214 'preview' => [
286 'preview' => [
H A DGameServices.php225 'path' => 'v1/{+name}/rollout:preview',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/
H A DRouters.php335 public function preview($project, $region, $router, Router $postBody, $optParams = []) function in Google\\Service\\Compute\\Resource\\Routers
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DSecurityPolicyRule.php41 public $preview; variable in Google\\Service\\Compute\\SecurityPolicyRule
124 public function setPreview($preview) argument
126 $this->preview = $preview;
133 return $this->preview;
/plugin/batchedit/
H A Dinterface.css151 #batchedit .be-match .be-preview {
/plugin/bibtex/OSBib/
H A DCHANGELOG8 4/A preview link is displayed next to each resource type template when editing a style. (Requires …
/plugin/bibtex/OSBib/create/
H A DADMINSTYLE.php910 function parseStringToArray($type, $subject, $map = FALSE, $preview = FALSE) argument
1031 if($preview)
H A Dindex.php96 $preview = new PREVIEWSTYLE($vars); variable
97 $pString = $preview->display();
H A Dosbib.css127 * .linkHidden: Hide 'preview' hyperlink for browsers without javascript.
/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/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/bootnote/
H A DREADME.md36 Here is a preview of each note :
/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/bpmnioeditor/
H A Dstyle.css79 --shape-resize-preview-stroke-color: var(--blue-base-65);
185 stroke: var(--shape-resize-preview-stroke-color);
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Ddiagram-js.css74 --shape-resize-preview-stroke-color: var(--blue-base-65);
180 stroke: var(--shape-resize-preview-stroke-color);
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md628 …own in the [Image](http://ckeditor.com/addon/image) plugin when removing preview from the dialog w…
834 …): [IE11] Fixed: Error thrown when trying to open the [preview](http://ckeditor.com/addon/preview)…
895 * [#10762](http://dev.ckeditor.com/ticket/10762): [IE] Fixed: JavaScript code displayed in preview
920 * [#11085](http://dev.ckeditor.com/ticket/11085): [IE8] Replaced preview generated by the [Mathemat…
1184 …http://docs.ckeditor.com/#!/api/CKEDITOR-event-contentPreview) event for preview data manipulation.
H A Dckeditor.js1006preview.preview);else{var e="\x3cbody ",k=b.document&&b.document.getBody();k&&(k.getAttribute("id"…
1009 …("preview",f),b.ui.addButton&&b.ui.addButton("Preview",{label:b.lang.preview.preview,command:"prev…

12345678