Searched refs:scopes (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/External/CodeMirror/
H A Dsass.js107 var lastScopeOffset = state.scopes[0].offset;
109 state.scopes.unshift({ offset:currentOffset });
114 if (state.scopes.length == 1) { return; }
116 state.scopes.shift();
305 for (var i = 0; i < state.scopes.length; i++){
306 var scope = state.scopes[i];
313 state.scopes = newScopes;
324 scopes: [{offset: 0, type: 'sass'}],
338 return state.scopes[0].offset;
/macosx-10.10.1/ruby-106/ruby/lib/rake/
H A Dtask_manager.rb44 def [](task_name, scopes=nil)
46 self.lookup(task_name, scopes) or
148 # sub-scopes).
171 scopes = []
174 scopes = initial_scope[0, initial_scope.size - $1.size]
177 scopes = initial_scope
179 lookup_in_scope(task_name, scopes)
/macosx-10.10.1/Security-57031.1.35/Security/utilities/src/
H A Ddebugging.c124 static CFMutableSetRef CopyScopesFromScopeList(CFStringRef scopes) { argument
128 CFStringRef clean_scope_list = scopes;
131 if (CFStringHasPrefix(scopes, kStringNegate)) {
132 allocated_scope_list = CFStringCreateWithSubstring(kCFAllocatorDefault, scopes, CFRangeMake(CFStringGetLength(kStringNegate), CFStringGetLength(scopes) - 1));
344 static void ApplyScopeByTypeForID(CFPropertyListRef scopes, SecDebugScopeID whichID) { argument
345 if (isDictionary(scopes)) {
346 ApplyScopeDictionaryForID(scopes, whichID);
347 } else if (isString(scopes)) {
348 ApplyScopeListForID(scopes, whichI
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/utilities/utilities/
H A Ddebugging.c124 static CFMutableSetRef CopyScopesFromScopeList(CFStringRef scopes) { argument
128 CFStringRef clean_scope_list = scopes;
131 if (CFStringHasPrefix(scopes, kStringNegate)) {
132 allocated_scope_list = CFStringCreateWithSubstring(kCFAllocatorDefault, scopes, CFRangeMake(CFStringGetLength(kStringNegate), CFStringGetLength(scopes) - 1));
344 static void ApplyScopeByTypeForID(CFPropertyListRef scopes, SecDebugScopeID whichID) { argument
345 if (isDictionary(scopes)) {
346 ApplyScopeDictionaryForID(scopes, whichID);
347 } else if (isString(scopes)) {
348 ApplyScopeListForID(scopes, whichI
[all...]
/macosx-10.10.1/configd-699.1.5/Plugins/KernelEventMonitor/
H A Dev_ipv6.c166 CFArrayRef scopes; local
169 scopes = CFDictionaryGetValue(dict, kSCPropNetIPv6ScopeID);
170 if (scopes) {
171 newScopes = CFArrayCreateMutableCopy(NULL, 0, scopes);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-bdb/
H A Dsearch.c36 ID *scopes );
150 ID *scopes,
255 * set it in the scopes list so that bdb_search
260 bdb_idl_insert(scopes, a->e_id);
281 /* If we're done processing the old scopes, did we add any new
282 * scopes in this iteration? If so, go back and do those now.
350 ID scopes[BDB_IDL_DB_SIZE]; local
615 BDB_IDL_ZERO( scopes );
617 ltid, candidates, scopes );
870 /* scopes i
144 search_aliases( Operation *op, SlapReply *rs, Entry *e, DB_TXN *txn, ID *ids, ID *scopes, ID *stack ) argument
[all...]
/macosx-10.10.1/swig-12/Source/Swig/
H A Dtypesys.c8 * the C++ type system including typenames, typedef, type scopes,
37 * To manage scopes, the type system is constructed as a tree of hash tables. Each
44 * "inherit" - List of inherited scopes
103 static Hash *scopes = 0; /* Hash table containing fully qualified scopes */ variable
143 if (scopes)
144 Delete(scopes);
154 scopes = NewHash();
155 Setattr(scopes, "", current_scope);
251 Setattr(scopes, qnam
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/inspector/
H A DInjectedScriptSource.js293 var scopes = [];
296 scopes.push(InjectedScript.CallFrameProxy._createScopeJson(rawScopes[i].type, rawScopes[i].object, objectGroupName));
297 details.scopeChain = scopes;
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dslpreg.vim53 syn keyword slpregScopes contained scopes
/macosx-10.10.1/swig-12/Source/Modules/
H A Dtypepass.cxx227 Hash *scopes = Getattr(bclass, "typescope"); local
235 if (scopes) {
236 SwigType_inherit_scope(scopes);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/overlays/
H A Dpcache.c70 Avlnode *scopes[4]; /* threaded AVL trees of cached queries */ member in struct:Qbase_s
1496 if ( !qbptr->scopes[tscope] ) continue;
1499 qc = find_filter( op, qbptr->scopes[tscope],
1626 rc = tavl_insert( &qbase->scopes[query->scope], new_cached_query,
1642 new_cached_query = find_filter( op, qbase->scopes[query->scope],
1678 tavl_delete( &qc->qbase->scopes[qc->scope], qc, pcache_query_cmp );
4762 tavl_free( qb->scopes[i], NULL );
H A Daccesslog.c1390 static struct berval scopes[] = { variable in typeref:struct:berval
1700 attr_merge_one( e, ad_reqScope, &scopes[op->ors_scope], NULL );
/macosx-10.10.1/swig-12/Source/CParse/
H A Dparser.y905 List *scopes;
909 scopes = NewList();
913 Insert(scopes,0,base);
918 for (si = First(scopes); si.item; si = Next(si)) {
965 Delete(scopes);
H A Dparser.c1219 List *scopes; local
1223 scopes = NewList();
1227 Insert(scopes,0,base);
1232 for (si = First(scopes); si.item; si = Next(si)) {
1279 Delete(scopes);
/macosx-10.10.1/JavaScriptCore-7600.1.17/llint/
H A DLowLevelInterpreter32_64.asm2106 # scopes as they are traversed. scopeCheck() is called with two arguments: the register
/macosx-10.10.1/CPANInternal-159.1/Class-Std-0.011/lib/Class/
H A DStd.pm1177 are stored in separate lexical hashes in separate scopes. In a hash-based

Completed in 285 milliseconds