Home
last modified time | relevance | path

Searched refs:getMetadata (Results 301 – 325 of 339) sorted by path

1...<<11121314

/plugin/diagramsnet/lib/js/orgchart/
H A Dbridge.min.js8getMetadata:function(n){return n.$getMetadata?n.$getMetadata():n.$metadata}},nt,s,at,o,vt,yt,pt,k,… method in Bridge.Reflection
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.js396getMetadata(e,t,n){const o=this._hashTable.get(e,t,n.id);let s;if(o)s=o.metadata,this._logService.…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js396getMetadata(e,t,n){const o=this._hashTable.get(e,t,n.id);let s;if(o)s=o.metadata,this._logService.…
H A Dbundle.js.map1getMetadata(tokenIndex) {\n const metadata = this._tokens[(tokenIndex << 1) + 1];\n …
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
H A DCHANGELOG.rst12 * Moved ``GuzzleHttp\Stream\MetadataStreamInterface::getMetadata`` to
63 ``getMetadata`` is called rather than returning a value from a cache.
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DAppendStream.php216 public function getMetadata($key = null) function in GuzzleHttp\\Stream\\AppendStream
H A DAsyncReadStream.php94 $this->hwm = $buffer->getMetadata('hwm');
H A DBufferStream.php130 public function getMetadata($key = null) function in GuzzleHttp\\Stream\\BufferStream
H A DFnStream.php18 'isReadable', 'read', 'getContents', 'getMetadata'];
143 public function getMetadata($key = null) function in GuzzleHttp\\Stream\\FnStream
H A DNullStream.php75 public function getMetadata($key = null) function in GuzzleHttp\\Stream\\NullStream
H A DPumpStream.php138 public function getMetadata($key = null) function in GuzzleHttp\\Stream\\PumpStream
H A DStream.php168 $this->uri = $this->getMetadata('uri');
247 public function getMetadata($key = null) function in GuzzleHttp\\Stream\\Stream
H A DStreamDecoratorTrait.php73 public function getMetadata($key = null) function
75 return $this->stream->getMetadata($key);
H A DStreamInterface.php158 public function getMetadata($key = null); function
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DAppendStreamTest.php168 $this->assertEquals([], $s->getMetadata());
169 $this->assertNull($s->getMetadata('foo'));
H A DBufferStreamTest.php16 $this->assertEquals(null, $b->getMetadata('foo'));
17 $this->assertEquals(10, $b->getMetadata('hwm'));
18 $this->assertEquals([], $b->getMetadata());
H A DFnStreamTest.php72 $this->assertEquals($a->getMetadata(), $b->getMetadata());
H A DLazyOpenStreamTest.php31 $this->assertIsArray($l->getMetadata());
51 $this->assertIsArray($l->getMetadata());
H A DNullStreamTest.php16 $this->assertNull($b->getMetadata('a'));
17 $this->assertEquals([], $b->getMetadata());
H A DPumpStreamTest.php19 $this->assertEquals('bar', $p->getMetadata('foo'));
20 $this->assertEquals(['foo' => 'bar'], $p->getMetadata());
H A DStreamDecoratorTraitTest.php114 $this->assertSame($this->b->getMetadata(), $this->a->getMetadata());
115 $this->assertSame($this->b->getMetadata('uri'), $this->a->getMetadata('uri'));
H A DStreamTest.php27 $this->assertEquals('php://temp', $stream->getMetadata('uri'));
28 $this->assertIsArray($stream->getMetadata());
166 $this->assertEmpty($stream->getMetadata());
218 $this->assertEquals(3, $s->getMetadata('hwm'));
219 $this->assertArrayHasKey('hwm', $s->getMetadata());
/plugin/elasticsearch/vendor/ruflin/elastica/src/Bulk/
H A DAction.php97 public function getMetadata(): array function in Elastica\\Bulk\\Action
104 return [$this->_opType => $this->getMetadata()];
/plugin/farm/
H A Danimal.class.php113 public function getMetadata($name = '', $default = null) { function in dokuwiki_farm_animal
160 return $this->getMetadata('status', 'open');
168 return $this->getMetadata('lockstate');
H A Dinfos.animal.class.php282 $d = (int)$this->animal->getMetadata('creation_date');

1...<<11121314