Home
last modified time | relevance | path

Searched refs:contents (Results 276 – 300 of 1006) sorted by last modified time

1...<<11121314151617181920>>...41

/plugin/wrap/
H A DCOPYING76 is covered only if its contents constitute a work based on the
/plugin/dokucrypt2/
H A DCOPYING76 is covered only if its contents constitute a work based on the
H A DREADME.md38 * 2022-08-08: Added ability and setting for copying the contents to the clipboard on decrypt.
/plugin/avbarchart/
H A DCOPYING75 is covered only if its contents constitute a work based on the
/plugin/avtaskbox/
H A DCOPYING75 is covered only if its contents constitute a work based on the
/plugin/yourip/
H A DLICENSE75 is covered only if its contents constitute a work based on the
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DSimpleFile.php23 protected $contents = []; variable in Sabre\\DAV\\SimpleFile
46 * @param string $contents
49 function __construct($name, $contents, $mimeType = null) { argument
52 $this->contents = $contents;
79 return $this->contents;
90 return strlen($this->contents);
105 return '"' . sha1($this->contents) . '"';
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Mock/
H A DFile.php19 protected $contents; variable in Sabre\\DAV\\Mock\\File
29 function __construct($name, $contents, Collection $parent = null) { argument
32 $this->put($contents);
86 $this->contents = $data;
100 return $this->contents;
115 return '"' . md5($this->contents) . '"';
126 return strlen($this->contents);
H A DStreamingFile.php47 $this->contents = $data;
60 return $this->contents;
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.less1113 /* don't wrap to second line (now that contents will be inline) */
/plugin/pot/
H A DLICENSE76 is covered only if its contents constitute a work based on the
/plugin/spreadout/
H A DLICENSE75 is covered only if its contents constitute a work based on the
H A Dsyntax.php156 * The contents of <tt>$aData</tt> is the return value of the
/plugin/indexmenu/
H A DCOPYING76 is covered only if its contents constitute a work based on the
/plugin/actionrenderer/
H A DLICENSE75 is covered only if its contents constitute a work based on the
/plugin/authgooglesheets/vendor/google/auth/
H A DCOPYING116 wherever such third-party notices normally appear. The contents
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DStream.php95 $contents = stream_get_contents($this->stream);
97 if ($contents === false) {
101 return $contents;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigateway/
H A DApigatewayApiConfigFile.php25 public $contents; variable in Google\\Service\\Apigateway\\ApigatewayApiConfigFile
34 public function setContents($contents) argument
36 $this->contents = $contents;
43 return $this->contents;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiV1beta2InputConfig.php25 public $contents; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta2InputConfig
36 public function setContents($contents) argument
38 $this->contents = $contents;
45 return $this->contents;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php1094 $contents = [];
1119 $contents[$shortname] = $attributes + ['filename' => $shortname];
1153 uasort($contents, [&$this, 'comparator']);
1156 return $raw ? $contents : array_map('strval', array_keys($contents));
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DSerialPortOutput.php25 public $contents; variable in Google\\Service\\Compute\\SerialPortOutput
46 public function setContents($contents) argument
48 $this->contents = $contents;
55 return $this->contents;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/
H A DGoogleDevtoolsRemoteworkersV1test2Blob.php22 public $contents; variable in Google\\Service\\RemoteBuildExecution\\GoogleDevtoolsRemoteworkersV1test2Blob
26 public function setContents($contents) argument
28 $this->contents = $contents;
32 return $this->contents;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Webmasters/
H A DWmxSitemap.php37 public function setContents($contents) argument
39 $this->contents = $contents;
46 return $this->contents;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DMockHandler.php104 $contents = (string) $value->getBody();
108 fwrite($sink, $contents);
110 file_put_contents($sink, $contents);
112 $sink->write($contents);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md426 Copy the contents of a stream into another stream until the given number
434 Copy the contents of a stream into a string until the given number of
487 - `string`: Creates a stream object that uses the given string as the contents.

1...<<11121314151617181920>>...41