Home
last modified time | relevance | path

Searched refs:server (Results 301 – 325 of 659) sorted by relevance

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

/plugin/wysiwyg/fckeditor/_samples/cfm/
H A Dsample03_mx.cfm53 <cfif listFirst( server.coldFusion.productVersion ) LT 6>
54 …<cfoutput><br><em style="color: red;">This sample works only with a ColdFusion MX server and highe…
H A Dsample02_mx.cfm68 <cfif listFirst( server.coldFusion.productVersion ) LT 6>
69 …<cfoutput><br><em style="color: red;">This sample works only with a ColdFusion MX server and highe…
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A DInput.class.php19 public $server; variable in Input
35 $this->server = new ServerInput();
/plugin/drawio/
H A DREADME.md54 This is how to start local development server:
58 Wait until server is started, and feel free to login using *superuser:password* credentials and go …
/plugin/snap/
H A Dsyntax.php.ori79 //Serveur de capture (voir le parametrage de server.sh)
80 //Snap server (see server.sh parameters)
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dlist_items_with_undefined_ref.md3 server, no dedicated load balancers, etc.).
/plugin/ipban/
H A Dadmin.php35 $newban = $ip . "\t" . time() . "\t" . $INPUT->server->str('REMOTE_USER');
/plugin/plantuml/
H A Dplugin.history.txt3 …* Fixed bug: PlantUML server rendering was not working due to encoding (slashes were converted to …
/plugin/fetchmedia/lang/de/
H A Dintro.txt7 * nur Windows-File-Shares (z.B. ''%%[[\\server\share\file.pdf]]%%'') herunterladen
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DDeliverNewEventTest.php63 $this->server->on('schedule', function($message) use (&$messages) {
H A DPluginPropertiesTest.php29 $props = $this->server->getPropertiesForPath('/principals/user1',array(
H A DPluginPropertiesWithSharedCalendarTest.php39 $props = $this->server->getPropertiesForPath('/principals/user1',array(
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Subscriptions/
H A DCreateSubscriptionTest.php100 …$this->server->getProperties('calendars/user1/subscription1', ['{http://calendarserver.org/ns/}sub…
/plugin/stlviewer/stlviewer/
H A DREADME.md6 upload those files into your web server:
/plugin/starred/
H A Dsyntax.php52 if (!$INPUT->server->has('REMOTE_USER')) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconnecting.asciidoc57 If your {es} server is protected by HTTP authentication, you need to provide the
58 credentials to ES-PHP so that requests can be authenticated server-side.
124 server has up-to-date root certificates, you only need to use `https` in the
140 If your server has out-dated root certificates, you may need to use a
208 The Elasticsearch server version 8.0 is introducing a new compatibility mode that
210 the latest 7.x Elasticsearch client with an 8.x Elasticsearch server, giving more
/plugin/blogtng/action/
H A Dpagedata.php50 if(!$login) $login = $INPUT->server->str('REMOTE_USER');
/plugin/prosemirror/action/
H A Dparser.php83 if ($INPUT->server->str('REQUEST_METHOD') !== 'POST'
/plugin/confmanager/adminActions/
H A DConfigManagerAdminShowConfig.php41 if (strtolower($INPUT->server->str('REQUEST_METHOD')) == 'post') {
/plugin/struct/meta/
H A DSchema.php303 if ($INPUT->server->str('REMOTE_USER') === '') return false;
305 return auth_isMember($this->config['allowed editors'], $INPUT->server->str('REMOTE_USER'), $USERINFO['grps']);
/plugin/elasticsearch/vendor/nyholm/dsn/
H A DREADME.md188 jdbc:informix-sqli://<server>[:<port>]/<databaseName>:informixserver=<dbservername>
195 Driver={ODBC Driver 13 for SQL Server};server=localhost;database=WideWorldImporters;trusted_connection=Yes;
201 ocdb://?Driver=ODBC+Driver+13+for+SQL+Server&server=localhost&database=WideWorldImporters&trusted_connection=Yes
266 - server:80
/plugin/stellarium/
H A DREADME.md14 2. Make sure that the Stellarium Plugin `Remote Control` is installed and the server running
/plugin/structat/action/
H A Dcache.php56 $user_key = ';' . $INPUT->server->str('REMOTE_USER');
/plugin/botbouncer/lib/
H A Dbotbouncer.php271 list($server,$port) = explode(':',$memCachedServer);
273 $server = $memCachedServer;
276 $this->dbg('memcache: '.$server);
277 return $this->memCached->addServer($server,$port);
/plugin/chat/
H A Dreadme.txt80 In case you have access to your server configuration, consider excluding Chat
108 the web-server is not overloaded with AJAX requests.
113 enough traffic can be generated to bring your server to its knees. So use it wisely...
115 It is also advised to use some sort of PHP accelerator on the server side to improve

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