Home
last modified time | relevance | path

Searched refs:person (Results 1 – 25 of 280) sorted by relevance

12345678910>>...12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/
H A DRelation.php31 public $person; variable in Google\\Service\\PeopleService\\Relation
68 public function setPerson($person) argument
70 $this->person = $person;
77 return $this->person;
H A DDeleteContactPhotoResponse.php28 public function setPerson(Person $person) argument
30 $this->person = $person;
37 return $this->person;
H A DSearchResult.php28 public function setPerson(Person $person) argument
30 $this->person = $person;
37 return $this->person;
H A DUpdateContactPhotoResponse.php28 public function setPerson(Person $person) argument
30 $this->person = $person;
37 return $this->person;
H A DPersonResponse.php52 public function setPerson(Person $person) argument
54 $this->person = $person;
61 return $this->person;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DStructuredResult.php28 public function setPerson(Person $person) argument
30 $this->person = $person;
37 return $this->person;
H A DPeopleSuggestion.php28 public function setPerson(Person $person) argument
30 $this->person = $person;
37 return $this->person;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudNaturalLanguage/
H A DPartOfSpeech.php49 public $person; variable in Google\\Service\\CloudNaturalLanguage\\PartOfSpeech
158 public function setPerson($person) argument
160 $this->person = $person;
167 return $this->person;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/
H A DSerializerBuilderTest.php232 $person = new PersonSecret();
233 $person->gender = 'f';
234 $person->name = 'mike';
236 self::assertEquals($json, $serializer->serialize($person, 'json'));
246 $person = new PersonSecretWithVariables();
247 $person->gender = 'f';
248 $person->name = 'mike';
250 $serialized = $serializer->serialize($person, 'json');
254 self::assertEquals($person, $object);
/plugin/strata/
H A DREADME.md19 <data person>
27 <list ?person ?contact>
28 ?person is a: person
29 ?person Contact [link]: ?contact
H A Dmanual.txt21 <data person>
29 **Classes**: You can add one or more classes to a data block by placing them in the opening tag. Classes are separated by spaces, so class names declared in this way can not contain spaces. (Note that declaring a class name is effectively the same as adding a ''is a: person'' field-value pair to the data block.)
35 <data person>
65 ?p is a: person
73 For example, ''?p is a: person'' will match any subject that has field ''is a'' and value ''person'' to variable ''?p''.
89 ?p is a: person
171 As a convenience, you can attach one or more classes to the data by putting them in the opening: ''<data **person**>''. To add multiple classes, separate them with a space.
173 Classes are not handled specially. This way of adding classes to the data is merely a convenience. You can achieve the same by adding values to field ''is a''. For example ''<data person>'' can be achieved by a line of ''is a: person'' i
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DParagraphElement.php166 public function setPerson(Person $person) argument
168 $this->person = $person;
175 return $this->person;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DXmlSerializationTest.php97 $person = new Person();
98 $person->name = 'Matthias Noback';
99 $person->age = 28;
100 $personCollection->person = $person;
109 $person = new Person();
110 $person->name = 'Matthias Noback';
111 $person->age = 28;
112 $personCollection->persons->add($person);
H A DBaseSerializationTest.php267 $person = new PersonSecret();
268 $person->gender = 'f';
269 $person->name = 'mike';
270 $this->serialize($person);
275 $person = new PersonSecret();
276 $person->gender = 'f';
277 $person->name = 'mike';
296 $person->gender = 'f';
297 $person->name = 'mike';
325 $person,
[all …]
/plugin/jplayer/vendor/james-heinrich/getid3/licenses/
H A Dlicense.commercial.txt9 The license is non-exclusively granted to a single person or company,
10 per payment of the license fee, for the lifetime of that person or
/plugin/photogallery/phpThumb/licenses/
H A Dlicense.ptcl.txt9 The license is non-exclusively granted to a single person or company,
10 per payment of the license fee, for the lifetime of that person or
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DPersonLocation.php18 public $person; variable in JMS\\Serializer\\Tests\\Fixtures\\PersonLocation
/plugin/mikioplugin/icons/bootstrap-icons/svg/
H A Dperson-fill.svg1 <svg class="bi bi-person-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dperson-dash-fill.svg1 <svg class="bi bi-person-dash-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dperson-check-fill.svg1 <svg class="bi bi-person-check-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dperson.svg1 <svg class="bi bi-person" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dperson-circle.svg1 <svg class="bi bi-person-circle" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dperson-square.svg1 <svg class="bi bi-person-square" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dperson-dash.svg1 <svg class="bi bi-person-dash" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dperson-lines-fill.svg1 <svg class="bi bi-person-lines-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">

12345678910>>...12