Home
last modified time | relevance | path

Searched refs:types (Results 26 – 50 of 570) sorted by relevance

12345678910>>...23

/plugin/dropfiles/action/
H A Dajax.php181 $types = array_keys(getMimeTypes());
182 $types = array_map(
186 $types
188 $regex = implode('|', $types);
/plugin/combo/ComboStrap/
H A DPageType.php15 * @link https://ogp.me/#types Facebook ogp
131 $types = [
142 sort($types);
143 return $types;
/plugin/struct/db/
H A Dupdate0001.sql10 CREATE TABLE types ( table
23 tid INTEGER REFERENCES types (id),
/plugin/photogallery/lightGallery/js/
H A Dpicturefill.min.js4types[b]=!1,e()},d.onload=function(){g.types[b]=1===d.width,e()},d.src=c,"pending"},g.types=g.type…
/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;
/plugin/archiveupload/
H A Daction.php212 $types = array_keys(getMimeTypes());
213 $types = array_map(create_function('$q','return preg_quote($q,"/");'),$types);
214 $regex = join('|',$types);
/plugin/bibtex/OSBib/
H A DPARSEXML.php62 $types[] = $array;
71 $types[] = $array;
73 return array($info, $citation, $common, $types);
/plugin/jquerymigrate/
H A Djquery-migrate-3.1.0.js482 jQuery.event.add = function( elem, types ) { argument
485 if ( elem === window && types === "load" && window.document.readyState === "complete" ) {
550 bind: function( types, data, fn ) { argument
552 return this.on( types, null, data, fn );
554 unbind: function( types, fn ) { argument
556 return this.off( types, null, fn );
558 delegate: function( selector, types, data, fn ) { argument
560 return this.on( types, selector, data, fn );
562 undelegate: function( selector, types, fn ) { argument
566 this.off( types, selector || "**", fn );
/plugin/eventline/timeline_ajax/
H A Dsimile-ajax-api.js125 SimileAjax.parseURLParameters = function(url, to, types) { argument
127 types = types || {};
153 var type = types[i] || String;
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-api.js125 SimileAjax.parseURLParameters = function(url, to, types) { argument
127 types = types || {};
153 var type = types[i] || String;
/plugin/codemirror/dist/modes/
H A Dclike.min.js1types||{},o=i.builtin||{},p=i.blockKeywords||{},q=i.defKeywords||{},r=i.atoms||{},s=i.hooks||{},t=…
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.brush.protobuf.js6types=["bool","bytes","double","fixed32","fixed64","float","int32","int64","sfixed32","sfixed64","…
H A Djquery.syntax.brush.java.js5types=["void","byte","short","int","long","float","double","boolean","char"];var operators=["++","…
H A Djquery.syntax.brush.csharp.js5types=["object","bool","byte","fixed","float","uint","char","ulong","ushort","decimal","int","sbyt…
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshBrushGroovy.js30 var types = 'void boolean byte char short int long float double';
52 { regex: new RegExp(this.getKeywords(types), 'gm'), css: 'color1' }, // goovy/java type
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshBrushGroovy.js14 var types = 'void boolean byte char short int long float double';
36 { regex: new RegExp(this.getKeywords(types), 'gm'), css: 'color1' }, // goovy/java type
/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.
/plugin/structsection/
H A Dyarn.lock170 "@babel/types@^7.12.1", "@babel/types@^7.12.10", "@babel/types@^7.12.11", "@babel/types@^7.12.12", …
205 "@types/eslint" "*"
206 "@types/estree" "*"
208 "@types/eslint@*":
213 "@types/estree" "*"
216 "@types/estree@*", "@types/estree@^0.0.45":
221 "@types/json-schema@*", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.6":
226 "@types/json5@^0.0.29":
231 "@types/node@*":
1005 babel-types@^6.19.0, babel-types@^6.24.1, babel-types@^6.26.0:
[all …]
/plugin/data-au/lang/en/
H A Dadmin_intro.txt5types can be used like any other type of the plugin, but all dataau will be prefixed or postfixed …
/plugin/data/lang/en/
H A Dadmin_intro.txt5 The aliased types can be used like any other type of the plugin, but all data will be prefixed or postfixed with the values you provided for the alias here. This is usually used for linking certain field types to special namespaces.
/plugin/structgeohash/types/
H A DGeoHash.php7 namespace dokuwiki\plugin\structgeohash\types;
9 use dokuwiki\plugin\struct\types\AbstractBaseType;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DIsType.php34 protected $types = [ variable in PHPUnit_Framework_Constraint_IsType
66 if (!isset($this->types[$type])) {
/plugin/elasticsearch/vendor/react/promise/src/
H A Dfunctions.php359 $types = [];
365 $types = [$type];
370 $types = $type->getTypes();
377 if (empty($types)) {
381 foreach ($types as $type) {
409 // If we look for a full match (intersection) and did not return early, we matched all types and are true
/plugin/struct/meta/
H A DSchemaEditor.php7 use dokuwiki\plugin\struct\types\Text;
143 $types = array_keys(Column::allTypes());
146 foreach ($types as $type) {

12345678910>>...23