Home
last modified time | relevance | path

Searched refs:b (Results 851 – 875 of 2511) sorted by relevance

1...<<31323334353637383940>>...101

/plugin/codemirror/dist/modes/
H A Dnsis.min.js.map1b[0,1]+)|(?:\\d+.?\\d*)/, token: \"number\"},\n\n // Strings\n { regex: /\"(?:[^\\\\\"]|\\\\…
H A Dprotobuf.min.js1b(a){return new RegExp("^(("+a.join(")|(")+"))\\b","i")}var c=["package","message","import","synta… function
H A Dz80.min.js.map1b/i;\n keywords2 = /^(((call|j[pr]|rst|ret[in]?)(\\.([sl]?i)?[sl])?)|(rs|st)mix)\\b/i;\n } els…
H A Dbrainfuck.min.js1b="><+-.,[]".split("");a.defineMode("brainfuck",function(){return{startState:function(){return{com…
/plugin/abc2/abc-libraries/abc2svg/
H A Dbreak-1.js5 abc2svg.break={get_break:function(parm){var C=abc2svg.C,b,c,d,sq,a=parm.split(/[ ,]/),cfmt=this.cfmt()
8 for(n=1;n<a.length;n++){b=a[n];c=b.match(/(\d+)([a-z]?)(:\d+\/\d+)?/)
/plugin/backlinks2/_test/data/meta/exclude/
H A Dlink.meta3 …eferences";a:1:{s:13:"bob_ross_says";b:1;}s:10:"firstimage";s:0:"";}s:8:"internal";a:2:{s:5:"cache…
/plugin/backlinks2/_test/data/meta/include/
H A Dlink.meta3 …eferences";a:1:{s:13:"bob_ross_says";b:1;}s:10:"firstimage";s:0:"";}s:8:"internal";a:2:{s:5:"cache…
/plugin/notification/syntax/
H A Dlist.php151 usort($notifications, function($a, $b) {
152 if ($a['timestamp'] == $b['timestamp']) {
155 return ($a['timestamp'] > $b['timestamp']) ? -1 : 1;
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DescapedCharacters.yml3 \0 \ \a \b \n
5 "\\0 \\ \\a \\b \\n"
21 "\b"
134 \" \a \b \e \f \
/plugin/iptrust/
H A Dadmin.php205 function sort_ip($a, $b) { argument
206 return (ip2long($a) - ip2long($b));
212 function sort_login($a, $b) { argument
214 list($buser, $bip, $bdate) = explode("\t", $b);
/plugin/iptrust2/
H A Dadmin.php193 function sort_ip($a, $b) { argument
194 return (ip2long($a) - ip2long($b));
200 function sort_login($a, $b) { argument
202 list($buser, $bip, $bdate) = explode("\t", $b);
/plugin/ckgedit/lang/es/
H A Dlang.php67 … = '<b>Nueva Característica:</b> doble click en la ventana del navegador para abrir el DW Editor …
/plugin/ckgedit/lang/nl/
H A Dlang.php69 … = '<b>Nieuwe optie:</b> dubbelklik in de browser om de DW Editor te openen om de sectie waar…
/plugin/settingstree/
H A Dstyle.css144 .settingstree_left_column ul.settings_hierarchy_history li.highlighted_level > b{
150 .settingstree_left_column ul.settings_hierarchy_history > li.title >b{
155 .settingstree_left_column ul.settings_hierarchy_history li > b{
163 .settingstree_left_column ul.settings_hierarchy_history li > b.value{
166 .settingstree_left_column ul.settings_hierarchy_history li > b.protect{
169 /*.settingstree_left_column ul.settings_hierarchy_history li > b.value:before{
173 .settingstree_left_column ul.settings_hierarchy_history li > b.protect:before{
177 .settingstree_left_column ul.settings_hierarchy_history li > b.protect.value:before{
/plugin/codeprettify/code-prettify/src/
H A Dlang-scala.js47 …|private|protected|requires|return|sealed|super|throw|trait|try|type|val|var|while|with|yield)\b/],
48 [PR['PR_LITERAL'], /^(?:true|false|null|this)\b/],
/plugin/codehighlight/cp/languages/
H A Dautoit.css10 b {color:#FF0000;} selector
12 s, s u, s b {color:#9999CC;font-weight:normal;}
/plugin/sqlite/lang/vi/
H A Dintro.txt
/plugin/sequencediagram/bower_components/lodash/lib/fp/template/doc/
H A Dwiki.jst15 _.defaults({ 'a': 2, 'b': 2 })({ 'a': 1 });
16 // ➜ { 'a': 1, 'b': 2 }
21 _.defaults({ 'a': 1 }, { 'a': 2, 'b': 2 });
22 // ➜ { 'a': 1, 'b': 2 }
23 fp.defaults({ 'a': 2, 'b': 2 })({ 'a': 1 });
24 // ➜ { 'a': 1, 'b': 2 }
138 The iteratee of `reduceRight` has an argument order of: `(b, a)`
204 })({ 'a': 1, 'b': 1 });
205 // => { 'a': -1, 'b': 1 }
/plugin/gallery/
H A Dsyntax.php
/plugin/html2pdf/html2pdf/html2ps/
H A Dps.l2.image.encoder.stream.inc.php26 $b = $rgb & 0xFF;
27 $line .= sprintf("%02X%02X%02X",min(max($r,0),255),min(max($g,0),255),min(max($b,0),255));
/plugin/ckgdoku/ckeditor/plugins/specialchar/dialogs/
H A Dspecialchar.js1b;var i=function(k,m){var l;m=m||k.data.getTarget();if(m.getName()=="span"){m=m.getParent()}if(m.g…
/plugin/ckgedit/ckeditor/plugins/specialchar/dialogs/
H A Dspecialchar.js1b;var i=function(k,m){var l;m=m||k.data.getTarget();if(m.getName()=="span"){m=m.getParent()}if(m.g…
/plugin/discussion/
H A Dadmin.php130 * @param array $b
133 function _threadCmp($a, $b) { argument
134 if ($a['date'] == $b['date']) {
135 return strcmp($a['id'], $b['id']);
137 return ($a['date'] < $b['date']) ? 1 : -1;
/plugin/approve/syntax/
H A Dtable.php114 protected function array_equal($a, $b) {
117 && is_array($b)
118 && count($a) == count($b)
119 && array_diff($a, $b) === array_diff($b, $a)
112 array_equal($a, $b) global() argument
/plugin/stlviewer/stlviewer/
H A DProjector.js213 function pushColor( r, g, b ) { argument
215 colors.push( r, g, b );
246 function pushLine( a, b ) { argument
249 var v2 = _vertexPool[ b ];
284 function pushTriangle( a, b, c ) { argument
287 var v2 = _vertexPool[ b ];
935 function painterSort( a, b ) { argument
941 } else if ( a.z !== b.z ) {
943 return b.z - a.z;
945 } else if ( a.id !== b.id ) {
[all …]

1...<<31323334353637383940>>...101