Home
last modified time | relevance | path

Searched refs:types (Results 176 – 200 of 570) sorted by last modified time

12345678910>>...23

/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js7782 types = this.allTypes;
7819 types.push(t);
11288 var types = [
14246 types: types,
14447 types: types$1,
14554 types: types$2,
14799 types: types$3,
14853 types: types$4,
14915 types: types$5,
40285 if (!isArray$2(types)) {
[all …]
H A Dbpmn-modeler.production.min.js7types,I((function(t){this.registerType(t,e)}),this)),t[e.uri]=t[e.prefix]=e,this.packages.push(e)}…
/plugin/xcom/lang/en/
H A Dhowto.txt7 …d, then select listLinks, a list of all the links for that page, and their types, will be returned.
25 …require additional options. Clicking the ''Query types'' button will bring up a listing of query
26 …- Options which expect arrays are enclosed in parentheses: ''(option)''. See the ''Query types'' l…
27 …- There are more query types found on Dokuwiki's [[https://dokuwiki.org/devel:xmlrpc|xmlrpc page]]…
47 …ages and media from the remote to the local wiki. There are several query types which return lists…
/plugin/xcom/
H A Dremote.php352 …$types = array('C'=>'<u>C</u>reate','E'=>'<u>E</u>dit','e' =>'minor <u>e</u>dit','D'=>'<u>D</u>ele…
364 $val = $types[$val];
/plugin/pureldap/
H A Dcomposer.lock35 "ext-gmp": "For big integer support in Integer/Enumerated/OID types and tag numbers."
/plugin/pureldap/vendor/freedsx/asn1/
H A DCHANGELOG.md10 * Update return types for AbstractType and some ASN1 helper methods to provider better hints for static analysis.
11 * Time types now accept DateTimeInterface instead of just DateTime.
37 * Removed the 'trailing data' aspect of decoded types.
49 * Add arbitrary precision support for OID types.
56 * Support arbitrary-precision for Integer/Enumerated types with the GMP extension.
H A DREADME.md64 # Loop through the sequence and check the individual types it contains...
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php252 * Map universal types to specific tag class values when decoding.
1157 * Encoding subsets may require specific ordering on set types. Allow this to be overridden.
1169 * Encoding subsets may require specific ordering on set of types. Allow this to be overridden.
1181 * @param AbstractType ...$types
1185 protected function encodeConstructedType(AbstractType ...$types)
1189 foreach ($types as $type) {
1145 encodeConstructedType(AbstractType...$types) global() argument
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DSequenceType.php31 * @param AbstractType ...$types
33 public function __construct(...$types) argument
36 $this->children = $types;
H A DSetType.php27 * @param AbstractType ...$types
29 public function __construct(...$types) argument
32 $this->children = $types;
H A DAbstractType.php199 * @param AbstractType ...$types
202 public function setChildren(...$types)
204 $this->children = $types;
227 * @param AbstractType ...$types
230 public function addChild(...$types)
232 foreach ($types as $type) {
200 setChildren(...$types) global() argument
228 addChild(...$types) global() argument
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/
H A DAsn1.php52 * @param AbstractType ...$types
55 public static function sequence(AbstractType ...$types): SequenceType
57 return new SequenceType(...$types);
61 * @param AbstractType ...$types
64 public static function sequenceOf(AbstractType ...$types): SequenceOfType
66 return new SequenceOfType(...$types);
298 * @param AbstractType ...$types
301 public static function set(AbstractType ...$types): SetType
303 return new SetType(...$types);
307 * @param AbstractType ...$types
54 sequence(AbstractType...$types) global() argument
63 sequenceOf(AbstractType...$types) global() argument
300 set(AbstractType...$types) global() argument
309 setOf(AbstractType...$types) global() argument
[all...]
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG.md20 - Added several new specific exception types implementing that marker interface:
276 - Fixed case-insensitive matching for HTML tag types
404 - **Added missing return types to virtually every class and interface method**
H A DCHANGELOG-0.x.md
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DCHANGELOG.md228 representing particular types of errors, such as an authentication error.
H A DLICENSE34 and conversions to other media types.
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/
H A DLICENSE34 and conversions to other media types.
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
H A DLICENSE34 and conversions to other media types.
/plugin/strata/
H A Dmanual.txt18 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.
31 **Types**: You can add a [[#types|type]] to use by putting the type between ''['' and '']'' after the field name. Types determine how the data is displayed, and how it is stored.
52 **Type hints**: You can change how a [[#types|type]] behaves by adding a type hint. Type hints are added by appending them to the type with ''::''. For example ''[page::places]'' uses the page type, and will try to resolve values without an explicit namespace as if they were in the ''places:'' namespace. For a list of types and their hints, see [[#Types]].
75 Variables are indicated with the ''?''. You can use a variable in any spot (except types or type hints). For example ''?p ?k [date]: 1982-7-23'' to find out who has what relation to the date 1982-7-23.
79 **Types**: In a query, you can use [[#types]]. You can use types for fields and values, and you can use them in the opening tag. Types are 'sticky': if you put ''?p Birthday [date]: ?b'' the date type will automatically stick to the ''?b'' variable (you could have achieved the same with ''?p Birthday: ?b [date]'').
167 There is a single magic value to indicate the empty value: ''%%[[]]%%'' This token can be used with any type, but is especially useful with the [[#types|ref]] and [[#types|page]] types a
[all...]
/plugin/strata/_test/
H A Dstrataquerytest.inc.php15 // Load types
16 $types = new helper_plugin_strata_util();
17 $string = $types->loadType('string');
18 $ref = $types->loadType('ref');
19 $image = $types->loadType('image');
/plugin/metadisplay/helper/
H A Dhtml.php268 …$types = array('C'=>'<u>C</u>reate','E'=>'<u>E</u>dit','e' =>'minor <u>e</u>dit','D'=>'<u>D</u>ele…
278 $val = $types[$val];
H A Dplaintext.php266 $types = array('C'=>'>Create','E'=>'>Edit','e' =>'minor >edit','D'=>'>Delete',
276 $val = $types[$val];
/plugin/diagramsnet/lib/js/diagramly/
H A DApp.js3866 return {types: ext, fileName: name};
/plugin/diagramsnet/lib/js/
H A Dviewer-static.min.js2109 …=d&&(d.style.backgroundColor="",d=null);0<=mxUtils.indexOf(b.dataTransfer.types,"text/uri-list")&&…
2280 …is,function(e){if(null!=e&&0<e.length&&"html"==c&&0<=mxUtils.indexOf(e[0].types,"text/html"))e[0].…
2281 …b(null)});else if(null!=e&&0<e.length&&"text"==c&&0<=mxUtils.indexOf(e[0].types,"text/plain"))e[0]…
2287 ….getData("Text"):(e=0<=mxUtils.indexOf(b.types,"text/html")?b.getData("text/html"):null,mxUtils.in…
H A Dviewer.min.js2109 …=d&&(d.style.backgroundColor="",d=null);0<=mxUtils.indexOf(b.dataTransfer.types,"text/uri-list")&&…
2280 …is,function(e){if(null!=e&&0<e.length&&"html"==c&&0<=mxUtils.indexOf(e[0].types,"text/html"))e[0].…
2281 …b(null)});else if(null!=e&&0<e.length&&"text"==c&&0<=mxUtils.indexOf(e[0].types,"text/plain"))e[0]…
2287 ….getData("Text"):(e=0<=mxUtils.indexOf(b.types,"text/html")?b.getData("text/html"):null,mxUtils.in…

12345678910>>...23