Home
last modified time | relevance | path

Searched refs:amount (Results 26 – 50 of 131) sorted by relevance

123456

/plugin/translator/syntax/
H A Dtranslator.php164 function _printTranslator(&$renderer, $start=null, $amount=null, $display=null, $filter=null) { argument
171 …is->version, $this->currentLanguage, $this->additionalLanguage, $start, $amount, $display, $filter…
179 $renderer->doc .= $this->_setPages($start, $amount, $max, $display, true);
274 $renderer->doc .= $this->_setPages($start, $amount, $max, $display);
276 $renderer->doc .= $this->_setPages($start, $amount, $max, $display);
284 function _setPages($start, $amount, $max, $display, $printGoBack=false) { argument
287 if ( empty($amount) || $amount == 0 ) $amount = 25;
301 …$form->addElement(form_makeListboxField('newAmount', array('25', '50', '100', '200'), $amount, $th…
308 $countOfPages = ceil($max / $amount);
310 $currentPage = floor($start/$amount) == $i-1 ? ' current' : '';
[all …]
/plugin/photogallery/phpThumb/
H A Dphpthumb.filters.php162 if ($amount == 0) {
165 $amount = max(-255, min(255, $amount));
176 $baseamount = (($amount > 0) ? $amount : 0);
196 $amount = max(-255, min(255, $amount));
200 $amount = ($amount / 255) * -100;
208 if ($amount > 0) {
229 $amount = (is_numeric($amount) ? $amount : 25);
925 $amount = 0 - $amount;
927 $amount = abs($amount);
934 $amount = (is_numeric($amount) ? max(0, min(100, $amount)) : 50);
[all …]
H A Dphpthumb.class.php2101 @list($amount, $color) = explode('|', $parameter);
2110 @list($amount, $color) = explode('|', $parameter);
2111 $amount = ($amount ? $amount : 80);
2120 @list($amount) = explode('|', $parameter);
2121 $amount = min(max((float) $amount, 0.001), 10);
2122 if (number_format($amount, 3) != '1.000') {
2138 @list($amount) = explode('|', $parameter);
2292 $amount = ($amount ? min(max((int) $amount, 0), 255) : 80);
2841 @list($amount, $color) = explode('|', $parameter, 2);
2850 @list($amount, $color) = explode('|', $parameter, 2);
[all …]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DRangeRetrieval.php121 * @param string|int $amount
125 public function getMoreValues($entry, Attribute $attribute, $amount = '*'): Attribute
130 if ($amount !== '*') {
131 $amount = (int) $amount + (int) $range->getHighRange();
135 $attrReq->getOptions()->set(Option::fromRange((string) $startAt, (string) $amount));
122 getMoreValues($entry, Attribute $attribute, $amount = '*') global() argument
/plugin/edittable/script/
H A Deditor.js38 edittable.addRowToMeta = function (index, amount, metaArray) { argument
46 for (i = 0; i < amount; i += 1) {
413 afterCreateRow: function (index, amount) { argument
414 meta = edittable.addRowToMeta(index, amount, meta);
441 afterRemoveRow: function (index, amount) { argument
442 meta.splice(index, amount);
453 afterCreateCol: function (index, amount) { argument
455 for (var i = 0; i < amount; i += 1) {
469 afterRemoveCol: function (index, amount) { argument
471 meta[row].splice(index, amount);
H A Dcontextmenu.js124 var amount = selection.end.row - selection.start.row + 1;
125 this.alter('remove_row', selection.start.row, amount);
160 var amount = selection.end.col - selection.start.col + 1;
161 this.alter('remove_col', selection.start.col, amount);
/plugin/usecounter/
H A Ddokuwiki_plugin_page.wiki29 This plugin provides a helper class that manages the amount of occurences of any given object.
33 …e given identifier is used (once more). The helper internally counts the amount of uses for this i…
34 - amountOfUses(string $id) - returns an integer value of the amount of uses.
/plugin/multiorphan/
H A Dscript.js223 var checkResponse = function( name, url, amount, object, $output, actions ) { argument
226 var checkPoint = amount == 0 ? object.wanted : object.linked;
235 …addGUIEntry($output.find('.multiorphan__result.' + (amount == 0 ? 'wanted' : 'linked')), name, url…
241 …checkResponse(page, data.href, data.amount, $currentResults.pages, $pagesOut, [ORPHANACTIONS.view(…
244 …checkResponse(page, data.href, data.amount, $currentResults.pages, $pagesOut, [ORPHANACTIONS.view(…
247 …checkResponse(media, data.href, data.amount, $currentResults.media, $mediaOut, [ORPHANACTIONS.view…
/plugin/authgoogle/google/contrib/
H A DGoogle_GanService.php1032 public $amount; variable in Google_CcOfferBonusRewards
1034 public function setAmount( $amount) { argument
1035 $this->amount = $amount;
1038 return $this->amount;
1081 public $amount; variable in Google_CcOfferRewards
1092 public function setAmount( $amount) { argument
1093 $this->amount = $amount;
1096 return $this->amount;
1637 public $amount; variable in Google_Money
1640 $this->amount = $amount;
[all …]
/plugin/cronojob/pseudo-cron/
H A Dpseudo-cron.inc.php262 function incDate(&$dateArr, $amount, $unit) { argument
264 …02d:%02d by %d %6s ",$dateArr[mday],$dateArr[mon],$dateArr[hours],$dateArr[minutes],$amount,$unit);
269 $dateArr["mday"] += $amount;
270 $dateArr["wday"] += $amount % 7;
H A Dpseudo-cron-image.php305 function incDate(&$dateArr, $amount, $unit) { argument
307 …02d:%02d by %d %6s ",$dateArr[mday],$dateArr[mon],$dateArr[hours],$dateArr[minutes],$amount,$unit);
312 $dateArr["mday"] += $amount;
313 $dateArr["wday"] += $amount % 7;
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/
H A DServiceTest.php265 $expected->amount = 99.99;
314 public $amount; variable in Sabre\\Xml\\Order
/plugin/cronojob/
H A Dpseudocron.php244 function incDate(&$dateArr, $amount, $unit) { argument
246 …02d:%02d by %d %6s ",$dateArr[mday],$dateArr[mon],$dateArr[hours],$dateArr[minutes],$amount,$unit);
251 $dateArr["mday"] += $amount;
252 $dateArr["wday"] += $amount % 7;
/plugin/addressbook/
H A Dsyntax.php817 $amount = count($list);
818 $pages = ceil($amount/$entriesperpage);
826 for ($c=0;$c<$amount;$c++) {
863 $amount = count($list);
864 $pages = ceil($amount/$entriesperpage);
892 if ($d < $amount && !isset($list[$d]['title'])) {
904 if ($d> $amount) {
/plugin/badbehaviour/lang/en/
H A Dstats.txt3 This page gives you an overview on the amount of access tries that
/plugin/stlviewer/stlviewer/
H A DCanvasRenderer.js485 var amount = normal.dot( lightPosition );
487 if ( amount <= 0 ) continue;
489 amount *= light.intensity;
491 color.add( _lightColor.multiplyScalar( amount ) );
497 var amount = normal.dot( _vector3.subVectors( lightPosition, position ).normalize() );
499 if ( amount <= 0 ) continue;
501amount *= light.distance == 0 ? 1 : 1 - Math.min( position.distanceTo( lightPosition ) / light.dis…
503 if ( amount == 0 ) continue;
505 amount *= light.intensity;
507 color.add( _lightColor.multiplyScalar( amount ) );
/plugin/passwords/
H A Dplugin.info.txt6 desc Generate passwords with length and amount setting. Don't forget to put ~~NOCACHE~~ in your p…
/plugin/nsexport/lang/en/
H A Dautointro.txt3 …ts used in the exported pages will be exported as well. Depending on the amount of exported data, …
H A Dintro.txt3 …ble the checkbox to exclude a page from being exported. Depending on the amount of exported data, …
/plugin/idcount/
H A DREADME.md3 …be used as unique ids) in the text. A prefix can be configured, also the amount of (minimum) digit…
/plugin/eclipseupdateurl/
H A DREADME.md14 …* __%OPTIONS%__ - either just a number (amount of lines to show) or the following keywords and val…
/plugin/abc2/abc-libraries/abc2svg/
H A Dsnd-1.js396 sid=gen.sampleID.amount
399 parm={attack:Math.pow(2,(gen.attackVolEnv?gen.attackVolEnv.amount:-12000)/1200),hold:Math.pow(2,(gen.holdVolEnv?gen.holdVolEnv.amount:-12000)/1200),decay:Math.pow(2,(gen.decayVolEnv?gen.decayVolEnv.amount:-12000)/1200)/3,sustain:gen.sustainVolEnv?(gen.sustainVolEnv.amount/1000):0,buffer:ac.createBuffer(1,sample.length,sampleRate)}
407 if(gen.sampleModes&&(gen.sampleModes.amount&1)){parm.loopStart=parser.sampleHeader[sid].startLoop/sampleRate
409 var scale=(gen.scaleTuning?gen.scaleTuning.amount:100)/100,tune=(gen.coarseTune?gen.coarseTune.amount:0)+
410 (gen.fineTune?gen.fineTune.amount:0)/100+
412 (gen.overridingRootKey?gen.overridingRootKey.amount
[all...]
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg.js7928 if (amount == null) {
7929 amount = 1;
7956 amount = 1;
7984 amount = 1;
7987 amount: 1 - amount
8022 amount = 1;
8026 amount: amount,
8044 amount = 1;
8047 amount: amount
8064 amount = 1;
[all …]
/plugin/showpageafterlogin/
H A DREADME5 for a specific amount of Logins (for Instruction/New User Pages)
/plugin/farmer/lang/en/
H A Dtab_plugins_help.txt15 see and edit the state of all plugins in all animals at once. This option may not be feasible of you have a large amount

123456