Home
last modified time | relevance | path

Searched refs:b (Results 776 – 800 of 2511) sorted by relevance

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

/plugin/diagramsnet/lib/math/config/
H A DMMLorHTML.js19b=(g.version==="0.0"||g.versionAtLeast(e[g]||0));var d=(g.isFirefox&&g.versionAtLeast("1.5"))||(g.… variable
/plugin/diagramsnet/lib/math/extensions/TeX/
H A DHTML.js19b=MathJax.InputJax.TeX;var a=b.Definitions;a.Add({macros:{href:"HREF_attribute","class":"CLASS_att…
/plugin/autoindex/
H A Dsyntax.php111 * @param array $b
114 public function titleSort($a, $b) argument
116 return Sort::strcmp($a['title'], $b['title']);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DTTFontFile.php1785 for ($b = 0; $b < $Lookup[$i]['Subtable'][$c]['SubClassSetCnt']; $b++) {
1802 for ($b = 0; $b < $Lookup[$i]['Subtable'][$c]['ChainSubRuleSetCount']; $b++) {
1812 for ($b = 0; $b < $Lookup[$i]['Subtable'][$c]['ChainSubClassSetCnt']; $b++) {
1823 for ($b
[all...]
H A DOtl.php416 // b. Apply context-specific forms GSUB Lookups (initial, isolated, medial, final)
586 // b. Analyse characters - group as syllables/clusters (Indic); invalid diacritics; add dotted circle
694 // b. Re-ordering (Myanmar mym2)
757 // b. Apply locl and ccmp shaping forms - before initial re-ordering; GSUB Lookups (one at a time)
955 // b. Apply all GSUB Lookups (in order specified in lookup list)
1828 for ($b = 0; $b < $SubRuleSetCount; $b++) {
1844 for ($b = 0; $b <
[all...]
/plugin/syntaxhighlightjs/static/lib/highlightjs/languages/
H A Dmathematica.min.js2 c:[{cN:"comment",b:/\(\*/,e:/\*\)/},e.ASM,e.QSM,e.CNM,{b:/\{/,e:/\}/,i:/:/}]}});
H A Druleslanguage.min.js1 …NAME"},c:[T.CLCM,T.CBCM,T.ASM,T.QSM,T.CNM,{cN:"literal",v:[{b:"#\\s+[a-zA-Z\\ \\.]*",r:0},{b:"#[a-…
H A Dverilog.min.js1 …r",b:"(\\b((\\d'(b|h|o|d|B|H|O|D))[0-9xzXZa-fA-F_]+))|(\\B(('(b|h|o|d|B|H|O|D))[0-9xzXZa-fA-F_]+))…
H A Dmel.min.js1 …xbmLangPathList xform",i:"</",c:[e.CNM,e.ASM,e.QSM,{cN:"string",b:"`",e:"`",c:[e.BE]},{b:"[\\$\\%\…
H A Dpf.min.js1 …registerLanguage("pf",function(t){var o={cN:"variable",b:/\$[\w\d#@][\w\d_]*/},e={cN:"variable",b:… property in AnonymousFunction8aa173c20100.o
H A Ddockerfile.min.js1 …,b:/^ *(onbuild +)?(run|cmd|entrypoint|volume|add|copy|workdir|label) +/,starts:{e:/[^\\]\n/,sL:"b…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/
H A Dvalues.test8 return ['items' => ['a', 'b']]
11 * b
H A Dkeys_and_values.test8 return ['items' => ['a', 'b']]
11 * 1/b
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram.js751 …:#[^\r\n]*)/i, /^(?:participant\b)/i, /^(?:left of\b)/i, /^(?:right of\b)/i, /^(?:over\b)/i, /^(?:…
1022 b = actors[b];
1023 b.x = Math.max(d - b.width / 2, b.x);
1030 a.distances[b] = Math.max(d, a.distances[b] ? a.distances[b] : 0);
1037 var b;
1056 b = a + 1;
1071 b = s.actor.index;
1072 a = b - 1;
1075 b = a + 1;
1114 b = actors[b];
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/src/Ordering/
H A DAlphabeticalPropertyOrderingStrategy.php18 static function (PropertyMetadata $a, PropertyMetadata $b): int {
19 return strcmp($a->name, $b->name);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/macros/
H A Ddefault_values.test6 {% macro test(a, b = 'bar') -%}
7 {{ a }}{{ b }}
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Demphasis.md31 highlight something in**side** of a word. a**b**c.
33 a ** a\*b **
37 a * a\*b *
/plugin/findologicxmlexport/vendor/sebastian/diff/tests/fixtures/
H A Dpatch.txt1 diff --git a/Foo.php b/Foo.php
4 +++ b/Foo.php
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DInflateStreamTest.php14 $b = new InflateStream($a);
15 $this->assertEquals('test', (string) $b);
/plugin/indexmenu2/syntax/
H A Dindexmenu.php39 $b = preg_replace("/\\D/","", " $Rev: 93 $ ");
44 ,'name' => "Indexmenu 2 {$v}.$b"
409 * @param array $b second matching
413 function sortCallback ($a, $b) { argument
414 $t1 = $this->s_rev?$b[$this->s_target]:$a[$this->s_target];
415 $t2 = $this->s_rev?$a[$this->s_target]:$b[$this->s_target];
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Pdf/
H A DProtection.php174 $b = 0;
179 $b = ($b + $t) % 256;
180 $rc4[$a] = $rc4[$b];
181 $rc4[$b] = $t;
182 $k = $rc4[($rc4[$a] + $rc4[$b]) % 256];
320 $prot = sprintf('%032b', $protection);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DXML.php259 $b = self::query($xpath, 'curve/b', 'B coefficient is not present');
269 new BigInteger($b, 256)
310 $b = self::query($xpath, 'curveparamstype/b', 'B coefficient is not present', false);
323 $b = str_replace(["\r", "\n", ' ', "\t"], '', $b);
326 new BigInteger($b)
442 $b = $curve->getB();
451 '<' . $pre . 'B>' . $b . '</' . $pre . 'B>' . "\r\n" .
/plugin/diagramsnet/lib/math/extensions/
H A DMatchWebFonts.js19b){var d="2.7.9";var a=MathJax.Hub.CombineConfig("MatchWebFonts",{matchFor:{"HTML-CSS":true,Native…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Djson.worker.js1b})),n.d(t,"e",(function(){return C}));let i=!1,o=!1,s=!1,a=!1,u=!1,l=!1,c=void 0,h="en",f=void 0,…
/plugin/dirtylittlehelper/mermaid/editor/
H A Djson.worker.js1b})),n.d(t,"e",(function(){return C}));let i=!1,o=!1,s=!1,a=!1,u=!1,l=!1,c=void 0,h="en",f=void 0,…

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