Home
last modified time | relevance | path

Searched refs:this (Results 22876 – 22900 of 27090) sorted by relevance

1...<<911912913914915916917918919920>>...1084

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/Resource/
H A DLayersAnnotationData.php59 return $this->call('get', [$params], DictionaryAnnotationdata::class);
93 return $this->call('list', [$params], Annotationsdata::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ToolResults/Resource/
H A DProjectsHistoriesExecutionsEnvironments.php50 return $this->call('get', [$params], Environment::class);
76 return $this->call('list', [$params], ListEnvironmentsResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/Resource/
H A DPurchasesProducts.php49 return $this->call('acknowledge', [$params]);
67 return $this->call('get', [$params], ProductPurchase::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ChromePolicy/Resource/
H A DCustomersPoliciesOrgunits.php53 return $this->call('batchInherit', [$params], GoogleProtobufEmpty::class);
73 return $this->call('batchModify', [$params], GoogleProtobufEmpty::class);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DInsightOpsHandler.php66 $this->logToken = $token;
74 return $this->logToken . ' ' . $record['formatted'];
H A DLogEntriesHandler.php60 $this->logToken = $token;
68 return $this->logToken . ' ' . $record['formatted'];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/Resource/
H A DOrganizationsDevelopersBalance.php50 return $this->call('adjust', [$params], GoogleCloudApigeeV1DeveloperBalance::class);
66 return $this->call('credit', [$params], GoogleCloudApigeeV1DeveloperBalance::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RecaptchaEnterprise/Resource/
H A DProjectsAssessments.php49 …return $this->call('annotate', [$params], GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentRespon…
65 return $this->call('create', [$params], GoogleCloudRecaptchaenterpriseV1Assessment::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/Resource/
H A DAdvertisersCampaignsTargetingTypesAssignedTargetingOptions.php64 return $this->call('get', [$params], AssignedTargetingOption::class);
118 return $this->call('list', [$params], ListCampaignAssignedTargetingOptionsResponse::class);
/plugin/bookmark2wiki/
H A Daction.php29 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'allowMyAction');
30 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'performMyAction');
/plugin/code39/
H A Dsyntax.php51 $this->Lexer->addEntryPattern('<code39.*?>(?=.*?</code39>)', $mode, 'plugin_code39');
56 $this->Lexer->addExitPattern('</code39>', 'plugin_code39');
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DYahoo.php72 $this->credentials->getConsumerId() . ':' . $this->credentials->getConsumerSecret()
/plugin/randomtables/syntax/
H A Droller.php32 $this->Lexer->addEntryPattern('\<ROLL_ON\s+', $mode, 'plugin_randomtables_roller');
38 $this->Lexer->addExitPattern('>', 'plugin_randomtables_roller');
/plugin/combo/ComboStrap/
H A DFeaturedIcon.php57 $page = $this->getResource();
70 $iconImageParsed = $this->getReadStore()->getFromName(FeaturedIcon::FIRST_ICON_PARSED);
H A DEditButtonManager.php57 $this->editButtonStack[] = $editButton;
64 $editButton = array_pop($this->editButtonStack);
/plugin/bez/syntax/
H A Dquery.php10 * need to inherit from this class
19 $this->Lexer->addEntryPattern('<bez-query.*?>(?=.*?</bez-query>)',$mode,'plugin_bez_query');
22 $this->Lexer->addExitPattern('</bez-query>','plugin_bez_query');
/plugin/doi/Resolver/
H A DDoiResolver.php13 $data = $this->fetchCachedData($id);
14 $result = $this->defaultResult;
H A DIsbnOpenLibraryResolver.php15 $message = $this->fetchCachedData($id);
16 $result = $this->defaultResult;
/plugin/struct/meta/
H A DSchemaImporter.php27 $existing = count($this->oldschema->getColumns());
73 $this->data = $data;
/plugin/pagequery/
H A Daction.php15 $controller->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, 'purgecache');
43 $aclcache = $this->getConf('aclcache');
/plugin/commonmark/vendor/league/commonmark/
H A DREADME.md11 [![Sponsor development of this project](https://img.shields.io/badge/sponsor%20this%20package-%E2%9D%A4-ff69b4.svg?style=flat-square)](https://www.colinodell.com/sponsor)
55 Please note that only UTF-8 and ASCII encodings are supported. If your Markdown uses a different encoding please convert it to UTF-8 before running it through this library.
65 Information on how to upgrade to newer versions of this library can be found at <https://commonmark.thephpleague.com/releases>.
95 See [our extension documentation](https://commonmark.thephpleague.com/extensions/overview) for a full list of extensions bundled with this library.
109 If you build your own, feel free to submit a PR to add it to this list!
117 [SemVer](http://semver.org/) is followed closely. Minor and patch releases should not introduce breaking changes to the codebase; however, they might change the resulting AST or HTML output of parsed Markdown (due to bug fixes, spec changes, etc.) As a result, you might get slightly different HTML, but any custom code built onto this library should still function correctly.
119 Any classes or methods marked `@internal` are not intended for use outside of this library and are subject to breaking changes at any time, so please avoid using them.
135 If you encounter a bug in the spec, please report it to the [CommonMark] project. Any resulting fix will eventually be implemented in this project as well.
137 Contributions to this librar
[all...]
/plugin/webdav/vendor/sabre/vobject/lib/
H A DVCardConverter.php56 $this->convertProperty($input, $output, $property, $targetVersion);
98 $newProperty = $this->convertUriToBinary($output, $newProperty);
155 $newProperty = $this->convertBinaryToUri($output, $newProperty, $parameters);
226 $this->convertParameters40($newProperty, $parameters);
228 $this->convertParameters30($newProperty, $parameters);
/plugin/davcard/vendor/sabre/vobject/lib/
H A DVCardConverter.php54 $this->convertProperty($input, $output, $property, $targetVersion);
99 $newProperty = $this->convertUriToBinary($output, $newProperty);
165 $newProperty = $this->convertBinaryToUri($output, $newProperty, $parameters);
241 $this->convertParameters40($newProperty, $parameters);
243 $this->convertParameters30($newProperty, $parameters);
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DVCardConverter.php57 $this->convertProperty($input, $output, $property, $targetVersion);
103 $newProperty = $this->convertUriToBinary($output, $newProperty);
169 $newProperty = $this->convertBinaryToUri($output, $newProperty, $parameters);
245 $this->convertParameters40($newProperty, $parameters);
247 $this->convertParameters30($newProperty, $parameters);
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DVCardConverter.php54 $this->convertProperty($input, $output, $property, $targetVersion);
99 $newProperty = $this->convertUriToBinary($output, $newProperty);
165 $newProperty = $this->convertBinaryToUri($output, $newProperty, $parameters);
241 $this->convertParameters40($newProperty, $parameters);
243 $this->convertParameters30($newProperty, $parameters);

1...<<911912913914915916917918919920>>...1084