代码搜索:groups
找到约 9,952 项符合「groups」的源代码
代码结果 9,952
www.eeworm.com/read/206200/5010547
prc cs_groups_get.prc
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_NULLS ON
GO
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[cs_Groups_Get]') and OBJECTPROPERTY(id, N'IsProcedure') = 1)
drop proced
www.eeworm.com/read/273665/4199704
smbldap-migrate-unix-groups
#!/usr/bin/perl -w
# Created by P.Wieleba@iem.pw.edu.pl in 2004
use strict;
use Getopt::Std;
use FindBin;
use FindBin qw($RealBin);
use lib "$RealBin/";
use smbldap_tools;
# function declaration
su
www.eeworm.com/read/273665/4199705
smbldap-migrate-pwdump-groups
#!/usr/bin/perl
# $Id: smbldap-migrate-pwdump-groups,v 1.1 2005/03/08 09:29:47 jtournier Exp $
#
# This code was developped by IDEALX (http://IDEALX.org/) and
# contributors (their names can be fou
www.eeworm.com/read/273665/4199956
c sec_ctx_groups.c
/*
Unix SMB/Netbios implementation.
Version 1.9.
Security context tests
Copyright (C) Tim Potter 2000
This program is free software; you can redistribute it and/or modify
it und
www.eeworm.com/read/438717/1823296
py two-radio-groups.py
from Tkinter import *
# The way to think about this is that each radio button menu
# controls a different variable -- clicking on one of the
# mutually exclusive choices in a radiobutton assigns some