Home
last modified time | relevance | path

Searched refs:this (Results 20601 – 20625 of 27090) sorted by relevance

1...<<821822823824825826827828829830>>...1084

/plugin/authgooglesheets/vendor/google/apiclient-services/src/NetworkSecurity/
H A DGoogleIamV1TestIamPermissionsResponse.php33 $this->permissions = $permissions;
40 return $this->permissions;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecretManager/
H A DTestIamPermissionsRequest.php33 $this->permissions = $permissions;
40 return $this->permissions;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DStringList.php33 $this->elements = $elements;
40 return $this->elements;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Networkconnectivity/
H A DExplicitBuckets.php27 $this->bounds = $bounds;
31 return $this->bounds;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DExists.php19 $this->setField($field);
25 * @return $this
29 return $this->setParam('field', $field);
/plugin/prosemirror/
H A DProsemirrorException.php21 $this->data[$key] = $data;
26 return $this->data;
/plugin/combo/vendor/php-webdriver/webdriver/lib/Exception/
H A DDriverServerDiedException.php13 \Exception::__construct($this->getMessage(), $this->getCode(), $previous);
/plugin/struct/helper/
H A Dfieldhidden.php18 * @param int $formid unique identifier of the form which contains this field
22 $this->_handlePreload();
23 $form->addHidden($params['name'], $this->getParam('value') . '');
/plugin/composer/
H A Dsyntax.php53 $this->Lexer->addSpecialPattern("{{compose>.*?}}",$mode,'plugin_composer');
173 $file_data = $this->_get_file_data($data);
189 $this->_render_output($renderer, $file, $data);
317 $instr = $this->_convertInstructions(
333 $content = $this->_cleanXHTML($content);
379 $this->_convert_link($renderer,$instr[$i],$iNS,$iID,$o);
385 $this->_convert_header($renderer,$instr[$i],$clevel,$o);
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/
H A DSimpleTokenParser.php28 $grammar = $this->getGrammar();
33 $grammar->setParser($this->parser);
36 return $this->getNode($values, $token->getLine());
67 …return $this->getAttribute($node, $attribute, $arguments, Twig_Node_Expression_GetAttr::TYPE_METHO…
/plugin/googleanalytics/
H A DCHANGELOG.md2 All notable changes to this project will be documented in this file.
5 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
30 - [DPG-19] - Added this CHANGELOG.md, rewrote README.md and first official version number 1.0.0 and…
/plugin/facebookalbum/
H A Dsyntax.php190 $album_template = $this->getConf(FB_ALBUM_TEMPLATE_ALBUM);
220 $photo_template = $this->getConf(FB_ALBUM_TEMPLATE_ALBUM);
223 $renderer->doc .= "<p>".html_wikilink($ID, $this->getLang('back_to_albums'))."</p>";
250 $picture_template = $this->getConf(FB_ALBUM_TEMPLATE_PICTURE);
/plugin/wikipediasnippet/
H A Dsyntax.php20 … $this->Lexer->addSpecialPattern('{{wp(?:\:[a-z-]+)?>[^}]+}}',$mode,'plugin_wikipediasnippet');
71 …$snippetLength = ($this->getConf('snippetLength')) ? '&exsentences='.$this->getConf('snippetLength…
72 $useHtml = ($this->getConf('useHtml')) ? '' : '&explaintext=';
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DLookahead.php54 $this
67 $this
126 $this
168 $this
/plugin/combo/syntax/
H A Dnote.php91 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
98 $this->Lexer->addExitPattern('</' . self::TAG . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
/plugin/siteexport/action/
H A Daggregate.php21 $controller->register_hook('TPL_ACT_RENDER', 'BEFORE', $this, 'siteexport_aggregate');
22 …$controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'siteexport_aggregate_button', array …
61 $lookupNS = array_map(array($this, 'prefixStart'), $namespaces);
142 'title' => $this->getLang('toolbarButton'),
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DObjectWithObjectProperty.php26 return $this->foo;
34 return $this->author;
H A DAuthorExpressionAccessContext.php23 $this->firstName = $firstName;
28 return $this->firstName;
H A DTimestamp.php18 $this->timestamp = $timestamp;
23 return $this->timestamp;
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DOptimizerExtension.php25 $this->optimizers = $optimizers;
30 return [new OptimizerNodeVisitor($this->optimizers)];
/plugin/webdav/vendor/sabre/vobject/lib/Property/VCard/
H A DLanguageTag.php29 $this->setValue($val);
39 return $this->getValue();
/plugin/icalevents/vendor/sabre/vobject/lib/Property/VCard/
H A DLanguageTag.php31 $this->setValue($val);
42 return $this->getValue();
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/
H A DClassMirrorException.php24 $this->class = $class;
29 return $this->class;
/plugin/davcard/vendor/sabre/vobject/lib/Property/VCard/
H A DLanguageTag.php30 $this->setValue($val);
41 return $this->getValue();
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/498/
H A DIssue498Test.php12 $this->assertTrue(true);
22 $this->assertFalse(false);

1...<<821822823824825826827828829830>>...1084