/plugin/flowplay2/flowplayer/ |
H A D | javascript.txt | 21 Plays the current clip. 106 Moves to next clip. 110 Moves to previous clip. 118 Gets the index of the current clip. First clip is at index zero. 128 The clip should be a valid flowplayer clip object that are 135 The clip should be a valid flowplayer clip object that are 147 Called when a clip has been played to the end. The clip parameter object 165 function onPlay(clip); 169 function onStop(clip); 173 function onPause(clip); [all …]
|
H A D | README.txt | 84 * added following clip specific configuration options: id, keywords 104 - Added the possibility to play a clip via JavaScript 106 - Added possibility to play a clip having a RTMP url 113 player instance. Done with the linkURL and linkWindow clip specific fields. 151 …- Added new clip specific configuration variable 'liveStream' to specify that the clip is a live s… 252 seek to the very beginning of a clip. 261 - Playback can be started normally again when the clip is done and looping 300 as being the first clip in the playlist. 309 the primary clip is not found 331 - Added a possibility to hide the playlist control buttons (next clip and previous clip buttons) [all …]
|
/plugin/abc2/abc-libraries/abc2svg/ |
H A D | clip-1.js | 4 //clip.js-module to handle the%%clip command 5 abc2svg.clip={get_clip:function(parm){var C=abc2svg.C class in abc2svg 18 if(a.length!=3){this.syntax(1,this.errs.bad_val,"%%clip") 24 if(!b||!c){this.syntax(1,this.errs.bad_val,"%%clip") 26 this.cfmt().clip=[b,c]},do_clip:function(){var C=abc2svg.C 50 if(cfmt.clip[0].m>0||cfmt.clip[0].t>0){s=go_global_time(s,cfmt.clip[0]) 68 s=go_global_time(s,cfmt.clip[ [all...] |
/plugin/indexmenu2/cms/transitions/ |
H A D | clip.js | 32 …clip={directions:['s','se','e','ne','n','nw','w','sw','sn','ew','sen','enw','nws','wse','senw'],cl…
|
/plugin/flowplay/flowplayer/ |
H A D | javascript.txt | 45 Plays the current clip. 49 Stops playback and returns to the first clip in the playlist. 61 Seeks to the specified time during the clip's timeline. 69 Get's the clip's duration. 85 Starts loading the clip into the buffer memory. Does not start 116 Moves to next clip. 120 Moves to previous clip. 128 Gets the index of the current clip. First clip is at index zero. 132 Moves to clip at the specified index.
|
H A D | README.txt | 84 seek to the very beginning of a clip. 88 - Does not buffer unnessessarily if looping through one clip again and again 89 - Playback can be started normally again when the clip is done and looping 128 as being the first clip in the playlist. 136 - noVideoClip config setting that can be used to specify a video clip or an image to be played when 137 the primary clip is not found 159 - Added a possibility to hide the playlist control buttons (next clip and previous clip buttons) 167 - Now resets the play/pause button correctly when the clip ends and looping is not used 169 …to the first clip after the splash. This is valid also when only one video is configured to be pla… 178 - If loop is off the player stops on the last frame of the clip [all …]
|
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/ |
H A D | EditorRuler.java | 430 Rectangle clip = g.getClipBounds(); in paintComponent() local 443 g.fillRect(clip.x, clip.y, clip.width, clip.height); in paintComponent() 451 g.fillRect((int) p.getX(), clip.y, (int) p.getY(), clip.height); in paintComponent() 455 g.fillRect(clip.x, (int) p.getX(), clip.width, (int) p.getY()); in paintComponent() 458 double left = clip.getX(); in paintComponent() 459 double top = clip.getY(); in paintComponent() 460 double right = left + clip.getWidth(); in paintComponent() 461 double bottom = top + clip.getHeight(); in paintComponent()
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | output.png.class.php | 66 $clip = $this->_clipping[0]; 67 imagecopy($clip['image'], 69 $clip['box']->ll->x, 70 $clip['box']->ll->y, 71 $clip['box']->ll->x, 72 $clip['box']->ll->y, 80 $this->_image = $clip['image']; 106 $width = imagesx($clip['image']); 107 $height = imagesy($clip['image']); 111 $clip['image'], [all …]
|
/plugin/flowplayer/player/ |
H A D | README.txt | 5 - #614 when the clip ends if the next clip in the provider has a different provider close the provi… 74 …tConnection unnecessary closed/reconnected when the netConnection does not change from clip to clip 94 - new clip property 'stopLiveOnPause' 106 - #461 when we have a clip base url set, we need the complete clip url sent to play2 for http strea… 147 - a new 'type' clip property exposed to JS 165 - Fix to reuse buffered data when replaying a clip 183 - if clip.url has the string "mp3:" in it, the clip.type will report 'audio' 270 - clip's can have urlResolvers and connectionProviders 281 - Clip's custom properties are now present in the root of the clip argument in all clip events that… 330 - clip.update() JS call now resets the duration [all …]
|
/plugin/diagramsnet/lib/img/lib/cumulus/ |
H A D | cumulus_linux_icon.svg | 1 …pPath></defs><circle cx="24" cy="24" r="24" fill="url(#A)"/><g clip-path="url(#B)"><g clip-path="u…
|
H A D | cumulus_netq_icon.svg | 1 …pPath></defs><circle cx="24" cy="24" r="24" fill="url(#A)"/><g clip-path="url(#B)"><g clip-path="u…
|
/plugin/layeranimation/syntax/ |
H A D | item.php | 46 list ($option, $clip) = explode('?', substr($match, 6, -1), 2); 48 …turn array('item__start', array('option' => explode(' ', $option), 'clip' => explode(':', $clip)));
|
/plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/skin/ |
H A D | circle.player.css | 36 clip:rect(0px,52px,104px,0px); 78 clip:rect(0px,104px,104px,52px); 88 clip:rect(auto, auto, auto, auto);
|
/plugin/anewssystem/ |
H A D | dropdowncontent.js | 42 …subobj.style.clip=(subobj.dropposition[1]=="top")? "rect(auto auto auto 0)" : "rect(0 auto 0 0)" /… 61 …obj.style.clip=(direction=="down")? "rect(0 auto "+currentclip+" 0)" : "rect("+currentclip+" auto … 65 obj.style.clip="rect(0 auto auto 0)"
|
/plugin/translation/ |
H A D | style.less | 1 // fix problem in dokuwiki template where short sidebar may clip dropdown 5 overflow-x: clip;
|
/plugin/clippy/ |
H A D | plugin.info.txt | 6 desc Copy text to the clipboard. Once this plugin is installed, you can add a pretty Clippy clip.
|
/plugin/translation/flags/ |
H A D | vi.svg | 1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 480"><defs><clipPath id="a"><path fill-opacity=".7" d="M-85.3 0h682.6v512H-85.3z"/></clipPath></defs><g fill-rule="evenodd" clip-path="url(#a)" transform="translate(80) scale(.9375)"><path fill="#da251d" d="M-128 0h768v512h-768 (…)
|
H A D | is.svg | 1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 480"><defs><clipPath id="a"><path fill-opacity=".7" d="M0 0h640v480H0z"/></clipPath></defs><g fill-rule="evenodd" stroke-width="0" clip-path="url(#a)"><path fill="#003897" d="M0 0h666.7v480H0z"/><path fill="#fff" d="M0 186.7h186.7V0h1 (…)
|
H A D | he.svg | 1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 480"><defs><clipPath id="a"><path fill-opacity=".7" d="M-87.6 0H595v512H-87.6z"/></clipPath></defs><g fill-rule="evenodd" clip-path="url(#a)" transform="translate(82.1) scale(.94)"><path fill="#fff" d="M619.4 512H-112V0h731.4 (…)
|
H A D | ko.svg | 1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 640 480"><defs><clipPath id="a"><path fill-opacity=".7" d="M-95.8-.4h682.7v512H-95.8z"/></clipPath></defs><g fill-rule="evenodd" clip-path="url(#a)" transform="translate(89.8 .4) scale(.9375)"><path fill="#fff" d="M-95.8-.4H587v512H (…)
|
H A D | sl.svg | 1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 480"><defs><clipPath id="a"><path fill-opacity=".7" d="M-15 0h682.6v512H-15.1z"/></clipPath></defs><g fill-rule="evenodd" stroke-width="1pt" clip-path="url(#a)" transform="translate(14.1) scale(.9375)"><path fill="#fff" d="M-62 0H962v512H-62z"/ (…)
|
/plugin/openlayersmap/ |
H A D | style.less | 165 clip: rect(1px 1px 1px 1px); /* < IE8 */ 166 clip: rect(1px, 1px, 1px, 1px); 173 will-change: opacity, clip; 192 clip: auto;
|
/plugin/sequencediagram/bower_components/raphael/dev/ |
H A D | raphael.svg.js | 381 o.clip && o.clip.parentNode.parentNode.removeChild(o.clip.parentNode); 394 o.clip = rc; 399 … var clip = R._g.doc.getElementById(path.replace(/(^url\(#|\)$)/g, E)); 400 clip && clip.parentNode.removeChild(clip); 402 delete o.clip; 869 this.clip && $(this.clip, {transform: this.matrix.invert()});
|
/plugin/bootnote/ |
H A D | style.css | 105 -webkit-clip-path: polygon(0 0, 100% 17px, 100% 100%, 0 100%); 106 clip-path: polygon(0 0, 100% 17px, 100% 100%, 0 100%);
|
/plugin/farm/install/animaltemplate/conf/ |
H A D | wordblock.conf | 762 https?:\/\/([^\/]*\.)?bbw-porn-clip-infotir\.blogspot\.com 1845 https?:\/\/([^\/]*\.)?clip-ebony-porn\.medved\.od\.ua 1848 https?:\/\/([^\/]*\.)?clip-hentai\.dreamsuit\.net 2242 https?:\/\/([^\/]*\.)?dokuno-porn-clip\.blogspot\.com 2898 https?:\/\/([^\/]*\.)?free-porn-clip-nep\.blogspot\.com 2924 https?:\/\/([^\/]*\.)?free-sex-clip-ceb\.blogspot\.com 4461 https?:\/\/([^\/]*\.)?mature-clip\.babubi\.net 5560 https?:\/\/([^\/]*\.)?porn-clip-blog5jc\.blogspot\.com 5561 https?:\/\/([^\/]*\.)?porn-clip-boj\.blogspot\.com 5562 https?:\/\/([^\/]*\.)?porn-clip-om16o\.blogspot\.com [all …]
|