Home
last modified time | relevance | path

Searched refs:crop (Results 1 – 25 of 105) sorted by relevance

12345

/plugin/eventline/timeline_ajax/styles/
H A Dgraphics-ie6.css3 …ft.AlphaImageLoader(src='" + SimileAjax.urlPrefix + "images/bubble-left.png', sizingMethod='crop')"
9 …t.AlphaImageLoader(src='" + SimileAjax.urlPrefix + "images/bubble-right.png', sizingMethod='crop')"
15 …oft.AlphaImageLoader(src='" + SimileAjax.urlPrefix + "images/bubble-top.png', sizingMethod='crop')"
21 ….AlphaImageLoader(src='" + SimileAjax.urlPrefix + "images/bubble-bottom.png', sizingMethod='crop')"
27 …lphaImageLoader(src='" + SimileAjax.urlPrefix + "images/bubble-top-left.png', sizingMethod='crop')"
33 …phaImageLoader(src='" + SimileAjax.urlPrefix + "images/bubble-top-right.png', sizingMethod='crop')"
39 …aImageLoader(src='" + SimileAjax.urlPrefix + "images/bubble-bottom-left.png', sizingMethod='crop')"
45 …ImageLoader(src='" + SimileAjax.urlPrefix + "images/bubble-bottom-right.png', sizingMethod='crop')"
51 …eLoader(src='" + SimileAjax.urlPrefix + "images/bubble-arrow-point-left.png', sizingMethod='crop')"
63 …ageLoader(src='" + SimileAjax.urlPrefix + "images/bubble-arrow-point-up.png', sizingMethod='crop')"
[all …]
/plugin/tline/timeline_ajax/styles/
H A Dgraphics-ie6.css3 …ft.AlphaImageLoader(src='" + SimileAjax.urlPrefix + "images/bubble-left.png', sizingMethod='crop')"
9 …t.AlphaImageLoader(src='" + SimileAjax.urlPrefix + "images/bubble-right.png', sizingMethod='crop')"
15 …oft.AlphaImageLoader(src='" + SimileAjax.urlPrefix + "images/bubble-top.png', sizingMethod='crop')"
21 ….AlphaImageLoader(src='" + SimileAjax.urlPrefix + "images/bubble-bottom.png', sizingMethod='crop')"
27 …lphaImageLoader(src='" + SimileAjax.urlPrefix + "images/bubble-top-left.png', sizingMethod='crop')"
33 …phaImageLoader(src='" + SimileAjax.urlPrefix + "images/bubble-top-right.png', sizingMethod='crop')"
39 …aImageLoader(src='" + SimileAjax.urlPrefix + "images/bubble-bottom-left.png', sizingMethod='crop')"
45 …ImageLoader(src='" + SimileAjax.urlPrefix + "images/bubble-bottom-right.png', sizingMethod='crop')"
51 …eLoader(src='" + SimileAjax.urlPrefix + "images/bubble-arrow-point-left.png', sizingMethod='crop')"
63 …ageLoader(src='" + SimileAjax.urlPrefix + "images/bubble-arrow-point-up.png', sizingMethod='crop')"
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Transcoder/
H A DPreprocessingConfig.php66 public function setCrop(Crop $crop) argument
68 $this->crop = $crop;
75 return $this->crop;
/plugin/panoview/
H A Dsyntax.php154 …$crop = $this->image_crop($img, $d['width'], $d['height'], $d['tlx'], $d['tly'], $d['brx'], $d['br…
157 …$scale = $this->image_scale($crop, abs($d['brx'] - $d['tlx']), abs($d['bry'] - $d['tly']), $d['ts'…
158 imagedestroy($crop);
205 $crop = imagecreatetruecolor($w, $h);
206 imagecopy($crop, $image, 0, 0, $left, $upper, $w, $h);
207 return $crop;
/plugin/snap/
H A Dsnap.sh40 convert -crop $6x$7+0+0 $2 $2
/plugin/frootysearch/
H A Dstyle.css48 …ft.AlphaImageLoader(src=/lib/plugins/frootysearch/images/searchfield_caps.png,sizingMethod='crop');
63 …haImageLoader(src=/lib/plugins/frootysearch/images/searchfield_caps_close.png,sizingMethod='crop');
/plugin/mikioplugin/icons/bootstrap-icons/svg/
H A Dcrop.svg1 <svg class="bi bi-crop" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
/plugin/weiqi/img/
H A Dreadme.txt12 - crop to squares the numbers used for the co-ordinates.
/plugin/s5reloaded/ui/graphic_support/
H A Diepngfix.htc34 filt(s, 'crop');
/plugin/s5reloaded/ui/thesis/
H A Diepngfix.htc34 filt(s, 'crop');
/plugin/s5/ui/default/
H A Diepngfix.htc34 filt(s, 'crop');
/plugin/s5/ui/dokuwiki/
H A Diepngfix.htc34 filt(s, 'crop');
/plugin/freechat/phpfreechat/themes/default/
H A Diepngfix.htc59 filt(s, 'crop');
/plugin/freechat/phpfreechat/data/public/themes/default/
H A Diepngfix.htc59 filt(s, 'crop');
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.demo.php158 …mg['landscape'].'&w=300&fltr[]=crop|50', 'src='.$img['landscape'].'&w=300&fltr[]=crop|0|0|0|0.25')…
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.readme.txt221 zc = zoom-crop. Will auto-crop off the larger dimension
224 Set to "1" or "C" to zoom-crop towards the center,
455 - "crop" (CROP image)
456 [ex: &fltr[]=crop|<l>|<r>|<t>|<b>]
457 where <l> is the number of pixels to crop from the left
580 to specify crop settings, or something like that please
587 to crop 25% off all sides, you would specify parameters:
/plugin/diagramsnet/lib/plugins/
H A Dtickets.js310 ui.insertTextAt = function(text, dx, dy, html, asImage, crop, resizeImages) argument
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A DImageObject.cfc162 <cffunction name="crop" access="public" output="true" returntype="void" hint="Crop an image.">
167 <cfset var imageResults = imageCFC.crop(variables.img,"","",fromX,fromY,newWidth,newHeight)>
/plugin/diagramsnet/lib/js/diagramly/
H A DGraphViewer.js461 this.crop();
1006 GraphViewer.prototype.crop = function() method in GraphViewer
1416 this.crop();
1425 this.crop();
H A DMenus.js430 crop.removeAttribute('disabled');
431 crop.checked = !graph.pageVisible;
435 crop.setAttribute('disabled', 'disabled');
436 crop.checked = false;
507 var crop = editorUi.addCheckbox(div, mxResources.get('crop'), false, true);
519 var crop = editorUi.addCheckbox(div, mxResources.get('crop'),
567 !crop.checked, transparentBkg != null && transparentBkg.checked, null,
H A DEditorUi.js6953 …EditorUi.prototype.importXml = function(xml, dx, dy, crop, noErrorHandling, addNewPage, applyDefau… argument
7012 crop = false;
7043 cells = graph.importGraphModel(node, dx, dy, crop);
7813 …EditorUi.prototype.insertTextAt = function(text, dx, dy, html, asImage, crop, resizeImages, addNew… argument
7815 crop = (crop != null) ? crop : true;
7849 return this.importXml(xml, dx, dy, crop, true, addNewPage);
7860 return this.importXml(xml, dx, dy, crop, true, addNewPage);
7881 var result = this.importXml(xml, dx, dy, crop, true, addNewPage);
7944 return this.importXml(text, dx, dy, crop, null, addNewPage);
7953 this.importXml(xml, dx, dy, crop,
/plugin/diagramsnet/lib/resources/
H A Ddia_i18n.txt160 crop=crop
H A Ddia_ru.txt160 crop=Обрезать по содержимому
H A Ddia_bg.txt160 crop=Изрязване
/plugin/achart/assets/
H A Dapexcharts.css4 /* cannot give overflow: hidden as it will crop tooltips which overflow outside chart area */

12345