Home
last modified time | relevance | path

Searched refs:some (Results 151 – 175 of 711) sorted by last modified time

12345678910>>...29

/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md522 | `some` | `Utils::some` |
/plugin/a2s/
H A Ddemo.txt83 …the **top left** angle of the shape, put some text between square bracket. example ''[0]'', ''[log…
/plugin/c3chart/assets/
H A Dc3.min.js2some(function(t){return i.isTargetNormalized(t.id)})},l.prototype.isTargetNormalized=function(e){r…
/plugin/c3chart/
H A DREADME.md46 // some comment
/plugin/commonmark/
H A DREADME.md15 Commonmark plugin aims for complete compatiblity of Markdown in Dokuwiki. Most Markdown syntax have corresponding DW syntax, so it will work without problem; but in some cases, Markdown syntax do not matches DW specification one-by-one, or vice versa. Here is a list of known ambiguities between Commonmark and Dokuwiki, and its implements in the plugin:
/plugin/tablelayout/script/
H A Dscript.js118 var hideRow = jQuery(row).find('td,th').toArray().some(function (cell, index) {
161 …if (!allowedModes.some(function (allowedModeClass) {return jQuery('.dokuwiki').hasClass(allowedMod…
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js429 function some(collection, matcher) { function
16593 return some(event.eventDefinitions, function(definition) {
26338 return some(types, function(t) {
34215 return type && bo.get('eventDefinitions').some(function(definition) {
40289 return some(types, function(type) {
41612 return elements.some(function(e) {
44893 return eventDefinitions.some(function(definition) {
45057 if (some(elements, isLane)) {
45272 return connections.some(isOutgoingEventBasedGatewayConnection);
49132 return some(source.outgoing, function(c) {
[all …]
H A Dbpmn-modeler.production.min.js34some((function(e){return Ar(e,t)}))}up.$inject=["bpmnFactory","elementFactory","moddleCopy","model…
/plugin/pureldap/
H A Dcomposer.lock100 "ext-openssl": "For SSL/TLS support and some SASL mechanisms.",
/plugin/pureldap/vendor/freedsx/ldap/
H A DREADME.md3 most client functionality described in [RFC 4511](https://tools.ietf.org/html/rfc4511) and some very limited LDAP server
4 functionality. It also implements some other client features from various RFCs:
H A DCHANGELOG.md72 * Better handle remote disconnects / failed reads in the client to prevent hanging under some circumstances.
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG.md55 - Fixed autolink extension not detecting some URIs with underscores (#956)
271 - Optimized AST iteration for a 50% performance boost in some event listeners (#683, #684)
485 - **Fixed some URL autolinks breaking too early** (#492)
H A DREADME.md99 Custom parsers/renderers can be bundled into extensions which extend CommonMark. Here are some that you may find interesting:
189 This project is primarily maintained by [Colin O'Dell][@colinodell]. Members of the [PHP League] Leadership Team may occasionally assist with some of these duties.
H A DCHANGELOG-0.x.md
/plugin/passpolicy/
H A D10k-common-passwords.txt3074 some
8205 3some
H A Dwords.txt3326 some
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DCHANGELOG.md188 * With the previous Phar builds, some users received `phar error: invalid url
H A DREADME.md326 where some or all of the attributes are unpopulated.
356 If you find some other sort of mistake, like an incorrect spelling,
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
H A DREADME.md45 If you don't want to use Composer for some reason, a custom
162 The GMP or BCMath extension may be required to read some databases
H A DCHANGELOG.md121 * Updated phpunit and fixed some test breakage from the newer version.
/plugin/quickstats/scripts/php-inet6_1.0.2/
H A DLICENSE97 public, and in some countries other activities as well.
379 e) Declining to grant rights under trademark law for use of some
419 holder fails to notify you of the violation by some reasonable means
424 violation by some reasonable means, this is the first time you have
479 hereafter acquired, that would be infringed by some manner, permitted
515 covered work, and grant a patent license to some of the parties
/plugin/box2/
H A Dplugin.info.txt8 …width, class, colours title & caption are optional. The title can include some wiki markup, the bo…
/plugin/imageflow/
H A DREADME.md5 …ine a list of images that will be shown (see the options). If you defined some meta-data for your …
34 __``%DESCRIPTION%``__ (optional)|You can give an alternate description here, to display some descri…
/plugin/strata/
H A Dmanual.txt11 The quick guide will get you up and running with some examples of how to enter and query. More advanced uses are discussed in the reference guide.
13 A good way to get more experienced is to add some simple data to your wiki, and start querying it. Most error messages are descriptive enough to get some idea of what went wrong.
18 Data entry is done with ''<data>'' tags. The following example is a data block for Jane Doe. The block is meant to add some extra data to the page it is on (we assume it is on the page ''persons:jane_doe''). The example shows you how to add simple values, how to declare a class, and how to use types.
50 **Empty values**: Any field that doesn't have a value is ignored. This way you can quickly write down some fields you want to use, but fill in their values later.
120 **Optional matches**: Normally, all patterns must be matched for the results to be shown. You can use an ''optional'' block to indicate that some of the patterns are optional, and need not be matched for the results to be shown. All patterns in an optional block must match for the optional block to be used. If any pattern in the block doesn't match, none of the patterns in the block will be used.
389 If a variable is not mentioned as one of the displayed fields, it will be ignored. You can hint that some field needs to be considered, but not displayed.
425 The properties ''%%sort%%'' and ''%%filter%%'' are applied on each column. It is also possible to set these properties differently for some columns, as follows:
470 By adding a ''%%*%%'' to the property name, we indicate that we are setting multiple columns at once. We must set all columns (e.g.: here, precisely three values must be given). However, we can leave some value the default by giving them the empty string:
/plugin/authhttp/
H A DREADME15 your webserver to perform some sort of authentication (eg. HTTP Basic or

12345678910>>...29