Home
last modified time | relevance | path

Searched refs:b (Results 401 – 425 of 2511) sorted by last modified time

1...<<11121314151617181920>>...101

/plugin/iframeinterwiki/
H A DLICENSE98 b) You must cause any work that you distribute or publish, that in
142 b) Accompany it with a written offer, valid for at least three
153 an offer, in accord with Subsection b above.)
/plugin/autoindex/
H A Dsyntax.php111 * @param array $b
114 public function titleSort($a, $b) argument
116 return Sort::strcmp($a['title'], $b['title']);
H A DLICENSE98 b) You must cause any work that you distribute or publish, that in
142 b) Accompany it with a written offer, valid for at least three
153 an offer, in accord with Subsection b above.)
/plugin/ifauthex/lib/
H A Dparser.php637 usort($elmDefs, function ($a, $b) { return $a->priority() - $b->priority(); });
/plugin/ifauthex/
H A DLICENSE98 b) You must cause any work that you distribute or publish, that in
142 b) Accompany it with a written offer, valid for at least three
153 an offer, in accord with Subsection b above.)
/plugin/feedmod/
H A DCOPYING98 b) You must cause any work that you distribute or publish, that in
142 b) Accompany it with a written offer, valid for at least three
153 an offer, in accord with Subsection b above.)
/plugin/semantic/
H A DLICENSE98 b) You must cause any work that you distribute or publish, that in
142 b) Accompany it with a written offer, valid for at least three
153 an offer, in accord with Subsection b above.)
/plugin/odtsupport/
H A DLICENSE126 Component, and (b) serves only to enable use of the work with that
217 b) The work must carry prominent notices stating that it is
257 b) Convey the object code in, or embodied in, a physical product
273 with subsection 6b.
368 b) Requiring preservation of specified reasonable legal notices or
418 finally terminates your license, and (b) permanently, if the copyright
531 conveyed by you (or copies made from those copies), or (b) primarily
/plugin/usecounter/
H A DLICENSE126 Component, and (b) serves only to enable use of the work with that
217 b) The work must carry prominent notices stating that it is
257 b) Convey the object code in, or embodied in, a physical product
273 with subsection 6b.
368 b) Requiring preservation of specified reasonable legal notices or
418 finally terminates your license, and (b) permanently, if the copyright
531 conveyed by you (or copies made from those copies), or (b) primarily
/plugin/barcodes/
H A DLICENSE.md62 * **b)** under the GNU GPL, with none of the additional permissions of
77 * **b)** Accompany the object code with a copy of the GNU GPL and this license
92 * **b)** Accompany the Combined Work with a copy of the GNU GPL and this license
111 system, and **(b)** will operate properly with a modified version
138 * **b)** Give prominent notice with the combined library that part of it
/plugin/fastwiki/
H A DLICENSE98 b) You must cause any work that you distribute or publish, that in
142 b) Accompany it with a written offer, valid for at least three
153 an offer, in accord with Subsection b above.)
/plugin/snow/
H A DREADME.md15 …//scrutinizer-ci.com/g/mprins/dokuwiki-plugin-snow/badges/quality-score.png?b=master)](https://scr…
/plugin/twofactoraltemail/
H A DLICENSE98 b) You must cause any work that you distribute or publish, that in
142 b) Accompany it with a written offer, valid for at least three
153 an offer, in accord with Subsection b above.)
/plugin/gitlabapi/
H A Dstyle.css24 b.gitlab {
/plugin/edittable/lib/
H A Dhandsontable.full.js1365 return a + b;
1378 return a > b ? a : b;
1391 return a < b ? a : b;
6500 if (a === b) {
7192 function extend(a, b) {
7193 for (var i in b) {
9320 if (b != null) {
9321 return b;
29762 return b - a;
33646 return b - a;
[all …]
/plugin/blog/
H A DCOPYING99 b) You must cause any work that you distribute or publish, that in
144 b) Accompany it with a written offer, valid for at least three
155 an offer, in accord with Subsection b above.)
/plugin/pubmed2020/classes/
H A Dpubmed2020.php997 usort($chapters, function ($a, $b) {
998 return (substr_count($a, " ") < substr_count($b, " "));
/plugin/simplenavi/
H A Dsyntax.php146 uasort($items, function ($a, $b) use ($useNatSort, $nsFirst) {
147 return $this->itemComparator($a, $b, $useNatSort, $nsFirst);
173 * @param array $b
178 public function itemComparator($a, $b, $useNatSort, $nsFirst)
180 if ($nsFirst && $a['type'] != $b['type']) {
185 return Sort::strcmp($a['title'], $b['title']);
187 return strcmp($a['title'], $b['title']);
224 pathCompare($a, $b) global() argument
/plugin/captcha/
H A DEasySVG.php6 * @version 0.1b
419 [$a, $b, $c, $d, $e, $f] = $matrix;
434 $current_point = [$a * $x + $e, $b * $x + $f];
451 $current_point = [$a * $x + $c * $y + $e, $b * $x + $d * $y + $f];
459 $current_point = [$a * $x + $c * $y + $e, $b * $x + $d * $y + $f];
470 $current_point = [$a * $x + $c * $y + $e, $b * $x + $d * $y + $f];
/plugin/statdisplay/pchart/
H A DColor.php50 $this->b = $blue;
58 $incremented = new Color($this->r, $this->g, $this->b);
62 $incremented->b = $this->truncateColorComponentRange($incremented->b + $increment);
68 return sprintf("Color<%d, %d, %d>", $this->r, $this->g, $this->b);
90 return $this->b;
100 public $b; variable in Color
H A DGDCanvas.php87 $C_Rectangle = imagecolorallocate( $this->Layers [0], $color->r, $color->g, $color->b);
462 $Ba = floor ( $color->b * $alpha + $B2 * $iAlpha );
480 return (imagecolorallocate ($this->picture, $color->r, $color->g, $color->b ));
486 $color->b,
H A DpChart.php1680 $b = ($X - $XIn [$klo]) / $h;
1691 …$Value = $a * $YIn [$klo] + $b * $YIn [$khi] + (($a * $a * $a - $a) * $Yt [$klo] + ($b * $b * $b -…
1821 $b = ($X - $XIn [$klo]) / $h;
1822 …$Value = $a * $YIn [$klo] + $b * $YIn [$khi] + (($a * $a * $a - $a) * $Yt [$klo] + ($b * $b * $b -…
/plugin/advanced/
H A DLICENSE98 b) You must cause any work that you distribute or publish, that in
142 b) Accompany it with a written offer, valid for at least three
153 an offer, in accord with Subsection b above.)
/plugin/linksuggest/vendor/
H A Djquery.textcomplete.min.js2 !function(a){if("function"==typeof define&&define.amd)define(["jquery"],a);else if("object"==typeof module&&module.exports){var b=require("jquery");module.exports=a(b)}else a(jQuery)}(function(a){if("undefined"==typeof a)throw new Error("jQuery.textcomplete requires jQuery");return+function(a){"use strict";var b=function(a){console.warn&&console.warn(a)},c=1;a.fn.textcomplete=function(d,e){var f=Array.prototype.slice.call(arguments);return this.each(function(){var g=this,h=a(this),i=h.data("textComplete");if(i||(e||(e={}),e._oid=c++,i=new a.fn.textcomplete.Completer(this,e),h.data("textComplete",i)),"string"==typeof d){if(!i)return;f.shift(),i[d].apply(i,f),"destroy"===d&&h.removeData("textComplete")}else a.each(d,function(c){a.each(["header","footer","placement","maxCount"],function(a){c[a]&&(i.option[a]=c[a],b(a+"as a strategy param is deprecated. Use option."),delete c[a])})}),i.register(a.fn.textcomplete.Strategy.parse(d,{el:g,$el:h}))})}}(a),+function(a){"use strict";function b(c,d){if(this.$el=a(c),this.id="textcomplete"+e++,this.strategies=[],this.views=[],this.option=a.extend({},b.defaults,d),!(this.$el.is("input[type=text]")||this.$el.is("input[type=search]")||this.$el.is("textarea")||c.isContentEditable||"true"==c.contentEditable))throw new Error("textcomplete must be called on a Textarea or a ContentEditable.");if(c===c.ownerDocument.activeElement)this.initialize();else{var g=this;this.$el.one("focus."+this.id,function(){g.initialize()}),this.option.adapter&&"CKEditor"!=this.option.adapter||"undefined"==typeof CKEDITOR||!this.$el.is("textarea")||CKEDITOR.on("instanceReady",function(b){-1==a.inArray(b.editor.id,f)&&(f.push(b.editor.id),b argument
[all...]
/plugin/linksuggest/
H A DLICENSE98 b) You must cause any work that you distribute or publish, that in
142 b) Accompany it with a written offer, valid for at least three
153 an offer, in accord with Subsection b above.)

1...<<11121314151617181920>>...101