Home
last modified time | relevance | path

Searched refs:b (Results 1876 – 1900 of 2511) sorted by last modified time

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

/plugin/condition/
H A DREADME.md9 … of parenthesis is allowed, negation is achieved by using heading ! (ex !foo=bar or !(a=b || c<d) )
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.)
H A Dbase_tester.php.orig.php45 return call_user_func(array($this, 'test_'.$b['key']), $b, $bug);
74 if(!$b['test'] || ($b['test'] == '')) return ($rh && ($rh != ''));
94 if(!$b['test'] || ($b['test'] == '')) return (count($grps) != 0);
99 if(!$b['value'] || ($b['value'] == '')) return (count($grps) == 0);
104 if(!$b['value'] || ($b['value'] == '')) return (count($grps) != 0);
115 if(!$b['test'] || ($b['test'] == '')) {
119 if(!$b['value'] || ($b['value'] == '')) $b['value'] = '.';
137 if(!$b['test'] || ($b['test'] == '')) {
141 if(!$b['value'] || ($b['value'] == '')) $b['value'] = '.';
161 if(!$b['test'] || ($b['test'] == '') || !$b['value'] || ($b['value'] == '')) {
[all …]
H A Dsyntax.php281 if(($b[$i]['type'] == 'block') || ($b[$i]['type'] == 'nblock')) {
282 $b[$i]['r'] = $this->_processblocks($b[$i]['value'], $bug);
283 if($b[$i]['type'] == 'nblock') $b[$i]['r'] = !$b[$i]['r'];
285 $b[$i]['r'] = $this->_evaluate($b[$i], $bug);
296 $r = $b[0]['r'];
298 if($b[$i-1]['next'] == '') {
302 switch($b[$i-1]['next']) {
305 $r &= $b[$i]['r'];
309 $r |= $b[$i]['r'];
313 $r ^= $b[$i]['r'];
[all …]
/plugin/authlemonldap/
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/davcard/vendor/sabre/vobject/lib/
H A DComponent.php304 function($a, $b) use ($sortScore, $tmp) {
307 $sB = $sortScore($b, $tmp);
/plugin/nssearch/
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
H A Daction.php29 foreach ($br as $a=>$b) $lastcrumb=$a;
58 foreach ($event->result as $a=>$b)
61 $newresult[$a] = $b;
/plugin/rssbycreated/
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.)
H A Daction.php56 function __sortByDate($a, $b) { argument
58 $bID = $b['id'];
60 return p_get_metadata($a['id'],'date created') <= p_get_metadata($b['id'],'date created');
/plugin/gitlabproject/
H A Dstyle.css24 b.gitlab {
/plugin/authplaincas/
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/filterrss/
H A Dhelper.php72 $b = $b_ar[self::$key];
73 return strnatcmp($a, $b);
78 $b = $b_ar[self::$key];
79 if ($a == $b) {
82 return ($a < $b) ? -1 : 1;
/plugin/fetchmedia/
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/fetchmedia/lib/
H A Dbundle.js1b=v?e:d?e[r]||(e[r]={}):(e[r]||{}).prototype,m=v?i:i[r]||(i[r]={}),w=m.prototype||(m.prototype={})…
/plugin/ebookexport/
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/flattr/
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/avatar/
H A Dmonsterid.php47 $b = _get_monster_part(substr($hash, 8, 4), 20, 235);
48 $color = imagecolorallocate($monster, $r, $g, $b);
H A DCOPYING
/plugin/avatar/parts/
H A Dmonsterparts.xcf84    P Jxx b�xx ~ � �;��=��=��=�� ���=��=��=�� ���=��=��=�� �y�6���4������3����2�����7���7�>��=��
325    8<�xx<�=�xx<�=b=�=�������1����9����:����:�<�<���9����1������0���������0���2���3�5�4���1���1���6��� @ @ @ @<<xx Eyes_3.png� 
1245    �Jxx�b�xx�~�-�r�1��=��>�>�)���(���*���,�� �-��
/plugin/database2/
H A Ddatabase2.php5049 $b = strpos( $value, '|', $a + 1 );
5050 if ( !$b )
5056 'name' => substr( $value, $a + 1, $b - $a - 1 ),
5057 'file' => substr( $value, $b + 1 ),
/plugin/preventzerowidthchars/_test/
H A Dreplacement.test.php16 '<200b>',
/plugin/rrdgraph/inc/
H A Drpncomputer.php51 * @param Multi $b The second value.
54 private function compare($a, $b) { argument
57 if (is_null($b)) return false;
61 if (is_bool($b)) $b = $b?1:0;
67 $b = $this->is_integer($b)?intval($b):floatval($b);
69 if ($a < $b)
71 else if ($a > $b)
95 $b = array_pop($stack);
97 $r = ($a || $b);
105 $b = array_pop($stack);
[all …]
/plugin/konsole/
H A Dstyle.css115 .konsoleuser b {
120 .konsoleroot b {
/plugin/wikistats/
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.)

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