code
stringlengths 15
9.96M
| docstring
stringlengths 1
10.1k
| func_name
stringlengths 1
124
| language
stringclasses 1
value | repo
stringlengths 7
63
| path
stringlengths 6
186
| url
stringlengths 50
236
| license
stringclasses 4
values |
---|---|---|---|---|---|---|---|
public function setDomains($domains)
{
$this->domains = $domains;
} | @param string[] | setDomains | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/PublisherProfile.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/PublisherProfile.php | Apache-2.0 |
public function getDomains()
{
return $this->domains;
} | @return string[] | getDomains | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/PublisherProfile.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/PublisherProfile.php | Apache-2.0 |
public function setIsParent($isParent)
{
$this->isParent = $isParent;
} | @param bool | setIsParent | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/PublisherProfile.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/PublisherProfile.php | Apache-2.0 |
public function getIsParent()
{
return $this->isParent;
} | @return bool | getIsParent | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/PublisherProfile.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/PublisherProfile.php | Apache-2.0 |
public function setLogoUrl($logoUrl)
{
$this->logoUrl = $logoUrl;
} | @param string | setLogoUrl | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/PublisherProfile.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/PublisherProfile.php | Apache-2.0 |
public function getLogoUrl()
{
return $this->logoUrl;
} | @return string | getLogoUrl | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/PublisherProfile.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/PublisherProfile.php | Apache-2.0 |
public function setMediaKitUrl($mediaKitUrl)
{
$this->mediaKitUrl = $mediaKitUrl;
} | @param string | setMediaKitUrl | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/PublisherProfile.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/PublisherProfile.php | Apache-2.0 |
public function getMediaKitUrl()
{
return $this->mediaKitUrl;
} | @return string | getMediaKitUrl | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/PublisherProfile.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/PublisherProfile.php | Apache-2.0 |
public function setMobileApps($mobileApps)
{
$this->mobileApps = $mobileApps;
} | @param PublisherProfileMobileApplication[] | setMobileApps | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/PublisherProfile.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/PublisherProfile.php | Apache-2.0 |
public function getMobileApps()
{
return $this->mobileApps;
} | @return PublisherProfileMobileApplication[] | getMobileApps | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/PublisherProfile.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/PublisherProfile.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/PublisherProfile.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/PublisherProfile.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/PublisherProfile.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/PublisherProfile.php | Apache-2.0 |
public function setOverview($overview)
{
$this->overview = $overview;
} | @param string | setOverview | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/PublisherProfile.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/PublisherProfile.php | Apache-2.0 |
public function getOverview()
{
return $this->overview;
} | @return string | getOverview | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/PublisherProfile.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/PublisherProfile.php | Apache-2.0 |
public function setPitchStatement($pitchStatement)
{
$this->pitchStatement = $pitchStatement;
} | @param string | setPitchStatement | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/PublisherProfile.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/PublisherProfile.php | Apache-2.0 |
public function getPitchStatement()
{
return $this->pitchStatement;
} | @return string | getPitchStatement | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/PublisherProfile.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/PublisherProfile.php | Apache-2.0 |
public function setProgrammaticDealsContact($programmaticDealsContact)
{
$this->programmaticDealsContact = $programmaticDealsContact;
} | @param string | setProgrammaticDealsContact | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/PublisherProfile.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/PublisherProfile.php | Apache-2.0 |
public function getProgrammaticDealsContact()
{
return $this->programmaticDealsContact;
} | @return string | getProgrammaticDealsContact | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/PublisherProfile.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/PublisherProfile.php | Apache-2.0 |
public function setPublisherCode($publisherCode)
{
$this->publisherCode = $publisherCode;
} | @param string | setPublisherCode | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/PublisherProfile.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/PublisherProfile.php | Apache-2.0 |
public function getPublisherCode()
{
return $this->publisherCode;
} | @return string | getPublisherCode | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/PublisherProfile.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/PublisherProfile.php | Apache-2.0 |
public function setSamplePageUrl($samplePageUrl)
{
$this->samplePageUrl = $samplePageUrl;
} | @param string | setSamplePageUrl | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/PublisherProfile.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/PublisherProfile.php | Apache-2.0 |
public function getSamplePageUrl()
{
return $this->samplePageUrl;
} | @return string | getSamplePageUrl | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/PublisherProfile.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/PublisherProfile.php | Apache-2.0 |
public function setTopHeadlines($topHeadlines)
{
$this->topHeadlines = $topHeadlines;
} | @param string[] | setTopHeadlines | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/PublisherProfile.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/PublisherProfile.php | Apache-2.0 |
public function getTopHeadlines()
{
return $this->topHeadlines;
} | @return string[] | getTopHeadlines | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/PublisherProfile.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/PublisherProfile.php | Apache-2.0 |
public function setCreateTime($createTime)
{
$this->createTime = $createTime;
} | @param string | setCreateTime | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/AuctionPackage.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/AuctionPackage.php | Apache-2.0 |
public function getCreateTime()
{
return $this->createTime;
} | @return string | getCreateTime | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/AuctionPackage.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/AuctionPackage.php | Apache-2.0 |
public function setCreator($creator)
{
$this->creator = $creator;
} | @param string | setCreator | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/AuctionPackage.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/AuctionPackage.php | Apache-2.0 |
public function getCreator()
{
return $this->creator;
} | @return string | getCreator | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/AuctionPackage.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/AuctionPackage.php | Apache-2.0 |
public function setDescription($description)
{
$this->description = $description;
} | @param string | setDescription | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/AuctionPackage.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/AuctionPackage.php | Apache-2.0 |
public function getDescription()
{
return $this->description;
} | @return string | getDescription | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/AuctionPackage.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/AuctionPackage.php | Apache-2.0 |
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
} | @param string | setDisplayName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/AuctionPackage.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/AuctionPackage.php | Apache-2.0 |
public function getDisplayName()
{
return $this->displayName;
} | @return string | getDisplayName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/AuctionPackage.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/AuctionPackage.php | Apache-2.0 |
public function setEligibleSeatIds($eligibleSeatIds)
{
$this->eligibleSeatIds = $eligibleSeatIds;
} | @param string[] | setEligibleSeatIds | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/AuctionPackage.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/AuctionPackage.php | Apache-2.0 |
public function getEligibleSeatIds()
{
return $this->eligibleSeatIds;
} | @return string[] | getEligibleSeatIds | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/AuctionPackage.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/AuctionPackage.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/AuctionPackage.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/AuctionPackage.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/AuctionPackage.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/AuctionPackage.php | Apache-2.0 |
public function setSubscribedBuyers($subscribedBuyers)
{
$this->subscribedBuyers = $subscribedBuyers;
} | @param string[] | setSubscribedBuyers | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/AuctionPackage.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/AuctionPackage.php | Apache-2.0 |
public function getSubscribedBuyers()
{
return $this->subscribedBuyers;
} | @return string[] | getSubscribedBuyers | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/AuctionPackage.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/AuctionPackage.php | Apache-2.0 |
public function setSubscribedClients($subscribedClients)
{
$this->subscribedClients = $subscribedClients;
} | @param string[] | setSubscribedClients | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/AuctionPackage.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/AuctionPackage.php | Apache-2.0 |
public function getSubscribedClients()
{
return $this->subscribedClients;
} | @return string[] | getSubscribedClients | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/AuctionPackage.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/AuctionPackage.php | Apache-2.0 |
public function setSubscribedMediaPlanners($subscribedMediaPlanners)
{
$this->subscribedMediaPlanners = $subscribedMediaPlanners;
} | @param MediaPlanner[] | setSubscribedMediaPlanners | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/AuctionPackage.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/AuctionPackage.php | Apache-2.0 |
public function getSubscribedMediaPlanners()
{
return $this->subscribedMediaPlanners;
} | @return MediaPlanner[] | getSubscribedMediaPlanners | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/AuctionPackage.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/AuctionPackage.php | Apache-2.0 |
public function setUpdateTime($updateTime)
{
$this->updateTime = $updateTime;
} | @param string | setUpdateTime | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/AuctionPackage.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/AuctionPackage.php | Apache-2.0 |
public function getUpdateTime()
{
return $this->updateTime;
} | @return string | getUpdateTime | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/AuctionPackage.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/AuctionPackage.php | Apache-2.0 |
public function setPauseReason($pauseReason)
{
$this->pauseReason = $pauseReason;
} | @param string | setPauseReason | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/DealPausingInfo.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/DealPausingInfo.php | Apache-2.0 |
public function getPauseReason()
{
return $this->pauseReason;
} | @return string | getPauseReason | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/DealPausingInfo.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/DealPausingInfo.php | Apache-2.0 |
public function setPauseRole($pauseRole)
{
$this->pauseRole = $pauseRole;
} | @param string | setPauseRole | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/DealPausingInfo.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/DealPausingInfo.php | Apache-2.0 |
public function getPauseRole()
{
return $this->pauseRole;
} | @return string | getPauseRole | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/DealPausingInfo.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/DealPausingInfo.php | Apache-2.0 |
public function setPausingConsented($pausingConsented)
{
$this->pausingConsented = $pausingConsented;
} | @param bool | setPausingConsented | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/DealPausingInfo.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/DealPausingInfo.php | Apache-2.0 |
public function getPausingConsented()
{
return $this->pausingConsented;
} | @return bool | getPausingConsented | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/DealPausingInfo.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/DealPausingInfo.php | Apache-2.0 |
public function setBilledBuyer($billedBuyer)
{
$this->billedBuyer = $billedBuyer;
} | @param string | setBilledBuyer | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | Apache-2.0 |
public function getBilledBuyer()
{
return $this->billedBuyer;
} | @return string | getBilledBuyer | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | Apache-2.0 |
public function setBuyer($buyer)
{
$this->buyer = $buyer;
} | @param string | setBuyer | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | Apache-2.0 |
public function getBuyer()
{
return $this->buyer;
} | @return string | getBuyer | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | Apache-2.0 |
public function setBuyerContacts($buyerContacts)
{
$this->buyerContacts = $buyerContacts;
} | @param Contact[] | setBuyerContacts | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | Apache-2.0 |
public function getBuyerContacts()
{
return $this->buyerContacts;
} | @return Contact[] | getBuyerContacts | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | Apache-2.0 |
public function setBuyerPrivateData(PrivateData $buyerPrivateData)
{
$this->buyerPrivateData = $buyerPrivateData;
} | @param PrivateData | setBuyerPrivateData | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | Apache-2.0 |
public function getBuyerPrivateData()
{
return $this->buyerPrivateData;
} | @return PrivateData | getBuyerPrivateData | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | Apache-2.0 |
public function setClient($client)
{
$this->client = $client;
} | @param string | setClient | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | Apache-2.0 |
public function getClient()
{
return $this->client;
} | @return string | getClient | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | Apache-2.0 |
public function setDealType($dealType)
{
$this->dealType = $dealType;
} | @param string | setDealType | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | Apache-2.0 |
public function getDealType()
{
return $this->dealType;
} | @return string | getDealType | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | Apache-2.0 |
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
} | @param string | setDisplayName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | Apache-2.0 |
public function getDisplayName()
{
return $this->displayName;
} | @return string | getDisplayName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | Apache-2.0 |
public function setIsRenegotiating($isRenegotiating)
{
$this->isRenegotiating = $isRenegotiating;
} | @param bool | setIsRenegotiating | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | Apache-2.0 |
public function getIsRenegotiating()
{
return $this->isRenegotiating;
} | @return bool | getIsRenegotiating | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | Apache-2.0 |
public function setLastUpdaterOrCommentorRole($lastUpdaterOrCommentorRole)
{
$this->lastUpdaterOrCommentorRole = $lastUpdaterOrCommentorRole;
} | @param string | setLastUpdaterOrCommentorRole | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | Apache-2.0 |
public function getLastUpdaterOrCommentorRole()
{
return $this->lastUpdaterOrCommentorRole;
} | @return string | getLastUpdaterOrCommentorRole | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | Apache-2.0 |
public function setNotes($notes)
{
$this->notes = $notes;
} | @param Note[] | setNotes | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | Apache-2.0 |
public function getNotes()
{
return $this->notes;
} | @return Note[] | getNotes | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | Apache-2.0 |
public function setOriginatorRole($originatorRole)
{
$this->originatorRole = $originatorRole;
} | @param string | setOriginatorRole | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | Apache-2.0 |
public function getOriginatorRole()
{
return $this->originatorRole;
} | @return string | getOriginatorRole | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | Apache-2.0 |
public function setPausingConsented($pausingConsented)
{
$this->pausingConsented = $pausingConsented;
} | @param bool | setPausingConsented | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | Apache-2.0 |
public function getPausingConsented()
{
return $this->pausingConsented;
} | @return bool | getPausingConsented | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | Apache-2.0 |
public function setProposalRevision($proposalRevision)
{
$this->proposalRevision = $proposalRevision;
} | @param string | setProposalRevision | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | Apache-2.0 |
public function getProposalRevision()
{
return $this->proposalRevision;
} | @return string | getProposalRevision | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | Apache-2.0 |
public function setPublisherProfile($publisherProfile)
{
$this->publisherProfile = $publisherProfile;
} | @param string | setPublisherProfile | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | Apache-2.0 |
public function getPublisherProfile()
{
return $this->publisherProfile;
} | @return string | getPublisherProfile | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | Apache-2.0 |
public function setSellerContacts($sellerContacts)
{
$this->sellerContacts = $sellerContacts;
} | @param Contact[] | setSellerContacts | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | Apache-2.0 |
public function getSellerContacts()
{
return $this->sellerContacts;
} | @return Contact[] | getSellerContacts | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | Apache-2.0 |
public function setState($state)
{
$this->state = $state;
} | @param string | setState | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | Apache-2.0 |
public function getState()
{
return $this->state;
} | @return string | getState | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | Apache-2.0 |
public function setTermsAndConditions($termsAndConditions)
{
$this->termsAndConditions = $termsAndConditions;
} | @param string | setTermsAndConditions | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | Apache-2.0 |
public function getTermsAndConditions()
{
return $this->termsAndConditions;
} | @return string | getTermsAndConditions | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | Apache-2.0 |
public function setUpdateTime($updateTime)
{
$this->updateTime = $updateTime;
} | @param string | setUpdateTime | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | Apache-2.0 |
public function getUpdateTime()
{
return $this->updateTime;
} | @return string | getUpdateTime | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Proposal.php | Apache-2.0 |
public function setDeal(Deal $deal)
{
$this->deal = $deal;
} | @param Deal | setDeal | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/FinalizedDeal.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/FinalizedDeal.php | Apache-2.0 |
public function getDeal()
{
return $this->deal;
} | @return Deal | getDeal | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/FinalizedDeal.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/FinalizedDeal.php | Apache-2.0 |
public function setDealPausingInfo(DealPausingInfo $dealPausingInfo)
{
$this->dealPausingInfo = $dealPausingInfo;
} | @param DealPausingInfo | setDealPausingInfo | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/FinalizedDeal.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/FinalizedDeal.php | Apache-2.0 |
public function getDealPausingInfo()
{
return $this->dealPausingInfo;
} | @return DealPausingInfo | getDealPausingInfo | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/FinalizedDeal.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/FinalizedDeal.php | Apache-2.0 |
public function setDealServingStatus($dealServingStatus)
{
$this->dealServingStatus = $dealServingStatus;
} | @param string | setDealServingStatus | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/FinalizedDeal.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/FinalizedDeal.php | Apache-2.0 |
public function getDealServingStatus()
{
return $this->dealServingStatus;
} | @return string | getDealServingStatus | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/FinalizedDeal.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/FinalizedDeal.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/FinalizedDeal.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/FinalizedDeal.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/FinalizedDeal.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/FinalizedDeal.php | Apache-2.0 |
public function setReadyToServe($readyToServe)
{
$this->readyToServe = $readyToServe;
} | @param bool | setReadyToServe | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/FinalizedDeal.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/FinalizedDeal.php | Apache-2.0 |
public function getReadyToServe()
{
return $this->readyToServe;
} | @return bool | getReadyToServe | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/FinalizedDeal.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/FinalizedDeal.php | Apache-2.0 |
public function setRtbMetrics(RtbMetrics $rtbMetrics)
{
$this->rtbMetrics = $rtbMetrics;
} | @param RtbMetrics | setRtbMetrics | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/FinalizedDeal.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/FinalizedDeal.php | Apache-2.0 |
public function getRtbMetrics()
{
return $this->rtbMetrics;
} | @return RtbMetrics | getRtbMetrics | php | tsugiproject/tsugi | vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/FinalizedDeal.php | https://github.com/tsugiproject/tsugi/blob/master/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/FinalizedDeal.php | Apache-2.0 |
php Code Dataset (php-codesearch-dataset-openV2)
Dataset Description
This dataset contains php methods (functions) along with their documentation comments (typically #
comments preceding the def
line), extracted from various GitHub repositories. It follows a format similar to CodeSearchNet.
Features
The dataset includes the following features for each sample:
code
: The php method's source code (fromdef
toend
).docstring
: The documentation comment associated with the method.func_name
: The name of the method (function).language
: The programming language (always"php"
).repo
: The full name of the source GitHub repository (e.g.,rails/rails
).path
: The relative file path within the source repository.url
: A GitHub URL pointing to the source file (usually on the master/main branch).license
: The SPDX identifier of the license declared for the source repository (e.g.,MIT
,Apache-2.0
,php
, orNO LICENSE
).
Dataset Structure
The dataset is divided into the following splits:
train
: 1,326,581 examplesvalidation
: 11,192 examplestest
: 60,519 examples
Total Examples: 1,398,292
Usage
You can load and use this dataset using the datasets
library:
from datasets import load_dataset
# Load the dataset from the Hugging Face Hub
dataset = load_dataset("Shuu12121/php-codesearch-dataset-openV2")
# Access a specific split (e.g., training split)
train_data = dataset["train"]
# Explore the data
print(f"Number of training samples: {len(train_data):,}")
print("\nFirst training sample:")
print(train_data[0])
# Example: Access code and docstring of the first sample
first_sample = train_data[0]
print("\nMethod Name:", first_sample['func_name'])
print("\nDocstring:\n", first_sample['docstring'])
# print("\nCode Snippet:\n", first_sample['code'][:500] + "...") # Print first 500 chars of code
Data Collection
The data was collected by:
- Searching for popular and recent php repositories on GitHub.
- Cloning the repositories (shallow clone).
- Identifying php files (
.php
). - Using the
lizard
tool to parse the code and identify method definitions. - Extracting the method code and the preceding
#
comment lines as documentation. - Filtering out methods without documentation or with very short code.
- Recording metadata like repository name, file path, and license.
- Splitting the data by repository (80% train, 10% validation, 10% test) to prevent data leakage between splits.
Licensing
The code snippets included in this dataset are sourced from various GitHub repositories under different licenses (MIT, Apache-2.0, php License, BSD clauses, etc.). Each data sample contains a license
field indicating the license of the source repository. Users of this dataset should be aware of and respect the original licenses when using the code snippets. The dataset itself (the collection and organization) is provided under a permissive license, but the underlying code snippets retain their original licenses.
Disclaimer
This dataset was generated through an automated process. While efforts were made to accurately extract methods and documentation, there might be errors or inaccuracies.
- Downloads last month
- 11