Home
last modified time | relevance | path

Searched refs:types (Results 76 – 100 of 570) sorted by last modified time

12345678910>>...23

/plugin/combo/vendor/symfony/process/
H A DCHANGELOG.md87 * deprecation: Process::setInput() and ProcessBuilder::setInput() do not accept non-scalar types
/plugin/combo/ComboStrap/
H A DSkin.php111 $types = implode(", ", array_keys($skinColors));
112 LogUtility::msg("The type value ($type) is not supported. Only the following types value may be used: $types", LogUtility::LVL_MSG_WARNING, self::CANONICAL);
/plugin/structodt/
H A Dhelper.php17 use dokuwiki\plugin\struct\types\Wiki;
/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/data/lang/fr/
H A Dadmin_intro.txt1 ====== Configuration des alias de types de champ de données ======
3 Cette interface vous permet de définir de nouveaux alias de types de champ de données.
5 On peut utiliser les alias de types comme tous les autres types de l'extension, mais les préfixes et suffixes que vous indiquez ici seront ajoutés aux valeurs. On utilise généralement ceci pour lier certains types de champs à des [[doku>fr:namespaces|catégories]].
/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/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js7types,j((function(t){this.registerType(t,e)}),this)),t[e.uri]=t[e.prefix]=e,this.packages.push(e)}…
H A Dbpmn-navigated-viewer.production.min.js2types,x((function(t){this.registerType(t,e)}),this)),t[e.uri]=t[e.prefix]=e,this.packages.push(e)}…
H A Dbpmn-viewer.production.min.js2types,b((function(t){this.registerType(t,e)}),this)),t[e.uri]=t[e.prefix]=e,this.packages.push(e)}…
/plugin/bpmnio/vendor/dmn-js/
H A DCHANGELOG.md78 * `FEAT`: make data types configurable ([#677](https://github.com/bpmn-io/dmn-js/issues/677))
79 * `FEAT`: use FEEL data types ([#674](https://github.com/bpmn-io/dmn-js/issues/674))
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-modeler.production.min.js2types,me((function(t){this.registerType(t,e)}),this)),t[e.uri]=t[e.prefix]=e,this.packages.push(e)…
H A Ddmn-navigated-viewer.production.min.js2types,ee((function(t){this.registerType(t,e)}),this)),t[e.uri]=t[e.prefix]=e,this.packages.push(e)…
H A Ddmn-viewer.production.min.js2types,ee((function(t){this.registerType(t,e)}),this)),t[e.uri]=t[e.prefix]=e,this.packages.push(e)…
/plugin/bbcodeextensions/
H A DChangeLog30 * Fixes PHP Warnings for Dokuwiki types in PHP >= 7.x.
/plugin/structacl/
H A Daction.php60 if (is_a($col->getType(), \dokuwiki\plugin\struct\types\User::class)) {
/plugin/openid/Auth/OpenID/
H A DConsumer.php565 $types = [
571 return $types;
H A DMDB2Store.php322 $types = [
341 $assoc = $this->connection->getRow($sql, $types, $params);
/plugin/blogtng/helper/
H A Dcomments.php65 * @param null $types
69 public function get_count($types=null, $includehidden=false) { argument
80 if(is_array($types)){
82 foreach($types as $type){
568 $count = $this->get_count($types);
586 public function tpl_comments($name,$types=null) { argument
597 if(is_array($types)){
599 foreach($types as $type){
649 if(count($types)){
650 $types = $this->sqlitehelper->getDB()->quote_and_join($types,',');
[all …]
H A Dentry.php573 * @param null $types
575 public function tpl_comments($name,$types=null) { argument
581 $this->commenthelper->tpl_comments($name,$types);
/plugin/barcodes/
H A DREADME.md30 The following tables contains a list of attributes, which can be used to modify the different types
H A Dcomposer.lock1676 … "description": "Collection of value objects that represent the types of the PHP type system",
/plugin/structgantt/meta/
H A DGantt.php9 use dokuwiki\plugin\struct\types\Color;
10 use dokuwiki\plugin\struct\types\Date;
11 use dokuwiki\plugin\struct\types\DateTime;
/plugin/edittable/renderer/
H A Dinverse.php741 $types = array('th' => '^', 'td' => '|');
768 $str .= $types[$cell['tag']].str_repeat(' ', $lpad).
770 str_repeat($types[$cell['tag']], $cell['colspan'] - 1);
772 $str .= $types[$cell['tag']].DOKU_LF;
/plugin/advanced/lang/en/config/
H A Dmime.txt3 Which file types you can upload via the media manager popup or the fullscreen media manager is conf…
H A Duserstyle.txt9 There are five types of stylesheet modes:

12345678910>>...23