Home
last modified time | relevance | path

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

/plugin/strata/_test/
H A 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');
H A Dstrataquerytest.inc.php17 $string = $types->loadType('string');
18 $ref = $types->loadType('ref');
19 $image = $types->loadType('image');
/plugin/strata/helper/
H A 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);
H A Dsyntax.php518 $subject = $this->util->loadType('ref')->normalize($subject,null);
564 $type = $this->util->loadType($type);
638 $type = $this->util->loadType($type);
675 $type = $this->util->loadType($type);
/plugin/strata/syntax/
H A Dentry.php147 $type = $this->util->loadType($triple['type']);
162 $type = $this->util->loadType($result['title candidate']['type']);
293 $type = $this->util->loadType($triple['type']);
396 $type = $this->util->loadType($triple['type']);
H A Dinfo.php51 case 'type': $meta = $this->util->loadType($matches[2])->getInfo(); break;
H A Dlist.php65 'type'=>$this->util->loadType($meta['type']),
H A Dtable.php51 'type'=>$this->util->loadType($meta['type']),
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DJobConfiguration.php42 protected $loadType = JobConfigurationLoad::class; variable in Google\\Service\\Bigquery\\JobConfiguration
H A DJobStatistics.php39 protected $loadType = JobStatistics3::class; variable in Google\\Service\\Bigquery\\JobStatistics
/plugin/strata/
H A Daction.php140 $title = $util->loadType('text')->normalize($title,'');