Home
last modified time | relevance | path

Searched refs:fields (Results 451 – 470 of 470) sorted by path

1...<<111213141516171819

/plugin/table2csv/
H A DgetTableData.php55 function strput2csv($fields = array(), $numheadings, $delimiter = ',', $enclosure = '"') { argument
59 $field_cnt = count($fields)-1;
61 reset($fields);
63 foreach( $fields AS $field ) {
/plugin/tgnotify/
H A DLICENSE181 boilerplate notice, with the fields enclosed by brackets "[]"
/plugin/unameban/
H A Daction.php34 $fields = explode("\t",$ban);
35 if($fields[0] == $client){
38 hsc($client), strftime($conf['dformat'],$fields[1]),
39 hsc($fields[3]));
H A Dadmin.php71 $fields = explode("\t",$ban);
73 echo '<td>'.hsc($fields[0]).'</td>';
74 echo '<td>'.strftime($conf['dformat'],$fields[1]).'</td>';
75 echo '<td>'.hsc($fields[2]).'</td>';
76 echo '<td>'.hsc($fields[3]).'</td>';
77 …echo '<td><input type="submit" name="delusername['.$fields[0].']" value="'.$this->getLang('del').'…
/plugin/usercontact/
H A Daction.php38 $fields = explode(',', $this->getConf('fields'));
39 $fields = array_map('trim', $fields);
40 $fields = array_filter($fields);
44 foreach ($fields as $name) {
/plugin/userimportextended/lang/en/
H A Dintro.txt4 The CSV fields should be separated by commas (,) and strings delimited by quotation marks (%%""%%).…
/plugin/vbsso/
H A DREADME.md74 6. Back to DokuWiki vBSSO Settings page and verify that API Connections fields are filled out.
/plugin/vbsso/vendor/com.extremeidea.vbsso/vbsso-connect-shared/
H A Dsharedapi.php465 …function sharedapi_post($url, $fields, $username = '', $password = '', $timeout = 5, $connecttimeo… argument
475 curl_setopt($ch, CURLOPT_POSTFIELDS, $fields);
/plugin/vimeo/
H A Dsyntax.php120 $fields = 'name,description,embed.html,pictures.sizes,privacy,release_time';
121 $endpoint = '/me/albums/' . $albumID . '/videos?sort=manual&per_page=100&fields=' . $fields;
/plugin/vkeyboard/
H A Dvkeyboard.js.unc11 * Add a script-driven keyboard interface to text fields, password
12 * fields and textareas.
107 this.VKI_clearPasswords = false; // Clear password fields on focus
/plugin/webcode/
H A DLICENSE181 boilerplate notice, with the fields enclosed by brackets "{}"
/plugin/webcomponent/
H A DLICENSE181 boilerplate notice, with the fields enclosed by brackets "[]"
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md1227 * BC Break: The calendarobjects database table has a bunch of new fields, and a
1380 * Fixed: All uri fields are now a maximum of 200 characters. The Bynari outlook
1598 * Fixed: carddata and calendardata MySQL fields are now of type 'mediumblob'.
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php159 $fields[] = 'calendarid';
160 $fields[] = 'uri';
161 $fields[] = 'synctoken';
162 $fields[] = 'components';
164 $fields[] = 'transparent';
165 $fields[] = 'access';
168 $fields = implode(', ', $fields);
1090 $fields[] = 'id';
1091 $fields[] = 'uri';
1092 $fields[] = 'source';
[all …]
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DPDO.php94 $fields = [
99 $fields[] = $value['dbField'];
101 … $result = $this->pdo->query('SELECT ' . implode(',', $fields) . ' FROM ' . $this->tableName);
137 $fields = [
143 $fields[] = $value['dbField'];
145 …$stmt = $this->pdo->prepare('SELECT ' . implode(',', $fields) . ' FROM ' . $this->tableName . ' W…
/plugin/wysiwyg/css/
H A Dfck_internal.css102 /* Hidden fields */
/plugin/wysiwyg/fckeditor/editor/css/
H A Dfck_internal.css100 /* Hidden fields */
/plugin/xcom/lang/en/
H A Dhowto.txt70 … will appear in the drop-down menu, and when you select a menu item, the fields with entries will …
74 The fact that the fields are optional means that you don't have to enter passwords (or even user na…
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs1102 /* replace fields */
2890 /* TODO: extra fields? */
7805 for(C = 0; C != fields.length; ++C) out[0][C] = fields[C].name;
7815 var dd = d.slice(d.l, d.l+fields[C].len); d.l+=fields[C].len;
7862 opts.DBF = fields;
23772 if (fields & 1) {
23776 if (fields & 2) {
23780 if (fields & 4) {
23784 if (fields & 8) {
23788 if (fields & 16) {
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1fields - min_width & max_width that are set by user\n\t\t\tif (extra_width < 0) {\n\t\t\t\tif (col…

1...<<111213141516171819