Home
last modified time | relevance | path

Searched refs:s0 (Results 1 – 25 of 57) sorted by relevance

123

/plugin/diagramsnet/lib/js/diagramly/sidebar/
DSidebar-Network.js8 …var s0 = 'fontColor=#0066CC;verticalAlign=top;verticalLabelPosition=bottom;labelPosition=center;al…
23 …this.createVertexTemplateEntry(s0 + s + 'biometric_reader;', 60, 100, '', 'Biometric Reader', null…
24 …this.createVertexTemplateEntry(s0 + s + 'business_center;', 90, 100, '', 'Business Center', null, …
26 …this.createVertexTemplateEntry(s0 + s + 'community;', 95, 100, '', 'Community', null, null, this.g…
27 …this.createVertexTemplateEntry(s0 + s + 'comm_link;', 30, 100, '', 'Comm Link (Icon)', null, null,…
28 …this.createVertexTemplateEntry(s0 + s + 'copier;', 100, 100, '', 'Copier', null, null, this.getTag…
29 …this.createVertexTemplateEntry(s0 + s + 'pc;', 100, 70, '', 'PC', null, null, this.getTagsForStenc…
30 …this.createVertexTemplateEntry(s0 + s + 'desktop_pc;', 30, 60, '', 'Desktop PC', null, null, this.…
31 …this.createVertexTemplateEntry(s0 + s + 'external_storage;', 90, 100, '', 'External Storage', null…
32 …this.createVertexTemplateEntry(s0 + s + 'firewall;', 100, 100, '', 'Firewall', null, null, this.ge…
[all …]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Dfa/
H A DDFA.php24 public $s0; variable in Antlr\\Antlr4\\Runtime\\Dfa\\DFA
58 $this->s0 = $precedenceState;
92 if (!$this->precedenceDfa || $this->s0 === null) {
96 if ($this->s0->edges === null) {
100 if ($precedence < 0 || $precedence >= \count($this->s0->edges)) {
104 return $this->s0->edges[$precedence] ?? null;
118 if (!$this->precedenceDfa || $this->s0 === null) {
126 if ($this->s0->edges === null) {
130 if ($precedence >= $this->s0->edges->count()) {
131 $this->s0->edges->setSize($precedence + 1);
[all …]
H A DDFASerializer.php29 if ($this->dfa->s0 === null) {
/plugin/combo/resources/brand/whatsapp/
H A Dsolid-circle.svg2s0.5 1.5 0.6 1.7 0.1 0.2 0 0.3-0.1 0.2-0.2 0.3l-0.3 0.3c-0.1 0.1-0.2 0.2-0.1 0.4 0.2 0.2 0.6 0.9 1…
/plugin/diagramsnet/lib/img/lib/mscae/
DBatch_Task.svg1s0 .2-.1.2l-8.3 10.5z"/><path d="M22 20.9h20v3.3H22z" opacity=".6"/><path d="M8.6 34l-.5-.5c-.1-.1…
DTask.svg1s0 .2-.1.2l-8.3 10.5z"/><path d="M22 20.9h20v3.3H22z" opacity=".6"/><path d="M8.6 34l-.5-.5c-.1-.1…
DAuditing.svg1s0 .2-.1.2l-7.8 10z"/><path d="M20.3 11.4h13.3V14H20.3z" opacity=".6"/><use xlink:href="#B" y="28.…
DTaskVM.svg1s0 .2-.1.2l-8.3 10.5z"/><path d="M22 12.6h20v3.3H22z" opacity=".6"/><path d="M8.6 25.7l-.5-.5c-.1-…
DBatch_TaskVM.svg1s0 .2-.1.2l-8.3 10.5z"/><path d="M22 12.6h20v3.3H22z" opacity=".6"/><path d="M8.6 25.7l-.5-.5c-.1-…
DVMScale.svg1 …><path d="M-434.6 284.2h-.1l-6.7-3.9c-.1 0-.1-.1-.1-.2s0-.1.1-.2l6.7-3.8h.2l6.7 3.9c.1 0 .1.1.1.2s…
DserversAndMobileDevices.svg1 …0-1h6c.2 0 .5.2.5.5m-4.5 12.6l-6.1-3.5c-.1 0-.1-.1-.1-.2s0-.1.1-.2l6-3.4h.2l6 3.4c.1 0 .1.1.1.2s0
DVirtual_Machine_2.svg1 ….4h-.1l-8.8-5.1c-.1 0-.1-.1-.1-.2s.1-.2.1-.2l8.8-5h.3l8.8 5.1c.1 0 .1.1.1.2s0 .2-.1.2l-8.7 5h-.3m-…
DOS_Images_Classic.svg1 …8-5.1c-.1 0-.1-.1-.1-.2a.349.349 0 0 1 .1-.2l8.8-5h.3l8.8 5.1c.1 0 .1.1.1.2s0 .2-.1.2l-8.7 5h-.3m-…
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DParserATNSimulator.php354 $s0 = $dfa->getPrecedenceStartState($this->parser->getPrecedence());
357 $s0 = $dfa->s0;
360 if ($s0 === null) {
391 if ($dfa->s0 === null) {
395 …$dfa->s0->configs = $s0_closure; // not used for prediction but useful to know start configs anyway
399 $s0 = $this->addDFAState($dfa, new DFAState($s0_closure));
401 $dfa->setPrecedenceStartState($this->parser->getPrecedence(), $s0);
403 $s0 = $this->addDFAState($dfa, new DFAState($s0_closure));
404 $dfa->s0 = $s0;
408 $alt = $this->execATN($dfa, $s0, $input, $index, $outerContext);
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
DTwofish.php465 list($s3, $s2, $s1, $s0) = $this->mdsrem($le_longs[3], $le_longs[4]);
482 $S0[$i] = $m0[$q0[$q0[$i] ^ $s4] ^ $s0];
491 list($s3, $s2, $s1, $s0) = $this->mdsrem($le_longs[5], $le_longs[6]);
508 $S0[$i] = $m0[$q0[$q0[$q1[$i] ^ $s8] ^ $s4] ^ $s0];
518 list($s3, $s2, $s1, $s0) = $this->mdsrem($le_longs[7], $le_longs[8]);
535 $S0[$i] = $m0[$q0[$q0[$q1[$q1[$i] ^ $sc] ^ $s8] ^ $s4] ^ $s0];
DHash.php1389 $s0 = $temp[0]->bitwise_xor($temp[1]);
1390 $s0 = $s0->bitwise_xor($temp[2]);
1399 $w[$i] = $w[$i]->add($s0);
1421 $s0 = $temp[0]->bitwise_xor($temp[1]);
1422 $s0 = $s0->bitwise_xor($temp[2]);
1430 $t2 = $s0->add($maj);
/plugin/redirect/
Dadmin.svg1 …ght:24px" viewBox="0 0 24 24"><path d="M3 4v8.5l3-3L9 13c1 1 1 2 1 2v6h4v-7s0-1-.53-2S12 10 12 10L…
/plugin/diagramsnet/lib/images/
Dnotion-logo.svg1 …0.87-15.831 0-19.796-4.945-31.654-19.76l-96.944-152.19v147.248l30.677 6.922s0 17.78-24.75 17.78l-6…
Dnotion-logo-white.svg1 …0.87-15.831 0-19.796-4.945-31.654-19.76l-96.944-152.19v147.248l30.677 6.922s0 17.78-24.75 17.78l-6…
/plugin/diagramsnet/lib/img/lib/ibm/blockchain/
Dkey_management.svg1 ….7-1.7-1.8z" fill="#fff"/><path id="A" d="M15.2 18.4c-4.2 1.8-9-.2-10.9-4.5s0-9.2 4.2-11 9 .2 10.9…
/plugin/diagramsnet/lib/img/lib/ibm/security/
Dapi_security.svg1 ….2-.5.2-.3.1-.5.1h-.4c-.1 0-.3-.1-.4-.1-.1-.1-.2-.1-.3-.3-.1-.1-.1-.2-.1-.4s0-.3.1-.5c.1-.1.1-.2.3…
/plugin/diagramsnet/lib/img/lib/ibm/miscellaneous/
Dcognitive_services.svg1s0-.6 0-1v-3.6h-.1l-1.6 1.5-1 1.1c0-.1-.1-.2 0-.3l1.1-1.2 1.5-1.5s.1-.1.1-.2v-1.1l.1-2v-.1l.1-1.4.…
/plugin/translation/flags/
Dhr.svg1s0-.2-.2-.2c-.6-.1-.5-.4-.2-.7.1 0 .2-.3 0-.4l-.1-.4c-.4-.3-.2-.6 0-.9l-.4-.8c-.7 0-1-.4-.6-.9a3.4…
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
Dflac.js341 s0 = 0, s1 = 0, c = 0; variable
345 s0 += c * d;
351 s0 += c * d;
352 d = decoded[i] += (s0 >> qlevel);
/plugin/diagramsnet/lib/img/lib/ibm/applications/
Dservice_broker.svg1 …9l-13.3 8.7-3.9 2.4c-.9.1-1.9.4-2.9.5h-.9zm-.9-35.5h.3c.3 0 .6.2.6.5l.3 1.6s0 .1.1.1l.7.3h.1l1.3-.…

123