Home
last modified time | relevance | path

Searched refs:this (Results 17701 – 17725 of 27090) sorted by relevance

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

/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/Doctrine/
H A DAuthor.php27 $this->name = $name;
28 $this->id = $id;
33 return $this->name;
/plugin/icalevents/vendor/sabre/vobject/lib/Property/
H A DIntegerValue.php32 $this->setValue((int)$val);
43 return $this->value;
70 return [(int)$this->getValue()];
/plugin/davcard/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/webdavclient/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/webdavclient/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/davcal/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/davcal/vendor/sabre/vobject/tests/VObject/Property/
H A DFloatTest.php16 $this->assertInstanceOf('Sabre\VObject\Property\Float', $result->{'X-FLOAT'});
18 $this->assertEquals(array(
23 $this->assertEquals(
/plugin/ocr/
H A Daction.php14 … $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'handle_toolbar_define',array());
15 $controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this,'_hookjs');
33 'title' => $this->getLang('qb_abutton'),
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DMigrationNamespace.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
41 $index = $this->extractArgument($params, 'index');
43 $endpointBuilder = $this->endpoints;
48 return $this->performRequest($endpoint);
H A DTextStructureNamespace.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
55 $body = $this->extractArgument($params, 'body');
57 $endpointBuilder = $this->endpoints;
62 return $this->performRequest($endpoint);
/plugin/bez/meta/
H A DValidationException.php11 $this->validaion_errors = $validaion_errors;
12 $this->table = $table;
19 return $this->validaion_errors;
/plugin/siteexport/_test/
H A Dplugin_siteexport_functions_getrelativeurl.test.php14 …$this->assertFileExists(DOKU_PLUGIN . 'siteexport/inc/functions.php', 'The functions.php file coul…
15 …$this->assertTrue(class_exists('siteexport_functions'), 'The class for the functions could not be …
65 …$this->assertTrue($test['expected'] == $result, "Result '{$result}' did not match expected result …
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DDeprecatedTokenParser.php31 $expr = $this->parser->getExpressionParser()->parseExpression();
33 $this->parser->getStream()->expect(Token::BLOCK_END_TYPE);
35 return new DeprecatedNode($expr, $token->getLine(), $this->getTag());
H A DDoTokenParser.php26 $expr = $this->parser->getExpressionParser()->parseExpression();
28 $this->parser->getStream()->expect(Token::BLOCK_END_TYPE);
30 return new DoNode($expr, $token->getLine(), $this->getTag());
/plugin/emoji/
H A Daction.php12 $controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this, 'tplMetaheaderOutput');
17 switch($this->getConf('assetsrc')) {
22 $asseturi = $this->getConf('asseturi');
/plugin/findologicxmlexport/vendor/hoa/compiler/Exception/
H A DIllegalToken.php71 $this->line = $line;
72 $this->column = $column;
84 return $this->column;
H A DUnrecognizedToken.php71 $this->line = $line;
72 $this->column = $column;
84 return $this->column;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DJsonMatches.php29 $this->value = $value;
49 $decodedValue = json_decode($this->value);
66 $this->value
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DClonedDependencyTest.php21 $this->assertSame(self::$dependency, $dependency);
29 $this->assertSame(self::$dependency, $dependency);
37 $this->assertNotSame(self::$dependency, $dependency);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Processor/
H A DSplitProcessor.php22 $this->setField($field);
23 $this->setSeparator($separator);
29 * @return $this
33 return $this->setParam('separator', $separator);
/plugin/combo/vendor/symfony/process/Exception/
H A DProcessSignaledException.php9 * file that was distributed with this source code.
27 $this->process = $process;
34 return $this->process;
39 return $this->getProcess()->getTermSignal();
/plugin/mikioplugin/syntax/
H A Dcardgroup.php19 $classes = $this->buildClass($data);
21 $renderer->doc .= '<div class="' . $this->elemClass . ' ' . $this->classPrefix . 'card-group' . $classes . '">';
/plugin/findologicxmlexport/vendor/twig/twig/src/Cache/
H A DFilesystemCache.php32 $this->directory = rtrim($directory, '\/').'/';
33 $this->options = $options;
40 return $this->directory.$hash[0].$hash[1].'/'.$hash.'.php';
68 … if (self::FORCE_BYTECODE_INVALIDATION == ($this->options & self::FORCE_BYTECODE_INVALIDATION)) {
/plugin/findologicxmlexport/vendor/twig/twig/src/Profiler/Dumper/
H A DBlackfireDumper.php26 $this->dumpProfile('main()', $profile, $data);
27 $this->dumpChildren('main()', $profile, $data);
53 $this->dumpProfile(sprintf('%s==>%s', $parent, $name), $p, $data);
54 $this->dumpChildren($name, $p, $data);
/plugin/navpath/
H A Dsyntax.php62 $this->Lexer->addEntryPattern('<navpath.*?>(?=.*?<\/navpath>)', $mode, 'plugin_navpath');
67 $this->Lexer->addExitPattern('</navpath>', 'plugin_navpath');
85 $this->split = strlen($split) > 0 ? $split : ',';
89 $data = explode($this->split, $match);

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