代码搜索:openfire
找到约 927 项符合「openfire」的源代码
代码结果 927
www.eeworm.com/read/317330/3582694
openfire
#!/bin/sh
#
# openfire Stops and starts the Openfire XMPP service.
#
# chkconfig: 2345 99 1
# description: Openfire is an XMPP server, which is a server that facilitates \
# XML based com
www.eeworm.com/read/311746/3677909
openfire
#!/bin/sh
#
# openfire Stops and starts the Openfire XMPP service.
#
# chkconfig: 2345 99 1
# description: Openfire is an XMPP server, which is a server that facilitates \
# XML based com
www.eeworm.com/read/412766/2165563
openfire
#!/bin/sh
#
# openfire Stops and starts the Openfire XMPP service.
#
# chkconfig: 2345 99 1
# description: Openfire is an XMPP server, which is a server that facilitates \
# XML based com
www.eeworm.com/read/317330/3582693
openfire-sysconfig
# Set this to the path where openfire lives.
# If this is not set the script will look for /usr/local/openfire, then
# /opt/openfire.
#OPENFIRE_HOME=""
# If there is a different user you would like t
www.eeworm.com/read/311746/3677908
openfire-sysconfig
# Set this to the path where openfire lives.
# If this is not set the script will look for /usr/local/openfire, then
# /opt/openfire.
#OPENFIRE_HOME=""
# If there is a different user you would like t
www.eeworm.com/read/412766/2165562
openfire-sysconfig
# Set this to the path where openfire lives.
# If this is not set the script will look for /usr/local/openfire, then
# /opt/openfire.
#OPENFIRE_HOME=""
# If there is a different user you would like t
www.eeworm.com/read/317330/3581994
sql openfire_sybase.sql
/* jiveRoster: Can not add indexes on TEXT fields in Sybase, just updating version. */
UPDATE jiveVersion set version=14 where name = 'openfire';
www.eeworm.com/read/317330/3581995
sql openfire_mysql.sql
# jiveRoster: Change jid column to varchar
ALTER TABLE jiveRoster CHANGE COLUMN jid jid varchar(1024) not null;
# jiveRoster: Add new index
ALTER TABLE jiveRoster ADD INDEX jiveRoster_jid_idx (jid);
www.eeworm.com/read/317330/3581996
sql openfire_sqlserver.sql
/* jiveRoster: Add new index */
CREATE INDEX jiveRoster_jid_idx ON jiveRoster (jid ASC);
UPDATE jiveVersion set version=14 where name = 'openfire';
www.eeworm.com/read/317330/3581998
sql openfire_postgresql.sql
-- jiveRoster: Add new index
CREATE INDEX jiveRoster_jid_idx ON jiveRoster (jid);
UPDATE jiveVersion set version=14 where name = 'openfire';