Home
last modified time | relevance | path

Searched refs:this (Results 17676 – 17700 of 27090) sorted by relevance

1...<<701702703704705706707708709710>>...1084

/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DListData.php
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DConstantScore.php20 $this->setFilter($filter);
27 * @return $this
31 return $this->setParam('filter', $filter);
37 * @return $this
41 return $this->setParam('boost', $boost);
/plugin/blogtng/tpl/default/
H A Dfeed.php12 echo $this->getLang('created').": ";$entry->tpl_created($conf['dformat']);echo ", ";
16 echo $this->getLang('author').": ";$entry->tpl_author();
19 echo $this->getLang('tags').": ";$entry->tpl_tags('');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/
H A DJS.php274 foreach ($this->tokenValues as $token => $values) {
436 $regex = $this->getRegexToken(
465 if (isset($this->tokenValues[strtolower($buffer)]) === true
526 $value = $this->tokenValues[strtolower($buffer)];
600 $value = $this->tokenValues[strtolower($char)];
621 && array_key_exists($buffer, $this->commentTokens) === true
638 $value = $this->tokenValues[strtolower($lastChar)];
659 if ($this->commentTokens[$inComment] === null) {
665 if ($this->commentTokens[$inComment] === $buffer) {
739 if (isset($this->commentTokens[$tokenContent]) === true) {
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DJplayerMp3.as82 this.dispatchEvent(new JplayerEvent(JplayerEvent.JPLAYER_ERROR, myStatus));
112 this.dispatchEvent(new JplayerEvent(JplayerEvent.JPLAYER_ENDED, myStatus));
128 this.dispatchEvent(new JplayerEvent(JplayerEvent.JPLAYER_PROGRESS, myStatus));
173 this.dispatchEvent(new JplayerEvent(JplayerEvent.JPLAYER_SEEKING, myStatus));
178 this.dispatchEvent(new JplayerEvent(JplayerEvent.JPLAYER_SEEKED, myStatus));
196 this.dispatchEvent(new JplayerEvent(JplayerEvent.JPLAYER_WAITING, myStatus));
200 this.dispatchEvent(new JplayerEvent(JplayerEvent.JPLAYER_CANPLAY, myStatus));
201 this.dispatchEvent(new JplayerEvent(JplayerEvent.JPLAYER_PLAYING, myStatus));
243 this.dispatchEvent(new JplayerEvent(JplayerEvent.JPLAYER_PAUSE, myStatus));
255 this.dispatchEvent(new JplayerEvent(JplayerEvent.JPLAYER_PLAY, myStatus));
[all …]
H A DJplayerMp4.as47 this.addChild(myVideo);
75 this.dispatchEvent(new JplayerEvent(JplayerEvent.JPLAYER_PROGRESS, myStatus));
89 this.dispatchEvent(new JplayerEvent(JplayerEvent.JPLAYER_TIMEUPDATE, myStatus));
122 this.dispatchEvent(new JplayerEvent(JplayerEvent.JPLAYER_SEEKING, myStatus));
127 this.dispatchEvent(new JplayerEvent(JplayerEvent.JPLAYER_SEEKED, myStatus));
156 this.dispatchEvent(new JplayerEvent(JplayerEvent.JPLAYER_ERROR, myStatus));
167 this.dispatchEvent(new JplayerEvent(JplayerEvent.JPLAYER_ENDED, myStatus));
231 myStream.pause(); // Since it is playing by default at this point.
242 myStream.pause(); // Since it is playing by default at this point.
251 this.dispatchEvent(new JplayerEvent(JplayerEvent.JPLAYER_PLAY, myStatus));
[all …]
/plugin/jcapture/lib/
H A Djcapture.jar ... { final synthetic com.hammurapi.jcapture.AbstractCaptureApplet this$0 void <init> (com.hammurapi ...
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Djson.worker.js.map1this when actually needing stable sort.\n */\nexport function mergeSort(data, compare) {\n _sor…
/plugin/plantumlparser/tests/
H A DPlantUmlDiagramTest.php15 $this->assertEquals(
25 $this->assertEquals(
35 $this->assertEquals(
45 $this->assertEquals(
55 $this->assertEquals(
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/1472/
H A DIssue1472Test.php13 $this->assertEquals(1, $xpath->evaluate('count(//label[text() = "text content"])'));
16 $this->assertEqualXMLStructure($expectedElmt, $labelElement);
19 $this->assertEquals(1, $xpath->evaluate('count(//label[text() = "text content"])'));
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/
H A DException.php31 $this->exception = $exception;
36 throw $this->exception;
45 $exporter->export($this->exception)
/plugin/webdav/vendor/sabre/http/lib/
H A DClientHttpException.php31 $this->response = $response;
43 return $this->response->getStatus();
54 return $this->response;
/plugin/findologicxmlexport/vendor/jms/serializer/src/Visitor/Factory/
H A DJsonSerializationVisitorFactory.php22 return new JsonSerializationVisitor($this->options);
27 $this->options = (int) $options;
28 return $this;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DGroupsUser.php30 $this->name = $name;
31 $this->manager = $manager;
32 $this->friends = $friends;
/plugin/findologicxmlexport/vendor/jms/metadata/tests/
H A DPropertyMetadataTest.php15 $this->assertEquals('Metadata\Tests\Fixtures\TestObject', $metadata->class);
16 $this->assertEquals('foo', $metadata->name);
23 $this->assertEquals($metadata, unserialize(serialize($metadata)));
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/src/Exception/
H A DHttpException.php27 $this->uri = $uri;
33 return $this->uri;
38 return $this->getCode();
/plugin/davcal/vendor/sabre/http/lib/
H A DClientHttpException.php31 $this->response = $response;
43 return $this->response->getStatus();
54 return $this->response;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DFleetNamespace.php11 * Elasticsearch B.V licenses this file to you under the Apache 2.0 License or
24 * NOTE: this file is autogenerated using util/GenerateEndpoints.php
47 $index = $this->extractArgument($params, 'index');
49 $endpointBuilder = $this->endpoints;
54 return $this->performRequest($endpoint);
/plugin/svg/
H A Dsvgparser.php12 xml_set_object( $xmlp, $this );
25 $this->width = $attribs[ 'WIDTH' ];
26 $this->height = $attribs[ 'HEIGHT' ];
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/ITip/
H A DMessageTest.php10 $this->assertFalse($message->getScheduleStatus());
19 $this->assertEquals('1.2', $message->getScheduleStatus());
28 $this->assertEquals('9.9.9', $message->getScheduleStatus());
/plugin/parserarray/
H A Drenderer.php30 $this->doc .= '<pre>';
33 $this->doc .= hsc(ob_end_clean());
34 $this->doc .= '</pre>';
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Property/
H A DFloatTest.php16 $this->assertInstanceOf('Sabre\VObject\Property\FloatValue', $result->{'X-FLOAT'});
18 $this->assertEquals(array(
23 $this->assertEquals(
/plugin/findologicxmlexport/vendor/jms/serializer/src/Annotation/
H A DExclusionPolicy.php29 $this->policy = strtoupper($values['value']);
31 if (self::NONE !== $this->policy && self::ALL !== $this->policy) {
/plugin/webdav/vendor/sabre/vobject/lib/Property/
H A DIntegerValue.php30 $this->setValue((int) $val);
40 return $this->value;
65 return [(int) $this->getValue()];
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/
H A DFloatTest.php16 $this->assertInstanceOf('Sabre\VObject\Property\FloatValue', $result->{'X-FLOAT'});
18 $this->assertEquals([
23 $this->assertEquals(

1...<<701702703704705706707708709710>>...1084