代码搜索:except
找到约 10,000 项符合「except」的源代码
代码结果 10,000
www.eeworm.com/read/184888/5244460
deny permissions.deny
# SIP Express Router permissions module config file
#
# Syntax:
# from_list [EXCEPT from_list] : req_uri_list [EXCEPT req_uri_list]
#
# from_list and req_uri_list are comma separated expressions
#
www.eeworm.com/read/184888/5244462
allow permissions.allow
# SIP Express Router permissions module config file
#
# Syntax:
# from_list [EXCEPT from_list] : req_uri_list [EXCEPT req_uri_list]
#
# from_list and req_uri_list are comma separated expressions
#
www.eeworm.com/read/380043/2665448
dpr exceptions1.dpr
program Exceptions1;
uses
Forms,
Except1F in 'Except1F.pas' {Form1};
{$R *.res}
begin
Application.CreateForm(TForm1, Form1);
Application.Run;
end.
www.eeworm.com/read/266994/11198506
c mem.c
#include
#include
#include "assert.h"
#include "except.h"
#include "mem.h"
const Except_T Mem_Failed =
{
"Allocation Failed"
};
void *Mem_alloc(long nbytes,
www.eeworm.com/read/380728/9131721
c syscon_platform.c
/************************************************************************
*
* syscon_platform.c
*
* Platform specific parts of SYSCON module (except TTY related parts)
*
*
* ###############
www.eeworm.com/read/364159/9919910
c os.c
// ----------------------------------------------------------------------------
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance
www.eeworm.com/read/364159/9919911
h gpio.h
// ----------------------------------------------------------------------------
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance
www.eeworm.com/read/364159/9919912
h os.h
// ----------------------------------------------------------------------------
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance
www.eeworm.com/read/364159/9919913
c gpio.c
// ----------------------------------------------------------------------------
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance
www.eeworm.com/read/197100/8029632
cpp chartoname.cpp
/**************************************************************************
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with