Home
last modified time | relevance | path

Searched full:how (Results 1 – 25 of 2242) sorted by relevance

12345678910>>...90

/plugin/sincetil/
Dplugin.info.txt5 name How Long 'til How Long Since plugin
6 desc Shows how long until a particular date/time and then how long since
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/Resource/
DProjectsLocationsDatasetsDicomStoresStudies.php39 * how to call DeleteStudy, see [Deleting a study, series, or
40 * instance](https://cloud.google.com/healthcare/docs/how-
61 * in the Cloud Healthcare API conformance statement. For samples that show how
63 * metadata](https://cloud.google.com/healthcare/docs/how-
86 * statement. For samples that show how to call RetrieveStudy, see [Retrieving
87 * DICOM data](https://cloud.google.com/healthcare/docs/how-
110 * that show how to call SearchForInstances, see [Searching for studies, series,
111 * instances, and frames](https://cloud.google.com/healthcare/docs/how-
135 * the Cloud Healthcare API conformance statement. For samples that show how to
137 * frames](https://cloud.google.com/healthcare/docs/how-
[all …]
DProjectsLocationsDatasetsDicomStoresStudiesSeries.php39 * For samples that show how to call DeleteSeries, see [Deleting a study,
40 * series, or instance](https://cloud.google.com/healthcare/docs/how-
64 * in the Cloud Healthcare API conformance statement. For samples that show how
66 * metadata](https://cloud.google.com/healthcare/docs/how-
89 * conformance statement. For samples that show how to call RetrieveSeries, see
90 * [Retrieving DICOM data](https://cloud.google.com/healthcare/docs/how-
113 * that show how to call SearchForInstances, see [Searching for studies, series,
114 * instances, and frames](https://cloud.google.com/healthcare/docs/how-
DProjectsLocationsDatasetsDicomStoresStudiesSeriesInstances.php38 * DeleteInstance. For samples that show how to call DeleteInstance, see
40 * instance](https://cloud.google.com/healthcare/docs/how-
65 * the Cloud Healthcare API conformance statement. For samples that show how to
67 * instance](https://cloud.google.com/healthcare/docs/how-
92 * in the Cloud Healthcare API conformance statement. For samples that show how
94 * metadata](https://cloud.google.com/healthcare/docs/how-
119 * in the Cloud Healthcare API conformance statement. For samples that show how
121 * formats](https://cloud.google.com/healthcare/docs/how-
DProjectsLocationsDatasetsFhirStoresFhir.php55 * samples that show how to call `Patient-everything`, see [Getting all patient
56 * compartment resources](/healthcare/docs/how-tos/fhir-
95 * standard operation. For samples that show how to call `Resource-purge`, see
96 * [Deleting historical versions of a FHIR resource](/healthcare/docs/how-tos
188 * instead. For samples that show how to call `create`, see [Creating a FHIR
189 * resource](/healthcare/docs/how-tos/fhir-resources#creating_a_fhir_resource).
218 * samples that show how to call `delete`, see [Deleting a FHIR
219 * resource](/healthcare/docs/how-tos/fhir-resources#deleting_a_fhir_resource).
257 * error might be returned instead. For samples that show how to call
259 * bundles](/healthcare/docs/how-tos/fhir-bundles). (fhir.executeBundle)
[all …]
DProjectsLocationsDatasetsDicomStoresStudiesSeriesInstancesFrames.php38 * Cloud Healthcare API conformance statement. For samples that show how to call
40 * data](https://cloud.google.com/healthcare/docs/how-
65 * in the Cloud Healthcare API conformance statement. For samples that show how
67 * formats](https://cloud.google.com/healthcare/docs/how-
DProjectsLocationsDatasetsDicomStores.php68 * [Viewing error logs in Cloud Logging](/healthcare/docs/how-tos/logging)).
101 * error logs in Cloud Logging](https://cloud.google.com/healthcare/docs/how-
163 * logs in Cloud Logging](https://cloud.google.com/healthcare/docs/how-
248 * that show how to call SearchForInstances, see [Searching for studies, series,
249 * instances, and frames](https://cloud.google.com/healthcare/docs/how-
273 * the Cloud Healthcare API conformance statement. For samples that show how to
275 * frames](https://cloud.google.com/healthcare/docs/how-
298 * the Cloud Healthcare API conformance statement. For samples that show how to
300 * frames](https://cloud.google.com/healthcare/docs/how-
342 * conformance statement. For samples that show how to call StoreInstances, see
[all …]
/plugin/asciidocjs/node_modules/clean-css/
DREADME.md40 * [How to optimize multiple files?](#how-to-optimize-multiple-files)
41 * [How to process remote `@import`s correctly?](#how-to-process-remote-imports-correctly)
42 …* [How to apply arbitrary transformations to CSS properties?](#how-to-apply-arbitrary-transformati…
43 * [How to specify a custom rounding precision?](#how-to-specify-a-custom-rounding-precision)
44 * [How to keep a CSS fragment intact?](#how-to-keep-a-css-fragment-intact)
45 * [How to preserve a comment block?](#how-to-preserve-a-comment-block)
46 * [How to rebase relative image URLs?](#how-to-rebase-relative-image-urls)
47 * [How to work with source maps?](#how-to-work-with-source-maps)
48 …* [How to apply level 1 & 2 optimizations at the same time?](#how-to-apply-level-1--2-optimization…
50 * [How to use clean-css with build tools?](#how-to-use-clean-css-with-build-tools)
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/Resource/
DSpreadsheetsValues.php52 * code](/sheets/api/samples/writing#append_values) for specific details of how
55 * controls how the input data will be added to the sheet (column-wise or row-
69 * @opt_param string insertDataOption How the input data should be inserted.
70 * @opt_param string responseDateTimeRenderOption Determines how dates, times,
74 * @opt_param string responseValueRenderOption Determines how values in the
76 * @opt_param string valueInputOption How the input data should be interpreted.
127 * @opt_param string dateTimeRenderOption How dates, times, and durations should
138 * @opt_param string valueRenderOption How values should be represented in the
225 * @opt_param string dateTimeRenderOption How dates, times, and durations should
232 * @opt_param string valueRenderOption How values should be represented in the
[all …]
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
DREADME.md69 ## How to use it
90 that's your specific object prophecy, which describes how your object would behave
127 Ok, now we know how to create basic prophecies and reveal dummies from them. That's
182 That's interesting, right? Now you might ask me how would you define more complex
184 you do that by predicting how many times your method will be called. In Prophecy,
206 And now it doesn't matter how many times or in which order your methods are called.
207 What matters is their behaviors and how well you faked it.
226 `Prophecy\Argument\Token\TokenInterface` and tell Prophecy how to compare real arguments
276 We've just described how our stub object should behave, even though the original object could have
305 Nothing. Your stub will continue behaving the way it did before. That's because of how
[all …]
/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/
DISSUE_TEMPLATE.md11 Why is this change important to you? How would you use it?
13 How can it benefit other users?
21 Include as many relevant details about the environment you experienced the bug in and how to reprod…
DPULL_REQUEST_TEMPLATE.md14 ## How has this been tested?
16 Please describe in detail how you tested your changes.
19 see how your change affects other areas of the code, etc.
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/
DREADME.md17 1. [How](#how)
22 1. [How it works](#how-it-works)
41 ## How?
61 - How do you create copies of your objects?
67 - How do you create **deep** copies of your objects (i.e. copying also all the objects referenced i…
72 - But how do you handle **cycles** in the association graph?
94 ## How it works
/plugin/dw2pdf/vendor/myclabs/deep-copy/
DREADME.md12 1. [How](#how)
17 1. [How it works](#how-it-works)
36 ## How?
56 - How do you create copies of your objects?
62 - How do you create **deep** copies of your objects (i.e. copying also all the objects referenced i…
67 - But how do you handle **cycles** in the association graph?
89 ## How it works
/plugin/rdplink/RdpEncrypt/GuiVersion/
DREADME.md4 This utility was created by Remko Weijnen as part of his research into how RDP passwords are encryp…
24 How to Encrypt:
27 How to Decrypt:
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Reseller/Resource/
DSubscriptions.php65 * monthly or yearly payments. How a plan is updated differs depending on the
67 * subscriptions](/admin-sdk/reseller/v1/how-
95 * in [manage subscriptions](/admin-sdk/reseller/v1/how-
123 * licenses, see [Manage Subscriptions](/admin-sdk/reseller/v1/how-
175 * [Retrieve all reseller subscriptions](/admin-sdk/reseller/v1/how-
178 * [manage subscriptions](/admin-sdk/reseller/v1/how-
206 * subscriptions](/admin-sdk/reseller/v1/how-
211 * Vault subscription, use the [batch operation](/admin-sdk/reseller/v1/how-
213 * see how to [transfer subscriptions](/admin-sdk/reseller/v1/how-
243 * ](/admin-sdk/reseller/v1/how-tos/manage_subscriptions).
[all …]
DCustomers.php37 * sdk/reseller/v1/how-tos/manage_customers#get_customer). (customers.get)
59 * [order a resold account for an existing customer](/admin-sdk/reseller/v1/how-
62 * sdk/reseller/v1/how-tos/manage_customers#create_customer). After creating a
68 * sdk/reseller/v1/how-tos/manage_customers#tos). (customers.insert)
113 * settings](/admin-sdk/reseller/v1/how-tos/manage_customers#update_customer).
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Cloudbilling/Resource/
DBillingAccounts.php47 * [administrators](https://cloud.google.com/billing/docs/how-to/billing-
64 * /how-to/billing-access). (billingAccounts.get)
80 * given to billing account [viewers](https://cloud.google.com/billing/docs/how-
110 * to [view](https://cloud.google.com/billing/docs/how-to/billing-access).
115 * @opt_param string filter Options for how to filter the returned billing
139 * [administrator](https://cloud.google.com/billing/docs/how-to/billing-access)
161 * [administrators](https://cloud.google.com/billing/docs/how-to/billing-
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storage/Resource/
DObjectAccessControls.php38 * @param string $object Name of the object. For information about how to URL
61 * @param string $object Name of the object. For information about how to URL
85 * @param string $object Name of the object. For information about how to URL
107 * @param string $object Name of the object. For information about how to URL
127 * @param string $object Name of the object. For information about how to URL
151 * @param string $object Name of the object. For information about how to URL
/plugin/html2pdf/html2pdf/html2ps/help/
Dgenerated_toc.html24 <h2>How can I control TOC appearance?</h2>
78 <h2>How can I generate TOC using the webinterface?</h2>
82 <h2>How can I generate TOC using API?</h2>
91 <h2>How can I override the default TOC generator behaviour?</h2>
95 <li>how document is being modified (the place TOC is added to);</li>
/plugin/webcomponent/_test/
Dcard.test.php30 …rap.com/docs/4.3/components/card/#example|the bootstrap quick example]] on how to build a card tit…
42 …omponents/card/#example" rel="nofollow">the bootstrap quick example</a> on how to build a card tit…
57 …rap.com/docs/4.3/components/card/#example|the bootstrap quick example]] on how to build a card tit…
66 …omponents/card/#example" rel="nofollow">the bootstrap quick example</a> on how to build a card tit…
/plugin/hyphenation/phpHyphenation/
Dexample.php4 This example file shows how to use web hyphenation
54how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a…
/plugin/photogallery/phpThumb/docs/
Dphpthumb.faq.txt12 Q: My question isn't answered here, how do I get support?
26 configuration issue -- how do I check?
27 A: Please run /demo/demo.check.php to find out how your server
187 Q: "Off-server thumbnailing is not allowed" -- how do I enable it?
209 for how to call images in HighSecurity mode)
242 Q: How do I write the output thumbnail back to a database instead
250 images (not on my server). How can I make it go faster?
274 and I checked php.ini and it's already set off. How do I disable safe mode?
281 Q: How can I purge cached files when I delete the source image?
302 Q: How can I find the filename that phpThumb.php will use to
[all …]
/plugin/timetrack/lang/en/
Dsettings.php3 $lang['max_hours'] = 'How many hours per day are allowed?';
4 $lang['weekdays'] = 'How many weekdays from monday on';
/plugin/combo/
H A Dcontrib.md17 ## How To
18 ### How to install a new Laptop Dev Environment
21 …the [sury repo](https://github.com/oerdnj/deb.sury.org/wiki/Frequently-Asked-Questions#how-to-enab…
97 Following [](https://www.jetbrains.com/help/phpstorm/how-to-use-wsl-development-environment-in-prod…

12345678910>>...90