Mostrando 161 - 180 Resultados de 331 Para Buscar '"Callback"', tiempo de consulta: 0.07s Limitar resultados
  1. 161
    Publicado 2013
    Tabla de Contenidos: “…IntroductionDefining packages and loops for near real-time execution using a hybrid loop; Using a file from a parameter variable; Detecting files with a variable name; Processing all files in a directory; Processing a large number of files in parallel; Chapter 9: XML and Web Services; Introduction; Defining a connection to XML within ODI; Processing complex files with ODI; Processing XML data within an RDBMS not in memory; Invoking web services from ODI; Invoking asynchronous ODI web services with callbacks; Configuring container-based authentication with ODI web services…”
    Libro electrónico
  2. 162
    Publicado 2015
    Tabla de Contenidos: “…Changing the language of a call flowAdding miscellaneous applications; Adding miscellaneous destinations; Music on hold; Using Internet audio streams; Using the SSH protocol; Using PuTTY as an SSH client; Accessing the FreePBX admin module; Installing the Custom-Context module; Using the Custom-Context module to restrict outbound calls; Creating paging groups; Creating intercom groups; Parking calls; Configuring extensions' voicemail; The VmX Locater feature; Configuring the Voicemail Blasting module; Setting the Callback feature; Configuring DISA; Chapter 5: Setting up the E-mail Service…”
    Libro electrónico
  3. 163
    Publicado 2003
    Tabla de Contenidos: “…; A Web Spider in One Line; Callbacks and Closures; Cascading Arrows; Using Modules with One-Liners; The End; webpluck; Similar Tools; How to Use webpluck; How webpluck Works; The Dark Side of the Force; Identify Yourself; Don't Overload a Site; Obey Robot Exclusion Rules…”
    Libro electrónico
  4. 164
    por Ferreira, James
    Publicado 2012
    Tabla de Contenidos: “…Adding Actions; Handling a Handler; Anatomy of a Handler; The Concept of the Callback; Functions Are Where the Action Happens; Verifying the Input; Storing the Values; Store in a Spreadsheet; Setting Up the Spreadsheet; Setting Up the Data; Part II. …”
    Libro electrónico
  5. 165
    por Foster, Robert Hill
    Publicado 2013
    Tabla de Contenidos: “…Using an HTML table with DataTable Using an HTML table with DataTable and a database; Using word_limiter() for table output; Using word_censor() for cleaning input; Chapter 5: Managing Data In and Out; Introduction; Sending different data to multiple views; Validating user input; Preparing user input; Sticky form elements in CodeIgniter; Displaying errors next to form items; Reading files from the filesystem; Writing files to the filesystem; Creating and downloading ZIP files; Uploading files with CodeIgniter; Creating and using validation callbacks; Using the language class…”
    Libro electrónico
  6. 166
    por Katz, Max
    Publicado 2011
    Tabla de Contenidos: “…Sending an Ajax RequestPartial View Rendering; Partial View Processing; RichFaces ; render Attribute Options; Dynamic render; Dynamic render with RichFaces; execute Attribute Options; bypassUpdates Attribute; JavaScript Interactions or Callback Events; Summary; CHAPTER 3 a4j:* Tags, Features and Concepts; Sending an Ajax Request; Using and ; Ajax Request from any Event or JavaScript Function Using ; Passing Parameters with ; Programmatic Ajax in JSF 2; Polling with ; Advanced Partial View Rendering Options…”
    Libro electrónico
  7. 167
    por MacIntyre, Peter
    Publicado 2011
    Tabla de Contenidos: “…First Things First: Getting a Twitter AccountAuthentication with My Access Token; Client Authentication with a Personal Identification Number (PIN); Step 1: Obtain a PIN; Step 2: Validating the PIN to Receive Access Tokens; Step 3: Authenticating with the Access Tokens to Use the Twitter API; Sample API Usage: Friend Statuses; Authenticating with a Callback; Using Twitter OAuth to Tie into Your Site Login; Using a Database to Store Multiple Users; Caching Data; More API Methods and Examples; Facebook; Adding a Link to Log Out of Facebook; Requesting Additional Permissions; Graph API…”
    Libro electrónico
  8. 168
    por Hillar, Gaston C.
    Publicado 2010
    Tabla de Contenidos: “…Working with the asynchronous methods and callbacksWorking with the ClientContext object; Linking a SharePoint module to a Silverlight RIA; Understanding the default deployment configuration; Debugging Silverlight and SharePoint; Debugging Silverlight Web Parts; Taking advantage of Visual Studio 2010 multi-monitor support; Understanding 32-bit and 64-bit differences; Understanding scalability; Preparing applications for multiple-browser support; Summary; Chapter 3: Interacting with Data on the SharePoint Server; Managing data in a Silverlight RIA included in a SharePoint solution…”
    Libro electrónico
  9. 169
    Publicado 2015
    Tabla de Contenidos: “…Self Join Associations Many-to-Many Associations; Single-Table Inheritance; Polymorphic Associations; The Social Application; User Model; Post Models; Comment Model; Summary; Exercises; Chapter 9: Authentication; The Authentication System; Post Index and Show; Sign Up; Log In; Current User; Authenticate User; Use Current User; Summary; Exercises; Chapter 10: Testing; Testing in Rails; Preparing to Test; Running Tests; Using Fixtures; Putting Assertions to Work; Eliminating Duplication with Callbacks; Model Tests; Controller Tests; Controller Test Helpers; Controller Test Assertions…”
    Libro electrónico
  10. 170
    Publicado 2015
    Tabla de Contenidos: “…Revisiting the series configExploring PlotOptions; Styling tooltips; Formatting tooltips in HTML; Using the callback handler; Applying a multiple-series tooltip; Animating charts; Expanding colors with gradients; Zooming data with the drilldown feature; Summary; Chapter 3: Line, Area, and Scatter Charts; Introducing line charts; Extending to multiple-series line charts; Highlighting negative values and raising the base level; Sketching an area chart; Mixing line and area series; Simulating a projection chart; Contrasting a spline with a step line; Extending to the stacked area chart…”
    Libro electrónico
  11. 171
    Publicado 2015
    Tabla de Contenidos: “…Converting data to JSONConverting JSON to data; Introducing Knockout mapping; A manual mapping example; An automatic mapping example; Mapping in Knockout MVC; Mapping unique values; Partial mapping - create; Partial mapping - update; Partial mapping - ignore; Multiple mappings; Advanced mapping; Binding context; Custom bindings; Registering a new binding; Binding callbacks' parameters; A custom binding example 1 - slideVisible; A custom binding example 2 - hasFocus; Extending observables; Creating an extender; An extending observables example 1 - numeric…”
    Libro electrónico
  12. 172
    por Fenton, Steve. author
    Publicado 2014
    Tabla de Contenidos: “…TypeScript MixinsWhen to Use Mixins; Restrictions; Summary; Key Points; Chapter 4: Understanding the Runtime; Runtime Features; Scope; Variable Hoisting; Callbacks; Passing Functions as Arguments; Events; TypeScript's Custom-Event Mechanism; Event Phases; Extending Objects; Extending the Prototype; Sealing Objects; Alternatives to Extending; Summary; Key Points; Chapter 5: Running TypeScript in a Browser; The Anatomy of a Web Browser; Reflows; The Interesting Components; The JavaScript Interpreter; A Brief History of Networking; Storing Data on the Client; The Document Object Model…”
    Libro electrónico
  13. 173
    Publicado 2024
    Tabla de Contenidos: “…Asynchronous APIs -- 1.0 Introduction -- Callback Functions -- Events -- Promises -- 1.1 Working with Promises -- Problem -- Solution -- Discussion -- 1.2 Loading an Image with a Fallback -- Problem -- Solution…”
    Libro electrónico
  14. 174
    Publicado 2018
    Tabla de Contenidos: “…-- Service-Oriented Architecture -- Microservice architecture -- Pros and cons -- Pros -- Cons -- Case study -- Messaging concepts -- Message queues -- Producer consumer queue -- Creating common messages -- Message subscriptions -- The subscription ID that you pass to subscribe is important -- Considerations when writing the subscribe callback delegate -- Using SubscribeAsync -- Canceling subscriptions -- Versioning messages -- How does message versioning work? …”
    Libro electrónico
  15. 175
    Publicado 2015
    “…Based on Apple's new iOS software, which includes Siri for iPad, new and improved maps with turn by turn directions, shared photo streams, Facebook integration, Passbook, FaceTime video calls over cellular, new calling features such as instant text reply and callback reminders, improved email with a VIP inbox, iCloud browsing tabs, and much more. …”
    Libro electrónico
  16. 176
    por Bazyluk, Pawel
    Publicado 2024
    Tabla de Contenidos: “…. -- See also -- Delegating with EventCallback -- Getting ready -- How to do it... -- How it works... -- There's more... -- Preventing default event actions -- Getting ready -- How to do it... -- How it works... -- There's more... -- Controlling event propagation -- Getting ready -- How to do it... -- How it works... -- There's more... -- Introducing custom events -- Getting ready -- How to do it... -- How it works... -- There's more... -- Handling long-running events -- Getting ready -- How to do it... -- How it works... -- There's more... -- Chapter 4: Enhancing Data Display with Grids -- Technical requirements -- Refactoring a table to a grid component -- Getting ready -- How to do it... -- How it works... -- There's more... -- Attaching actions to parts of a grid -- Getting ready -- How to do it... -- How it works... -- There's more... -- Implementing pagination -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Implementing sorting -- Getting ready -- How to do it... -- How it works... -- Implementing infinite scrolling -- Getting ready -- How to do it... -- How it works... -- There's more... -- Utilizing QuickGrid -- Getting ready -- How to do it... -- How it works... -- Chapter 5: Managing Application State -- Technical requirements -- Having bookmarkable state -- Getting ready -- How to do it... -- How it works... -- There's more... -- Implementing an in-memory state container -- Getting ready -- How to do it... -- How it works... -- There's more... -- Injecting application state as a service -- Getting ready -- How to do it... -- How it works... -- See also -- Invoking state changes from anywhere -- Getting ready…”
    Libro electrónico
  17. 177
    por Bekman, Stas
    Publicado 2003
    Tabla de Contenidos: “…; References; Installing mod_perl; Configuring the Source; Controlling the Build Process; Activating Callback Hooks; Activating Standard API Features; Enabling Extra Features; Reusing Configuration Parameters; Discovering Whether a Feature Was Enabled; Using an Alternative Configuration File; perl Makefile.PL Troubleshooting…”
    Libro electrónico
  18. 178
    Publicado 2017
    Tabla de Contenidos: “…-- Python 3 -- Background research -- Checking robots.txt -- Examining the Sitemap -- Estimating the size of a website -- Identifying the technology used by a website -- Finding the owner of a website -- Crawling your first website -- Scraping versus crawling -- Downloading a web page -- Retrying downloads -- Setting a user agent -- Sitemap crawler -- ID iteration crawler -- Link crawlers -- Advanced features -- Parsing robots.txt -- Supporting proxies -- Throttling downloads -- Avoiding spider traps -- Final version -- Using the requests library -- Summary -- Chapter 2: Scraping the Data -- Analyzing a web page -- Three approaches to scrape a web page -- Regular expressions -- Beautiful Soup -- Lxml -- CSS selectors and your Browser Console -- XPath Selectors -- LXML and Family Trees -- Comparing performance -- Scraping results -- Overview of Scraping -- Adding a scrape callback to the link crawler -- Summary -- Chapter 3: Caching Downloads -- When to use caching? …”
    Libro electrónico
  19. 179
    Publicado 2015
    Tabla de Contenidos: “…BLE LockLock Service; Hardware; Lock Software; Programming; Setup; Loop; Unlock Characteristic Written; Open Lock; Reset Lock; Testing the Lock; iOS; Android; Mobile Application; Callbacks; BLE Lock App; CSS; HTML; JavaScript; Run the App; Improving the Lock; Chapter 5. …”
    Libro electrónico
  20. 180
    Publicado 2015
    Tabla de Contenidos: “…Relief, sunken, and raised appearance of widgetsCreating tooltips using Python; How to use the canvas widget; Chapter 4: Data and Classes; Introduction; How to use StringVar(); How to get data from a widget; Using module-level global variables; How coding in classes can improve the GUI; Writing callback functions; Creating reusable GUI components; Chapter 5: Matplotlib Charts; Introduction; Creating beautiful charts using Matplotlib; Matplotlib - downloading modules using pip; Matplotlib - downloading modules with whl extensions; Creating our first chart; Placing labels on charts…”
    Libro electrónico