Home
last modified time | relevance | path

Searched refs:data (Results 176 – 200 of 5080) sorted by last modified time

12345678910>>...204

/plugin/dokusioc/lib/
H A Dsioc_inc.php542 foreach ($this->posts as $id => $data) {
544 $rdf .= " <sioc:Post rdf:about=\"" . clean($data[url]) . "\">\n";
546 if ($data[prev]) {
547 … $rdf .= " <sioc:previous_by_date rdf:resource=\"" . clean($data[prev]) . "\"/>\n";
549 if ($data[next]) {
550 … $rdf .= " <sioc:next_by_date rdf:resource=\"" . clean($data[next]) . "\"/>\n";
/plugin/photogallery/lightGallery/js/
H A Djquery.mousewheel.min.js8data(this,"mousewheel-line-height");j*=q,m*=q,l*=q}else if(2===g.deltaMode){var r=a.data(this,"mou…
H A Dlg-autoplay.js41 this.core = $(element).data('lightGallery');
H A Dlg-autoplay.min.js4 …pendAutoplayControlsTo:".lg-toolbar"},c=function(c){return this.core=a(c).data("lightGallery"),thi…
H A Dlg-fullscreen.js32 this.core = $(element).data('lightGallery');
H A Dlg-fullscreen.min.js4 …d){"use strict";var e={fullScreen:!0},f=function(b){return this.core=a(b).data("lightGallery"),thi…
H A Dlg-hash.js31 this.core = $(element).data('lightGallery');
H A Dlg-hash.min.js4 …a,b,c,d){"use strict";var e={hash:!0},f=function(c){return this.core=a(c).data("lightGallery"),thi…
H A Dlg-pager.js31 this.core = $(element).data('lightGallery');
H A Dlg-pager.min.js4 …ction(){"use strict";var b={pager:!1},c=function(c){return this.core=a(c).data("lightGallery"),thi…
H A Dlg-share.js39 this.core = $(element).data('lightGallery');
H A Dlg-share.min.js4 …!0,pinterestDropdownText:"Pinterest"},c=function(c){return this.core=a(c).data("lightGallery"),thi…
H A Dlg-thumbnail.js56 this.core = $(element).data('lightGallery');
209 }, function(data) { argument
210 $this.find('img').attr('src', data[0][_this.core.s.vimeoThumbSize]);
H A Dlg-thumbnail.min.js4 …l_small",loadDailymotionThumbnail:!0},c=function(c){return this.core=a(c).data("lightGallery"),thi…
H A Dlg-video.js37 this.core = $(element).data('lightGallery');
H A Dlg-video.min.js4 …rams:!1,videojs:!1,videojsOptions:{}},f=function(b){return this.core=a(b).data("lightGallery"),thi…
H A Dlg-zoom.js45 this.core = $(element).data('lightGallery');
H A Dlg-zoom.min.js4 …ableZoomAfter:300,useLeftForZoom:b()},d=function(b){return this.core=a(b).data("lightGallery"),thi…
H A Dlightgallery.js1338 if (!$.data(this, 'lightGallery')) {
1339 $.data(this, 'lightGallery', new Plugin(this, options));
1342 $(this).data('lightGallery').init();
H A Dlightgallery.min.js4 …if(a.data(this,"lightGallery"))try{a(this).data("lightGallery").init()}catch(a){console.error("lig…
/plugin/photogallery/
H A DpgFetch.php47 $data = array( variable
66 if($data['status'] > 300 && $data['status'] <= 304) {
68 send_redirect($data['statusmessage']);
71 if($data['status'] != 200) {
72 http_status($data['status'], $data['statusmessage']);
75 if($data['status'] > 203) {
76 print $data['statusmessage'];
87 $data['file'] = $FILE = media_photogallery_image($data['file'],$EXT,$WIDTH,$HEIGHT,$opt);
90 $data['file'] = $FILE = media_crop_image($data['file'], $EXT, $WIDTH, $HEIGHT);
92 $data['file'] = $FILE = media_resize_image($data['file'], $EXT, $WIDTH, $HEIGHT);
[all …]
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.demo.php153 …0&ar=x'), 'description' => 'original image vs. auto-rotated based on EXIF data'.$only_php42.$only_…
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt180 error message when using an HTTP/data image source that is
185 correctly when source image is HTTP or from non-file data
447 data from exif_read_data() on source image.
450 easy outputting of thumbnail data to a database or such.
452 access raw data in $this->outputImageData
562 contents (EXIF data, etc) stripped (by using -thumbnail
723 ¤ MySQL data pulling configuration moved from phpThumb.php
1125 * Bugfix: cache file wasn't being written if EXIF data
1257 outputting unmodified source data.
1542 * Added option to get source data from a database
H A Dphpthumb.faq.txt246 the output raw image data is found in $this->outputImageData
/plugin/photogallery/phpThumb/licenses/
H A Dlicense.gpl-30.txt144 such as by intimate data communication or control flow between those

12345678910>>...204