Home
last modified time | relevance | path

Searched refs:types (Results 51 – 75 of 570) sorted by relevance

12345678910>>...23

/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.brush.ooc.js5types=["Int","Int8","Int16","Int32","Int64","Int80","Int128","UInt","UInt8","UInt16","UInt32","UIn…
H A Djquery.syntax.brush.basic.js5types=["CBool","CByte","CChar","CDate","CDec","CDbl","Char","CInt","CLng","CObj","Const","CShort",…
H A Djquery.syntax.brush.go.js5types=[/u?int\d*/g,/float\d+/g,/complex\d+/g,"byte","uintptr","string",];var operators=["+","&","+…
H A Djquery.syntax.brush.ocaml.js5types=["bool","byte","sbyte",/\bu?int\d*\b/g,"nativeint","unativeint","char","string","decimal","u…
H A Djquery.syntax.brush.clang.js5 …Modifiers=["mutable","auto","const","register","typename","abstract"];var types=["double","float",…
6 brush.push(types,{klass:'type'});brush.push(keywords,{klass:'keyword'});brush.push(operators,{klass…
/plugin/structgroup/types/
H A DGroup.php2 namespace dokuwiki\plugin\structgroup\types;
8 use dokuwiki\plugin\struct\types\AbstractMultiBaseType;
/plugin/nssize/
H A Dsyntax.php88 $types = array( 'B', 'KB', 'MB', 'GB', 'TB' );
89 for( $i = 0; $bytes >= 1024 && $i < ( count( $types ) -1 ); $bytes /= 1024, $i++ );
90 return( round( $bytes, 2 ) . " " . $types[$i] );
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dbreaking-changes.asciidoc28 ==== Moving from types to typeless APIs in {es} 7.0
30 {es} 7.0 deprecated APIs that accept types, introduced new typeless APIs, and
32 https://www.elastic.co/blog/moving-from-types-to-typeless-apis-in-elasticsearch-7-0[this]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
H A DService.php441 public function setTypes($types) argument
443 $this->types = $types;
450 return $this->types;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
H A DService.php441 public function setTypes($types) argument
443 $this->types = $types;
450 return $this->types;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
H A DGoogleApiService.php441 public function setTypes($types) argument
443 $this->types = $types;
450 return $this->types;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DService.php441 public function setTypes($types) argument
443 $this->types = $types;
450 return $this->types;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DGraphNamespace.asciidoc32 $params['type'] = DEPRECATED (list) A comma-separated list of document types to search; leave empty to perform the operation on all types
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DBREAKING_CHANGES.md4 error (e.g. using the `type` parameter will generate a `Specifying types in urls has been deprecated`
15 - Elasticsearch 7.0 deprecated APIs that accept types, introduced new typeless
16 APIs, and removed support for the _default_ mapping. Read [this](https://www.elastic.co/blog/moving-from-types-to-typeless-apis-in-elasticsearch-7-0)
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DConstraintViolationHandler.php23 …$types = ['Symfony\Component\Validator\ConstraintViolationList' => 'serializeList', 'Symfony\Compo…
25 foreach ($types as $type => $method) {
/plugin/structjoin/types/
H A DJoin.php2 namespace dokuwiki\plugin\structjoin\types;
7 use dokuwiki\plugin\struct\types\AbstractBaseType;
8 use dokuwiki\plugin\struct\types\Lookup;
/plugin/metaheaders/
H A Daction.php114 $types = array_keys($headers);
115 foreach ($types as $type) {
/plugin/admnote/syntax/
H A Drenderer.php16 var $types = array('abstract','bug','danger','example','failure','information', variable in syntax_plugin_admnote_renderer
93 if($words[0] and in_array(strtolower($words[0]), $this->types)) {
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/
H A DTypeResolver.php277 $types = [];
280 $types[] = $this->resolve($part, $context);
283 return new Compound($types);
/plugin/struct/action/
H A Dmove.php17 use dokuwiki\plugin\struct\types\Lookup;
18 use dokuwiki\plugin\struct\types\Media;
19 use dokuwiki\plugin\struct\types\Page;
/plugin/struct/helper/
H A Dfield.php8 use dokuwiki\plugin\struct\types\Lookup;
9 use dokuwiki\plugin\struct\types\Page;
10 use dokuwiki\plugin\struct\types\User;
/plugin/findologicxmlexport/vendor/hoa/file/
H A DFinder.php603 $types = $this->getTypes();
605 if (!empty($types)) {
606 $this->_filters[] = function (\SplFileInfo $current) use ($types) {
607 return in_array($current->getType(), $types);
/plugin/epub/
H A Dhelper.php88 $types = array('metadata','i','xhtml');
89 foreach ($types as $type) {
/plugin/struct/db/
H A Dupdate0007.sql1 UPDATE types SET class = 'Media' WHERE class = 'Image';
/plugin/codemirror/dist/modes/
H A Dpig.min.js.map1types","multiLineStrings","isOperatorChar","chain","stream","state","f","tokenize","tokenComment",…

12345678910>>...23