/plugin/davcal/vendor/sabre/dav/bin/ |
H A D | migrateto20.php | 221 $pdo->exec(" 266 $pdo->exec(" 285 $pdo->exec(" 322 $pdo->exec(" 330 $pdo->exec(" 335 $pdo->exec(" 343 $pdo->exec(" 388 $pdo->exec(" 404 $pdo->exec(" 421 $pdo->exec(" [all …]
|
H A D | migrateto30.php | 95 $pdo->exec('RENAME TABLE propertystorage TO propertystorage_old' . $random); 96 $pdo->exec(' 105 …$pdo->exec('CREATE UNIQUE INDEX path_property_' . $random . ' ON propertystorage (path(600), name… 108 $pdo->exec('ALTER TABLE propertystorage RENAME TO propertystorage_old' . $random); 109 $pdo->exec(' 118 … $pdo->exec('CREATE UNIQUE INDEX path_property_' . $random . ' ON propertystorage (path, name);'); 140 $pdo->exec('ALTER TABLE propertystorage ADD valuetype INT UNSIGNED'); 143 $pdo->exec('ALTER TABLE propertystorage ADD valuetype INT'); 148 $pdo->exec('UPDATE propertystorage SET valuetype = 1 WHERE valuetype IS NULL ');
|
H A D | migrateto17.php | 109 $pdo->exec(<<<SQL 120 $pdo->exec('ALTER TABLE calendarobjects ADD etag text'); 121 $pdo->exec('ALTER TABLE calendarobjects ADD size integer'); 122 $pdo->exec('ALTER TABLE calendarobjects ADD componenttype TEXT'); 123 $pdo->exec('ALTER TABLE calendarobjects ADD firstoccurence integer'); 124 $pdo->exec('ALTER TABLE calendarobjects ADD lastoccurence integer'); 194 $pdo->exec("ALTER TABLE calendars ADD transparent TINYINT(1) NOT NULL DEFAULT '0'"); 197 $pdo->exec("ALTER TABLE calendars ADD transparent bool");
|
H A D | migrateto21.php | 108 $pdo->exec('ALTER TABLE calendarobjects ADD uid VARCHAR(200)'); 111 $pdo->exec('ALTER TABLE calendarobjects ADD uid TEXT'); 146 $pdo->exec('CREATE TABLE IF NOT EXISTS schedulingobjects 161 $pdo->exec('CREATE TABLE IF NOT EXISTS schedulingobjects ( 172 $pdo->exec('
|
/plugin/serverinfos/serverinfos/lib/ |
H A D | InfosServer.class.php | 41 exec('lsb_release -ds', $distrib); 70 exec("sw_vers", $os_type); 77 exec('uname -r', $distrib); 99 exec("sw_vers", $os_type); 109 exec("sysctl -n hw.model", $modelComputer); 121 exec("sed -n '/^Revision/p' /proc/cpuinfo", $piTmp); 160 exec("sysctl -a hw.memsize", $tmp); 174 exec("free | grep 'Mem'", $tmpLinux); 215 exec("sysctl -n hw.cpu64bit_capable", $cpu_tmp64); 221 exec("getconf LONG_BIT", $cpu_tmp64); [all …]
|
H A D | Elements.class.php | 211 exec("dpkg -l | grep 'ii mysql-server '", $installDns); exec("pidof named", $statusDns); 212 exec("dpkg -l | grep 'ii isc-dhcp-server '", $installDhcp); exec("pidof dhcpd", $statusDhcp); 213 exec("dpkg -l | grep 'ii samba '", $installSamba); exec("pidof smbd", $statusSamba); 214 exec("dpkg -l | grep 'ii openssh-server '", $installSsh); exec("pidof sshd", $statusSsh); 215 exec("dpkg -l | grep 'ii proftpd-basic '", $installFtp); exec("pidof ftpd", $statusFtp); 216 …exec("dpkg -l | grep 'ii freeradius '", $installRadius); exec("pidof freeradius", $statusRadius… 217 exec("dpkg -l | grep 'ii mysql-server '", $installMysql); exec("pidof mysqld", $statusMysql); 279 exec('uptime', $data);
|
/plugin/ckgdoku/ckeditor/plugins/shortcuts/ |
H A D | plugin.js | 1 …exec:function(d){var e=a(d);d.insertHtml("<div> </div>");d.insertHtml("<div>"+e+"</div>")}});…
|
H A D | plugin.js.unc | 19 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.commandDefinition.html#exec 20 exec : function( editor ) 35 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.commandDefinition.html#exec 36 exec : function( editor ) 45 exec : function( editor ) 54 exec : function( editor ) 63 exec : function( editor ) 72 exec : function( editor ) 81 exec : function( editor )
|
/plugin/ckgedit/ckeditor/plugins/shortcuts/ |
H A D | plugin.js | 1 …exec:function(d){var e=a(d);d.insertHtml("<div> </div>");d.insertHtml("<div>"+e+"</div>")}});…
|
H A D | plugin.js.unc | 19 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.commandDefinition.html#exec 20 exec : function( editor ) 35 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.commandDefinition.html#exec 36 exec : function( editor ) 45 exec : function( editor ) 54 exec : function( editor ) 63 exec : function( editor ) 72 exec : function( editor ) 81 exec : function( editor )
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/ |
H A D | PluginTest.php | 43 $this->server->exec(); 69 $this->server->exec(); 126 $this->server->exec(); 131 $this->server->exec(); 155 $this->server->exec(); 166 $this->server->exec(); 190 $this->server->exec(); 201 $this->server->exec(); 225 $this->server->exec(); 241 $this->server->exec(); [all …]
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/ |
H A D | ServerMKCOLTest.php | 19 $this->server->exec(); 45 $this->server->exec(); 70 $this->server->exec(); 95 $this->server->exec(); 127 $this->server->exec(); 159 $this->server->exec(); 191 $this->server->exec(); 225 $this->server->exec(); 250 $this->server->exec(); 275 $this->server->exec(); [all …]
|
H A D | TemporaryFileFilterTest.php | 22 $this->server->exec(); 38 $this->server->exec(); 56 $this->server->exec(); 67 $this->server->exec(); 82 $this->server->exec(); 93 $this->server->exec(); 125 $this->server->exec(); 142 $this->server->exec(); 152 $this->server->exec(); 168 $this->server->exec(); [all …]
|
H A D | ServerCopyMoveTest.php | 62 $this->server->exec(); 86 $this->server->exec(); 104 $this->server->exec(); 128 $this->server->exec(); 144 $this->server->exec(); 169 $this->server->exec(); 193 $this->server->exec();
|
H A D | ServerRangeTest.php | 27 $this->server->exec(); 59 $this->server->exec(); 91 $this->server->exec(); 122 $this->server->exec(); 141 $this->server->exec(); 164 $this->server->exec(); 199 $this->server->exec(); 233 $this->server->exec(); 268 $this->server->exec();
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Browser/ |
H A D | PluginTest.php | 26 $this->server->exec(); 52 $this->server->exec(); 73 $this->server->exec(); 106 $this->server->exec(); 117 $this->server->exec(); 138 $this->server->exec(); 154 $this->server->exec(); 171 $this->server->exec(); 181 $this->server->exec();
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/FSExt/ |
H A D | ServerTest.php | 23 $this->server->exec(); 46 $this->server->exec(); 69 $this->server->exec(); 88 $this->server->exec(); 104 $this->server->exec(); 122 $this->server->exec(); 136 $this->server->exec(); 156 $this->server->exec(); 172 $this->server->exec(); 194 $this->server->exec(); [all …]
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/ |
H A D | PluginTest.php | 119 $this->server->exec(); 135 $this->server->exec(); 188 $this->server->exec(); 241 $this->server->exec(); 294 $this->server->exec(); 348 $this->server->exec(); 397 $this->server->exec(); 445 $this->server->exec(); 590 $this->server->exec(); 641 $this->server->exec(); [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/ |
H A D | OSPolicyResource.php | 38 public function setExec(OSPolicyResourceExecResource $exec) argument 40 $this->exec = $exec; 47 return $this->exec;
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/ |
H A D | AddressBookQueryTest.php | 38 $this->server->exec(); 88 $this->server->exec(); 133 $this->server->exec(); 172 $this->server->exec(); 215 $this->server->exec(); 260 $this->server->exec(); 305 $this->server->exec();
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/ |
H A D | Probe.php | 52 public function setExec(ExecAction $exec) argument 54 $this->exec = $exec; 61 return $this->exec;
|
/plugin/acknowledge/ |
H A D | helper.php | 85 $this->db->exec($sql, [$page, $lastmod]); 171 $this->db->exec($sql, $page); 191 $this->db->exec($sql, [$page, $lastmod]); 205 $this->db->exec($sql, $page); 220 $this->db->exec($sql, [$page, $assignees]); 246 $this->db->exec($sql, [$page, $assignees]); 355 $this->db->exec($sql); 359 $this->db->exec($sql); 369 $this->db->exec($sql, [$pattern, $assignees]); 388 $this->db->exec( [all...] |
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/Backend/ |
H A D | PDOMysqlTest.php | 16 $pdo->exec('DROP TABLE IF EXISTS propertystorage'); 21 $pdo->exec($sql); 24 …$pdo->exec('INSERT INTO propertystorage (path, name, value) VALUES ("dir", "{DAV:}displayname", "D…
|
H A D | PDOSqliteTest.php | 16 $pdo->exec('DROP TABLE IF EXISTS propertystorage'); 21 $pdo->exec($sql); 24 …$pdo->exec('INSERT INTO propertystorage (path, name, value) VALUES ("dir", "{DAV:}displayname", "D…
|
/plugin/stlviewer/stlviewer/ |
H A D | parser.min.js | 2 function parse_3d_file(e,r,t,n){var i=null;switch(e.split(".").pop().split("?")[0].toLowerCase()){case"stl":i=parse_stl_bin(r);break;case"obj":i=parse_obj(r);break;case"vf":i=parse_vf(arrayBufferToString(r));break;case"3mf":return void parse_3mf(r,t,n);default:i=parse_stl_bin(r)}t&&t(i)}function arrayBufferToString(e,r,t){if("undefined"!=typeof TextDecoder)return new TextDecoder("utf-8").decode(e);for(var n=new Uint8Array(e),i=n.length,a="",s=0;s<i;s+=16383){var o=16383;s+16383>i&&(o=i-s),a+=String.fromCharCode.apply(null,n.subarray(s,s+o))}return a}function parse_stl_ascii(e){try{var r=arrayBufferToString(e),t=[],n=[],i={};r=(r=(r=(r=(r=(r=(r=(r=(r=(r=(r=(r=r.replace(/\r/,"\n")).replace(/^solid[^\n]*/,"")).replace(/\n/g," ")).replace(/facet normal /g,"")).replace(/outer loop/g,"")).replace(/vertex /g,"")).replace(/endloop/g,"")).replace(/endfacet/g,"")).replace(/endsolid[^\n]*/,"")).replace(/facet/g,"")).replace(/\s+/g," ")).replace(/^\s+/,"");for(var a,s=0,o=r.split(" "),l=[],c=o.length/12-1,f=0;f<c;f++){l=[];for(var d=0;d<3;d++)f1=parseFloat(o[s+3*d+3]),f2=parseFloat(o[s+3*d+4]),f3=parseFloat(o[s+3*d+5]),null==(a=i[[f1,f2,f3]])&&(a=t.length,t.push(new Array(f1,f2,f3)),i[[f1,f2,f3]]=a),l.push(a);n.push(new Array(l[0],l[1],l[2])),s+=12}return{vertices:t,faces:n,colors:!1}}catch(e){return"Can't parse file"}}function parse_stl_bin(e){var r,t,n,i,a,s,o,l=[],c=[],f={},d=!1;if(!e)return null;var p=arrayBufferToString(e.slice(0,80)).toLowerCase().indexOf("color"),u=new DataView(e,0),v=!1,_=-1,g=-1,h=-1;p>-1&&(d=!0,_=u.getUint8(p+6,!0)/31,g=u.getUint8(p+7,!0)/31,h=u.getUint8(p+8,!0)/31);var x=80;try{var y=u.getUint32(x,!0)}catch(e){return"Can't parse file"}var m=84+50*y;if(e.byteLength!=m)return parse_stl_ascii(e);try{for(x+=4;y--;)x+=12,null==(r=f[[t=u.getFloat32(x,!0),n=u.getFloat32(x+4,!0),i=u.getFloat32(x+8,!0)]])&&(r=l.length,l.push(new Array(t,n,i)),f[[t,n,i]]=r),a=r,x+=12,null==(r=f[[t=u.getFloat32(x,!0),n=u.getFloat32(x+4,!0),i=u.getFloat32(x+8,!0)]])&&(r=l.length,l.push(new Array(t,n,i)),f[[t,n,i]]=r),s=r,x+=12,null==(r=f[[t=u.getFloat32(x,!0),n=u.getFloat32(x+4,!0),i=u.getFloat32(x+8,!0)]])&&(r=l.length,l.push(new Array(t,n,i)),f[[t,n,i]]=r),o=r,x+=12,face_color=u.getUint16(x,!0),(d?1:(32768&face_color)>>15)?(d?32768==face_color||65535==face_color?(color_red=_,color_green=g,color_blue=h):(v=!0,color_red=(31&face_color)/31,color_green=((992&face_color)>>5)/31,color_blue=((31744&face_color)>>10)/31):(v=!0,color_blue=(31&face_color)/31,color_green=((992&face_color)>>5)/31,color_red=((31744&face_color)>>10)/31),c.push(new Array(a,s,o,color_red,color_green,color_blue))):c.push(new Array(a,s,o)),x+=2;return f=null,{vertices:l,faces:c,colors:v}}catch(e){return"Can't parse file"}}function parse_vf(e){var r=JSON.parse(e),t=[],n=[];try{var a=r.vertices.length;for(i=0;i<a;i++)t.push(new Array(r.vertices[i][0],r.vertices[i][1],r.vertices[i][2]));a=r.faces.length;for(i=0;i<a;i++)n.push(new Array(r.faces[i][0],r.faces[i][1],r.faces[i][2]));return{vertices:t,faces:n,colors:!1}}catch(e){return"Can't parse file"}}function init_zip(e,r){var t=null;try{t=new JSZip}catch(r){e&&console.log("JSZip is missing",r.message),t=null}return t||e?t:(importScripts(r),init_zip(!0,r))}function parse_3mf(e,r,t){if("<?xml"==arrayBufferToString(e.slice(0,5)))return parse_3mf_from_txt(arrayBufferToString(e),r);var n=init_zip(!1,t);if(!n)return!1;var i=!1;n.loadAsync(e).then(function(){for(var e=Object.keys(n.files),t=e.length;t--;)"3D/3dmodel.model"==n.files[e[t]].name&&(i=!0,n.files[e[t]].async("text").then(function(e){return parse_3mf_from_txt(e,r)}));i||r("3D/3dmodel.model in 3mf file not found")})}function parse_3mf_from_txt(e,r){var t=[],n=[],i=[],a=[],s=!1,o=/vertex\s+.*(x|y|z)\s*=\s*([0-9,\.\"\+\-e]+)\s+.*(x|y|z)\s*=\s*([0-9,\.\"\+\-e]+)\s+.*(x|y|z)\s*=\s*([0-9,\.\"\+\-e]+)\s*/i,l=/triangle\s+.*(v1|v2|v3)\s*=\s*([0-9\"]+)\s+.*(v1|v2|v3)\s*=\s*([0-9\"]+)\s+.*(v1|v2|v3)\s*=\s*([0-9\"]+)\s*(?:pid=([0-9\"]+)\s+)?(?:p[1|2|3]=([0-9\"]+)\s)?\s*/i,c=/(?:m:\S+|basematerials)\s+id=([0-9\"]+)\s*/i,f=/(?:m:(\S+)|base)\s+.*color=([0-9A-F\"\#]+)\s*/i,d=/<object\s+/i,p=/<component\s+.*objectid=([0-9\"]+)/i,u=/item\s+.*objectid=([0-9\"]+)\s+.*transform=(([0-9\".e-]+\s+){12})/i,v={},_={},g=null,h=0,x=0,y=0,m=/<build/i,b=/<\/build/i,w=/<item\s+.*objectid=([0-9\"]+)/i,A=e.split(/[\r\n]+/g);A.length<5&&(A=e.split(/(?=<)/g));for(var F=!1,S=0;S<A.length;S++){var B=A[S];if(B=B.replace(/"/g,""),M=o.exec(B)){var z={x:0,y:0,z:0};z[M[1]]=M[2],z[M[3]]=M[4],z[M[5]]=M[6],t.push([z.x,z.y,z.z]),x++}else{if(M=l.exec(B)){var I={v1:0,v2:0,v3:0},J=null,O=g?g.v_start_index:0;I[M[1]]=parseInt(M[2])+O,I[M[3]]=parseInt(M[4])+O,I[M[5]]=parseInt(M[6])+O,void 0!==M[7]&&v[M[7]]&&void 0!==M[8]&&v[M[7]]&&v[M[7]].color&&v[M[7]].color[M[8]]&&(J=v[M[7]].color[M[8]].substr(1)),!J&&g&&void 0!==g.pid&&void 0!==g.pindex&&v[g.pid]&&v[g.pid].color&&v[g.pid].color[g.pindex]&&(J=v[g.pid].color[g.pindex].substr(1)),J?(s=!0,J={red:parseInt(J.substr(0,2),16)/255,green:parseInt(J.substr(2,2),16)/255,blue:parseInt(J.substr(4,2),16)/255},n.push([I.v1,I.v2,I.v3,J.red,J.green,J.blue])):n.push([I.v1,I.v2,I.v3]),y++}else{if(M=c.exec(B))v[h=M[1]]||(v[h]={});else if(M=p.exec(B)){if(!g)continue;if(!_[M[1]])continue;t=t.concat(JSON.parse(JSON.stringify(t.slice(_[M[1]].v_start_index,_[M[1]].v_end_index+1))));var T=/transform=(([0-9\".e-]+\s+){12})/i.exec(B);if(T&&12==(D=T[1].trim().split(/[ ,]+/)).length){var j=t.length-1;transform_vertices(t,j-(_[M[1]].v_end_index-_[M[1]].v_start_index),j,D)}for(var C=JSON.parse(JSON.stringify(n.slice(_[M[1]].f_start_index,_[M[1]].f_end_index+1))),L=t.length-_[M[1]].v_end_index-1,U=C.length;U--;)C[U][0]+=L,C[U][1]+=L,C[U][2]+=L;n=n.concat(C),x=t.length,y=n.length}else{if(M=d.exec(B)){if(!(M=/id=([0-9\"]+)/i.exec(B)))continue;g&&(g.v_end_index=x-1),g&&(g.f_end_index=y-1);var N={};N.id=M[1],N.v_start_index=x,N.f_start_index=y,(M=/pid=([0-9\"]+)/i.exec(B))&&(N.pid=parseInt(M[1])),(M=/pindex=([0-9\"]+)/i.exec(B))&&(N.pindex=parseInt(M[1])),_[(g=N).id]=g}else{if(M=f.exec( [all...] |