代码搜索:Simple
找到约 10,000 项符合「Simple」的源代码
代码结果 10,000
www.eeworm.com/read/176340/9502737
simple_unload
#!/bin/sh
module="simple"
device="simple"
# invoke rmmod with all arguments we got
/sbin/rmmod $module $* || exit 1
# Remove stale nodes
rm -f /dev/${device}[rn]
www.eeworm.com/read/174595/9580571
rgs simple.rgs
HKCU
{
'ASubkey'
{
'AnotherSubkey'
{
'AndYetAnotherSubkey'
}
'SiblingOfAnotherSubkey'
}
}
www.eeworm.com/read/174595/9581026
rgs simple.rgs
HKCU
{
'ASubkey'
{
'AnotherSubkey'
{
'AndYetAnotherSubkey'
}
'SiblingOfAnotherSubkey'
}
}
www.eeworm.com/read/366576/9808391
simple-agent
#!/usr/bin/python
import gobject
import sys
import dbus
import dbus.service
import dbus.mainloop.glib
class Rejected(dbus.DBusException):
_dbus_error_name = "org.bluez.Error.Rejected"
class Agent
www.eeworm.com/read/366576/9808433
simple-service
#!/usr/bin/python
import sys
import time
import dbus
xml = ' \
\
\
\
\
www.eeworm.com/read/169281/9869396
dsw simple.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/364809/9894054
m simple.m
www.eeworm.com/read/168707/9900389
simple_load
#!/bin/sh
module="simple"
device="simple"
mode="664"
# Group: since distributions do it differently, look for wheel or use staff
if grep '^staff:' /etc/group > /dev/null; then
group="staff"
else