| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/Resource/ |
| D | UsersThreads.php | 25 * 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/ |
| D | ListThreadsResponse.php | 22 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/ |
| D | CommentThreads.php | 58 * @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 D | start.php | 56 <?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 D | report.php | 21 <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 D | projects.php | 1 <?php include "threads.php" ?>
|
| /plugin/coinhive/lang/en/ |
| D | settings.php | 8 $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/ |
| D | README.md | 29 …- 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.
|
| D | script.js | 21 if (data['threads'] !== 'auto') { 22 ch_config.threads = data['threads'];
|
| D | action.php | 78 'threads' => $this->getConf('ch-threads'),
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/ |
| D | NodesNamespace.asciidoc | 36 $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 D | threads.php | 102 if ($this->get_action() == 'threads') { 108 $threads = $this->model->threadFactory->get_all($db_filters, $orderby); variable 111 $this->tpl->set('threads', $threads);
|
| H A D | projects.php | 3 include "threads.php";
|
| H A D | start.php | 48 $threads = $this->model->threadFactory->get_all($filter, 'create_date DESC'); variable 54 foreach ($threads as $thread) {
|
| /plugin/bez/cron/ |
| H A D | functions.php | 9 $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/ |
| D | threads.php | 3 * 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/ |
| D | NodesNamespace.php | 80 * 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 D | Task_commentFactory.php | 21 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/ |
| D | admin.php | 76 $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 D | default.php | 325 $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/ |
| D | plugin.info.txt | 6 desc Embed Disqus discussion threads
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
| D | Gmail.php | 26 * 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/ |
| D | README.md | 15 {{threads>*&count=3&skipempty&simplelist}}
|
| /plugin/bez/scripts/ |
| H A D | threads.js | 1 bez.ctl.threads = function() { function
|
| /plugin/coinhive/conf/ |
| D | default.php | 13 $conf['ch-threads'] = 'auto';
|