/plugin/aichat/vendor/vanderlee/php-sentence/tests/ |
H A D | SentenceTest.php | 17 protected $object; variable in Vanderlee\\Sentence\\Tests\\SentenceTest 25 $this->object = new \Vanderlee\Sentence\Sentence(); 33 $this->assertSame(0, $this->object->count('')); 34 $this->assertSame(0, $this->object->count(' ')); 35 $this->assertSame(0, $this->object->count("\n")); 43 $this->assertSame(1, $this->object->count('Hello')); 44 $this->assertSame(1, $this->object->count('Hello.')); 45 $this->assertSame(1, $this->object->count('Hello...')); 46 $this->assertSame(1, $this->object->count('Hello!')); 47 $this->assertSame(1, $this->object [all...] |
/plugin/gtime/gtlib/asn1/ |
H A D | ASN1DER.php | 36 * @param ASN1DEREncodable $object 39 public static function encode($object) { argument 45 return $object->encodeDER(); 129 $object->decodeDER($bytes); 131 return $object; 248 $object = null; 336 $object = new ASN1Tag(); 339 $object->setTagClass($tagClass); 340 $object->setTagType($tagType); 341 $object->setTagValue($byte); [all …]
|
H A D | ASN1Tag.php | 33 private $object; variable in ASN1Tag 59 if ($this->object != null) { 62 $this->append($bytes, $this->object->encodeDER()); 119 $object = ASN1DER::decodeType($this->bytes); 122 $object->decodeDER($this->readBytes($this->bytes, $length)); 128 return $object; 143 $object = ASN1DER::decodeType($tag); 144 $object->decodeDER($this->bytes); 146 return $object; 155 public function setObject($object) { argument [all …]
|
/plugin/gtime/gtlib/asn1/x509/ |
H A D | X509GeneralName.php | 63 private $object; variable in X509GeneralName 75 * @param ASN1Tag $object X509GeneralName encoded as ASN1Tag 78 public function decode($object) { argument 80 if (!$object instanceof ASN1Tag) { 84 if ($object->getTagValue() < 0 || $object->getTagValue() > 8) { 85 throw new GTException("Unknown TAG value: {$object->getTagValue()}"); 88 $this->object = $object; 100 if ($this->object == null) { 104 switch ($this->object->getTagValue()) { 110 return "RFC:" . $this->object->getObjectAs(ASN1_TAG_IA5_STRING)->getValue(); [all …]
|
/plugin/icalevents/vendor/sabre/vobject/lib/ |
H A D | BirthdayCalendarGenerator.php | 69 foreach ($objects as $object) { 71 if (is_string($object)) { 73 $vObj = Reader::read($object); 80 } elseif ($object instanceof Component\VCard) { 82 $this->objects[] = $object; 116 foreach ($this->objects as $object) { 119 if (!$object->select('BDAY')) { 126 if (empty($object->BDAY->getValue())) { 132 $object = $object->convert(Document::VCARD40); 135 if (!isset($object->FN)) { [all …]
|
/plugin/webdav/vendor/sabre/vobject/lib/ |
H A D | BirthdayCalendarGenerator.php | 66 foreach ($objects as $object) { 67 if (is_string($object)) { 68 $vObj = Reader::read($object); 74 } elseif ($object instanceof Component\VCard) { 75 $this->objects[] = $object; 101 foreach ($this->objects as $object) { 103 if (!$object->select('BDAY')) { 110 if (empty($object->BDAY->getValue())) { 116 $object = $object->convert(Document::VCARD40); 119 if (!isset($object->FN)) { [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storage/Resource/ |
H A D | ObjectAccessControls.php | 38 * @param string $object Name of the object. For information about how to URL 50 public function delete($bucket, $object, $entity, $optParams = []) argument 52 $params = ['bucket' => $bucket, 'object' => $object, 'entity' => $entity]; 61 * @param string $object Name of the object. For information about how to URL 74 public function get($bucket, $object, $entity, $optParams = []) argument 76 $params = ['bucket' => $bucket, 'object' => $object, 'entity' => $entity]; 85 * @param string $object Name of the object. For information about how to URL 107 * @param string $object Name of the object. For information about how to URL 117 public function listObjectAccessControls($bucket, $object, $optParams = []) argument 119 $params = ['bucket' => $bucket, 'object' => $object]; [all …]
|
H A D | Objects.php | 141 * @param string $object Name of the object. For information about how to URL 161 public function delete($bucket, $object, $optParams = []) argument 163 $params = ['bucket' => $bucket, 'object' => $object]; 171 * @param string $object Name of the object. For information about how to URL 193 public function get($bucket, $object, $optParams = []) argument 195 $params = ['bucket' => $bucket, 'object' => $object]; 203 * @param string $object Name of the object. For information about how to URL 213 public function getIamPolicy($bucket, $object, $optParams = []) argument 215 $params = ['bucket' => $bucket, 'object' => $object]; 313 * @param string $object Name of the object. For information about how to URL [all …]
|
/plugin/findologicxmlexport/vendor/twig/twig/ext/twig/ |
H A D | twig.c | 54 ZEND_ARG_INFO(0, object) 224 fci.object_ptr = object; in TWIG_CALL_USER_FUNC_ARRAY() 226 fci.object_pp = &object; in TWIG_CALL_USER_FUNC_ARRAY() 353 return Z_OBJ_HT_P(object)->has_property(object, propname, 0, NULL TSRMLS_CC); in TWIG_HAS_PROPERTY() 355 return Z_OBJ_HT_P(object)->has_property(object, propname, 0 TSRMLS_CC); in TWIG_HAS_PROPERTY() 365 Z_OBJ_HT_P(object)->get_properties(object TSRMLS_CC), // the properties hash in TWIG_HAS_DYNAMIC_PROPERTY() 404 fci.object_ptr = object; in TWIG_CALL_S() 406 fci.object_pp = &object; in TWIG_CALL_S() 702 zval *object; in PHP_FUNCTION() local 831 Z_ADDREF_P(object); in PHP_FUNCTION() [all …]
|
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/ |
H A D | XmlSerializationTest.php | 76 $object = $this->deserialize( 219 $object->name = 'name'; 220 $object->nameAlternativeB = 'nameB'; 222 $object->phones = ['111', '222']; 239 $object, 266 $object, 345 $object->phones = []; 346 $object->addresses = []; 348 $object->phonesAlternativeB = []; 349 $object->addressesAlternativeB = []; [all …]
|
/plugin/sequencediagram/bower_components/lodash/dist/ |
H A D | lodash.core.js | 126 return object == null ? undefined : object[key]; 139 return object == null ? undefined : object[key]; 581 return object && baseFor(object, iteratee, keys); 807 object = Object(object); 830 object = Object(object); 979 object || (object = {}); 1020 object = Object(object); 3187 object = Object(object); 3321 return object == null ? {} : basePick(object, paths); 3354 var value = object == null ? undefined : object[path]; [all …]
|
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/ |
H A D | Protocol.php | 57 ->object($result) 66 ->object($result['Application'])->isInstanceOf('Hoa\Protocol\Node\Node') 67 … ->object($result['Application']['Public'])->isInstanceOf('Hoa\Protocol\Node\Node') 68 ->object($result['Data'])->isInstanceOf('Hoa\Protocol\Node\Node') 69 ->object($result['Data']['Etc'])->isInstanceOf('Hoa\Protocol\Node\Node') 71 … ->object($result['Data']['Etc']['Locale'])->isInstanceOf('Hoa\Protocol\Node\Node') 72 ->object($result['Data']['Lost+found'])->isInstanceOf('Hoa\Protocol\Node\Node') 73 ->object($result['Data']['Temporary'])->isInstanceOf('Hoa\Protocol\Node\Node') 74 ->object($result['Data']['Variable'])->isInstanceOf('Hoa\Protocol\Node\Node') 77 … ->object($result['Data']['Variable']['Log'])->isInstanceOf('Hoa\Protocol\Node\Node') [all …]
|
/plugin/findologicxmlexport/vendor/jms/serializer/src/ |
H A D | SerializationContext.php | 61 * @param mixed $object 65 if (!\is_object($object)) { 68 $this->visitingSet->attach($object); 69 $this->visitingStack->push($object); 73 * @param mixed $object 77 if (!\is_object($object)) { 80 $this->visitingSet->detach($object); 83 if ($object !== $poppedObject) { 89 * @param mixed $object 93 if (!\is_object($object)) { [all …]
|
/plugin/gtime/gtlib/asn1/gt/ |
H A D | GTCertToken.php | 58 * @param ASN1Sequence $object GTCertToken encoded as ASN1Sequence 61 public function decode($object) { argument 63 if (!$object instanceof ASN1Sequence) { 67 if ($object->getObjectCount() < 4 || $object->getObjectCount() > 5) { 68 throw new GTException("Invalid sequence size: " . $object->getObjectCount()); 71 $version = (int) $object->getObjectAt(0)->getValue(); 77 $this->history = $object->getObjectAt(1)->getValue(); 80 $publishedData->decode($object->getObjectAt(2)); 86 foreach ($object->getObjectAt(3)->getObjects() as $item) { 92 if ($object->getObjectCount() == 5) {
|
H A D | GTSignatureInfo.php | 55 * @param ASN1Sequence $object GTSignatureInfo encoded as ASN1Sequence 58 public function decode($object) { argument 60 if (!$object instanceof ASN1Sequence) { 64 if ($object->getObjectCount() < 2 || $object->getObjectCount() > 3) { 65 throw new GTException("Invalid sequence size: " . $object->getObjectCount()); 69 $algorithm->decode($object->getObjectAt(0)); 71 $signatureValue = $object->getObjectAt(1); 80 if ($object->getObjectCount() == 3) {
|
/plugin/findologicxmlexport/vendor/twig/twig/src/ |
H A D | Template.php | 509 …if (((\is_array($object) || $object instanceof \ArrayObject) && (isset($object[$arrayItem]) || \ar… 510 || ($object instanceof \ArrayAccess && isset($object[$arrayItem])) 516 return $object[$arrayItem]; 533 if (empty($object)) { 554 if (!\is_object($object)) { 563 if (null === $object) { 576 if (isset($object->$item) || \array_key_exists((string) $item, $object)) { 585 return $object->$item; 589 $class = \get_class($object); 594 if ($object instanceof self) { [all …]
|
/plugin/stlviewer/stlviewer/ |
H A D | Projector.js | 11 this.object = null;
83 this.object = null;
159 var object = null;
166 object = value;
167 material = object.material;
169 normalMatrix.getNormalMatrix( object.matrixWorld );
263 _line.id = object.id;
267 _line.renderOrder = object.renderOrder;
269 _line.material = object.material;
271 if ( object 346 projectObject( object ) global() argument 380 addObject( object ) global() argument 821 pushPoint( _vector4, object, camera ) global() argument [all...] |
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/ |
H A D | DeepCopy.php | 83 * @param mixed $object 87 public function copy($object) argument 91 return $this->recursiveCopy($object); 153 * @param object $object 159 private function copyObject($object) argument 161 $objectHash = spl_object_hash($object); 172 $this->hashMap[$objectHash] = $object; 174 return $object; 185 $newObject = clone $object; 219 $object, [all …]
|
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/ |
H A D | DeepCopy.php | 28 * @var object[] List of objects copied. 57 * @param bool $useCloneMethod If set to true, when an object implements the __clone() function, it will be used 84 * Deep copies the given object. 86 * @param mixed $object 90 public function copy($object) argument 94 return $this->recursiveCopy($object); 162 * Copies an object. 164 * @param object $object 168 * @return object 170 copyObject($object) global() argument 214 copyObjectProperty($object, ReflectionProperty $property) global() argument [all...] |
/plugin/gtime/gtlib/asn1/tsp/ |
H A D | TSPTimeStampResp.php | 55 * @param ASN1Sequence $object TSPTimeStampResp encoded as ASN1Sequence 58 public function decode($object) { argument 60 if (!$object instanceof ASN1Sequence) { 64 if ($object->getObjectCount() < 1 || $object->getObjectCount() > 2) { 69 $status->decode($object->getObjectAt(0)); 77 if ($object->getObjectCount() != 2) { 82 $token->decode($object->getObjectAt(1)); 88 if ($object->getObjectCount() == 2) {
|
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/Subscriber/ |
H A D | DoctrineProxySubscriber.php | 36 $object = $event->getObject(); 44 if ($object instanceof PersistentCollection 45 || $object instanceof MongoDBPersistentCollection 46 || $object instanceof PHPCRPersistentCollection 56 (!$object instanceof Proxy && !$object instanceof ORMProxy) 65 … $metadata = $context->getMetadataFactory()->getMetadataForClass(get_parent_class($object)); 71 $object->__load(); 74 $event->setType(get_parent_class($object), $type['params']); 86 $object = $event->getObject(); 87 if ($object instanceof Proxy) { [all …]
|
/plugin/findologicxmlexport/vendor/jms/metadata/src/ |
H A D | MergeableClassMetadata.php | 9 public function merge(MergeableInterface $object): void argument 11 if (!$object instanceof MergeableClassMetadata) { 15 $this->name = $object->name; 16 $this->methodMetadata = array_merge($this->methodMetadata, $object->methodMetadata); 17 $this->propertyMetadata = array_merge($this->propertyMetadata, $object->propertyMetadata); 18 $this->fileResources = array_merge($this->fileResources, $object->fileResources); 20 if ($object->createdAt < $this->createdAt) { 21 $this->createdAt = $object->createdAt;
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/ |
H A D | AbstractBackend.php | 113 foreach ($objects as $object) { 115 if ($this->validateFilterForObject($object, $filters)) { 116 $result[] = $object['uri']; 129 * @param array $object 133 protected function validateFilterForObject(array $object, array $filters) { argument 138 if (!isset($object['calendardata'])) { 139 $object = $this->getCalendarObject($object['calendarid'], $object['uri']); 142 $vObject = VObject\Reader::read($object['calendardata']);
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/ |
H A D | AbstractBackend.php | 113 foreach ($objects as $object) { 115 if ($this->validateFilterForObject($object, $filters)) { 116 $result[] = $object['uri']; 129 * @param array $object 133 protected function validateFilterForObject(array $object, array $filters) { argument 138 if (!isset($object['calendardata'])) { 139 $object = $this->getCalendarObject($object['calendarid'], $object['uri']); 142 $vObject = VObject\Reader::read($object['calendardata']);
|
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Splitter/ |
H A D | ICalendarTest.php | 40 while ($object = $objects->getNext()) { 41 $return .= $object->serialize(); 79 while ($object = $objects->getNext()) { 80 $return .= $object->serialize(); 127 while ($object = $objects->getNext()) { 139 $return .= $object->serialize(); 166 while ($object = $objects->getNext()) { 167 $return .= $object->serialize(); 261 while ($object = $objects->getNext()) { 276 $return .= $object->serialize(); [all …]
|