Home
last modified time | relevance | path

Searched refs:getFrom (Results 1 – 17 of 17) sorted by path

/plugin/authfacebook/lib/GraphNodes/
H A DGraphAchievement.php56 public function getFrom() function in Facebook\\GraphNodes\\GraphAchievement
H A DGraphAlbum.php117 public function getFrom() function in Facebook\\GraphNodes\\GraphAlbum
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/
H A DStructuredQuery.php68 public function getFrom() function in Google\\Service\\Firestore\\StructuredQuery
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/
H A DFilterCriteria.php83 public function getFrom() function in Google\\Service\\Gmail\\FilterCriteria
/plugin/authgooglesheets/vendor/google/apiclient-services/src/IdentityToolkit/
H A DEmailTemplate.php85 public function getFrom() function in Google\\Service\\IdentityToolkit\\EmailTemplate
/plugin/combo/ComboStrap/
H A DBrand.php150 Brand::$brandDictionary = Dictionary::getFrom("brands");
H A DDictionary.php13 public static function getFrom(string $name): array function in ComboStrap\\Dictionary
H A DIconDownloader.php293 $jsonArray = Dictionary::getFrom("$library-icons");
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DIdle.php195 public function getFrom() function in Hoa\\Exception\\Idle
228 $pre = $this->getFrom();
/plugin/findologicxmlexport/vendor/hoa/exception/Test/Unit/
H A DIdle.php142 ->when($result = $exception->getFrom())
/plugin/findologicxmlexport/vendor/sebastian/diff/src/
H A DDiff.php45 public function getFrom() function in SebastianBergmann\\Diff\\Diff
/plugin/findologicxmlexport/vendor/sebastian/diff/tests/
H A DDiffTest.php28 $this->assertSame($from, $diff->getFrom());
41 $this->assertSame($from, $diff->getFrom());
H A DParserTest.php142 $this->assertSame('a/Test.txt', $diff->getFrom());
147 $this->assertSame('a/Test2.txt', $diff->getFrom());
/plugin/jcapture/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/swiftmail/
H A DSwift.php368 if (!($has_from = $message->getFrom())) $message->setFrom($from);
/plugin/swiftmail/Swift/
H A DMessage.php227 public function getFrom() function in Swift_Message