Home
last modified time | relevance | path

Searched refs:s (Results 401 – 425 of 3948) sorted by relevance

1...<<11121314151617181920>>...158

/plugin/diagramsnet/lib/img/lib/ibm/infrastructure/
H A Denterprise_messaging.svg1s-.9-2.1-2.1-2.1-2.1.9-2.1 2.1a1.95 1.95 0 0 0 1.9 2.1h.2zm8.3-2.1c0-1.2-.9-2.1-2.1-2.1-1.1 0-2.1.…
/plugin/authucenter/lib/uc_client/lib/
H A Dxml.class.php18 $s = $level == 1 ? "<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?>\r\n<root>\r\n" : '';
22 …$s .= $space."<item id=\"$k\">".($htmlon ? '<![CDATA[' : '').$v.($htmlon ? ']]>' : '')."</item>\r\…
24 …$s .= $space."<item id=\"$k\">\r\n".xml_serialize($v, $htmlon, $isnormal, $level + 1).$space."</it…
27 $s = preg_replace("/([\x01-\x08\x0b-\x0c\x0e-\x1f])+/", ' ', $s);
28 return $level == 1 ? $s."</root>" : $s;
/plugin/pdfjs/pdfjs/web/locale/az/
H A Dviewer.properties16 previous.title=Əvvəlki səhifə
18 next.title=Növbəti səhifə
69 scroll_vertical_label=Şaquli sürüşdürmə
71 scroll_horizontal_label=Üfüqi sürüşdürmə
73 scroll_wrapped_label=Bükülü sürüşdürmə
77 spread_odd.title=Yan-yana birləşdirilmiş səhifələri tək nömrəli səhifələrdən başlat
79 spread_even.title=Yan-yana birləşdirilmiş səhifələri cüt nömrəli səhifələrdən başlat
96 document_properties_keywords=Açar sözlər:
168 find_entire_word_label=Tam sözlər
215 page_scale_fit=Səhifəni sığdır
[all …]
/plugin/codebuttonmod2/
H A Dall.css13 transition: opacity 0.5s;
52 …transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), transform 0.2s cubic-bezier(0.64, 0.09…
60 …transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), transform 0.2s cubic-bezier(0.64, 0.09…
61 transition-delay: .5s;
/plugin/pwaoffline/node_modules/idb-keyval/dist/
H A Didb-keyval-iife.min.js1 …=>new Promise((n,o)=>{const s=r.transaction(this.storeName,e);s.oncomplete=(()=>n()),s.onabort=s.o…
/plugin/diagramsnet/lib/img/lib/active_directory/
H A Ddatabase_partition_2.svg1s-8.8 5.825-15.18 8.066c-12.76 4.482-29.743 6.853-45.387 6.853-17.51 0-34.034-2.95-45.903-7.594-5.…
H A Ddatabase_partition_3.svg1s-8.8 5.825-15.18 8.066c-12.76 4.482-29.743 6.853-45.387 6.853-17.51 0-34.034-2.95-45.903-7.594-5.…
H A Ddatabase_partition_4.svg1s-8.8 5.825-15.18 8.066c-12.76 4.482-29.743 6.853-45.387 6.853-17.51 0-34.034-2.95-45.903-7.594-5.…
H A Ddatabase_partition_5.svg1s-8.8 5.825-15.18 8.066c-12.76 4.482-29.743 6.853-45.387 6.853-17.51 0-34.034-2.95-45.903-7.594-5.…
/plugin/codemirror/dist/modes/
H A Dxquery.min.js1s(h);return null}else if(l(h)){if(m==">")return"tag";else if(m=="/"&&c.eat(">")){s(h);return"tag"}… function
/plugin/dokucrypt/
H A Dscript.js133 s += s;
1686 s = s.substring(i + hexSentinel.length, s.length);
1689 s = s.substring(0, i);
1805 dcgs = s;
1945 s = s.substring(j + base64sent.length, s.length);
1948 s = s.substring(0, j);
2063 return s;
2086 if ((s.charCodeAt(i) == 0x9D) || (s.charCodeAt(i) > 0xFF)) {
2092 return s;
2107 if ((s.length > 0) && (s.charCodeAt(0) == 0x9D)) {
[all …]
/plugin/dokucrypt2/
H A Dscript.js185 var s = encode_utf8(pass);
188 if (s.length == 1) {
189 s += s;
193 for (i = 0; i < s.length; i += 2) {
194 md5_update(s.charCodeAt(i));
200 for (i = 1; i < s.length; i += 2) {
201 md5_update(s.charCodeAt(i));
722 // per Rijndael's spec
741 // Rijndael's roun
1345 LEcuyer(s) global() argument
1529 jcFF(a, b, c, d, x, s, ac) global() argument
1536 jcGG(a, b, c, d, x, s, ac) global() argument
1543 jcHH(a, b, c, d, x, s, ac) global() argument
1550 jcII(a, b, c, d, x, s, ac) global() argument
1752 disarm_hex(s) global() argument
1873 disarm_codegroup(s) global() argument
2011 disarm_base64(s) global() argument
2088 unicode_to_utf8(s) global() argument
2154 encode_utf8(s) global() argument
2178 decode_utf8(s) global() argument
[all...]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Ddependencies.phpt13 PHPUnit %s by Sebastian Bergmann and contributors.
15 Runtime: %s
19 Time: %s, Memory: %s
25 %s:%i
/plugin/bureaucracyau/helper/
H A Dfieldradio.php61 $s = '<label';
62 $s .= ' class="radiolabel '.$class.'"';
63 $s .= '><span>' . $label . '</span>';
64 $s .= '</label>';
65 $form->addElement($s);
/plugin/bureaucracy-au/helper/
H A Dfieldradio.php61 $s = '<label';
62 $s .= ' class="radiolabel '.$class.'"';
63 $s .= '><span>' . $label . '</span>';
64 $s .= '</label>';
65 $form->addElement($s);
/plugin/move/lang/nl/
H A Dmove.txt1 ====== Pagina's verplaatsen ======
3 Deze plugin stelt je in staat pagina's te verplaatsen en/of te hernoemen binnen volgende beperkingen:
5 * Je moet edit-permissie hebben voor de huidige pagina/alle pagina's in de huidige namespace.
6 * De te verplaatsen pagina's mogen niet geblokkeerd zijn vanwege aanpassing.
7 * Om pagina's te verplaatsen heb je ook schrijfrechten nodig in de doelfolder.
/plugin/diagramsnet/lib/img/lib/mscae/
H A DWebAppUmbraco.svg1s-.476-1.85-.46-3.36c.007-.815.056-1.605.148-2.37a31.77 31.77 0 0 1 .274-1.895l.096-.495a.34.34 0 …
H A DPhone.svg1s-1.5.4-2 1-1.2 1-2 1-1.4-.4-2-1l-5-5c-.6-.6-1-1.2-1-2s.4-1.5 1-2 1-1.2 1-2-.4-1.4-1-2l-3-3c-.6-.6…
H A DNon_Azure_Machine.svg1 …5 4h-5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h5c.28 0 .5.22.5.5s-.22.5-.5.5zm0 4h-5c-.28 0-.5-.22-.5-.5s.…
/plugin/bureaucracy/helper/
H A Dfieldradio.php61 $s = '<label';
62 $s .= ' class="radiolabel '.$class.'"';
63 $s .= '><span>' . $label . '</span>';
64 $s .= '</label>';
65 $form->addElement($s);
/plugin/freechat/phpfreechat/data/public/js/
H A Dmd5.js46 'hex_md5' : function(s) argument
48 return this.binl2hex(this.core_md5(this.str2binl(s), s.length * this.chrsz));
51 'b64_md5' : function(s) argument
53 return this.binl2b64(this.core_md5(this.str2binl(s), s.length * this.chrsz));
56 'str_md5' : function(s) argument
58 return this.binl2str(this.core_md5(this.str2binl(s), s.length * this.chrsz));
177 'md5_cmn' : function(q, a, b, x, s, t) argument
182 'md5_ff' : function(a, b, c, d, x, s, t) argument
187 'md5_gg' : function(a, b, c, d, x, s, t) argument
192 'md5_hh' : function(a, b, c, d, x, s, t) argument
[all …]
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar-Mockup.js188 this.createVertexTemplateEntry(s + 'containers.userMale;' + skcl6 + 'strokeColor2=#008cff;',
190 this.createVertexTemplateEntry(s + 'containers.userFemale;' + skcl6 + 'strokeColor2=#008cff;',
418 this.createVertexTemplateEntry(s + 'graphics.simpleIcon;strokeColor=#999999;',
604 this.createVertexTemplateEntry(s + 'markup.curlyBrace;' + skcl9,
608 this.createVertexTemplateEntry(s + 'markup.line;' + skcl9,
638 this.createVertexTemplateEntry(s + 'misc.help_icon;',
643 this.createVertexTemplateEntry(s + 'misc.shoppingCart;' + skcl9,
648 …this.createVertexTemplateEntry(s + 'misc.volumeSlider;barPos=80;fillColor=#cccccc;' + skcl9 + 'fil…
753 this.createVertexTemplateEntry(s + 'navigation.coverFlow;strokeColor=#999999;',
755 …this.createVertexTemplateEntry(s + 'navigation.scrollBar;' + skcl9 + 'barPos=20;fillColor2=#99ddff…
[all …]
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D6.6.js1s(t)){do{n++,i+=String.fromCharCode(t),t=e.charCodeAt(n)}while(s(t));return a=15}if(u(t))return n+… function
/plugin/dirtylittlehelper/mermaid/editor/
H A D6.6.js1s(t)){do{n++,i+=String.fromCharCode(t),t=e.charCodeAt(n)}while(s(t));return a=15}if(u(t))return n+… function
/plugin/combo/resources/brand/whatsapp/
H A Doutline-circle.svg3 <path d="M17.6 6.2c-1.5-1.5-3.4-2.3-5.5-2.3-4.3 0-7.8 3.5-7.8 7.8 0 1.4.4 2.7 1 3.9l-1.1 4 4.1-1.1c1.1.6 2.4.9 3.7.9 4.3 0 7.8-3.5 7.8-7.8.1-2-.7-3.9-2.2-5.4zm-5.5 11.9c-1.2 0-2.3-.3-3.3-.9l-.2-.1-2.4.6.7-2.4-.2-.2c-.6-1-1-2.2-1-3.4 0-3.6 2.9-6.5 6.5-6.5 1.7 0 3.3.7 4.6 1.9 1.2 1.2 1.9 2.8 1.9 4.6-.1 3.5-3 6.4-6.6 6.4zm3.5-4.8c-.2-.1-1.1-.6-1.3-.6-.2-.1-.3-.1-.4.1-.1.2-.5.6-.6.8-.1.1-.2.1-.4 0s-.8-.3-1.6-1c-.6-.5-1-1.2-1.1-1.3-.1-.2 0-.3.1-.4l.3-.3s.1-.2.2-.3c.1-.1 0-.2 0-.3s-.4-1.1-.6-1.4c-.2-.4-.3-.3-.4-.3h-.4s-.3 0-.5.2-.7.7-.7 1.6c0 1 .7 1.9.8 2s1.4 2.1 3.3 2.9c.5.2.8.3 1.1.4.5.1.9.1 1.2.1.4-.1 1.1-.5 1.3-.9.2-.5.2-.8.1-.9 0-.2-.2-.3-.4-.4z"/>

1...<<11121314151617181920>>...158