Home
last modified time | relevance | path

Searched refs:getField (Results 1 – 25 of 67) sorted by relevance

123

/plugin/authfacebook/lib/GraphNodes/
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 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 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 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 …]
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 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 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 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 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 DGraphPicture.php40 return $this->getField('is_silhouette');
50 return $this->getField('url');
60 return $this->getField('width');
70 return $this->getField('height');
H A DCollection.php66 public function getField($name, $default = null) function in Facebook\\GraphNodes\\Collection
88 return $this->getField($name, $default);
H A DGraphApplication.php41 return $this->getField('id');
/plugin/authfacebook/lib/Authentication/
H A DAccessTokenMetadata.php98 return $this->getField($field, $default);
156 return $this->getField('app_id');
166 return $this->getField('application');
177 return $this->getField('error') !== null;
217 return $this->getField('expires_at');
227 return $this->getField('is_valid');
242 return $this->getField('issued_at');
253 return $this->getField('metadata');
294 return $this->getField('profile_id');
305 return $this->getField('scopes');
[all …]
/plugin/elasticsearch/cli/
H A Dimg.php43 $meta->getField([
50 $meta->getField([
56 $meta->getField([
60 $meta->getField([
66 'created' => date('Y-m-d\TH:i:s\Z', $meta->getField('Date.EarliestTime')),
/plugin/preservefilenames/
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');
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');
/plugin/combo/vendor/dragonmantank/cron-expression/tests/Cron/
H A DFieldFactoryTest.php14 * @covers Cron\FieldFactory::getField
30 $this->assertEquals($class, get_class($f->getField($position)));
35 * @covers Cron\FieldFactory::getField
41 $f->getField(-1);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/
H A DSerializerBuilderTest.php52 $factory = $this->getField($serializer, 'factory');
272 private function getField($obj, $name) function in JMS\\Serializer\\Tests\\SerializerBuilderTest
282 $factory = $this->getField($builder->build(), 'factory');
284 return $this->getField($factory, 'includeInterfaces');
/plugin/photogallery/
H A Dsyntax.php781 return $img['meta']->getField($this->metaAliases['img_title']);
783 return $img['meta']->getField($this->metaAliases['img_caption']);
785 return $img['meta']->getField($this->metaAliases['img_keywords']);
787 return $img['meta']->getField($this->metaAliases['img_date']);
789 return $img['meta']->getField($this->metaAliases['img_width']);
791 return $img['meta']->getField($this->metaAliases['img_height']);
915 $make = $jpeg->getField(array('Exif.Make','Exif.TIFFMake'));
916 $model = $jpeg->getField(array('Exif.Model','Exif.TIFFModel'));
919 $fnumber = $jpeg->getField(array('Exif.FNumber'));
920 $iso = $jpeg->getField(array('Exif.ISOSpeedRatings'));
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DCronExpression.php153 if (!$this->fieldFactory->getField($position)->validate($value)) {
347 $fields[$position] = $this->fieldFactory->getField($position);
378 $this->fieldFactory->getField(0)->increment($nextRun, $invert, isset($parts[0]) ? $parts[0] : null);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2CategoricalStatsConfig.php35 public function getField() function in Google\\Service\\DLP\\GooglePrivacyDlpV2CategoricalStatsConfig
H A DGooglePrivacyDlpV2EntityId.php35 public function getField() function in Google\\Service\\DLP\\GooglePrivacyDlpV2EntityId
H A DGooglePrivacyDlpV2NumericalStatsConfig.php35 public function getField() function in Google\\Service\\DLP\\GooglePrivacyDlpV2NumericalStatsConfig
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DFieldViolation.php55 public function getField() function in Google\\Service\\CloudSearch\\FieldViolation
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DFilterLowercaseDetails.php41 public function getField() function in Google\\Service\\Analytics\\FilterLowercaseDetails

123