Home
last modified time | relevance | path

Searched refs:loadType (Results 1 – 12 of 12) sorted by relevance

/plugin/strata/_test/
Dtypes.test.php16 $type = $this->_types->loadType('text');
41 $type = $this->_types->loadType('page');
83 $type = $this->_types->loadType('page');
137 $type = $this->_types->loadType('ref');
174 $type = $this->_types->loadType('image');
Dstrataquerytest.inc.php17 $string = $types->loadType('string');
18 $ref = $types->loadType('ref');
19 $image = $types->loadType('image');
/plugin/strata/helper/
Dutil.php60 function loadType($type) { function in helper_plugin_strata_util
154 return $this->loadType($type)->normalize($p, $hint);
185 if($type == null) $type = $this->loadType($typename);
213 if($type == null) $type = $this->loadType($typename);
Dsyntax.php518 $subject = $this->util->loadType('ref')->normalize($subject,null);
567 $type = $this->util->loadType($type);
641 $type = $this->util->loadType($type);
678 $type = $this->util->loadType($type);
/plugin/strata/syntax/
Dentry.php148 $type = $this->util->loadType($triple['type']);
163 $type = $this->util->loadType($result['title candidate']['type']);
296 $type = $this->util->loadType($triple['type']);
399 $type = $this->util->loadType($triple['type']);
Dinfo.php51 case 'type': $meta = $this->util->loadType($matches[2])->getInfo(); break;
Dradar.php52 'type'=>$this->util->loadType($meta['type']),
Dlist.php65 'type'=>$this->util->loadType($meta['type']),
Dtable.php51 'type'=>$this->util->loadType($meta['type']),
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
DJobConfiguration.php42 protected $loadType = JobConfigurationLoad::class; variable in Google\\Service\\Bigquery\\JobConfiguration
DJobStatistics.php39 protected $loadType = JobStatistics3::class; variable in Google\\Service\\Bigquery\\JobStatistics
/plugin/strata/
Daction.php140 $title = $util->loadType('text')->normalize($title,'');