Home
last modified time | relevance | path

Searched refs:exec (Results 1 – 25 of 466) sorted by relevance

12345678910>>...19

/plugin/davcal/vendor/sabre/dav/bin/
H A Dmigrateto20.php221 $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 Dmigrateto30.php95 $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 Dmigrateto17.php109 $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 Dmigrateto21.php108 $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 DInfosServer.class.php41 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 DElements.class.php211 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);
216exec("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 Dplugin.js1exec:function(d){var e=a(d);d.insertHtml("<div>&nbsp;</div>");d.insertHtml("<div>"+e+"</div>")}});…
H A Dplugin.js.unc19 // 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 Dplugin.js1exec:function(d){var e=a(d);d.insertHtml("<div>&nbsp;</div>");d.insertHtml("<div>"+e+"</div>")}});…
H A Dplugin.js.unc19 // 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 DPluginTest.php43 $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 DServerMKCOLTest.php19 $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 DTemporaryFileFilterTest.php22 $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 DServerCopyMoveTest.php62 $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 DServerRangeTest.php27 $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 DPluginTest.php26 $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 DServerTest.php23 $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 DPluginTest.php119 $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 DOSPolicyResource.php38 public function setExec(OSPolicyResourceExecResource $exec) argument
40 $this->exec = $exec;
47 return $this->exec;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DAddressBookQueryTest.php38 $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 DProbe.php52 public function setExec(ExecAction $exec) argument
54 $this->exec = $exec;
61 return $this->exec;
/plugin/acknowledge/
H A Dhelper.php85 $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 DPDOMysqlTest.php16 $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 DPDOSqliteTest.php16 $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 Dparser.min.js2exec(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…

12345678910>>...19