Home
last modified time | relevance | path

Searched refs:a (Results 5676 – 5700 of 6240) sorted by relevance

1...<<221222223224225226227228229230>>...250

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D11.11.js.map1a-zA-Z_][\\w]*/,\n {\n cases: {\n '@keywo…
H A D38.38.js.map1a-zA-Z_][\\w]*/,\n {\n cases: {\n '@keywo…
H A D42.42.js.map1a special kind of string literals\n // with {$IDENTIFER} variables, and it also may make sense …
H A D41.41.js1 …p"],[/\d*\.\d+([eE][\-+]?\d+)?/,"number.float.php"],[/0[xX][0-9a-fA-F']*[0-9a-fA-F]/,"number.hex.p…
H A D66.66.js1 …okenizer:{root:[[/[{}]/,"delimiter.bracket"],{include:"common"}],common:[[/[a-z_$][\w$]*/,{cases:{…
/plugin/sequencediagram/bower_components/eve-raphael/
H A Deve.js27 numsort = function (a, b) { argument
28 return a - b;
/plugin/codemirror/dist/modes/
H A Dtroff.min.js.map1 …am.match(/[A-Z]/) && stream.match(/[A-Z]/)) || (stream.match(/[a-z]/) && stream.match(/[a-z]/))) {…
H A Dcrystal.min.js.map1a-z_\\u009F-\\uFFFF][a-zA-Z0-9_\\u009F-\\uFFFF]*/;\n var types = /^[A-Z_\\u009F-\\uFFFF][a-zA-Z…
/plugin/tip/
H A Dsyntax_plugin_tip.css16 font-size: 94.4%; /* just a little bit smaller */
91 padding-top: 1ex; /* keep a small distance */
/plugin/diagramsnet/lib/img/lib/allied_telesis/switch/
H A DModular_Switch_SXx908GEN2.svg1a.93.93 0 0 0-.068.924c.144.313.4.588.8.824.607.365 1.316.554 2.123.564s1.53-.162 2.17-.516c.648-.…
/plugin/mellelexport/
H A Drenderer.php19 function callback_marker($a) { argument
34 if (isset($colorMap[$a[1]])) {
35 $result = $colorMap[$a[1]];
/plugin/chat/
H A Dreadme.txt19 There is already a bunch of AJAX chatting modules available out there. So why I made this one?
20 It started as a improvement of Discussion plugin and ended in fully AJAX driven chat. I wanted
112 if there is a lot of users that have the page with the chat plugin open in browser,
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DClusterNamespace.asciidoc134 $params['index'] = (list) Limit the information returned to a specific index
145 $params['wait_for_status'] = (enum) Wait until cluster is in a specific state (Options = green,yellow,red)
257 $params['allow_no_indices'] = (boolean) Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)
/plugin/statistics/inc/
H A DBrowscap.php10 * Permission is hereby granted, free of charge, to any person obtaining a
52 * UPDATE_LOCAL: Updates from a local file (file_get_contents).
86 * $remoteVerUrl: The location to use to check out if a new version of the
89 * The placeholder for the file should be represented by a %s.
94 * $updateMethod: The method to use to update the file, has to be a value of
99 * which is blazing fast, or get the full one. (note: light version doesn't work, a fix is on its way)
185 * when building a stream resource.
218 'You have to provide a path to read/store the browscap cache file'
600 protected function compareBcStrings($a, $b) argument
602 $a_len = strlen($a);
[all...]
/plugin/codemirror/dist/
H A Dstyles.min.css.map1a+BAJ,UAAS,YACP,wBAAA,CACA,aAAA,CACA,mB/BHF,IAAI,a+BKJ,UAAU,aAAc,c/BLxB,IAAI,a+BMJ,UAAU,a/BNV,IAAI…
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js1782 a: a,
6076 this.props[a.name] = a;
8276 if (isObject(a) && a.value !== undefined) {
8277 element[a.name] = a.value;
41939 var bd = { x: b.x - a.x, y: b.y - a.y };
41944 return { x: a.x + r*bd.x, y: a.y + r*bd.y };
52710 var xmid = round$1((b.x - a.x) / 2 + a.x),
52711 ymid = round$1((b.y - a.y) / 2 + a.y);
52813 var xmid = round$1((b.x - a.x) / 2 + a.x),
52814 ymid = round$1((b.y - a.y) / 2 + a.y);
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php1095 $a = '';
1117 $a .= $ai;
1120 return substr($a, 0, $n);
3393 $a = self::$poly1305Field->newInteger(new BigInteger());
3399 $a = $a->add($n);
3400 $a = $a->multiply($r);
3402 $r = $a->toBigInteger()->add($s->toBigInteger());
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js769 return a < b ? -1 : a > b ? 1 : 0;
2932 fragment: fragment, a: a, b: b });
3002 concat: function(a, b) { argument
3004 a.push(node);
3005 return a;
3230 getIndices: function(a, b, total) { argument
3231 if (a == 0) return b > 0 ? [b] : [];
3233 if (0 == (i - b) % a && (i - b) / a >= 0) memo.push(i);
3257 var a = m[1] ? Number(m[1]) : 1;
3357 concat: function(a, b) { argument
[all …]
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js900 var second = Math.sqrt((a + d) * (a + d) - 4 * (a * d - c * b)) / 2;
1542 }).a != 7;
3959 if (isObject(a) && !isExtensible(a)) {
4310 return IS_WEAK && !isObject(a) ? false : fn.call(this, a === 0 ? 0 : a);
4312 return IS_WEAK && !isObject(a) ? false : fn.call(this, a === 0 ? 0 : a);
4314 return IS_WEAK && !isObject(a) ? undefined : fn.call(this, a === 0 ? 0 : a);
4316 fn.call(this, a === 0 ? 0 : a);
4319 fn.call(this, a === 0 ? 0 : a, b);
4967 a: S
19072 return a.x1 - b.x1 || a.index - b.index;
[all …]
/plugin/findologicxmlexport/vendor/doctrine/instantiator/
H A DREADME.md3 This library provides a way of avoiding usage of constructors when instantiating PHP classes.
/plugin/pagemove/lang/cs/
H A Dlang.php.txt24 $lang['pm_nochange'] = 'Jméno stránky a jmenného prostoru se nezměnilo';
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DClient.php288 // If it's a 207, the request could still have failed, but the
/plugin/webdav/vendor/sabre/dav/
H A DREADME.md38 SabreDAV is being developed by [fruux](https://fruux.com/). Drop us a line for commercial services …
/plugin/ckgdoku/lang/de/
H A Dlang.php67 …eiten eines Abschnitts an der Kursorposition zu &ouml;ffnen. <b>Siehe: </b><a href=\'https://www.d…
/plugin/lists/
H A Dsyntax_plugin_lists.css42 margin: 0 0 0 2ex; /* just wide enough for a circle/square etc. */

1...<<221222223224225226227228229230>>...250