Home
last modified time | relevance | path

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

1234567891011

/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/Meta/Field/
H A DPageImages.php79 $usage = null;
83 $usage = $value[PageImageUsage::PERSISTENT_NAME];
84 if (is_string($usage)) {
85 $usage = explode(",", $usage);
95 $usage = $value[PageImageUsage::PERSISTENT_NAME];
96 if (!is_array($usage)) {
97 $usage = explode(",", $usage);;
104 if ($usage !
[all...]
H A DPageImage.php28 * * in syntax component, we pass attribute to the fetcher that it should delete if used (Way to check the attribute usage)
64 foreach ($usages as $usage) {
65 $value = trim($usage);
70 throw new ExceptionCompile("The page image usage value ($value) is not valid.");
/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;

1234567891011