| /plugin/authfacebook/lib/Helpers/ |
| D | FacebookRedirectLoginHelper.php | 3 * Copyright 2017 Facebook, Inc. 8 * Facebook. 10 * As with any software that integrates with the Facebook platform, your use 11 * of this software is subject to the Facebook Developer Principles and 12 * Policies [http://developers.facebook.com/policy/]. This copyright notice 24 namespace Facebook\Helpers; 26 use Facebook\Authentication\AccessToken; 27 use Facebook\Authentication\OAuth2Client; 28 use Facebook\Exceptions\FacebookSDKException; 29 use Facebook\PersistentData\FacebookSessionPersistentDataHandler; [all …]
|
| D | FacebookSignedRequestFromInputHelper.php | 3 * Copyright 2017 Facebook, Inc. 8 * Facebook. 10 * As with any software that integrates with the Facebook platform, your use 11 * of this software is subject to the Facebook Developer Principles and 12 * Policies [http://developers.facebook.com/policy/]. This copyright notice 24 namespace Facebook\Helpers; 26 use Facebook\Facebook; alias 27 use Facebook\FacebookApp; 28 use Facebook\FacebookClient; 29 use Facebook\SignedRequest; [all …]
|
| D | FacebookPageTabHelper.php | 3 * Copyright 2017 Facebook, Inc. 8 * Facebook. 10 * As with any software that integrates with the Facebook platform, your use 11 * of this software is subject to the Facebook Developer Principles and 12 * Policies [http://developers.facebook.com/policy/]. This copyright notice 24 namespace Facebook\Helpers; 26 use Facebook\FacebookApp; 27 use Facebook\FacebookClient; 32 * @package Facebook
|
| /plugin/authfacebook/lib/Authentication/ |
| D | OAuth2Client.php | 3 * Copyright 2017 Facebook, Inc. 8 * Facebook. 10 * As with any software that integrates with the Facebook platform, your use 11 * of this software is subject to the Facebook Developer Principles and 12 * Policies [http://developers.facebook.com/policy/]. This copyright notice 24 namespace Facebook\Authentication; 26 use Facebook\Facebook; alias 27 use Facebook\FacebookApp; 28 use Facebook\FacebookRequest; 29 use Facebook\FacebookResponse; [all …]
|
| /plugin/combo/vendor/php-webdriver/webdriver/lib/Interactions/ |
| H A D | WebDriverTouchActions.php | 3 namespace Facebook\WebDriver\Interactions; 5 use Facebook\WebDriver\Interactions\Touch\WebDriverDoubleTapAction; 6 use Facebook\WebDriver\Interactions\Touch\WebDriverDownAction; 7 use Facebook\WebDriver\Interactions\Touch\WebDriverFlickAction; 8 use Facebook\WebDriver\Interactions\Touch\WebDriverFlickFromElementAction; 9 use Facebook\WebDriver\Interactions\Touch\WebDriverLongPressAction; 10 use Facebook\WebDriver\Interactions\Touch\WebDriverMoveAction; 11 use Facebook\WebDriver\Interactions\Touch\WebDriverScrollAction; 12 use Facebook\WebDriver\Interactions\Touch\WebDriverScrollFromElementAction; 13 use Facebook\WebDriver\Interactions\Touch\WebDriverTapAction; [all …]
|
| /plugin/authfacebook/lib/GraphNodes/ |
| D | GraphPage.php | 3 * Copyright 2017 Facebook, Inc. 8 * Facebook. 10 * As with any software that integrates with the Facebook platform, your use 11 * of this software is subject to the Facebook Developer Principles and 12 * Policies [http://developers.facebook.com/policy/]. This copyright notice 24 namespace Facebook\GraphNodes; 29 * @package Facebook 37 'best_page' => '\Facebook\GraphNodes\GraphPage', 38 'global_brand_parent_page' => '\Facebook\GraphNodes\GraphPage', 39 'location' => '\Facebook\GraphNodes\GraphLocation', [all …]
|
| D | GraphObjectFactory.php | 3 * Copyright 2017 Facebook, Inc. 8 * Facebook. 10 * As with any software that integrates with the Facebook platform, your use 11 * of this software is subject to the Facebook Developer Principles and 12 * Policies [http://developers.facebook.com/policy/]. This copyright notice 24 namespace Facebook\GraphNodes; 26 use Facebook\Exceptions\FacebookSDKException; 31 * @package Facebook 41 const BASE_GRAPH_NODE_CLASS = '\Facebook\GraphNodes\GraphObject'; 46 const BASE_GRAPH_EDGE_CLASS = '\Facebook\GraphNodes\GraphList';
|
| D | GraphUser.php | 3 * Copyright 2017 Facebook, Inc. 8 * Facebook. 10 * As with any software that integrates with the Facebook platform, your use 11 * of this software is subject to the Facebook Developer Principles and 12 * Policies [http://developers.facebook.com/policy/]. This copyright notice 24 namespace Facebook\GraphNodes; 29 * @package Facebook 37 'hometown' => '\Facebook\GraphNodes\GraphPage', 38 'location' => '\Facebook\GraphNodes\GraphPage', 39 'significant_other' => '\Facebook\GraphNodes\GraphUser', [all …]
|
| D | GraphAchievement.php | 3 * Copyright 2017 Facebook, Inc. 8 * Facebook. 10 * As with any software that integrates with the Facebook platform, your use 11 * of this software is subject to the Facebook Developer Principles and 12 * Policies [http://developers.facebook.com/policy/]. This copyright notice 24 namespace Facebook\GraphNodes; 29 * @package Facebook 37 'from' => '\Facebook\GraphNodes\GraphUser', 38 'application' => '\Facebook\GraphNodes\GraphApplication', 94 * @see https://developers.facebook.com/docs/graph-api/reference/achievement
|
| /plugin/authfacebook/lib/FileUpload/ |
| D | FacebookResumableUploader.php | 3 * Copyright 2017 Facebook, Inc. 8 * Facebook. 10 * As with any software that integrates with the Facebook platform, your use 11 * of this software is subject to the Facebook Developer Principles and 12 * Policies [http://developers.facebook.com/policy/]. This copyright notice 24 namespace Facebook\FileUpload; 26 use Facebook\Authentication\AccessToken; 27 use Facebook\Exceptions\FacebookResponseException; 28 use Facebook\Exceptions\FacebookResumableUploadException; 29 use Facebook\Exceptions\FacebookSDKException; [all …]
|
| D | FacebookVideo.php | 3 * Copyright 2017 Facebook, Inc. 8 * Facebook. 10 * As with any software that integrates with the Facebook platform, your use 11 * of this software is subject to the Facebook Developer Principles and 12 * Policies [http://developers.facebook.com/policy/]. This copyright notice 24 namespace Facebook\FileUpload; 29 * @package Facebook
|
| /plugin/authfacebook/lib/ |
| D | FacebookResponse.php | 3 * Copyright 2017 Facebook, Inc. 8 * Facebook. 10 * As with any software that integrates with the Facebook platform, your use 11 * of this software is subject to the Facebook Developer Principles and 12 * Policies [http://developers.facebook.com/policy/]. This copyright notice 24 namespace Facebook; namespace 26 use Facebook\GraphNodes\GraphNodeFactory; 27 use Facebook\Exceptions\FacebookResponseException; 28 use Facebook\Exceptions\FacebookSDKException; 33 * @package Facebook [all …]
|
| D | Facebook.php | 3 * Copyright 2017 Facebook, Inc. 8 * Facebook. 10 * As with any software that integrates with the Facebook platform, your use 11 * of this software is subject to the Facebook Developer Principles and 12 * Policies [http://developers.facebook.com/policy/]. This copyright notice 24 namespace Facebook; namespace 26 use Facebook\Authentication\AccessToken; 27 use Facebook\Authentication\OAuth2Client; 28 use Facebook\FileUpload\FacebookFile; 29 use Facebook\FileUpload\FacebookResumableUploader; [all …]
|
| D | FacebookClient.php | 3 * Copyright 2017 Facebook, Inc. 8 * Facebook. 10 * As with any software that integrates with the Facebook platform, your use 11 * of this software is subject to the Facebook Developer Principles and 12 * Policies [http://developers.facebook.com/policy/]. This copyright notice 24 namespace Facebook; namespace 26 use Facebook\HttpClients\FacebookHttpClientInterface; 27 use Facebook\HttpClients\FacebookCurlHttpClient; 28 use Facebook\HttpClients\FacebookStreamHttpClient; 29 use Facebook\Exceptions\FacebookSDKException; [all …]
|
| /plugin/authfacebook/lib/HttpClients/ |
| D | FacebookHttpClientInterface.php | 3 * Copyright 2017 Facebook, Inc. 8 * Facebook. 10 * As with any software that integrates with the Facebook platform, your use 11 * of this software is subject to the Facebook Developer Principles and 12 * Policies [http://developers.facebook.com/policy/]. This copyright notice 24 namespace Facebook\HttpClients; 29 * @package Facebook 42 * @return \Facebook\Http\GraphRawResponse Raw response from the server. 44 * @throws \Facebook\Exceptions\FacebookSDKException
|
| /plugin/gallery/ |
| D | deleted.files | 36 prettyPhoto/facebook/btnNext.png 37 prettyPhoto/facebook/btnPrevious.png 38 prettyPhoto/facebook/contentPatternBottom.png 39 prettyPhoto/facebook/contentPatternLeft.png 40 prettyPhoto/facebook/contentPatternRight.png 41 prettyPhoto/facebook/contentPatternTop.png 42 prettyPhoto/facebook/default_thumbnail.gif 43 prettyPhoto/facebook/loader.gif 44 prettyPhoto/facebook/sprite.png
|
| /plugin/authfacebook/lib/PseudoRandomString/ |
| D | PseudoRandomStringGeneratorInterface.php | 3 * Copyright 2017 Facebook, Inc. 8 * Facebook. 10 * As with any software that integrates with the Facebook platform, your use 11 * of this software is subject to the Facebook Developer Principles and 12 * Policies [http://developers.facebook.com/policy/]. This copyright notice 24 namespace Facebook\PseudoRandomString; 29 * @package Facebook 42 * @throws \Facebook\Exceptions\FacebookSDKException|\InvalidArgumentException
|
| /plugin/authfacebook/lib/Exceptions/ |
| D | FacebookAuthorizationException.php | 3 * Copyright 2017 Facebook, Inc. 8 * Facebook. 10 * As with any software that integrates with the Facebook platform, your use 11 * of this software is subject to the Facebook Developer Principles and 12 * Policies [http://developers.facebook.com/policy/]. This copyright notice 24 namespace Facebook\Exceptions; 29 * @package Facebook
|
| D | FacebookSDKException.php | 3 * Copyright 2017 Facebook, Inc. 8 * Facebook. 10 * As with any software that integrates with the Facebook platform, your use 11 * of this software is subject to the Facebook Developer Principles and 12 * Policies [http://developers.facebook.com/policy/]. This copyright notice 24 namespace Facebook\Exceptions; 29 * @package Facebook
|
| D | FacebookClientException.php | 3 * Copyright 2017 Facebook, Inc. 8 * Facebook. 10 * As with any software that integrates with the Facebook platform, your use 11 * of this software is subject to the Facebook Developer Principles and 12 * Policies [http://developers.facebook.com/policy/]. This copyright notice 24 namespace Facebook\Exceptions; 29 * @package Facebook
|
| D | FacebookAuthenticationException.php | 3 * Copyright 2017 Facebook, Inc. 8 * Facebook. 10 * As with any software that integrates with the Facebook platform, your use 11 * of this software is subject to the Facebook Developer Principles and 12 * Policies [http://developers.facebook.com/policy/]. This copyright notice 24 namespace Facebook\Exceptions; 29 * @package Facebook
|
| D | FacebookThrottleException.php | 3 * Copyright 2017 Facebook, Inc. 8 * Facebook. 10 * As with any software that integrates with the Facebook platform, your use 11 * of this software is subject to the Facebook Developer Principles and 12 * Policies [http://developers.facebook.com/policy/]. This copyright notice 24 namespace Facebook\Exceptions; 29 * @package Facebook
|
| D | FacebookOtherException.php | 3 * Copyright 2017 Facebook, Inc. 8 * Facebook. 10 * As with any software that integrates with the Facebook platform, your use 11 * of this software is subject to the Facebook Developer Principles and 12 * Policies [http://developers.facebook.com/policy/]. This copyright notice 24 namespace Facebook\Exceptions; 29 * @package Facebook
|
| D | FacebookServerException.php | 3 * Copyright 2017 Facebook, Inc. 8 * Facebook. 10 * As with any software that integrates with the Facebook platform, your use 11 * of this software is subject to the Facebook Developer Principles and 12 * Policies [http://developers.facebook.com/policy/]. This copyright notice 24 namespace Facebook\Exceptions; 29 * @package Facebook
|
| D | FacebookResumableUploadException.php | 3 * Copyright 2017 Facebook, Inc. 8 * Facebook. 10 * As with any software that integrates with the Facebook platform, your use 11 * of this software is subject to the Facebook Developer Principles and 12 * Policies [http://developers.facebook.com/policy/]. This copyright notice 24 namespace Facebook\Exceptions; 29 * @package Facebook
|