Home
last modified time | relevance | path

Searched refs:types (Results 101 – 125 of 570) sorted by relevance

12345678910>>...23

/plugin/structstatus/
H A DStatus.php8 use dokuwiki\plugin\struct\types\AbstractBaseType;
9 use dokuwiki\plugin\struct\types\Lookup;
/plugin/codehighlight/cp/languages/
H A Dcsharp.css7 a {color:#2A0088;font-weight:bold;font-style:normal;} /* types */
H A Dsql.css7 u {color:#FF0000;font-style:normal;} /* types */
/plugin/struct/meta/
H A DSummaryColumn.php5 use dokuwiki\plugin\struct\types\AutoSummary;
25 if ($type->isMulti()) throw new StructException('SummaryColumns can not be multi value types!');
H A DUserColumn.php5 use dokuwiki\plugin\struct\types\User;
26 if ($type->isMulti()) throw new StructException('UserColumns can not be multi value types!');
H A DRevisionColumn.php5 use dokuwiki\plugin\struct\types\DateTime;
25 if ($type->isMulti()) throw new StructException('RevisionColumns can not be multi value types!');
H A DPageColumn.php5 use dokuwiki\plugin\struct\types\Page;
25 if ($type->isMulti()) throw new StructException('PageColumns can not be multi value types!');
/plugin/findologicxmlexport/vendor/sebastian/exporter/
H A DREADME.md35 Exporting simple types:
71 Exporting complex types:
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DOpenSSH.php43 protected static $types = [ variable in phpseclib3\\Crypt\\EC\\Formats\\Keys\\OpenSSH
126 if (in_array('ecdsa-sha2-' . $aliases[$i], self::$types)) {
/plugin/dev/
H A Dcli.php39 $types = PluginController::PLUGIN_TYPES;
41 $types,
48 $options->registerArgument('type', 'Type of the component. Needs to be one of ' . join(', ', $types), true,
/plugin/freesync/
H A Dhelper.php443 $types = array_keys(getMimeTypes());
444 $types = array_map(create_function('$q','return preg_quote($q,"/");'),$types);
445 $regex = join('|',$types);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php649 $types = [
701 if (isset($types[$resourceType])) {
702 $info['string'][] = $types[$resourceType]['string'];
707 foreach ($types as $key => $resourceInfo) {
/plugin/struct/action/
H A Dconfig.php14 use dokuwiki\plugin\struct\types\AbstractBaseType;
/plugin/dataloop/syntax/
H A Dloop.php291 $types = array_values($data['cols']);
308 $xValue = $this->dthlp->_formatData($cols[$num],$col,$types[$num],$renderer);
329 … $xValue2 = $this->dthlp->_formatData($aCommand[2],$row[$iColNum],$types[$iColNum],$renderer);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDeploymentManager.php56 public $types; variable in Google\\Service\\DeploymentManager
471 'types',
475 'path' => 'deploymentmanager/v2/projects/{project}/global/types',
H A DKgsearch.php93 'types' => [
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPuTTY.php201 if (!in_array($type, static::$types)) {
202 $error = count(static::$types) == 1 ?
203 'Only ' . static::$types[0] . ' keys are supported. ' :
/plugin/changes/
H A Dsyntax.php102 static $types = ['edit' => 'E', 'create' => 'C', 'delete' => 'D', 'minor' => 'e'];
117 if (array_key_exists($value, $types)) {
118 $data[$name][] = $types[$value];
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DBufferedTokenStream.php294 public function getTokens(int $start, int $stop, ?Set $types = null) : ?array argument
314 if ($types === null || $types->contains($t->getType())) {
/plugin/data-au/lang/nl/
H A Dadmin_intro.txt3 …ce geeft je de mogelijkheid om nieuwe aliases te maken voor veldtypes gebaseerd op bestaande types.
/plugin/data/lang/nl/
H A Dadmin_intro.txt3 Deze interface geeft je de mogelijkheid om nieuwe aliases te maken voor veldtypes gebaseerd op bestaande types.
/plugin/struct/types/
H A DLongText.php3 namespace dokuwiki\plugin\struct\types;
/plugin/credits/
H A Dsyntax.php13 var $types = array('admin','helper','syntax','action','renderer'); variable in syntax_plugin_credits
169 foreach($this->types as $type) {
/plugin/codemirror/dist/modes/
H A Dntriples.min.js1types:[]}},token:function(a,c){var d=a.next();if(d=="<"){b(c,d);var e="";a.eatWhile(function(a){if…
/plugin/fedauth/Auth/OpenID/
H A DMDB2Store.php322 $types = array(
341 $assoc = $this->connection->getRow($sql, $types, $params);

12345678910>>...23