Home
last modified time | relevance | path

Searched refs:s (Results 2051 – 2075 of 3948) sorted by relevance

1...<<81828384858687888990>>...158

/plugin/indexmenu2/cms/
H A Dcms.js15s(e.childNodes[E],K);if(!isUndefined(e.childNodes[E][c.submenu])){R[R.length]=Q['folder'];R[R.leng… variable
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_click_drag.js106 /******/ return __webpack_require__(__webpack_require__.s = "./sources/ext/click_drag/index.ts");
242 for (var s, i = 1, n = arguments.length; i < n; i++) {
243 s = arguments[i];
244 for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
245 t[p] = s[p];
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js805 (layout.y * ph + t.y) * s, pw * s, ph * s));
811 ((layout.y + j) * ph + t.y) * s, pw * s, ph * s));
2526 r.width * s, r.height * s);
2546 return s;
2564 (b.x + t.x) * s, (b.y + t.y) * s,
2565 b.width * s, b.height * s);
2689 g.setAttribute('transform', 'scale(' + s + ',' + s + ')' +
3609 s: s, property in flags
3957 var rect = (!ignoreCellAt) ? new mxRectangle(dx + pt.x * s, dy + pt.y * s).grow(40 * s) : null;
4147 createTarget(dx + pt.x * s, dy + pt.y * s, execute);
[all …]
/plugin/datatables/assets/datatables.net-buttons/js/
H A Dbuttons.flash.min.js
/plugin/publistf/bib2tpl/
H A DREADME4 features to be used with publist dokuwiki's plugin [2]. See the changelog file
/plugin/tooltip/syntax/
H A Dshort.php106 /* let's do the jon thingie, that is,
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DOutput.FixInnerHTML.txt
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/
H A DREADME.md11 If you only need this library during development, for instance to run your project's test suite, th…
/plugin/sincetil/
H A Dsyntax.php65 } elseif ($diff->s>0){
/plugin/findologicxmlexport/vendor/findologic/libflexport/
H A D.travis.yml32 - bash <(curl -s https://codecov.io/bash)
/plugin/docsearch/conf/
H A Dconverter.php.dist11 # The config stores one extension and it's tool per line.
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A D.travis.yml38 - bash <(curl -s https://codecov.io/bash)
/plugin/diagramsnet/lib/img/lib/mscae/
H A DGlobeWarning.svg1 …1 1 2.461-2.461c4.71 4.71 7.305 10.974 7.305 17.637S41.062 31.64 36.35 36.35s-10.975 7.305-17.637 …
H A DResource_Explorer.svg1 …33L25.96 13.66c.095-.053.21-.053.306 0l10.178 5.876c.094.055.152.156.152.265s-.057.212-.152.267L26…
H A DCognitive_Services.svg1 …51 7.06 7.06 0 0 1-7.049 7.05zm76.442-30.02c0-6.644-5.404-12.05-12.047-12.05s-12.05 5.405-12.05 12…
H A DFolderCube.svg1 …l10.112-5.835c.097-.053.213-.053.306 0l10.178 5.876c.094.054.152.155.152.265s-.058.212-.152.267L26…
H A DAzure_Pipelines.svg1 ….51z" fill="#9fbbf0"/><path d="M35.925 17.71c3.287 0 5.952-2.665 5.952-5.952s-2.665-5.952-5.952-5.…
/plugin/bootswrapper/
H A DAUTHORS.md14 *For a list of people who have contributed to the template, see [GitHub's list of contributors](htt…
/plugin/elasticsearch/lang/en/
H A Dconfmanager_description.txt7 Here's a short example:
/plugin/sortablejs/
H A DREADME.md8 … (required for DW2PDF etc.) or more robust sort facilities, use @samwilson 's dokuwiki sorter (bas…
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Drecipes.rst113 Let's say that your templates are loaded from both ``.../templates/mysite``
143 parent's full, unambiguous template path in the extends tag:
158 Twig allows some syntax customization for the block delimiters. It's not
280 // don't try this at home as it's not secure at all!
402 First, let's create a temporary in-memory SQLite3 database to work with::
418 Now, let's define a loader able to use this database::
432 throw new \Twig\Error\LoaderError(sprintf('Template "%s" does not exist.', $name));
442 throw new \Twig\Error\LoaderError(sprintf('Template "%s" does not exist.', $name));
522 From PHP, it's also possible to load a template stored in a string via
H A Dadvanced_legacy.rst38 To understand why Twig exposes so many extension points, let's see how to
59 In fact, you rarely need to create tags; and that's good news because tags are
62 Now, let's use a ``lipsum`` *filter*:
73 Next, let's use a ``lipsum`` *function*:
115 A global variable is like any other template variable, except that it's
135 callable. For instance, let's say you have the following code in a template:
166 Let's see how to create a new filter.
366 feature as you need to understand how Twig's internals work.
368 Let's create a simple ``set`` tag that allows the definition of simple
406 Now, let's see the actual code of this class::
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DImageProcessor.php164 if (preg_match('/var:\s*(.*)/', $file, $v)) {
211 if ($firsttime && isset($this->failedImages[$file])) { // Save re-trying image URL's which have already failed
222 $this->logger->debug(sprintf('Fetching (file_get_contents) content of file "%s" with local basepath', $file), ['context' => LogContext::REMOTE_CONTENT]);
229 $this->logger->debug(sprintf('Fetching (file_get_contents) content of file "%s" with non-local basepath', $file), ['context' => LogContext::REMOTE_CONTENT]);
334 throw new \Mpdf\MpdfException(sprintf('JPG image may not use CMYK color space (%s).', $file));
338 $this->mpdf->PDFAXwarnings[] = sprintf('JPG image may not use CMYK color space - %s - (Image converted to RGB. NB This will alter the colour profile of the image.)', $file);
373 $this->mpdf->PDFAXwarnings[] = sprintf('JPG image may not use RGB color space - %s - (Image converted to CMYK. NB This will alter the colour profile of the image.)', $file);
519 // "If the source file's gamma value is greater than 1.0, it is probably a display system exponent,..."
523 // Test Case - image(s) on http://www.w3.org/TR/CSS21/intro.html - PNG has gAMA set as 1.45454
550 $this->mpdf->PDFAXwarnings[] = sprintf('PNG image may not use RGB color space - %s
1361 translateValue($s, $bpc) global() argument
1378 fourBytesToInt($s) global() argument
1387 twoBytesToInt($s) global() argument
[all...]
/plugin/katex/_assets/contrib/
H A Dmhchem.min.js1s=0;s<p.length;s++){var _=a.patterns.match_(p[s].pattern,t);if(_){for(var d=p[s].task,m=0;m<d.acti… function
/plugin/diagramsnet/lib/plugins/
H A Dvoice.js375 var levenshteinDist = function(s, t) { argument
379 var n = s.length;
394 var s_i = s.charAt(i - 1);
416 if (i > 1 && j > 1 && s_i == t.charAt(j - 2) && s.charAt(i - 2) == t_j) {
1088 var s = graph.view.scale;
1096 graph.moveCells(graph.getSelectionCells(), dx / s, dy / s);
2321 var h = hsl[0], s = hsl[1], l = hsl[2];
2348 var min, max, delta, h, s, l;
2356 s = 0;
2358 s = delta / (l < 0.5 ? (2 * l) : (2 - 2 * l));
[all …]

1...<<81828384858687888990>>...158