Home
last modified time | relevance | path

Searched refs:proposal (Results 1 – 22 of 22) sorted by relevance

/plugin/webdav/vendor/sabre/http/lib/
Dfunctions.php132 foreach ($proposals as $proposal) {
135 if (is_null($proposal)) continue;
138 if ($proposal['quality'] < $lastQuality) {
144 if ($proposal['type'] !== '*' && $proposal['type'] !== $option['type']) {
148 if ($proposal['subType'] !== '*' && $proposal['subType'] !== $option['subType']) {
156 if (!array_key_exists($paramName, $proposal['parameters'])) {
159 if ($paramValue !== $proposal['parameters'][$paramName]) {
168 ($proposal['type'] !== '*' ? 20 : 0) +
169 ($proposal['subType'] !== '*' ? 10 : 0) +
175 ($proposal['quality'] > $lastQuality) ||
[all …]
/plugin/davcal/vendor/sabre/http/lib/
H A Dfunctions.php132 foreach ($proposals as $proposal) {
135 if (is_null($proposal)) continue;
138 if ($proposal['quality'] < $lastQuality) {
144 if ($proposal['type'] !== '*' && $proposal['type'] !== $option['type']) {
148 if ($proposal['subType'] !== '*' && $proposal['subType'] !== $option['subType']) {
156 if (!array_key_exists($paramName, $proposal['parameters'])) {
159 if ($paramValue !== $proposal['parameters'][$paramName]) {
168 ($proposal['type'] !== '*' ? 20 : 0) +
169 ($proposal['subType'] !== '*' ? 10 : 0) +
175 ($proposal['quality'] > $lastQuality) ||
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Resource/
DBuyersProposals.php62 * @param string $proposal Name of the proposal. Format:
68 public function addNote($proposal, AddNoteRequest $postBody, $optParams = []) argument
70 $params = ['proposal' => $proposal, 'postBody' => $postBody];
85 * @param string $proposal Name of the proposal. Format:
91 public function cancelNegotiation($proposal, CancelNegotiationRequest $postBody, $optParams = []) argument
93 $params = ['proposal' => $proposal, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
DEditAllOrderDealsRequest.php47 public function setProposal(Proposal $proposal) argument
49 $this->proposal = $proposal;
56 return $this->proposal;
/plugin/asciidocjs/node_modules/core-js/
DCHANGELOG.md3 …ection in `String#at` for preventing breakage code which use obsolete `String#at` proposal polyfill
76 - Updated `Promise#finally` per [tc39/proposal-promise-finally#37](https://github.com/tc39/proposal
81 - Added `Promise#finally` [stage 3 proposal](https://github.com/tc39/proposal-promise-finally), [#2…
82 - Added `Promise.try` [stage 1 proposal](https://github.com/tc39/proposal-promise-try)
83 - Added `Array#flatten` and `Array#flatMap` [stage 1 proposal](https://tc39.github.io/proposal-flat…
84 …nd `.from` methods on collection constructors [stage 1 proposal](https://github.com/tc39/proposal-…
93 - Added `Math` extensions [stage 1 proposal](https://github.com/rwaldron/proposal-math-extensions),…
101 - Added `Math.signbit` [stage 1 proposal](http://jfbastien.github.io/papers/Math.signbit.html)
102 - Updated `global` [stage 3 proposal](https://github.com/tc39/proposal-global) - added `global` glo…
132 …- [`Object.getOwnPropertyDescriptors`](https://github.com/tc39/proposal-object-getownpropertydescr…
[all …]
DREADME.md1330 * `{Array, %TypedArray%}#includes` [proposal](https://github.com/tc39/Array.prototype.includes) - m…
1362 * `Object.values`, `Object.entries` [proposal](https://github.com/tc39/proposal-object-values-entri…
1383 * `Object.getOwnPropertyDescriptors` [proposal](https://github.com/tc39/proposal-object-getownprope…
1399 * `String#padStart`, `String#padEnd` [proposal](https://github.com/tc39/proposal-string-pad-start-e…
1440 * `global` [proposal](https://github.com/tc39/proposal-global) - modules [`es7.global`](https://git…
1455 * `Promise#finally` [proposal](https://github.com/tc39/proposal-promise-finally) - module [`es7.pro…
1475 * `String#trimLeft`, `String#trimRight` / `String#trimStart`, `String#trimEnd` [proposal](https://g…
1500 * `Symbol.asyncIterator` for [async iteration proposal](https://github.com/tc39/proposal-async-iter…
1515 * `Promise.try` [proposal](https://github.com/tc39/proposal-promise-try) - module [`es7.promise.try…
1530 * `Array#flatten` and `Array#flatMap` [proposal](https://tc39.github.io/proposal-flatMap) - modules…
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DAuthorizedBuyersMarketplace.php449 'path' => 'v1/{+proposal}:addNote',
452 'proposal' => [
459 'path' => 'v1/{+proposal}:cancelNegotiation',
462 'proposal' => [
/plugin/schedule/
Dstyle.css497 .proposal {
510 div.schedule table.long tr.proposal,
/plugin/asciidocjs/node_modules/acorn/
DREADME.md406 …s://github.com/MatAtBread/acorn-es7-plugin/): Parse [async/await syntax proposal](https://github.c…
407 …//github.com/UXtemple/acorn-object-spread): Parse [object spread syntax proposal](https://github.c…
408 …- [`acorn-es7`](https://www.npmjs.com/package/acorn-es7): Parse [decorator syntax proposal](https:…
/plugin/asciidocjs/node_modules/with/node_modules/acorn/
DREADME.md404 …s://github.com/MatAtBread/acorn-es7-plugin/): Parse [async/await syntax proposal](https://github.c…
405 …//github.com/UXtemple/acorn-object-spread): Parse [object spread syntax proposal](https://github.c…
406 …- [`acorn-es7`](https://www.npmjs.com/package/acorn-es7): Parse [decorator syntax proposal](https:…
/plugin/asciidocjs/node_modules/babylon/
DCHANGELOG.md464 - Proposal Repo: https://github.com/domenic/proposal-dynamic-import
469 > This repository contains a proposal for adding a "function-like" import() module loading syntacti…
951 > [Method Parameter Decorators](https://goo.gl/8MmCMG) is now a TC39 [stage 0 proposal](https://git…
971 …generators and for-await](https://github.com/tc39/proposal-async-iteration) are now a [stage 2 pro…
DREADME.md127 …- `decorators` (Based on an outdated version of the Decorators proposal. Will be removed in a futu…
/plugin/combo/resources/library/rrdiagram/0.9.4.1/
H A Drrdiagram.js.map1proposal-setmap-offrom/\nvar $export = __webpack_require__(0);\nvar aFunction = __webpack_require_…
/plugin/findologicxmlexport/vendor/jms/serializer/
DCHANGELOG.md147 - \[2.0 proposal\] Moving non-essential components to separate packages [\#902](https://github.com/…
148 - \[2.0 proposal\] Splitting Navigator/Visitor [\#901](https://github.com/schmittjoh/serializer/iss…
233 - Feature proposal: dynamic property serialized name [\#225](https://github.com/schmittjoh/serializ…
/plugin/dirtylittlehelper/mermaid/editor/docs/
D4.4.js.map1proposal = {\n kind: CompletionItemKind.Property,\n …
Djson.worker.js.map1proposal = {\n kind: CompletionItemKind.Property,\n …
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
DCHANGELOG.md405 PSR-7 message proposal.
448 compatible with the current PSR-7 proposal.
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/
DCHANGELOG.md701 PSR-7 message proposal.
744 compatible with the current PSR-7 proposal.
/plugin/bible/bible_douayRheims/
D1_Machabees.txt381 …6:60. And the proposal was acceptable in the sight of the king, and of the princes: and he sent to…
453 8:21. And the proposal was pleasing in their sight.
D3_Kings.txt648 …hat shall answer by fire, let him be God. And all the people answering, said: A very good proposal.
/plugin/pdfjs/pdfjs/build/
Dpdf.js.map1proposal-promise-finally\n'use strict';\nvar $export = require('./_export');\nvar core = require('…
Dpdf.worker.js.map1proposal-promise-finally\n'use strict';\nvar $export = require('./_export');\nvar core = require('…