Home
last modified time | relevance | path

Searched full:boundary (Results 26 – 50 of 223) sorted by path

123456789

/plugin/authfacebook/lib/
H A DFacebookClient.php172 'Content-Type' => 'multipart/form-data; boundary=' . $requestBody->getBoundary(),
/plugin/authfacebook/lib/Http/
H A DRequestBodyMultipart.php40 * @var string The boundary.
42 private $boundary; variable in Facebook\\Http\\RequestBodyMultipart
57 * @param string $boundary Provide a specific boundary.
59 public function __construct(array $params = [], array $files = [], $boundary = null) argument
63 $this->boundary = $boundary ?: uniqid();
85 $body .= "--{$this->boundary}--\r\n";
91 * Get the boundary
97 return $this->boundary;
112 $this->boundary,
132 $this->boundary,
/plugin/authgoogle/google/contrib/
H A DGoogle_BooksService.php1877 public $boundary; variable in Google_BooksLayerGeoDataGeo
1887 public function setBoundary(/* array(Google_BooksLayerGeoDataGeoBoundary) */ $boundary) { argument
1888 $this->assertIsArray($boundary, 'Google_BooksLayerGeoDataGeoBoundary', __METHOD__);
1889 $this->boundary = $boundary;
1892 return $this->boundary;
/plugin/authgoogle/google/service/
H A DGoogle_BatchRequest.php22 /** @var string Multipart Boundary. */
23 private $boundary; variable in Google_BatchRequest
29 $boundary = (false == $boundary) ? mt_rand() : $boundary;
30 $this->boundary = str_replace('"', '', $boundary);
46 $body .= "--{$this->boundary}\n";
51 $body .= "\n--{$this->boundary}--";
57 'Content-Type' => 'multipart/mixed; boundary=' . $this->boundary));
69 $boundary = false;
73 $boundary = $part[1];
79 $body = str_replace("--$boundary--", "--$boundary", $body);
[all …]
H A DGoogle_MediaFileUpload.php126 $boundary = isset($params['boundary']['value']) ? $params['boundary']['value'] : mt_rand();
127 $boundary = str_replace('"', '', $boundary);
128 $payload['content-type'] = 'multipart/related; boundary=' . $boundary;
129 $related = "--$boundary\r\n";
132 $related .= "--$boundary\r\n";
136 $related .= "--$boundary--";
H A DGoogle_ServiceResource.php31 'boundary' => array('type' => 'string', 'location' => 'query'),
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DGeolayerdataGeo.php22 protected $collection_key = 'boundary';
26 public $boundary; variable in Google\\Service\\Books\\GeolayerdataGeo
51 public function setBoundary($boundary) argument
53 $this->boundary = $boundary;
60 return $this->boundary;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSecurityToken/Resource/
H A DV1.php53 * Access Boundary to a Google access token. When you call this method, do not
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Fitness/Resource/
H A DUsersDataset.php35 * type of boundary. Multiple data sets of multiple types and from multiple
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SemanticTile/Resource/
H A DFeaturetiles.php88 * beyond the tile boundary. Buildings will only be returned on the tile that
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
H A DZone.php85 public function setBoundary(ZoneBoundary $boundary) argument
87 $this->boundary = $boundary;
94 return $this->boundary;
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DBatch.php45 /** @var string Multipart Boundary. */
46 private $boundary; variable in Google\\Http\\Batch
60 $boundary = false, argument
65 $this->boundary = $boundary ?: mt_rand();
114 $this->boundary,
124 $body .= "--{$this->boundary}--";
128 'Content-Type' => sprintf('multipart/mixed; boundary=%s', $this->boundary),
148 $boundary = false;
152 $boundary = $part[1];
158 $body = str_replace("--$boundary--", "--$boundary", $body);
[all …]
H A DMediaFileUpload.php66 private $boundary; variable in Google\\Http\\MediaFileUpload
244 $boundary = $this->boundary ?: mt_rand();
245 $boundary = str_replace('"', '', $boundary);
246 $contentType = 'multipart/related; boundary=' . $boundary;
247 $related = "--$boundary\r\n";
250 $related .= "--$boundary\r\n";
254 $related .= "--$boundary--";
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DClient.php467 $options['_conditional']['Content-Type'] = 'multipart/form-data; boundary='
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMultipartStream.php17 private $boundary; variable in GuzzleHttp\\Psr7\\MultipartStream
27 * @param string $boundary You can optionally provide a specific boundary
31 public function __construct(array $elements = [], $boundary = null) argument
33 $this->boundary = $boundary ?: sha1(uniqid('', true));
38 * Get the boundary
44 return $this->boundary;
62 return "--{$this->boundary}\r\n" . trim($str) . "\r\n\r\n";
76 // Add the trailing boundary with CRLF
77 $stream->addStream(Utils::streamFor("--{$this->boundary}--\r\n"));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DHash.php594 // For the last chunk: pad to 32-byte boundary, endian-adjust,
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php975 * Log Boundary
/plugin/authucenter/lib/uc_client/model/
H A Dmisc.php76 $boundary = $encodetype == 'URLENCODE' ? '' : ';'.substr($post, 0, trim(strpos($post, "\n")));
77 …nt-Type: application/x-www-form-urlencoded\r\n" : "Content-Type: multipart/form-data$boundary\r\n";
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md363 * `FIX`: only allow cancel boundary events on transactions
412 * `FIX`: disallow boundary events as message flow targets ([#1300](https://github.com/bpmn-io/bpmn-…
587 * `FIX`: ordering after moving boundary events between hosts ([#1207](https://github.com/bpmn-io/bp…
599 * `FIX`: copy boundary events attachments ([#1190](https://github.com/bpmn-io/bpmn-js/issues/1190))
617 * `FIX`: import boundary event associations ([#1170](https://github.com/bpmn-io/bpmn-js/issues/1170…
672 * `FEAT`: improve automatic label adjustment for boundary events ([#1064](https://github.com/bpmn-i…
674 * `FEAT`: improve boundary to host loop layout ([#1070](https://github.com/bpmn-io/bpmn-js/pull/107…
718 * `FIX`: correctly layout straight boundary to target connections ([#891](https://github.com/bpmn-i…
817 * `FEAT`: improve layouting of boundary event to host loops ([#467](https://github.com/bpmn-io/bpmn…
876 * `FIX`: correctly auto-place from boundary events attached to host edges ([#788](https://github.co…
[all …]
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js194Boundary Event",actionName:"replace-with-message-boundary",className:"bpmn-icon-intermediate-event…
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js33511 // boundary events
34837 label: 'Message Boundary Event',
34846 label: 'Timer Boundary Event',
34873 label: 'Error Boundary Event',
34882 label: 'Cancel Boundary Event',
34891 label: 'Signal Boundary Event',
35253 // boundary events
35886 * targets min boundary box?
44386 // to boundary events
44926 // only handle boundary events
[all …]
H A Dbpmn-modeler.production.min.js34Boundary Event",actionName:"replace-with-message-boundary",className:"bpmn-icon-intermediate-event…
/plugin/callflow/
H A Draphael.js3878 - fit (boolean) `true` if you want graphics to fit into new boundary box
/plugin/ckgdoku/ckeditor/
H A Dckeditor.js978 …l,{editable:k,inInlineMode:k.isInline(),doc:n,win:p,hotNode:null},!0);l.boundary=l.inInlineMode?l.…
985 …||h.type!=CKEDITOR.NODE_ELEMENT||!h.$||E.ie&&9>E.version&&!b.boundary.equals(h)&&!b.boundary.conta…
/plugin/ckgedit/ckeditor/
H A Dckeditor.js1055 …b,{editable:d,inInlineMode:d.isInline(),doc:g,win:l,hotNode:null},!0);b.boundary=b.inInlineMode?b.…
1062 …||k.type!=CKEDITOR.NODE_ELEMENT||!k.$||t.ie&&9>t.version&&!c.boundary.equals(k)&&!c.boundary.conta…

123456789