Home
last modified time | relevance | path

Searched refs:all (Results 1526 – 1550 of 1930) sorted by relevance

1...<<61626364656667686970>>...78

/plugin/diagramsnet/lib/
H A Dworkbox-bed83ea8.js1all(e.urlsToCache.map((e=>{"string"==typeof e&&(e=[e]);const s=new Request(...e);return this.handl…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Drelease-notes.asciidoc316 * Updated the phpdoc parameters for all the API endpoints
393 * Updated all the API endpoints using the
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe615 Ġc all
1148 Ġsm all
1640 b all
1867 Ġf all
1982 Ġsh all
2278 Ġch all
2359 Ġb all
2467 Ġinst all
3101 Ġw all
3791 Ġover all
[all...]
/plugin/fckg/fckeditor/editor/plugins/range/
H A Dfckplugin.js332 children=parent.all||parent.getElementsByTagName("*");
/plugin/codeprettify/code-prettify/
H A DCHANGES.md8 Also, on IE6, all newlines will be stripped from `<code>` elements because
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DREADME.md71 …ll be done. You should migrate to Monolog 2 where possible to benefit from all the latest features…
/plugin/openlayersmap/
H A Dstyle.less6 * copyright notice and this permission notice appear in all copies.
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/skins/
H A Ddhtmlxgantt_broadway.css597 -webkit-transition: all .5s ease;
598 -moz-transition: all .5s ease;
599 -o-transition: all .5s ease;
600 transition: all .5s ease;
1686 transition: all 0.1s ease ;
H A Ddhtmlxgantt_skyblue.css442 -webkit-transition: all .5s ease;
443 -moz-transition: all .5s ease;
444 -o-transition: all .5s ease;
445 transition: all .5s ease;
1572 transition: all 0.1s ease ;
H A Ddhtmlxgantt_material.css911 -webkit-transition: all .5s ease;
912 -moz-transition: all .5s ease;
913 -o-transition: all .5s ease;
914 transition: all .5s ease;
1997 transition: all 0.1s ease ;
/plugin/pdfjs/pdfjs/web/
H A Dviewer.css2382 @media all and (max-width: 900px) {
2393 @media all and (max-width: 840px) {
2415 @media all and (max-width: 770px) {
2424 @media all and (max-width: 700px) {
2433 @media all and (max-width: 640px) {
2451 @media all and (max-width: 535px) {
/plugin/codemirror/dist/modes/
H A Dhaskell.min.js.map1all be Unicode extended, as per the Haskell 2010 report\n var smallRE = /[a-z_]/;\n var largeRE …
/plugin/diagramsnet/lib/resources/
H A Ddia_ar.txt903 gliffyImportInst1=Click the "Start Import" button to import all Gliffy diagrams to draw.io.
926 pageIdsExpInst1=Select export target, then click the "Start Export" button to export all pages IDs.
1037 lucidImportInst1=Click the "Start Import" button to import all Lucidchart diagrams.
1154 showAllTemps=Show all templates
H A Ddia_no.txt32 ensureDataSaved=Vennligst sørg for at all data er lagret før du avslutter.
903 gliffyImportInst1=Click the "Start Import" button to import all Gliffy diagrams to draw.io.
926 pageIdsExpInst1=Select export target, then click the "Start Export" button to export all pages IDs.
1037 lucidImportInst1=Click the "Start Import" button to import all Lucidchart diagrams.
1154 showAllTemps=Show all templates
/plugin/icalevents/vendor/sabre/xml/
H A DCHANGELOG.md170 * #25: Added `readText` to quickly grab all text from a node and advance the
/plugin/sequencediagram/bower_components/lodash/lib/fp/template/doc/
H A Dwiki.jst142 Not all variadic methods have corresponding new method variants. Feel free to
/plugin/webdav/vendor/sabre/xml/
H A DCHANGELOG.md176 * #25: Added `readText` to quickly grab all text from a node and advance the
/plugin/etherpadlite/
H A DREADME.md52 Allow from all
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dconfig.cfm22 * Configuration file for the ColdFusion Connector (all versions).
/plugin/geonav/tpl/startermap/css/
H A Dbasic.css457 /* additional to what's already in DokuWiki's lib/styles/all.css: */
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D37.37.js.map1 … ],\n keywords: [\n 'absolute',\n 'abstract',\n 'all',\n 'and_the…
/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md99 concatenate all these with a comma.
/plugin/html5video2/
H A Dprint.css58 so you can upgrade to newer versions easier. You can remove all these styles by removing the 'vjs-d…
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md417 * Removing all classes from `GuzzleHttp\Adapter`, these are now
651 * Fixed an issue in the BackoffPlugin retry event where it was trying to access all exceptions as i…
736 * CachePlugin can now purge all resources for a given URI
810 * Mixed casing of headers are now forced to be a single consistent casing across all values for tha…
812 * Removed the whole changedHeader() function system of messages because all header changes now go t…
1081 * Moved all cookie code to Guzzle\Plugin\Cookie
1239 * Moving almost all cookie logic out of the CookiePlugin and into the Cookie or CookieJar implement…
1287 * Adding a fix for CurlMulti so that if all of the connections encounter some sort of curl error, t…
1295 * [BC] Moving all HTTP parsing logic to Guzzle\Http\Parsers. Allows for faster C implementations if…
1325 * Added the ability to passed parameters to all requests created by a client
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG.md19 - Added generic `CommonMarkException` marker interface for all exceptions thrown by the library
38 - `MarkdownParser` when deactivating the last block parser or attempting to get an active block parser when they've all been closed
240 See all entries below for a list of changes between 1.x and 2.0.
399 - `Configuration` objects must now be configured with a schema and all options must match that schema - arbitrary keys are no longer permitted
461 - `NodeWalker::next()` now enters, traverses any children, and leaves all elements which may have children (basically all blocks plus any inlines with children). Previously, it only did this for elements explicitly marked as "containers".
464 - The `SmartPunct` extension now replaces all unpaired `Quote` elements with `Text` elements towards the end of parsing, making the `QuoteRenderer` unnecessary
491 - **Removed all previously-deprecated functionality:**

1...<<61626364656667686970>>...78