Home
last modified time | relevance | path

Searched refs:boundary (Results 26 – 50 of 80) sorted by last modified time

1234

/plugin/ckgedit/ckeditor/
H A Dckeditor.js.unc20842 b.boundary = b.inInlineMode ? b.editable : b.doc.getDocumentElement();
20977 …KEDITOR.NODE_ELEMENT || !k.$ || t.ie && 9 > t.version && !c.boundary.equals(k) && !c.boundary.cont…
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…
/plugin/indexmenu/
H A Dadmin.php
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
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--";
H A DBatch.php46 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);
159 $parts = explode("--$boundary", $body);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DGeolayerdataGeo.php26 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/TagManager/
H A DZone.php85 public function setBoundary(ZoneBoundary $boundary) argument
87 $this->boundary = $boundary;
94 return $this->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));
44 return $this->boundary;
62 return "--{$this->boundary}\r\n" . trim($str) . "\r\n\r\n";
77 $stream->addStream(Utils::streamFor("--{$this->boundary}--\r\n"));
/plugin/diagramsnet/lib/js/croppie/
H A Dcroppie.min.css1 …nsform-origin:0 0;max-height:none;max-width:none}.croppie-container .cr-boundary{position:relative…
H A Dcroppie.min.js1boundary=document.createElement("div"),n=a.elements.viewport=document.createElement("div"),t=a.ele…
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dcommons-fileupload-1.3.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/plugin/diagramsnet/lib/js/
H A Dextensions.min.js1745 …dingRect().getBottom())throw new System.ArgumentException("Cannot merge boundary of height "+Syste… argument
H A Dapp.min.js135boundary=document.createElement("div"),n=a.elements.viewport=document.createElement("div"),t=a.ele…
11299 …n(b,c,e,k,n,f,l){n=null!=n?n:!1;var d={"Content-Type":'multipart/mixed; boundary="-------314159265…
H A Dorgchart.min.js10 …dingRect().getBottom())throw new System.ArgumentException("Cannot merge boundary of height "+Syste… argument
/plugin/diagramsnet/lib/js/orgchart/
H A DOrgChart.Layout.min.js1boundary,layoutLevel,state){this.$initialize();this.Boundary=boundary;this.LayoutLevel=layoutLevel… argument
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D7.7.js.map1 …ific',\n 'scientific_with_leading_zero',\n 'scroll',\n 'scroll-boundary',\n 'scrolling…
H A Dbundle.js.map1boundary\n originalStart--;\n modifiedStart--;\n // We set these up to make t…
H A Deditor.worker.js.map1boundary\n originalStart--;\n modifiedStart--;\n // We set these up to make t…
H A Djson.worker.js.map1boundary\n originalStart--;\n modifiedStart--;\n // We set these up to make t…
H A D2.2.js.map1boundary during a manipulation.\",\n \"restrictions\": [\n \"enum\",\n …
/plugin/publistf/bibtex/
H A Dsample.bib25 equation with a radiation boundary condition",
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js5307 var boundary=text.match(/\s*boundary=\s*(.*)/)[1];
5314 var parts=body.split("--"+boundary);
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md1793 * Fixed: Issue 86: Fixed Content-Range top-boundary from 'file size' to 'file
/plugin/elwikiupgrade/
H A DHTTPClient.php71 var $boundary = '---DokuWikiHTTPClient--4523452351'; variable in dokuwiki\\plugin\\elwikiupgrade\\HTTPClient
235 $headers['Content-Type'] = 'multipart/form-data; boundary=' . $this->boundary;
838 $boundary = '--'.$this->boundary;
841 $out .= $boundary.HTTP_NL;
857 $out .= "$boundary--".HTTP_NL;

1234