Searched refs:issue (Results 1 - 25 of 79) sorted by relevance

1234

/macosx-10.9.5/ruby-104/ruby/test/rexml/
H A Dtest_rexml_issuezilla.rb9 doc.root.each_element('//issue') do |issue|
10 assert_equal( ctr, issue.elements['issue_id'].text.to_i )
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/iwidgets/sample/
H A Dmessagebox1.rb15 mb.issue('This is an error message in red with a beep', 'ERROR')
16 mb.issue('This warning message in yellow', 'WARNING')
17 mb.issue('This is an informational message', 'INFO')
H A Dmessagebox2.rb15 mb.issue('This is an error message in red with a beep', error)
16 mb.issue('This warning message in yellow', warning)
17 mb.issue('This is an informational message', info)
/macosx-10.9.5/Heimdal-323.92.1/lib/hx509/
H A Dtest_ca.in57 echo "issue certificate"
58 ${hxtool} issue-certificate \
69 echo "issue crl (no cert)"
80 echo "issue crl (with cert)"
92 echo "issue crl (with cert)"
105 echo "issue certificate (10years 1 month)"
106 ${hxtool} issue-certificate \
113 echo "issue certificate (with https ekus)"
114 ${hxtool} issue-certificate \
122 echo "issue certificat
[all...]
H A Dtest_windows.in52 ${hxtool} issue-certificate \
54 --issue-ca \
61 ${hxtool} issue-certificate \
74 ${hxtool} issue-certificate \
/macosx-10.9.5/Heimdal-323.92.1/tests/kdc/
H A Dcheck-pkinit.in121 echo "issue self-signed ca cert"
122 ${hxtool} issue-certificate \
124 --issue-ca \
129 echo "issue kdc certificate"
130 ${hxtool} issue-certificate \
137 echo "issue user certificate (pkinit san)"
138 ${hxtool} issue-certificate \
145 echo "issue user 2 certificate (no san)"
146 ${hxtool} issue-certificate \
152 echo "issue use
[all...]
/macosx-10.9.5/CPANInternal-140/Test-Simple/t/subtest/
H A Dexceptions.t40 'Failing to call finalize should issue an appropriate diagnostic';
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/iwidgets/
H A Dmessagebox.rb88 def issue(string, type=None, *args) method in class:Tk
89 tk_call(@path, 'issue', string, tagid(type), *args)
/macosx-10.9.5/emacs-92/emacs/lisp/net/
H A Dwebjump.el339 (let (issue volume)
341 (setq issue (webjump-read-number (concat name " issue"))))
342 (format "catless.ncl.ac.uk/Risks/%d.%02d.html" volume issue)
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/
H A DStartupCheck.pm13 This module used to check for, and if necessary issue a warning for, a
H A DUTF8Columns.pm34 incorrect component order and issue an appropriate warning, advising which
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/Appender/
H A DScreen.pm88 This will issue the necessary binmode command to the selected output
/macosx-10.9.5/misc_cmds-32/calendar/calendars/
H A Dcalendar.computer47 06/02 First issue of Computerworld, 1967
/macosx-10.9.5/lsof-52/lsof/
H A DCustomize315 When WARNINGSTATE is enabled, lsof will will issue whatever warning
317 will issue no warning messages. For individual uses of lsof, -w
382 When WARNDEVACCESS is enabled, lsof will issue warning messages
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/SOAP/
H A DFault.pm23 To generate a SOAP Fault simply issue a Perl die command on the server side as you might normally. The SOAP processor will intercept the die command and return a SOAP Fault, using the string passed to the die command as the faultstring, to the client making the call. If you require having more control over the SOAP Fault returned to the client, then simply pass a SOAP::Fault object to the die command and the SOAP processor will behave accordingly. For example:
/macosx-10.9.5/CPANInternal-140/Task-Weaken/lib/Task/
H A DWeaken.pm53 If L<Scalar::Util> is not available at all, it will issue a normal
/macosx-10.9.5/vim-53/runtime/syntax/
H A Drebol.vim104 syn keyword rebolLogicFunction file? found? function? integer? issue? logic? money?
111 syn keyword rebolType function! integer! issue! logic! money! native!
H A Djavascript.vim8 " (ss) fixed regex parsing issue with multiple qualifiers [gi]
/macosx-10.9.5/configd-596.15/Plugins/InterfaceNamer/
H A Difnamer.c267 reportIssue(const char *signature, CFStringRef issue) argument
275 SCLOG(NULL, m, ~ASL_LEVEL_ERR, CFSTR("%s\n%@"), signature, issue);
312 CFStringRef issue; local
329 issue = CFStringCreateWithFormat(NULL, NULL,
333 reportIssue("Hardware model changed", issue);
334 CFRelease(issue);
1158 CFStringRef issue; local
1160 issue = CFStringCreateWithFormat(NULL, NULL,
1164 reportIssue("Multiple interfaces updated", issue);
1165 CFRelease(issue);
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/generic/
H A Dmessagebox.itk25 # new types. Changed print method to be issue.
97 method issue {string {type DEFAULT} args}
284 # PUBLIC METHOD: issue string ?type? args
290 itcl::body iwidgets::Messagebox::issue {string {type DEFAULT} args} {
/macosx-10.9.5/CPANInternal-140/Log-Dispatch/lib/Log/Dispatch/
H A DOutput.pm284 level then it will issue a warning and return undef.
/macosx-10.9.5/CPANInternal-140/Module-Find/
H A DFind.pm256 Fixed issue with bugfix in PathTools-3.14.
/macosx-10.9.5/CPANInternal-140/Crypt-SSLeay-0.64/
H A DSSLeay.pm132 issue the following commands to build C<Crypt::SSLeay>:
218 for more information on this issue. You may be able to download a PPM for
405 I<Jeff Long> for working through a tricky CA cert SSLClientVerify issue.
/macosx-10.9.5/ruby-104/ruby/test/ruby/
H A Dtest_object.rb895 issue = "Bug #7539"
897 assert_equal "can't convert Array into Integer", err.message, issue
899 assert_equal 'no implicit conversion of Array into Integer', err.message, issue
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/DBI/
H A DMSSQL.pm305 explicit value for an autoincrementing column, we will try to issue the

Completed in 315 milliseconds

1234