Home
last modified time | relevance | path

Searched refs:setGroups (Results 1 – 18 of 18) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DManualRule.php29 public function setGroups($groups) function in Google\\Service\\Sheets\\ManualRule
H A DEditors.php53 public function setGroups($groups) function in Google\\Service\\Sheets\\Editors
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIdentity/
H A DListGroupsResponse.php33 public function setGroups($groups) function in Google\\Service\\CloudIdentity\\ListGroupsResponse
H A DSearchGroupsResponse.php33 public function setGroups($groups) function in Google\\Service\\CloudIdentity\\SearchGroupsResponse
H A DGetMembershipGraphResponse.php45 public function setGroups($groups) function in Google\\Service\\CloudIdentity\\GetMembershipGraphResponse
/plugin/authgooglesheets/vendor/google/apiclient-services/src/VMMigrationService/
H A DListGroupsResponse.php37 public function setGroups($groups) function in Google\\Service\\VMMigrationService\\ListGroupsResponse
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DGroups.php55 public function setGroups($groups) function in Google\\Service\\Directory\\Groups
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DXmlSerializationTest.php173 …ze(new ObjectWithVirtualXmlProperties(), SerializationContext::create()->setGroups(['attributes']))
181 …ialize(new ObjectWithVirtualXmlProperties(), SerializationContext::create()->setGroups(['values']))
189 …erialize(new ObjectWithVirtualXmlProperties(), SerializationContext::create()->setGroups(['list']))
197 …serialize(new ObjectWithVirtualXmlProperties(), SerializationContext::create()->setGroups(['map']))
H A DContextTest.php178 $context->setGroups(['foo', 'Default']);
179 $context->setGroups('post');
H A DBaseSerializationTest.php894 $context = SerializationContext::create()->setGroups(['Default']);
913 $context = SerializationContext::create()->setGroups(['Default']);
1109 …r->serialize($groupsObject, $this->getFormat(), SerializationContext::create()->setGroups(['foo']))
1114 …alize($groupsObject, $this->getFormat(), SerializationContext::create()->setGroups(['foo', 'bar']))
1124 …lize($groupsObject, $this->getFormat(), SerializationContext::create()->setGroups([GroupsExclusion…
1129 …lize($groupsObject, $this->getFormat(), SerializationContext::create()->setGroups([GroupsExclusion…
1165 SerializationContext::create()->setGroups([
1274 $context->setGroups(['foo']);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DFreeBusyResponse.php56 public function setGroups($groups) function in Google\\Service\\Calendar\\FreeBusyResponse
/plugin/findologicxmlexport/vendor/jms/serializer/doc/cookbook/
H A Dexclusion_strategies.rst119 …$serializer->serialize(new BlogPost(), 'json', SerializationContext::create()->setGroups(array('li…
123 …$serializer->serialize(new BlogPost(), 'json', SerializationContext::create()->setGroups(array('De…
181 $context = SerializationContext::create()->setGroups(array(
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DContext.php173 public function setGroups($groups): self function in JMS\\Serializer\\Context
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestSuite.php234 $test->setGroups($groups);
H A DTestCase.php340 public function setGroups(array $groups) function in PHPUnit_Framework_TestCase
/plugin/authgoogle/google/contrib/
H A DGoogle_CalendarService.php1872 public function setGroups(Google_FreeBusyGroup $groups) { function in Google_FreeBusyResponse
H A DGoogle_DirectoryService.php1242 public function setGroups(/* array(Google_Group) */ $groups) { function in Google_Groups
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md127 - setGroups add new ExclusionStrategy instead of overwriting it [\#486](https://github.com/schmittj…
172 - obsolete strategies when calling Context::setVersion/setGroups more than once [\#98](https://gith…