- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 2,139 for Varty (0.5 sec)
-
mediator/src/main/java/com/iluwatar/mediator/Party.java
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, L20: * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN L21: * THE SOFTWARE. L22: */ L23: L24:package com.iluwatar.mediator; L25: L26:/** L27: * Party interface. L28: */ L29:public interface Party { L30: L31: void addMember(PartyMember member); L32: L33: void act(PartyMember actor, Action action); L34: L35:} ...
Java - Registered: 2021-01-15 18:54 - Last Modified: 2019-11-16 12:48 - 1.3K bytes - Viewed (0) -
.github/workflows/third-party.yml
name: Third-Party Repository Profiling on: push: branches: - master pull_request: branches: - master jobs: build_n_profile: if: "!contains(github.event.commits[0].message, '[ci skip]')" runs-on: 'ubuntu-latest' steps: - name: Checkout Jekyll uses: actions/checkout@v2 with: fetch-depth: 5 path: jekyll - name: Checkout Third-Party Repository
Plain Text - Registered: 2021-01-19 01:54 - Last Modified: 2021-01-13 07:31 - 1.5K bytes - Viewed (0) -
lighthouse-core/audits/third-party-facades.js
failureTitle: 'Some third-party resources can be lazy...
JavaScript - Registered: 2021-01-21 03:45 - Last Modified: 2020-12-02 19:18 - 10.8K bytes - Viewed (0) -
docs/_docs/deployment/third-party.md
--- title: 3rd Party permalink: /docs/deployment/third-party/ --- ## Aerobatic [Aerobatic](https://www.aerobatic.com) has custom domains, global CDN distribution, basic auth, CORS proxying, and a growing list of plugins all included.
Plain Text - Registered: 2021-01-19 01:54 - Last Modified: 2020-12-04 10:47 - 4.9K bytes - Viewed (0) -
lighthouse-core/lib/third-party-web.js
*/ 'use strict'; const thirdPartyWeb = require('third-party-web/httparchive-nostats-subset'); /** @typedef {import("third-party-web").IEntity} ThirdPartyEntity */ /** @typedef {import("third-party-web").IProduct} ThirdPartyProduct */ /** * @param {string} url * @return {ThirdPartyEntity|undefined} */ function getEntity(url) {
JavaScript - Registered: 2021-01-21 03:45 - Last Modified: 2020-12-02 19:18 - 1.6K bytes - Viewed (0) -
lighthouse-core/audits/third-party-summary.js
'your page has primarily finished loading. [Learn more](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/loading-third-party-javascript/).', /** Label for a table column that displays the name of a third-party provider that potentially links to their website. */ columnThirdParty: 'Third-Party',
JavaScript - Registered: 2021-01-21 03:45 - Last Modified: 2020-12-03 20:00 - 11.4K bytes - Viewed (0) -
docs/src/pages/docs/3rd-party-bindings.md
--- title: 3rd Party Bindings original_id: 3rd-party-bindings description: Use Formik with popular React component libraries like Material UI, Bootstrap, AntD, Semantic UI, and more. --- If you would like to use Formik with a UI framework, you'll probably want to create a wrapper component that binds Formik's props and callbacks. A few popular frameworks have open source wrappers readily available:
Plain Text - Registered: 2021-01-15 17:45 - Last Modified: 2020-12-03 15:34 - 808 bytes - Viewed (0) -
docs/third_party.md
# Third-Party Add-ons for Protocol Buffers This page lists code related to Protocol Buffers which is developed and maintained by third parties. You may find this code useful, but note that **these projects are not affiliated with or endorsed by Google (unless explicitly marked)**; try them at your own risk. Also note that many projects here are in the early stages of development and not production-ready.
Plain Text - Registered: 2021-01-20 06:16 - Last Modified: 2020-09-18 17:26 - 12.4K bytes - Viewed (0) -
docs/src/pages/docs/2.1.4/3rd-party-bindings.md
--- title: 3rd Party Bindings original_id: 3rd-party-bindings --- If you would like to use Formik with a UI framework, you'll probably want to create a wrapper component that binds Formik's props and callbacks. A few popular frameworks have open source wrappers readily available: - [Ant Design](https://github.com/jannikbuschke/formik-antd) - [Fabric](https://github.com/kmees/formik-office-ui-fabric-react)
Plain Text - Registered: 2021-01-15 17:45 - Last Modified: 2020-07-01 14:53 - 616 bytes - Viewed (0) -
docs/design/third-party-libraries.md
# Installing third party libraries # Abstract The current `ng install` process is faulty; third parties have to add a `bundles/` directory with metadata that we expect. This document explores ways to improve on the process. # Requirements The following use cases need to be supported by `ng install`: 1. Support for _any_ thirdparties, ultimately falling back to running `npm install` only and doing nothing else, if necessary.
Plain Text - Registered: 2021-01-14 17:44 - Last Modified: 2020-09-23 21:06 - 8.5K bytes - Viewed (0)