Home
last modified time | relevance | path

Searched refs:usage (Results 1 – 25 of 239) sorted by relevance

12345678910

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
H A DAboutStorageQuota.php29 public $usage; variable in Google\\Service\\Drive\\AboutStorageQuota
56 public function setUsage($usage) argument
58 $this->usage = $usage;
65 return $this->usage;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DQuota.php31 public $usage; variable in Google\\Service\\Compute\\Quota
69 public function setUsage($usage) argument
71 $this->usage = $usage;
75 return $this->usage;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/
H A DMemoryPeakUsageProcessor.php27 $usage = memory_get_peak_usage($this->realUsage);
30 $usage = $this->formatBytes($usage);
33 $record['extra']['memory_peak_usage'] = $usage;
H A DMemoryUsageProcessor.php27 $usage = memory_get_usage($this->realUsage);
30 $usage = $this->formatBytes($usage);
33 $record['extra']['memory_usage'] = $usage;
/plugin/combo/ComboStrap/
H A DPageImages.php118 $usage = null;
122 $usage = $value[PageImageUsage::PERSISTENT_NAME];
123 if (is_string($usage)) {
124 $usage = explode(",", $usage);
134 $usage = $value[PageImageUsage::PERSISTENT_NAME];
135 if (!is_array($usage)) {
136 $usage = explode(",", $usage);;
142 if ($usage !== null) {
143 $pageImage->setUsages($usage);
H A DPageImage.php55 foreach ($usages as $usage) {
56 $value = trim($usage);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
H A DGoogleApiServiceusageV1ServiceConfig.php177 public function setUsage(Usage $usage) argument
179 $this->usage = $usage;
186 return $this->usage;
H A DGoogleApiService.php455 public function setUsage(Usage $usage) argument
457 $this->usage = $usage;
464 return $this->usage;
/plugin/pwaoffline/
H A Dscript.js74 const perc = Math.round((estimate.usage / estimate.quota) * 100 * 100) / 100;
76 const usage = getAsStringMiB(estimate.usage);
78 const msg = 'Current storage usage on this device for this origin: ' + usage + '/' + quota;
/plugin/findologicxmlexport/vendor/hoa/protocol/Bin/
H A DResolve.php104 return $this->usage();
116 return $this->usage();
165 public function usage() function in Hoa\\Protocol\\Bin\\Resolve
/plugin/findologicxmlexport/vendor/hoa/compiler/Bin/
H A DPp.php91 return $this->usage();
119 return $this->usage();
126 return $this->usage();
250 public function usage() function in Hoa\\Compiler\\Bin\\Pp
/plugin/freechat/phpfreechat/src/commands/
H A Dredirect.class.php7 var $usage = "/redirect url"; variable in pfcCommand_redirect
24 $cmdp["param"] .= " (".$this->usage.")";
H A Ddeop.class.php7 var $usage = "/deop {nickname}"; variable in pfcCommand_deop
20 $cmdp["param"] .= " (".$this->usage.")";
H A Dme.class.php7 var $usage = "/me {message}"; variable in pfcCommand_me
26 $cmdp["param"] .= " (".$this->usage.")";
H A Dop.class.php7 var $usage = "/op {nickname}"; variable in pfcCommand_op
26 $cmdp["param"] .= " (".$this->usage.")";
H A Dleave.class.php8 var $usage = "/leave [ch|pv [[{channel|nickname}] {reason}]]"; variable in pfcCommand_leave
32 $cmdp["param"] .= " (".$this->usage.")";
138 $cmdp["param"] .= " (".$this->usage.")";
H A Dkick.class.php7 var $usage = "/kick {nickname} [ {reason} ]"; variable in pfcCommand_kick
35 $cmdp["param"] .= " (".$this->usage.")";
/plugin/findologicxmlexport/vendor/hoa/ustring/Bin/
H A DTocode.php89 return $this->usage();
107 public function usage() function in Hoa\\Ustring\\Bin\\Tocode
H A DFromcode.php89 return $this->usage();
107 public function usage() function in Hoa\\Ustring\\Bin\\Fromcode
/plugin/mdpage/vendor/cebe/markdown/bin/
H A Dmarkdown58 usage();
113 function usage() { function
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DXpackNamespace.asciidoc22 * <<Elasticsearch_Namespaces_XpackNamespaceusage_usage,`usage()`>>
41 .`usage(array $params = [])`
/plugin/docsearch/action/
H A Dsearch.php70 foreach($usages as $usage) {
71 echo html_wikilink($usage);
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dindex.rst32 For standalone projects usage of the provided builder is encouraged::
46 usage
53 - :doc:`Usage <usage>`
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
H A DService.php455 public function setUsage(Usage $usage) argument
457 $this->usage = $usage;
464 return $this->usage;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
H A DService.php455 public function setUsage(Usage $usage) argument
457 $this->usage = $usage;
464 return $this->usage;

12345678910