Home
last modified time | relevance | path

Searched refs:this (Results 17976 – 18000 of 27090) sorted by relevance

1...<<711712713714715716717718719720>>...1084

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidEnterprise/Resource/
H A DInstalls.php49 return $this->call('delete', [$params]);
66 return $this->call('get', [$params], Install::class);
82 return $this->call('list', [$params], InstallsListResponse::class);
102 return $this->call('update', [$params], Install::class);
H A DManagedconfigurationsfordevice.php48 return $this->call('delete', [$params]);
66 return $this->call('get', [$params], ManagedConfiguration::class);
83 return $this->call('list', [$params], ManagedConfigurationsForDeviceListResponse::class);
102 return $this->call('update', [$params], ManagedConfiguration::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/Resource/
H A DRowAccessPolicies.php53 return $this->call('getIamPolicy', [$params], Policy::class);
77 return $this->call('list', [$params], ListRowAccessPoliciesResponse::class);
95 return $this->call('setIamPolicy', [$params], Policy::class);
116 return $this->call('testIamPermissions', [$params], TestIamPermissionsResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HomeGraphService/Resource/
H A DDevices.php54 return $this->call('query', [$params], QueryResponse::class);
78 …return $this->call('reportStateAndNotification', [$params], ReportStateAndNotificationResponse::cl…
96 return $this->call('requestSync', [$params], RequestSyncDevicesResponse::class);
112 return $this->call('sync', [$params], SyncResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/Resource/
H A DEditsTracks.php46 return $this->call('get', [$params], Track::class);
60 return $this->call('list', [$params], TracksListResponse::class);
76 return $this->call('patch', [$params], Track::class);
92 return $this->call('update', [$params], Track::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/Resource/
H A DEntries.php51 return $this->call('copy', [$params], Operation::class);
67 return $this->call('list', [$params], ListLogEntriesResponse::class);
81 return $this->call('tail', [$params], TailLogEntriesResponse::class);
99 return $this->call('write', [$params], WriteLogEntriesResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/Resource/
H A DMarketplacedeals.php50 return $this->call('delete', [$params], DeleteOrderDealsResponse::class);
64 return $this->call('insert', [$params], AddOrderDealsResponse::class);
81 return $this->call('list', [$params], GetOrderDealsResponse::class);
96 return $this->call('update', [$params], EditAllOrderDealsResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/Resource/
H A DAdvertisersLocationListsAssignedLocations.php56 return $this->call('bulkEdit', [$params], BulkEditAssignedLocationsResponse::class);
74 return $this->call('create', [$params], AssignedLocation::class);
93 return $this->call('delete', [$params], DisplayvideoEmpty::class);
128 return $this->call('list', [$params], ListAssignedLocationsResponse::class);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DAbstractTransport.php31 $this->setConnection($connection);
37 return $this->_connection;
41 * @return $this
45 $this->_connection = $connection;
47 return $this;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DBattleNet.php47 $this->baseApiUri = new Uri( self::API_URI_US );
59 switch( $this->baseApiUri ) {
74 return new Uri( $this->GetOAuthBaseUri() . 'authorize' );
81 return new Uri( $this->GetOAuthBaseUri() . 'token' );
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DHoursField.php15 return $this->isSatisfied($date->format('H'), $value);
34 return $this;
40 $hours = array_merge($hours, $this->getRangeForExpression($part, 23));
64 return $this;
/plugin/combo/syntax/
H A Dstrong.php86 $this->Lexer->addEntryPattern(self::ENTRY_PATTERN, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
94 $this->Lexer->addExitPattern(self::EXIT_PATTERN, PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Dbackgrounds.php80 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
88 $this->Lexer->addExitPattern('</' . self::TAG . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
/plugin/api/_test/
H A Dpages.test.php92 …$this->assertEquals($expectedTitle, $actualPageTitle, "A page title without header must be the pag…
98 …$this->assertEquals($expectedTitle, $actualPageTitle, "A page title with header must be the first …
102 $this->assertEquals(sizeof($pagesToFound), $pagesFoundCounter, "The two pages were found");
138 $this->assertEquals($limit, sizeof($data), "The number of page is equal t max");
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_click_drag.js.map1this","clearTimeout","$execute","objectKeys","keys","requestAnimationFrame","w","webkitRequestAnim…
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DAnnotationDriver.php71 $this->reader = $reader;
72 $this->typeParser = $typeParser ?: new Parser();
73 $this->namingStrategy = $namingStrategy;
74 $this->expressionEvaluator = $expressionEvaluator;
92 foreach ($this->reader->getClassAnnotations($class) as $annot) {
123 $this->parseExpression($annot->exp)
135 $methodAnnotations = $this->reader->getMethodAnnotations($method);
162 $propertiesAnnotations[] = $this->reader->getPropertyAnnotations($property);
187 … $propertyMetadata->excludeIf = $this->parseExpression('!(' . $annot->if . ')');
191 $propertyMetadata->excludeIf = $this->parseExpression($annot->if);
[all …]
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVJournal.php33 $dtstart = isset($this->DTSTART) ? $this->DTSTART->getDateTime() : null;
36 if (!$this->DTSTART->hasTime()) {
/plugin/quicksubscribe/
H A Dhelper.php26 $this->setupLocale();
29 $title = $this->lang['js']['unsubscribe'];
33 $title = $this->lang['js']['subscribe'];
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/Binary/
H A DAbstractBinary.php29 ->subcompile($this->getNode('left'))
32 $this->operator($compiler);
35 ->subcompile($this->getNode('right'))
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/
H A Dproxied_method.tpl.dist15 $this->__phpunit_getInvocationMocker()->invoke(
17 … '{class_name}', '{method_name}', $arguments, '{return_type}', $this, {clone_arguments}
21 … return call_user_func_array(array($this->__phpunit_originalObject, "{method_name}"), $arguments);
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DPrincipalCollection.php35 return new Principal($this->principalBackend, $principal);
69 $this->principalBackend->createPrincipal(
70 $this->principalPrefix . '/' . $name,
/plugin/hyphenation/
H A Daction.php23 $controller->register_hook('RENDERER_CONTENT_POSTPROCESS', 'BEFORE', $this, '_dohyph');
32 $hyph = new phpHyphenation($this->getConf('language'));
34 $hyph->loadUserDictFromArray(explode("\n", $this->getConf('customhyph')));
/plugin/offline/
H A Dsyntax.php53 $this->Lexer->addSpecialPattern('~~SLIDESHOW~~',$mode,'plugin_s5');
71 $renderer->doc .= '<a href="'.exportlink($ID, 's5').'" title="'.$this->getLang('view').'">';
72 …g src="'.DOKU_BASE.'lib/plugins/offline/screen.gif" align="right" alt="'.$this->getLang('view').'"…
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DFileSystem.php69 $this->_splFileInfoClass = $splFileInfoClass;
90 if (null !== $this->_splFileInfoClass &&
92 $out->setInfoClass($this->_splFileInfoClass);
/plugin/telleveryone/action/
H A Dmigration.php23 … $controller->register_hook('PLUGIN_SQLITE_DATABASE_UPGRADE', 'AFTER', $this, 'handle_migrations');
39 if (is_callable([$this, "migration$to"])) {
40 $event->result = call_user_func([$this, "migration$to"], $event->data);

1...<<711712713714715716717718719720>>...1084