Searched refs:Limit (Results 1 - 25 of 32) sorted by relevance

12

/macosx-10.10.1/apache-793/httpd/modules/core/test/conf/
H A Dtest16.conf4 </Limit>
7 <Limit GET>
9 </Limit>
H A Dtest43.conf20 <Limit GET>
21 </Limit>
/macosx-10.10.1/cups-408/cups/conf/
H A Dcupsd.conf.in51 <Limit Create-Job Print-Job Print-URI Validate-Job>
53 </Limit>
55 <Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Create-Job-Subscription Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job Suspend-Current-Job Resume-Job Cancel-My-Jobs Close-Job CUPS-Move-Job CUPS-Get-Document>
58 </Limit>
61 <Limit CUPS-Add-Modify-Printer CUPS-Delete-Printer CUPS-Add-Modify-Class CUPS-Delete-Class CUPS-Set-Default CUPS-Get-Devices>
65 </Limit>
68 <Limit Pause-Printer Resume-Printer Enable-Printer Disable-Printer Pause-Printer-After-Current-Job Hold-New-Jobs Release-Held-New-Jobs Deactivate-Printer Activate-Printer Restart-Printer Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After Cancel-Jobs CUPS-Accept-Jobs CUPS-Reject-Jobs>
72 </Limit>
75 <Limit Cancel-Job CUPS-Authenticate-Job>
78 </Limit>
[all...]
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Dkwt.vim11 " Limit the browser to related files
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Appender/
H A DLimit.pm2 # Limit.pm -- 2003, Mike Schilli <m@perlmeister.com>
9 package Log::Log4perl::Appender::Limit;
195 Log::Log4perl::Appender::Limit - Limit message delivery via block period
213 log4perl.appender.Limiter = Log::Log4perl::Appender::Limit
233 C<Log::Log4perl::Appender::Limit>.
243 File name in which C<Log::Log4perl::Appender::Limit> persistently stores
278 log4perl.appender.Limiter = Log::Log4perl::Appender::Limit
289 If the appender attached to C<Limit> uses C<PatternLayout> with a timestamp
297 C<Log::Log4perl::Appender::Limit> i
[all...]
/macosx-10.10.1/apache-793/httpd/modules/filters/
H A DNWGNUratelimit108 NLM_DESCRIPTION = Apache $(VERSION_STR) Rate Limit Module
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DInterferenceCache.cpp165 SlotIndex Limit = BI->First.isValid() ? BI->First : Stop; local
167 i != e && RegMaskSlots[i] < Limit; ++i)
222 SlotIndex Limit = BI->Last.isValid() ? BI->Last : Start; local
224 i && RegMaskSlots[i-1].getDeadSlot() > Limit; --i)
H A DRegisterPressure.cpp598 unsigned Limit = TRI->getRegPressureSetLimit(i); local
599 if (Limit > POld) {
600 if (Limit > PNew)
603 PDiff = PNew - Limit; // Just exceeded limit.
605 else if (Limit > PNew)
606 PDiff = Limit - POld; // Just obeyed limit.
H A DScheduleDAGInstrs.cpp149 void Reg2SUnitsMap::setRegLimit(unsigned Limit) { argument
150 PhysRegSet.setUniverse(Limit);
151 SUnits.resize(Limit);
H A DMachineScheduler.cpp429 unsigned Limit = TRI->getRegPressureSetLimit(i); local
431 << "Limit " << Limit
433 if (RegionPressure[i] > Limit)
H A DMachineLICM.cpp1078 unsigned Limit = RegLimit[RCId]; local
1088 if (RP[RCId] + Cost >= Limit)
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/t/
H A D045Composite.t23 plan skip_all => "only with Storable"; # Limit.pm needs it and
38 # Limit Appender
52 log4perl.appender.Limiter = Log::Log4perl::Appender::Limit
96 # Limit Appender with max_until_discard
110 log4perl.appender.Limiter = Log::Log4perl::Appender::Limit
133 # Limit Appender with max_until_discard
147 log4perl.appender.Limiter = Log::Log4perl::Appender::Limit
170 # Limit Appender with max_until_flushed
184 log4perl.appender.Limiter = Log::Log4perl::Appender::Limit
225 log4perl.appender.Limiter = Log::Log4perl::Appender::Limit
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp461 unsigned Limit = ~0U; local
468 Limit = 32;
471 Limit = 16;
474 Limit = 16;
477 Limit = 32;
492 ((Count < Limit) && RegNum == PRegNum+1))) {
530 unsigned Bytes, unsigned Limit,
548 if (Bytes == 0 || (Limit && Bytes >= Limit))
563 unsigned Bytes, unsigned Limit,
529 isMatchingDecrement(MachineInstr *MI, unsigned Base, unsigned Bytes, unsigned Limit, ARMCC::CondCodes Pred, unsigned PredReg) argument
562 isMatchingIncrement(MachineInstr *MI, unsigned Base, unsigned Bytes, unsigned Limit, ARMCC::CondCodes Pred, unsigned PredReg) argument
877 unsigned Limit = isAM5 ? 0 : (isAM2 ? 0x1000 : 0x100); local
1606 int Limit = (1 << 8) * Scale; local
1616 int Limit = (1 << 8) * Scale; local
[all...]
H A DARMFrameLowering.cpp1098 unsigned Limit = (1 << 12) - 1; local
1108 Limit = std::min(Limit, (1U << 8) - 1);
1116 Limit = std::min(Limit, (1U << 8) - 1);
1120 Limit = std::min(Limit, ((1U << 8) - 1) * 4);
1126 Limit = std::min(Limit, (1U << 8) - 1);
1141 return Limit;
[all...]
H A DThumb2SizeReduction.cpp45 uint8_t Imm1Limit; // Limit of immediate field (bits)
46 uint8_t Imm2Limit; // Limit of immediate field when it's two-address
632 unsigned Limit = (1 << Entry.Imm2Limit) - 1; local
633 if (Imm > Limit)
711 unsigned Limit = ~0U; local
713 Limit = (1 << Entry.Imm1Limit) - 1;
728 if (((unsigned)MO.getImm()) > Limit)
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h75 void setRegLimit(unsigned Limit);
/macosx-10.10.1/tcl-105/tk/tk/library/ttk/
H A Dspinbox.tcl101 ## Limit --
102 # Limit $v to lie between $min and $max
104 proc ttk::spinbox::Limit {v min max} {
120 # Limit or wrap spinbox value depending on -wrap.
126 return [Limit $v $min $max]
/macosx-10.10.1/vim-55/runtime/plugin/
H A Dmatchparen.vim89 " Limit the search to lines visible in the window.
99 " Limit the search time to 300 msec to avoid a hang on very long lines.
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp49 // Limit for the number of instructions to scan in a block.
194 unsigned Limit = BlockScanLimit; local
198 // Limit the amount of scanning we do so we don't end up with quadratic
200 --Limit;
201 if (!Limit)
356 unsigned Limit = BlockScanLimit; local
360 // Limit the amount of scanning we do so we don't end up with quadratic
362 --Limit;
363 if (!Limit)
/macosx-10.10.1/efax-38/efax/
H A Dfaxnotify42 """Limit a phone number's character set so it can always be used in file names"""
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dapache.vim50 syn match apacheLimitSection "<\/\=\(Limit\|LimitExcept\)[^>]*>" contains=apacheLimitSectionKeyword,apacheMethodOption,apacheError
51 syn keyword apacheLimitSectionKeyword Limit LimitExcept contained
55 syn keyword apacheAllowOverrideValue AuthConfig FileInfo Indexes Limit Options contained
/macosx-10.10.1/emacs-93/emacs/etc/
H A Dgnus-refcard.tex877 // & (/s) Limit the summary-buffer to articles matching {\bf subject}.\\
878 /a & Limit the summary-buffer to articles matching {\bf author}.\\
879 /x & Limit depending on ``extra'' headers.\\
880 /u & (x) Limit to {\bf unread} articles.
882 /. & Limit to unseen articles.\\
883 /m & Limit to articles marked with specified {\bf mark}.\\
886 /n & Limit to current article. [p/p]\\
889 /v & Limit to score. [score]\\
892 /* & Limit to cached articles.\\
902 /p & Limit t
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/ADT/
H A DAPInt.h388 uint64_t getLimitedValue(uint64_t Limit = ~0ULL) const {
389 return (getActiveBits() > 64 || getZExtValue() > Limit) ?
390 Limit : getZExtValue();
/macosx-10.10.1/cups-408/cups/test/
H A Drun-stp-tests.sh477 <Limit All>
480 </Limit>
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/
H A DConstants.h219 uint64_t getLimitedValue(uint64_t Limit = ~0ULL) const {
220 return Val.getLimitedValue(Limit);

Completed in 513 milliseconds

12