Home
last modified time | relevance | path

Searched refs:server (Results 351 – 375 of 659) sorted by path

1...<<11121314151617181920>>...27

/plugin/fileshare/
H A DREADME3 upload, show and download files from directory on web server
H A DREADME.md2 Dokuwiki-Plugin: Use a directory on your (web) server as file container.
4 Share, plublish files via web server (with dokuwiki).
H A Dplugin.info.txt6 desc upload, show and download files from directory on web server
/plugin/fileshare/syntax/
H A DFileshare.php252 $remoteUser = $INPUT->server->str ( 'REMOTE_USER' );
/plugin/findologicxmlexport/vendor/hoa/event/
H A DREADME.md116 WebSocket server, the closure is executed:
119 $server = new Hoa\Websocket\Server(…);
120 $server->on('message', function (Hoa\Event\Bucket $bucket) {
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/Doctrine/
H A DObjectConstructorTest.php200 $server = new Server('Linux', '127.0.0.1', 'home');
201 $em->persist($server);
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dapi.rst214 directory (for instance, it allows warming the cache from a build server where
H A Dinstallation.rst117 .. _`Zend Server FAQ`: https://www.zend.com/en/products/server/faq#faqD6
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Ddump.rst29 information on a production server).
/plugin/flowplay/flowplayer/
H A DREADME.txt129 - Adjacent clips are played as one stream when using a streaming server
139 …xed buffering indicator, did not show the buffer lenght correctly when not using a streaming server
/plugin/flowplay2/flowplayer/
H A DLICENSE.txt273 Corresponding Source from a network server at no charge.
286 copy the object code is a network server, the Corresponding Source
287 may be on a different server (operated by you or a third party)
290 Corresponding Source. Regardless of what server hosts the
508 publicly available network server or other readily accessible means,
H A DREADME.txt12 your Web server. Only the SWF and flashembed.min.js is required! For further info please
129 - Loading of configuration using RTMP from a streaming server
152 played from a media server.
301 - Adjacent clips are played as one stream when using a streaming server
311 …xed buffering indicator, did not show the buffer lenght correctly when not using a streaming server
/plugin/flowplayer/player/
H A DLICENSE.txt314 Corresponding Source from a network server at no charge.
327 copy the object code is a network server, the Corresponding Source
328 may be on a different server (operated by you or a third party)
331 Corresponding Source. Regardless of what server hosts the
549 publicly available network server or other readily accessible means,
H A DREADME.txt273 This can be used for example when firing custom events from RTMP server apps
291 because the server does not send metadata if replaying the same stream.
351 - now displays a live feed even when the RTMP server does not send any metadata and the onStart met…
/plugin/forceuserchange/
H A Daction.php82 if ($user && $user !== $INPUT->server->str('REMOTE_USER')) {
94 …return !empty($INPUT->server->str('REMOTE_USER')) && !$has_group; // users not having the group ar…
133 $event->data['params'][0] == $INPUT->server->str('REMOTE_USER') &&
/plugin/freechat/phpfreechat/
H A DCOPYING.txt1 phpFreeChat a simple, fast, and customizable chat server.
/plugin/freechat/phpfreechat/src/containers/
H A Dmysql.class.php160 $server = $c->serverid;
165 …CT COUNT(*) AS C FROM ".$c->container_cfg_mysql_table." WHERE `server`='$server' AND `group`='$gro…
166 …server`, `group`, `subgroup`, `leaf`, `leafvalue`, `timestamp`) VALUES('$server', '$group', '$subg…
167 …'".addslashes($leafvalue)."', `timestamp`='".time()."' WHERE `server`='$server' AND `group`='$gro…
195 $server = $c->serverid;
223 …ue`, `timestamp` FROM ".$c->container_cfg_mysql_table." WHERE `server`='$server' $sql_where $sql_g…
255 $server = $c->serverid;
260 …CT COUNT(*) AS C FROM ".$c->container_cfg_mysql_table." WHERE `server`='$server' AND `group`='$gro…
266 …server`, `group`, `subgroup`, `leaf`, `leafvalue`, `timestamp`) VALUES('$server', '$group', '$subg…
289 $server = $c->serverid;
[all …]
H A Doracle.class.php171 $server = $c->serverid;
178 …ECT COUNT(*) AS C FROM ".$c->container_cfg_oracle_table." WHERE server='$server' AND groupg='$grou…
180 …table." (server, groupg, subgroup, leaf, leafvalue, timestampg) VALUES('$server', '$group', '$subg…
184 …:00 GMT', 'DD-MM-YYYY HH24:MI:SS TZR') as date))*86400)) WHERE server='$server' AND groupg='$grou…
230 $server = $c->serverid;
260 …value, timestampg FROM ".$c->container_cfg_oracle_table." WHERE server='$server' $sql_where $sql_g…
302 $server = $c->serverid;
308 …ECT COUNT(*) AS C FROM ".$c->container_cfg_oracle_table." WHERE server='$server' AND groupg='$grou…
320 …table." (server, groupg, subgroup, leaf, leafvalue, timestampg) VALUES('$server', '$group', '$subg…
361 $server = $c->serverid;
[all …]
/plugin/gemini/
H A DREADME3 Expose your wiki as a read-only gemini server
H A Dplugin.info.txt6 desc Expose your wiki as a read-only gemini server
/plugin/geophp/vendor/funiq/geophp/
H A DREADME.md10 increase when GEOS is installed on the server. When GEOS is installed, geoPHP also becomes
/plugin/gil/
H A DChangeLog23 and server load in about one order of magnitude.
/plugin/gitlabapi/
H A DREADME.md16 - **server.default**: Set your default GitLab url without slash ending. You can override this setti…
17 - **token.default**: Fill your admin token. You can override this setting in `server.json` file.
54 There a JSON file `server.json` inside the root of plugin. You can add or change the servers and th…
56 For instance; you have a GitLab server namely `gitlab.home` and following JSON file:
67 Then you can add `server` parameter as follows:
70 <gitlab-api server="gitlab.home" project-path="ns/project" />
H A Dsyntax.php37 function getServerFromJson($server) { argument
40 if (isset($json_data[$server]))
41 return $json_data[$server];
55 preg_match("/server *= *(['\"])(.*?)\\1/", $match, $server);
56 if (count($server) != 0) {
57 $server_data = $this->getServerFromJson($server[2]);
/plugin/gitlabproject/
H A DREADME.md17 * **server.default**: Set your default Gitlab url, without slash ending. You can override this sett…
18 * **token.default**: Fill your admin token. You can override this setting in `server.json` file.
43 Inside the root of the plugin, you will have a JSON file called: `server.json`. Inside you can add …
64 Then simply add `server` parameter:
67 <gitlab server="second" project="foo/bar" />

1...<<11121314151617181920>>...27