PageRenderTime 53ms CodeModel.GetById 23ms RepoModel.GetById 1ms app.codeStats 0ms

/Pods/Documentation/Specta/docset/Contents/Resources/Documents/Classes/SPTSenTestInvocation.html

http://github.com/IgnitionSoft/ObjectiveTumblr
HTML | 268 lines | 181 code | 87 blank | 0 comment | 0 complexity | 1f8ff213359b73b47fba9716248ba55c MD5 | raw file
  1. <!DOCTYPE HTML>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="html/html; charset=utf-8" />
  5. <title>SPTSenTestInvocation Class Reference</title>
  6. <meta id="xcode-display" name="xcode-display" content="render"/>
  7. <meta name="viewport" content="width=550" />
  8. <link rel="stylesheet" type="text/css" href="../css/styles.css" media="all" />
  9. <link rel="stylesheet" type="text/css" media="print" href="../css/stylesPrint.css" />
  10. <meta name="generator" content="appledoc 2.0.5 (build 789)" />
  11. </head>
  12. <body>
  13. <header id="top_header">
  14. <div id="library" class="hideInXcode">
  15. <h1><a id="libraryTitle" href="../index.html">Specta 0.1.4 </a></h1>
  16. <a id="developerHome" href="../index.html">Peter Jihoon Kim</a>
  17. </div>
  18. <div id="title" role="banner">
  19. <h1 class="hideInXcode">SPTSenTestInvocation Class Reference</h1>
  20. </div>
  21. <ul id="headerButtons" role="toolbar">
  22. <li id="toc_button">
  23. <button aria-label="Show Table of Contents" role="checkbox" class="open" id="table_of_contents"><span class="disclosure"></span>Table of Contents</button>
  24. </li>
  25. <li id="jumpto_button" role="navigation">
  26. <select id="jumpTo">
  27. <option value="top">Jump To&#133;</option>
  28. <option value="tasks">Tasks</option>
  29. <option value="properties">Properties</option>
  30. <option value="//api/name/SPT_invocationBlock">&nbsp;&nbsp;&nbsp;&nbsp;SPT_invocationBlock</option>
  31. </select>
  32. </li>
  33. </ul>
  34. </header>
  35. <nav id="tocContainer" class="isShowingTOC">
  36. <ul id="toc" role="tree">
  37. <li role="treeitem" id="task_treeitem"><span class="nodisclosure"></span><span class="sectionName"><a href="#tasks">Tasks</a></span><ul>
  38. </ul></li>
  39. <li role="treeitem" class="children"><span class="disclosure"></span><span class="sectionName"><a href="#properties">Properties</a></span><ul>
  40. <li><span class="nodisclosure"></span><span class="sectionName"><a href="#//api/name/SPT_invocationBlock">SPT_invocationBlock</a></span></li>
  41. </ul></li>
  42. </ul>
  43. </nav>
  44. <article>
  45. <div id="contents" class="isShowingTOC" role="main">
  46. <a title="SPTSenTestInvocation Class Reference" name="top"></a>
  47. <div class="main-navigation navigation-top">
  48. <ul>
  49. <li><a href="../index.html">Index</a></li>
  50. <li><a href="../hierarchy.html">Hierarchy</a></li>
  51. </ul>
  52. </div>
  53. <div id="header">
  54. <div class="section-header">
  55. <h1 class="title title-header">SPTSenTestInvocation Class Reference</h1>
  56. </div>
  57. </div>
  58. <div id="container">
  59. <div class="section section-specification"><table cellspacing="0"><tbody>
  60. <tr>
  61. <td class="specification-title">Inherits from</td>
  62. <td class="specification-value">NSInvocation</td>
  63. </tr><tr>
  64. <td class="specification-title">Declared in</td>
  65. <td class="specification-value">SPTSenTestInvocation.h</td>
  66. </tr>
  67. </tbody></table></div>
  68. <div class="section section-tasks">
  69. <a title="Tasks" name="tasks"></a>
  70. <h2 class="subtitle subtitle-tasks">Tasks</h2>
  71. <ul class="task-list">
  72. <li>
  73. <span class="tooltip">
  74. <code><a href="#//api/name/SPT_invocationBlock">&nbsp;&nbsp;SPT_invocationBlock</a></code>
  75. </span>
  76. <span class="task-item-suffix">property</span>
  77. </li>
  78. </ul>
  79. </div>
  80. <div class="section section-methods">
  81. <a title="Properties" name="properties"></a>
  82. <h2 class="subtitle subtitle-methods">Properties</h2>
  83. <div class="section-method">
  84. <a name="//api/name/SPT_invocationBlock" title="SPT_invocationBlock"></a>
  85. <h3 class="subsubtitle method-title">SPT_invocationBlock</h3>
  86. <div class="method-subsection method-declaration"><code>@property (nonatomic, copy) SPTVoidBlock SPT_invocationBlock</code></div>
  87. </div>
  88. </div>
  89. </div>
  90. <div class="main-navigation navigation-bottom">
  91. <ul>
  92. <li><a href="../index.html">Index</a></li>
  93. <li><a href="../hierarchy.html">Hierarchy</a></li>
  94. </ul>
  95. </div>
  96. <div id="footer">
  97. <hr />
  98. <div class="footer-copyright">
  99. <p><span class="copyright">&copy; 2012 Peter Jihoon Kim. All rights reserved. (Last updated: 2012-05-02)</span><br />
  100. <span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.0.5 (build 789)</a>.</span></p>
  101. </div>
  102. </div>
  103. </div>
  104. </article>
  105. <script type="text/javascript">
  106. function jumpToChange()
  107. {
  108. window.location.hash = this.options[this.selectedIndex].value;
  109. }
  110. function toggleTOC()
  111. {
  112. var contents = document.getElementById('contents');
  113. var tocContainer = document.getElementById('tocContainer');
  114. if (this.getAttribute('class') == 'open')
  115. {
  116. this.setAttribute('class', '');
  117. contents.setAttribute('class', '');
  118. tocContainer.setAttribute('class', '');
  119. window.name = "hideTOC";
  120. }
  121. else
  122. {
  123. this.setAttribute('class', 'open');
  124. contents.setAttribute('class', 'isShowingTOC');
  125. tocContainer.setAttribute('class', 'isShowingTOC');
  126. window.name = "";
  127. }
  128. return false;
  129. }
  130. function toggleTOCEntryChildren(e)
  131. {
  132. e.stopPropagation();
  133. var currentClass = this.getAttribute('class');
  134. if (currentClass == 'children') {
  135. this.setAttribute('class', 'children open');
  136. }
  137. else if (currentClass == 'children open') {
  138. this.setAttribute('class', 'children');
  139. }
  140. return false;
  141. }
  142. function tocEntryClick(e)
  143. {
  144. e.stopPropagation();
  145. return true;
  146. }
  147. function init()
  148. {
  149. var selectElement = document.getElementById('jumpTo');
  150. selectElement.addEventListener('change', jumpToChange, false);
  151. var tocButton = document.getElementById('table_of_contents');
  152. tocButton.addEventListener('click', toggleTOC, false);
  153. var taskTreeItem = document.getElementById('task_treeitem');
  154. if (taskTreeItem.getElementsByTagName('li').length > 0)
  155. {
  156. taskTreeItem.setAttribute('class', 'children');
  157. taskTreeItem.firstChild.setAttribute('class', 'disclosure');
  158. }
  159. var tocList = document.getElementById('toc');
  160. var tocEntries = tocList.getElementsByTagName('li');
  161. for (var i = 0; i < tocEntries.length; i++) {
  162. tocEntries[i].addEventListener('click', toggleTOCEntryChildren, false);
  163. }
  164. var tocLinks = tocList.getElementsByTagName('a');
  165. for (var i = 0; i < tocLinks.length; i++) {
  166. tocLinks[i].addEventListener('click', tocEntryClick, false);
  167. }
  168. if (window.name == "hideTOC") {
  169. toggleTOC.call(tocButton);
  170. }
  171. }
  172. window.onload = init;
  173. // If showing in Xcode, hide the TOC and Header
  174. if (navigator.userAgent.match(/xcode/i)) {
  175. document.getElementById("contents").className = "hideInXcode"
  176. document.getElementById("tocContainer").className = "hideInXcode"
  177. document.getElementById("top_header").className = "hideInXcode"
  178. }
  179. </script>
  180. </body>
  181. </html>