Home
last modified time | relevance | path

Searched refs:requested (Results 1 – 25 of 93) sorted by relevance

1234

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
DContextRule.php38 public $requested; variable in Google\\Service\\ServiceConsumerManagement\\ContextRule
89 public function setRequested($requested) argument
91 $this->requested = $requested;
98 return $this->requested;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
DContextRule.php38 public $requested; variable in Google\\Service\\ServiceUsage\\ContextRule
89 public function setRequested($requested) argument
91 $this->requested = $requested;
98 return $this->requested;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
DContextRule.php38 public $requested; variable in Google\\Service\\ServiceNetworking\\ContextRule
89 public function setRequested($requested) argument
91 $this->requested = $requested;
98 return $this->requested;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
DContextRule.php38 public $requested; variable in Google\\Service\\ServiceManagement\\ContextRule
89 public function setRequested($requested) argument
91 $this->requested = $requested;
98 return $this->requested;
/plugin/swiftmail/Swift/Cache/
DMemory.php30 protected $requested; variable in Swift_Cache_Memory
70 if ($this->requested == $key)
72 $this->requested = null;
75 $this->requested = $key;
/plugin/actickets/
Dscript.js4 requested: 0, // count of requests we already fetched from the requests list property
59 var end = actickets.requested + actickets.batch;
64 for (var n = actickets.requested; n < end; n++) {
71 actickets.requested = end;
107 if (actickets.requested < actickets.requests.length) {
/plugin/googlemaps/
Dscript.js58 var requested = maptypes[type];
60 map.setMapType(in_array(requested,supported) ? requested : supported[0]);
/plugin/refnotes/
Ddatabase.php476 private $requested; variable in refnotes_reference_database_cache
495 $this->requested = array();
502 $this->requested[$fileName] = false;
520 $this->requested[$fileName] = true;
555 foreach ($this->requested as $fileName => $requested) {
556 if (!$requested && array_key_exists($fileName, $this->cache)) {
/plugin/jsonrpc/
DIJR_IntrospectionServer.php45 … return new IJR_Error(-32601, 'server error. requested method "'.$methodname.'" not specified.');
105 … return new IJR_Error(-32601, 'server error. requested method "'.$method.'" not specified.');
/plugin/farmer/lang/en/
H A Dnotfound_error404.txt3 The requested resource could not be found.
H A Dnotfound_list.txt3 The requested Wiki could not be found. Please refer to the list of available Wikis below.
/plugin/forcessllogin/lang/en/
Dsplashpage.txt3 The requested action requires transmission of personal data and will continue
/plugin/dokullm/doc/profiles/default/
H A Dsystem.txt1 …responses should be concise, accurate, and focused on the specific task requested. When processing…
/plugin/autostart/
DREADME.md4 If a non-existent page is requested, but a namespace with that name exists, and it has a start page…
/plugin/dokusioc/
Dplugin.info.txt6 …head, creates SIOC version of wiki content (RDF/XML export), checks the requested application type…
/plugin/asciidocjs/node_modules/pug-load/
DREADME.md74 console.log('"' + filename + '" file requested from "' + source + '".');
86 console.log('"' + filename + '" file requested from "' + source + '".');
97 console.log('"' + filename + '" file requested from "' + source + '".');
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DHTML.ForbiddenElements.txt7 This was, perhaps, the most requested feature ever in HTML
/plugin/whennotfound/
DREADME.md6 * "translation": Check if an available translation of the requested page exists and if so, redirect…
Dhelp.txt5 …in:indexmenu|indexmenu]] plugin) and also the results of searching the requested page title. The …
/plugin/authyubikey/lib/
DNEWS22 ** Verify server certificates by default when HTTPS is requested.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
Dconnection-factory.asciidoc4 The ConnectionFactory instantiates new Connection objects when requested by the
/plugin/html2pdf/html2pdf/html2ps/templates/
Derror._missing_afm.tpl23 <td>You have no requested metric file.</td>
/plugin/asciidocjs/node_modules/filelist/
DREADME.md11 element of the FileList/Array is requested, the pending patterns
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
DMlNamespace.asciidoc529 $params['start'] = (string) start timestamp for the requested influencers
530 $params['end'] = (string) end timestamp for the requested influencers
531 $params['influencer_score'] = (double) influencer score threshold for the requested influencers
532 $params['sort'] = (string) sort field for the requested influencers
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
DREADME.md220 data requested to read to the callable. The callable can choose to ignore
221 this value and return fewer or more bytes than requested. Any extra data
492 continuously called until the buffer is equal to the requested read size.
504 number of requested bytes are available. Any additional bytes will be

1234