Home
last modified time | relevance | path

Searched refs:getField (Results 51 – 67 of 67) sorted by last modified time

123

/plugin/authfacebook/lib/GraphNodes/
H A DGraphAchievement.php48 return $this->getField('id');
58 return $this->getField('from');
68 return $this->getField('publish_time');
78 return $this->getField('application');
88 return $this->getField('data');
110 return $this->getField('no_feed_story');
H A DGraphAlbum.php49 return $this->getField('id');
59 return $this->getField('can_upload');
69 return $this->getField('count');
79 return $this->getField('cover_photo');
119 return $this->getField('from');
129 return $this->getField('place');
139 return $this->getField('link');
149 return $this->getField('location');
159 return $this->getField('name');
169 return $this->getField('privacy');
[all …]
H A DGraphApplication.php41 return $this->getField('id');
H A DGraphCoverPhoto.php40 return $this->getField('id');
50 return $this->getField('source');
60 return $this->getField('offset_x');
70 return $this->getField('offset_y');
H A DGraphEvent.php50 return $this->getField('id');
60 return $this->getField('cover');
70 return $this->getField('description');
80 return $this->getField('end_time');
100 return $this->getField('name');
110 return $this->getField('owner');
130 return $this->getField('place');
140 return $this->getField('privacy');
150 return $this->getField('start_time');
170 return $this->getField('timezone');
[all …]
H A DGraphGroup.php48 return $this->getField('id');
58 return $this->getField('cover');
68 return $this->getField('description');
78 return $this->getField('email');
88 return $this->getField('icon');
98 return $this->getField('link');
108 return $this->getField('name');
128 return $this->getField('owner');
138 return $this->getField('parent');
148 return $this->getField('privacy');
[all …]
H A DGraphLocation.php40 return $this->getField('street');
50 return $this->getField('city');
60 return $this->getField('state');
70 return $this->getField('country');
80 return $this->getField('zip');
90 return $this->getField('latitude');
100 return $this->getField('longitude');
H A DGraphPage.php51 return $this->getField('id');
61 return $this->getField('category');
71 return $this->getField('name');
81 return $this->getField('best_page');
91 return $this->getField('global_brand_parent_page');
101 return $this->getField('location');
111 return $this->getField('cover');
121 return $this->getField('picture');
133 return $this->getField('access_token');
145 return $this->getField('perms');
H A DGraphPicture.php40 return $this->getField('is_silhouette');
50 return $this->getField('url');
60 return $this->getField('width');
70 return $this->getField('height');
H A DGraphSessionInfo.php40 return $this->getField('app_id');
50 return $this->getField('application');
60 return $this->getField('expires_at');
70 return $this->getField('is_valid');
80 return $this->getField('issued_at');
90 return $this->getField('scopes');
100 return $this->getField('user_id');
H A DGraphUser.php50 return $this->getField('id');
60 return $this->getField('name');
70 return $this->getField('first_name');
90 return $this->getField('last_name');
100 return $this->getField('email');
110 return $this->getField('gender');
120 return $this->getField('link');
130 return $this->getField('birthday');
140 return $this->getField('location');
150 return $this->getField('hometown');
[all …]
/plugin/jcapture/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/preservefilenames/
H A Daction_angua.php385 $info .= (int) $item['meta']->getField('File.Width');
387 $info .= (int) $item['meta']->getField('File.Height');
476 $size .= (int) $item['meta']->getField('File.Width');
478 $size .= (int) $item['meta']->getField('File.Height');
H A Daction_adorabelle.php70 $info .= (int) $item['meta']->getField('File.Width');
72 $info .= (int) $item['meta']->getField('File.Height');
161 $size .= (int) $item['meta']->getField('File.Width');
163 $size .= (int) $item['meta']->getField('File.Height');
/plugin/jdraw/lib/
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/galleryv1.5/inc/
H A Dmagazinelayout.class.php337 $i['alt'] = $img['meta']->getField('Simple.Title');
343 $w_lightbox = $img['meta']->getField('File.Width');
344 $h_lightbox = $img['meta']->getField('File.Height');
355 $a['title'] = $img['meta']->getField('Simple.Title');

123