Home
last modified time | relevance | path

Searched refs:b (Results 1826 – 1850 of 2511) sorted by last modified time

1...<<71727374757677787980>>...101

/plugin/matomo/
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/piwik2/
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/cleanoldips/
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/database/
H A Ddatabase.php2137 * @param string $b the string to be compared
2141 function cmp_obj($a, $b) argument
2144 $bl = strtolower($b->name);
/plugin/navbox/
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/gtime/gtlib/
H A DLICENSE98 (b) You must cause any modified files to carry prominent notices
/plugin/gtime/gtlib/asn1/
H A DASN1Object.php48 foreach ($bytes as $b) {
49 array_push($stream, $b);
/plugin/gtime/gtlib/util/
H A DGTUtil.php46 * @param int $b the second integer
49 public static function gcd($a, $b) { argument
52 $b = abs((int) $b);
55 $c = $b % $a;
56 $b = $a;
60 return $b;
86 $b = (int) $b;
88 if ($a == 0 || $b == 0) {
93 $b = abs($b);
95 if ($a > PHP_INT_MAX / $b) {
[all …]
/plugin/randominc/
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/datedifference/
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/loadskin/
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/simplewikipagetree/
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/authfacebook/
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/unsplashdoku/
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/authdjango/
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/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dhtml-block.md6 <td>b</td>
H A Dlist_and_reference.md7 [ref2]: http://example.com/b
H A Demphasis.md31 highlight something in**side** of a word. a**b**c.
33 a ** a\*b **
37 a * a\*b *
H A Dmd1_links_reference_style.md11 With [embedded [brackets]] [b].
31 [b]: /url/
/plugin/mdpage/vendor/cebe/markdown/tests/extra-data/
H A Dtables.md85 | a | | b | |
86 | | a | | b |
87 | a | | | b |
88 | | a | b | |
124 | a | b | c |
128 | a | b | c | d |
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
H A Dgithub-sample.md39 Triangles man! a^2 + b^2 = c^2
66 ['a', 'b'].map { |x| x.uppercase }
70 ['a', 'b'].map(&:uppercase)
H A Dtables.md85 | a | | b | |
86 | | a | | b |
87 | a | | | b |
88 | | a | b | |
/plugin/importfacebookevents/
H A Dsyntax.php42 function compareEventStartDateAsc($a, $b) { argument
43 return strtotime($a['start_time']) - strtotime($b['start_time']);
45 function compareEventStartDateDesc($b, $a) { argument
46 return strtotime($a['start_time']) - strtotime($b['start_time']);
/plugin/importfacebookevents/nppBackup/
H A Dsyntax.php.2018-03-08_165255.bak42 function compareEventStartDateAsc($a, $b) {
43 return strtotime($a['start_time']) - strtotime($b['start_time']);
45 function compareEventStartDateDesc($b, $a) {
46 return strtotime($a['start_time']) - strtotime($b['start_time']);
H A Dsyntax.php.2018-03-08_165158.bak42 function compareEventStartDateAsc($a, $b) {
43 return strtotime($a['start_time']) - strtotime($b['start_time']);
45 function compareEventStartDateDesc($b, $a) {
46 return strtotime($a['start_time']) - strtotime($b['start_time']);

1...<<71727374757677787980>>...101