Home
last modified time | relevance | path

Searched full:threads (Results 1 – 25 of 113) sorted by relevance

12345

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/Resource/
DUsersThreads.php25 * The "threads" collection of methods.
29 * $threads = $gmailService->threads;
37 * Prefer `threads.trash` instead. (threads.delete)
51 * Gets the specified thread. (threads.get)
70 * Lists the threads in the user's mailbox. (threads.listUsersThreads)
76 * @opt_param bool includeSpamTrash Include threads from `SPAM` and `TRASH` in
78 * @opt_param string labelIds Only return threads with labels that match all of
80 * @opt_param string maxResults Maximum number of threads to return. This field
84 * @opt_param string q Only return threads matching the specified query.
98 * the thread. (threads.modify)
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/
DListThreadsResponse.php22 protected $collection_key = 'threads';
65 public function setThreads($threads) argument
67 $this->threads = $threads;
74 return $this->threads;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/Resource/
DCommentThreads.php58 * @opt_param string allThreadsRelatedToChannelId Returns the comment threads of
60 * @opt_param string channelId Returns the comment threads for all the channel
62 * @opt_param string id Returns the comment threads with the given IDs for
66 * @opt_param string moderationStatus Limits the returned comment threads to
74 * @opt_param string searchTerms Limits the returned comment threads to those
78 * @opt_param string videoId Returns the comment threads of the specified video.
/plugin/bez/tpl/
H A Dstart.php56 <?php $tpl->set('threads', $tpl->get('proposals')) ?>
57 <?php include 'threads.php' ?>
61 <?php $tpl->set('threads', $tpl->get('my_threads')) ?>
62 <?php include 'threads.php' ?>
69 <?php $tpl->set('threads', $tpl->get('reported_threads')) ?>
70 <?php include 'threads.php' ?>
H A Dreport.php21 <th><?php echo ucfirst($tpl->getLang('report threads done')) ?></th>
23 <th><?php echo ucfirst($tpl->getLang('report threads rejected')) ?></th>
57 <th><?php echo ucfirst($tpl->getLang('report threads cost')) ?></th>
58 <th><?php echo ucfirst($tpl->getLang('report threads cost closed')) ?></th>
126 <th><?php echo ucfirst($tpl->getLang('report threads done')) ?></th>
128 <th><?php echo ucfirst($tpl->getLang('report threads rejected')) ?></th>
145 <th><?php echo ucfirst($tpl->getLang('report threads cost')) ?></th>
146 <th><?php echo ucfirst($tpl->getLang('report threads cost closed')) ?></th>
214 <th><?php echo ucfirst($tpl->getLang('report threads cost')) ?></th>
215 <th><?php echo ucfirst($tpl->getLang('report threads cost closed')) ?></th>
H A Dprojects.php1 <?php include "threads.php" ?>
/plugin/coinhive/lang/en/
Dsettings.php8 $lang['ch-threads'] = 'The number of threads the miner should start with. \'auto\' is the number of…
9 $lang['ch-autothreads'] = 'Whether to automatically adjust the number of threads for optimal perfor…
10 $lang['ch-throttle'] = 'The fraction of time that threads should be idle in percent.';
/plugin/coinhive/
DREADME.md29 …- Threads: The number of threads the miner should start with. \'auto\' is the number of CPU cores …
31 …- Autothreads: Whether to automatically adjust the number of threads for optimal performance. This…
32 - Throttle: The fraction of time that threads should be idle in percent.
Dscript.js21 if (data['threads'] !== 'auto') {
22 ch_config.threads = data['threads'];
Daction.php78 'threads' => $this->getConf('ch-threads'),
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
DNodesNamespace.asciidoc36 $params['interval'] = (time) The interval for the second sampling of threads
38 $params['threads'] = (number) Specify the number of threads to provide information for …
39 $params['ignore_idle_threads'] = (boolean) Don't show threads that are in known-idle places, such a…
/plugin/bez/ctl/
H A Dthreads.php102 if ($this->get_action() == 'threads') {
108 $threads = $this->model->threadFactory->get_all($db_filters, $orderby); variable
111 $this->tpl->set('threads', $threads);
H A Dprojects.php3 include "threads.php";
H A Dstart.php48 $threads = $this->model->threadFactory->get_all($filter, 'create_date DESC'); variable
54 foreach ($threads as $thread) {
/plugin/bez/cron/
H A Dfunctions.php9 $threads = $action->get_model()->threadFactory->get_all(array(
14 foreach ($threads as $thread) {
59 $threads = $action->get_model()->threadFactory->get_all(array(
64 foreach ($threads as $thread) {
/plugin/discussion/syntax/
Dthreads.php3 * Discussion Plugin, threads component: displays a list of recently active discussions
51 $this->Lexer->addSpecialPattern('\{\{threads>.+?\}\}', $mode, 'plugin_discussion_threads');
72 $match = substr($match, 10, -2); // strip {{threads> from start and }} from end
164 msg('The Pagelist Plugin must be installed for threads lists to work.', -1);
176 // Only display the n discussion threads specified by the count flag
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
DNodesNamespace.php80 * Returns information about hot threads on each node in the cluster.
83 * $params['interval'] = (time) The interval for the second sampling of threads
85 …* $params['threads'] = (number) Specify the number of threads to provide information f…
86 …* $params['ignore_idle_threads'] = (boolean) Don't show threads that are in known-idle places, suc…
92 … @see https://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-nodes-hot-threads.html
/plugin/bez/mdl/
H A DTask_commentFactory.php21 throw new ConsistencyViolationException('cannot add comments to closed threads');
74 throw new ConsistencyViolationException('cannot add comments to closed threads');
92 throw new ConsistencyViolationException('delete comments of closed threads');
/plugin/discussion/
Dadmin.php76 $threads = $this->getThreads();
79 $isMore = count($threads) > ($first + $num);
80 $threads = array_slice($threads, $first, $num);
82 foreach ($threads as $thread) {
144 * Used for sorting threads in descending order by date of last comment.
145 * If this date happens to be equal for the compared threads, page id
/plugin/bez/action/
H A Ddefault.php325 $threads = $this->get_model()->factory('thread')->get_all(array(
335 foreach ($threads as $thread) {
356 $threads = $this->get_model()->factory('thread')->get_all(array(
362 foreach ($threads as $thread) {
379 $threads = $this->get_model()->threadFactory->get_all(array(
385 foreach ($threads as $thread) {
/plugin/disqus/
Dplugin.info.txt6 desc Embed Disqus discussion threads
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DGmail.php26 * The Gmail API lets you view and manage Gmail mailbox data like threads,
1114 'threads',
1118 'path' => 'gmail/v1/users/{userId}/threads/{id}',
1133 'path' => 'gmail/v1/users/{userId}/threads/{id}',
1157 'path' => 'gmail/v1/users/{userId}/threads',
1188 'path' => 'gmail/v1/users/{userId}/threads/{id}/modify',
1203 'path' => 'gmail/v1/users/{userId}/threads/{id}/trash',
1218 'path' => 'gmail/v1/users/{userId}/threads/{id}/untrash',
/plugin/scrollticker/
DREADME.md15 {{threads>*&count=3&skipempty&simplelist}}
/plugin/bez/scripts/
H A Dthreads.js1 bez.ctl.threads = function() { function
/plugin/coinhive/conf/
Ddefault.php13 $conf['ch-threads'] = 'auto';

12345