Home
last modified time | relevance | path

Searched +full:type +(+path:plugin +path:data) -(+path:plugin +path:data +path:lang) (Results 1 – 25 of 44) sorted by relevance

12

/plugin/data/
H A Dhelper.php105 * Makes sure the given data fits with the given type
108 * @param string|array $type
111 public function cleanData($value, $type)
117 if (is_array($type)) {
118 if (isset($type['enum']) && !preg_match('/(^|,\s*)' . preg_quote_cb($value) . '($|\s*,)/', $type['enum'])) {
121 $type = $type['type'];
123 switch ($type) {
101 _cleanData($value, $type) global() argument
159 _addPrePostFixes($type, $val, $pre = '', $post = '') global() argument
[all...]
H A Daction.php139 $type = substr($_REQUEST['aliastype'], 10);
142 if (!isset($aliases[$type])) {
143 echo 'Unknown type';
147 if ($aliases[$type]['type'] !== 'page') {
152 if (substr($aliases[$type]['postfix'], -1, 1) === ':') {
155 $aliases[$type]['postfix'] .= $conf['start'];
164 $c_search = $aliases[$type]['prefix'];
170 if ($aliases[$type]['prefix'] !== '') {
171 $regexp .= preg_quote($aliases[$type]['prefi
[all...]
H A Dbureaucracy_field.php6 * Create a field with properties defined by given type alias
7 * Mostly this is a single line input field, but for enum type a select field.
51 if (is_array($datatype['type'])) {
52 $datatype['basetype'] = $datatype['type']['type'];
53 $datatype['enum'] = $datatype['type']['enum'];
54 $datatype['type'] = $datatype['origtype'];
56 $datatype['basetype'] = $datatype['type'];
66 $classes = 'data_type_' . $datatype['type'] . ($datatype['multi'] ? 's' : '') . ' ' .
99 // Is an enum type, otherwis
[all...]
H A Dstyle.css55 list-style-type: none;
129 th.type {
H A Dscript.js31 //skip base type
/plugin/data/syntax/
H A Dentry.php116 $val = trim($this->dthlp->cleanData($val, $column['type']));
123 $data[$column['key']] = $this->dthlp->cleanData($line[1] ?? '', $column['type']);
190 $type = $data['cols'][$key]['type'];
191 if (is_array($type)) {
192 $type = $type['type'];
194 if ($type === 'hidden') continue;
204 if ($type
[all...]
H A Dtable.php608 $type = $col['type'];
609 if (is_array($type)) {
610 $type = $type['type'];
612 switch ($type) {
/plugin/data/helper/
H A Daliastextbox.php6 * Create a field with properties defined by given type alias
7 * Mostly this is a single line input field, but for enum type a select field.
52 if (is_array($datatype['type'])) {
53 $datatype['basetype'] = $datatype['type']['type'];
54 $datatype['enum'] = $datatype['type']['enum'];
55 $datatype['type'] = $datatype['origtype'];
57 $datatype['basetype'] = $datatype['type'];
67 $classes = 'data_type_' . $datatype['type'] . ($datatype['multi'] ? 's' : '') . ' ' .
94 // Is an enum type, otherwis
[all...]
/plugin/data/admin/
H A Daliases.php15 * Administration form for configuring the type aliases
120 '<th>' . $this->getLang('type') . '</th>' .
128 $rows[] = ['name' => '', 'type' => '', 'prefix' => '', 'postfix' => '', 'enum' => ''];
140 'd[' . $cur . '][type]',
143 $row['type'],
/plugin/webcomponent/_test/data/pages/
H A Dnavbar.txt43 [[data:type:|Data Structure]]
44 [[data:type:|Data Type]]
52 <dropdown name="Data Type">
53 [[data:type:number:|Number]]
54 [[data:type:time:|Time]]
55 [[data:type:text:|Text]]
58 [[data:type:tree:|Tree]]
60 [[data:type:graph:|Graph]]
61 [[:data:type:spatial:|Spatial]]
62 [[data:type:color:|Color]]
[all …]
H A Dcard_column.txt6 With the ''card-columns'' components, you can put any type [[card|card]] ([[blockquote|blockquote]]…
15 <!-- Any type of card -->
/plugin/data/_test/
H A Dhelper.test.php
H A Dsyntax_plugin_data_table.test.php
H A Dsyntax_plugin_data_entry.test.php
H A DhelperAliases.test.php
/plugin/data/db/
H A Dupdate0002.sql4 type,
1 CREATE TABLE aliases (name, type, prefix, postfix, comment); global() field
/plugin/backlinks2/_test/data/meta/
H A Dbacklinks_include_syntax.meta1type";s:1:"e";s:2:"id";s:17:"backlinks_include";s:4:"user";s:6:"mprins";s:3:"sum";s:0:"";s:5:"extr…
H A Dbob_ross_says.meta1 …a:4:{s:3:"hid";s:13:"bob_ross_says";s:5:"title";s:13:"Bob Ross says";s:4:"type";s:2:"ul";s:5:"leve…
3type";s:1:"e";s:2:"id";s:13:"bob_ross_says";s:4:"user";s:6:"mprins";s:3:"sum";s:0:"";s:5:"extra";s…
/plugin/freechat/phpfreechat/data/public/js/
H A Dxajax.js32 …yTagName('head');var objScript=document.createElement('script');objScript.type='text/javascript';o…
51 …){var Obj;if(!window.addEventListener){Obj=document.createElement('<input type="'+sType+'" id="'+s…
52 else{Obj=document.createElement('input');Obj.setAttribute('type',sType);Obj.setAttribute('name',sNa…
75 continue;if(formElements[i].type&&(formElements[i].type=='radio'||formElements[i].type=='checkbox')…
78 sXml+='&';if(formElements[i].type=='select-multiple'){if(name.substr(name.length-2,2)!='[]')
128 alert("Illegal request type: "+requestType);return false;break;}
153 else if(xml.childNodes[i].attributes[j].name=="c"){type=xml.childNodes[i].attributes[j].value;}
186 else if(cmd=="ci"){cmdFullname="createInput";this.createInput(id,type,data,property);}
187 else if(cmd=="ii"){cmdFullname="insertInput";this.insertInput(id,type,data,property);}
188 else if(cmd=="iia"){cmdFullname="insertInputAfter";this.insertInputAfter(id,type,data,property);}
[all …]
H A Dpfcgui.js206 createTab: function(name, tabid, type) argument
221 this.tabtypes.push(type);
243 if (type == 'ch')
245 if (type == 'pv')
253 if (pfc_displaytabclosebutton || type == 'pv')
258 a2.pfc_tabtype = type;
260 var msg = (type == 'pv' ? 'Are you sure you want to close this tab ?' :
314 …ound.swf') + '" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shoc…
H A Dprototype.js121 var type = typeof object;
122 switch (type) {
2349 type: v._getAttr,
2904 'nth-of-type': function(m) {
2910 'first-of-type': function(m) {
2913 'last-of-type': function(m) {
2917 var p = Selector.xpath.pseudos; return p['first-of-type'](m) + p['last-of-type'](m);
3226 return p['last-of-type'](p['first-of-type'](nodes, formula, root), formula, root);
3238 // handles nth(-last)-child, nth(-last)-of-type, and (first|last)-of-type
3690 if (element.type) {
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/data/
H A Dout.php18 header('Content-Type: application/pdf');
37 header('Content-Type: application/force-download');
38 header('Content-Type: application/octet-stream', false);
39 header('Content-Type: application/download', false);
40 header('Content-Type: application/pdf', false);
/plugin/backlinks2/_test/data/meta/exclude/
H A Dlink.meta1type";s:1:"e";s:2:"id";s:12:"exclude:link";s:4:"user";s:6:"mprins";s:3:"sum";s:0:"";s:5:"extra";s:…
3 …:"last_change";a:7:{s:4:"date";i:1463393812;s:2:"ip";s:9:"127.0.0.1";s:4:"type";s:1:"e";s:2:"id";s…
/plugin/backlinks2/_test/data/meta/include/
H A Dlink.meta1type";s:1:"e";s:2:"id";s:12:"include:link";s:4:"user";s:6:"mprins";s:3:"sum";s:0:"";s:5:"extra";s:…
3 …:"last_change";a:7:{s:4:"date";i:1463393826;s:2:"ip";s:9:"127.0.0.1";s:4:"type";s:1:"e";s:2:"id";s…
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Data/
H A DImage.php29 * Main, full-size image type.
34 * Scaled-down thumbnail image type.
39 private $type; variable in FINDOLOGIC\\Export\\Data\\Image
45 public function __construct($url, $type = self::TYPE_DEFAULT, $usergroup = '') argument
48 $this->type = $type;
65 return $this->type;
83 if ($this->type) {
84 $imageElem->setAttribute('type', $this->type);

12