Home
last modified time | relevance | path

Searched refs:cost (Results 1 – 25 of 482) sorted by relevance

12345678910>>...20

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/
H A DGoogleCloudRetailV2PurchaseTransaction.php25 public $cost; variable in Google\\Service\\CloudRetail\\GoogleCloudRetailV2PurchaseTransaction
46 public function setCost($cost) argument
48 $this->cost = $cost;
55 return $this->cost;
H A DGoogleCloudRetailV2PriceInfo.php25 public $cost; variable in Google\\Service\\CloudRetail\\GoogleCloudRetailV2PriceInfo
52 public function setCost($cost) argument
54 $this->cost = $cost;
61 return $this->cost;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Recommender/
H A DGoogleCloudRecommenderV1CostProjection.php32 public function setCost(GoogleTypeMoney $cost) argument
34 $this->cost = $cost;
41 return $this->cost;
/plugin/bez/db/
H A Dupdate0001.sql154 cost REAL, field
187 WHEN new.thread_id IS NOT NULL AND new.cost IS NOT NULL
190 SET task_sum_cost = coalesce(task_sum_cost, 0) + new.cost
207 UPDATE OF thread_id, cost
209 WHEN old.cost IS NOT NULL
212 SET task_sum_cost = task_sum_cost - old.cost
217 UPDATE OF thread_id, cost
219 WHEN new.cost IS NOT NULL
222 SET task_sum_cost = coalesce(task_sum_cost, 0) + new.cost
H A Dupdate0012.sql11 SET task_sum_cost = task_sum_cost - coalesce(old.cost, 0)
H A Dupdate0003.sql9 SET task_sum_cost = task_sum_cost - coalesce(old.cost, 0)
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DOrder.php14 private $cost; variable in JMS\\Serializer\\Tests\\Fixtures\\Order
18 $this->cost = $price ?: new Price(5);
H A DCurrencyAwareOrder.php14 private $cost; variable in JMS\\Serializer\\Tests\\Fixtures\\CurrencyAwareOrder
18 $this->cost = $price ?: new CurrencyAwarePrice(5);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/
H A DRequestLog.php31 public $cost; variable in Google\\Service\\Logging\\RequestLog
177 public function setCost($cost) argument
179 $this->cost = $cost;
183 return $this->cost;
/plugin/bez/tpl/
H A D8d_tasks_no_closing.php8 <th><?php echo $tpl->getLang('cost') ?></th>
24 <?php if ($task->cost == ''): ?>
27 <?php echo $task->cost ?>
H A D8d_tasks.php8 <th><?php echo $tpl->getLang('cost') ?></th>
29 <?php if ($task->cost == ''): ?>
32 <?php echo $task->cost ?>
H A Dtasks.php161 <th><?php echo $tpl->getLang('cost') ?></th>
173 <?php $total_cost += (float) $task->cost ?>
221 <?php if ($task->cost == ''): ?>
224 <?php echo $task->cost ?>
H A Dtask_box.php75 <th><?php echo $tpl->getLang('cost') ?>:</th>
77 <?php if ($tpl->get('task')->cost == ''): ?>
80 <?php echo $tpl->get('task')->cost ?>
140 array('content', 'plan_date', 'all_day_event', 'start_time', 'finish_time', 'task_program_id', 'cost')
/plugin/aichat/vendor/vanderlee/php-sentence/
H A DREADME.md53 . " cost you $2.50! Just kidding :)";
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
H A Dgithub-sample.md75 <dt>Lower cost</dt>
/plugin/bez/
H A Dstyle.css209 .bds_form input[id=cost] {
504 .bez_form input[id=cost] {
/plugin/diagramsnet/lib/plugins/
H A Dvoice.js403 var cost = (s_i == t_j) ? 0 : 1; // Step 5
408 var c = d[i - 1][j - 1] + cost;
417 d[i][j] = Math.min(d[i][j], d[i - 2][j - 2] + cost);
/plugin/jplayer/vendor/james-heinrich/getid3/licenses/
H A Dlicense.mpl-20.txt178 than the cost of distribution to the recipient; and
273 * (not any Contributor) assume the cost of any necessary servicing, *
H A Dlicense.gpl-10.txt113 for the cost of distribution) a complete machine-readable copy of the
/plugin/photogallery/phpThumb/licenses/
H A Dlicense.mpl-20.txt178 than the cost of distribution to the recipient; and
273 * (not any Contributor) assume the cost of any necessary servicing, *
H A Dlicense.gpl-10.txt113 for the cost of distribution) a complete machine-readable copy of the
/plugin/bez/mdl/
H A DTask.php24 protected $cost, $plan_date, $all_day_event, $start_time, $finish_time;
45 'cost', 'plan_date', 'all_day_event', 'start_time', 'finish_time',
93 'cost' => array(array('numeric'), 'NULL'),
154 $this->acl->grant('cost', BEZ_PERMISSION_CHANGE);
169 $this->acl->grant('cost', BEZ_PERMISSION_CHANGE);
214 $this->acl->grant('cost', BEZ_PERMISSION_CHANGE);
225 $this->acl->grant('cost', BEZ_PERMISSION_CHANGE);
/plugin/diagramsnet/lib/plugins/webcola/
H A Dcola.min.js3cost=function(){for(var a=0,b=this.vars.length;b--;){var c=this.vars[b],d=c.position()-c.desiredPo…
/plugin/codemirror/dist/modes/
H A Dsql.min.js.map1cost count covar_pop covar_samp create cross csv cube cume_dist current current_catalog current_da…
/plugin/colorbox/
H A DLICENSE.md56 …east three years, to give any third party, for a charge no more than your cost of physically perfo…

12345678910>>...20