Home
last modified time | relevance | path

Searched defs:width (Results 451 – 475 of 534) sorted by path

1...<<11121314151617181920>>...22

/plugin/openlayersmap/
H A Dscript.js41 function olCreateMaptag(mapid, width, height) { argument
[all...]
/plugin/owncloud/exe/
H A Dfetch.php50 $width = $INPUT->int('w'); variable
/plugin/owncloud/
H A Dhelper.php400 …public function internalmedia($fileid, $src, $title=NULL, $align=NULL, $width=NULL,$height=NULL, $…
485 function externalmedia ($src, $title=NULL, $align=NULL, $width=NULL,
663 function _getMediaLinkConf($fileid,$src, $title, $align, $width, $height, $cache, $render)
688 function _media($fileid, $src, $title=NULL, $align=NULL, $width=NULL,
/plugin/pagestat/
H A Dscript.js677 top: "0%",left:"3%",width:"93%",height:"92%", rt_win:rt_win,subclass:"pt_analyze_win" property in Analyze_Win.params
1022 …ram_obj.winid,subclass:"pt_wordcard_win",rt_win:rt_win,top:"0%",left:"0%",width:"100%",height:"92%… property in WordCard_Win.params
1135 function XXtest_Win(top,left,width,height){ argument
/plugin/photogallery/lightGallery/js/
H A Dlightgallery.js35 width: '100%', property in AnonymousFunction91f19f9c0200.defaults
H A Dlightgallery.min.js4 …{mode:"lg-slide",cssEasing:"ease",easing:"linear",speed:600,height:"100%",width:"100%",addClass:""… property in AnonymousFunction7137b5ee0200.c
/plugin/photogallery/
H A DpgFetch.php134 function checkLocalFileStatus($file, $width=0, $height=0) {
/plugin/photogallery/phpThumb/
H A Dphpthumb.class.php3748 public function SourceImageIsTooLarge($width, $height) {
4336 public function ErrorImage($text, $width=0, $height=0, $forcedisplay=false) {
H A Dphpthumb.filters.php78 public function Bevel(&$gdimg, $width, $hexcolor1, $hexcolor2) {
314 public function DropShadow(&$gdimg, $distance, $width, $hexcolor, $angle, $alpha) {
633 …public function HistogramOverlay(&$gdimg, $bands='*', $colors='', $width=0.25, $height=0.25, $alig…
H A Dphpthumb.functions.php213 public static function TranslateWHbyAngle($width, $height, $angle) {
302 …public static function ScaleToFitInBox($width, $height, $maxwidth=null, $maxheight=null, $allow_en…
H A Dphpthumb.gif.php145 function gif_getSize($gif, &$width, &$height)
850 public function getSize($lpszFileName, &$width, &$height)
1150 public function width() function in CGIF
/plugin/popupviewer/
H A Dscript.js373 …_.resizePopup = function(width, height, additionalHeight, offsetElement, isPageContent, needsNextP… argument
/plugin/prettyphoto/js/
H A Djquery.prettyPhoto.js569 function _fitToViewport(width,height){ argument
619 function _getDimensions(width,height){ argument
/plugin/prettyphoto/
H A Drenderer.php21 public function internalmedia($src, $title=NULL, $align=NULL, $width=NULL, $height=NULL,
/plugin/prettytables/
H A Dscript.js43 function prettytables_strcenter (text, width) { argument
/plugin/processing/
H A Dscript.js1158 curTexture = {width:0,height:0}, property in curTexture
3098 p.shape = function(shape, x, y, width, height) { argument
5636 width: "100%", property in tinylogLite.containerStyles
8553 p.arc = function arc(x, y, width, height, start, stop) { argument
8714 p.rect = function rect(x, y, width, height) { argument
8835 p.ellipse = function ellipse(x, y, width, height) { argument
9014 this.blend = function(srcImg, x, y, width, height, dx, dy, dwidth, dheight, MODE) { argument
9570 p.clear = function clear(x, y, width, height) { argument
10988 function text$6(str, x, y, width, height, z) { argument
/plugin/projects/
H A Dcodemirror-compressed.js1 …(Ct,e)}function an(e,t){Wt=!0;var n=t-e.height;for(var r=e;r;r=r.parent)r.height+=n}function fn(e)… variable
/plugin/prosemirror/parser/
H A DImageNode.php71 $width = null, argument
105 $width = null, argument
140 $width argument
[all...]
H A DLinkNode.php124 resolveImageTitle($pageId, $imageId, $title = null, $align = null, $width = null, $height = null, $cache = null) global() argument
/plugin/prosemirror/
H A Drenderer.php444 $width = null, argument
470 $width = null, argument
/plugin/qrcode2/
H A Dphpqrcode.php611 public static function putAlignmentPattern($version, &$frame, $width)
2516 public function writeFormatInformation($width, &$frame, $mask, $level)
2570 private function generateMaskNo($maskNo, $width, $frame)
2613 public function makeMaskNo($maskNo, $width, $s, &$d, $maskGenOnly = false)
2651 public function makeMask($width, $frame, $maskNo, $level)
2690 public function evaluateSymbol($width, $frame)
2757 public function mask($width, $frame, $level)
2967 public $width; variable in QRcode
3116 public $width; variable in FrameFiller
3124 public function __construct($width, &$frame)
/plugin/revealjs/js/
H A Dreveal.js46 width: 960, property in AnonymousFunctione17f777e0200.config
2359 function layoutSlideContents( width, height ) { argument
2399 width: config.width, property in AnonymousFunctione17f777e0200.getComputedSlideSize.size
/plugin/revealjs/plugin/print-pdf/
H A Dprint-pdf.js38 width: Math.floor( config.width * ( 1 + config.margin ) ), property in printPage.paperSize
/plugin/s5reloaded/
H A Drenderer.php252 function _media ($src, $title=NULL, $align=NULL, $width=NULL,
/plugin/s5reloaded/ui/effects_support/
H A Deffects.js456 setDimensions: function(height, width) { argument
568 width: element.style.width, property in Effect.Puff.oldStyle
777 width: element.style.width, property in Effect.Grow.oldStyle
851 width: element.style.width, property in Effect.Shrink.oldStyle
914 width: element.style.width, property in Effect.Fold.oldStyle

1...<<11121314151617181920>>...22