Web Kit Objective-C Framework Reference

Total Page:16

File Type:pdf, Size:1020Kb

Web Kit Objective-C Framework Reference Web Kit Objective-C Framework Reference 2006-05-23 Java and all Java-based trademarks are Apple Computer, Inc. trademarks or registered trademarks of Sun © 2006 Apple Computer, Inc. Microsystems, Inc. in the U.S. and other All rights reserved. countries. Simultaneously published in the United No part of this publication may be States and Canada. reproduced, stored in a retrieval system, or Even though Apple has reviewed this document, transmitted, in any form or by any means, APPLE MAKES NO WARRANTY OR mechanical, electronic, photocopying, REPRESENTATION, EITHER EXPRESS OR IMPLIED, WITH RESPECT TO THIS recording, or otherwise, without prior DOCUMENT, ITS QUALITY, ACCURACY, written permission of Apple Computer, Inc., MERCHANTABILITY, OR FITNESS FOR A with the following exceptions: Any person PARTICULAR PURPOSE. AS A RESULT, THIS DOCUMENT IS PROVIDED “AS IS,” AND is hereby authorized to store documentation YOU, THE READER, ARE ASSUMING THE on a single computer for personal use only ENTIRE RISK AS TO ITS QUALITY AND ACCURACY. and to print copies of documentation for IN NO EVENT WILL APPLE BE LIABLE FOR personal use provided that the DIRECT, INDIRECT, SPECIAL, INCIDENTAL, documentation contains Apple’s copyright OR CONSEQUENTIAL DAMAGES notice. RESULTING FROM ANY DEFECT OR INACCURACY IN THIS DOCUMENT, even if The Apple logo is a trademark of Apple advised of the possibility of such damages. Computer, Inc. THE WARRANTY AND REMEDIES SET FORTH ABOVE ARE EXCLUSIVE AND IN Use of the “keyboard” Apple logo LIEU OF ALL OTHERS, ORAL OR WRITTEN, EXPRESS OR IMPLIED. No Apple dealer, agent, (Option-Shift-K) for commercial purposes or employee is authorized to make any without the prior written consent of Apple modification, extension, or addition to this may constitute trademark infringement and warranty. unfair competition in violation of federal Some states do not allow the exclusion or limitation of implied warranties or liability for and state laws. incidental or consequential damages, so the above limitation or exclusion may not apply to No licenses, express or implied, are granted you. This warranty gives you specific legal with respect to any of the technology rights, and you may also have other rights which vary from state to state. described in this document. Apple retains all intellectual property rights associated with the technology described in this document. This document is intended to assist application developers to develop applications only for Apple-labeled or Apple-licensed computers. Every effort has been made to ensure that the information in this document is accurate. Apple is not responsible for typographical errors. Apple Computer, Inc. 1 Infinite Loop Cupertino, CA 95014 408-996-1010 Apple, the Apple logo, Logic, Mac, and Mac OS are trademarks of Apple Computer, Inc., registered in the United States and other countries. Finder and Safari are trademarks of Apple Computer, Inc. Objective-C is a registered trademark of NeXT Software, Inc. WebScript is a trademark of NeXT Software, Inc. Contents Introduction Web Kit Objective-C Reference 9 Introduction 9 Part I Classes 11 Chapter 1 DOMDocument Web Kit Additions Reference 13 Class Description 13 Methods by Task 13 Instance Methods 14 Chapter 2 DOMHTMLFrameElement Web Kit Additions Reference 15 Class Description 15 Methods by Task 15 Instance Methods 16 Chapter 3 DOMHTMLIFrameElement Web Kit Additions Reference 17 Class Description 17 Methods by Task 17 Instance Methods 18 Chapter 4 DOMHTMLObjectElement Web Kit Additions Reference 19 Class Description 19 Methods by Task 19 Instance Methods 20 Chapter 5 DOMNode Web Kit Additions Reference 21 Class Description 21 Methods by Task 21 Instance Methods 22 3 2006-05-23 | © 2006 Apple Computer, Inc. All Rights Reserved. CONTENTS Chapter 6 DOMRange Web Kit Additions Reference 23 Class Description 23 Methods by Task 23 Instance Methods 24 Chapter 7 WebArchive Class Reference 25 Class Description 25 Methods by Task 25 Instance Methods 26 Constants 27 Chapter 8 WebBackForwardList Class Reference 29 Class Description 29 Methods by Task 30 Instance Methods 31 Chapter 9 WebDataSource Class Reference 37 Class Description 37 Methods by Task 38 Instance Methods 39 Chapter 10 WebDownload Class Reference 45 Class Description 45 Delegate Methods by Task 45 Delegate Methods 46 Chapter 11 WebFrame Class Reference 47 Class Description 47 Methods by Task 48 Instance Methods 49 Chapter 12 WebFrameView Class Reference 57 Class Description 57 Methods by Task 57 Instance Methods 58 Chapter 13 WebHistory Class Reference 61 Class Description 61 4 2006-05-23 | © 2006 Apple Computer, Inc. All Rights Reserved. CONTENTS Methods by Task 61 Class Methods 63 Instance Methods 63 Constants 67 Notifications 67 Chapter 14 WebHistoryItem Class Reference 71 Class Description 71 Adopted Protocols 71 Methods by Task 72 Instance Methods 72 Notifications 75 Chapter 15 WebPreferences Class Reference 77 Class Description 77 Adopted Protocols 78 Methods by Task 78 Class Methods 82 Instance Methods 82 Notifications 97 Chapter 16 WebResource Class Reference 99 Class Description 99 Methods by Task 99 Instance Methods 100 Chapter 17 WebScriptObject Class Reference 103 Class Description 103 Methods by Task 104 Class Methods 104 Instance Methods 105 Chapter 18 WebUndefined Class Reference 109 Class Description 109 Methods by Task 109 Class Methods 110 Chapter 19 WebView Class Reference 111 Class Description 111 Methods by Task 112 5 2006-05-23 | © 2006 Apple Computer, Inc. All Rights Reserved. CONTENTS Class Methods 120 Instance Methods 122 Constants 156 Notifications 157 Part II Protocols 159 Chapter 20 WebDocumentRepresentation Protocol Reference 161 Protocol Description 161 Methods by Task 161 Instance Methods 162 Chapter 21 WebDocumentSearching Protocol Reference 165 Protocol Description 165 Methods by Task 165 Instance Methods 165 Chapter 22 WebDocumentText Protocol Reference 167 Protocol Description 167 Methods by Task 167 Instance Methods 168 Chapter 23 WebDocumentView Protocol Reference 171 Protocol Description 171 Methods by Task 171 Instance Methods 172 Chapter 24 WebEditingDelegate Protocol Reference 175 Protocol Description 175 Methods by Task 175 Instance Methods 176 Constants 181 Chapter 25 WebFrameLoadDelegate Protocol Reference 183 Protocol Description 183 Methods by Task 183 Instance Methods 184 6 2006-05-23 | © 2006 Apple Computer, Inc. All Rights Reserved. CONTENTS Chapter 26 WebJavaPlugIn Protocol Reference 191 Protocol Description 191 Methods by Task 191 Instance Methods 192 Chapter 27 WebOpenPanelResultListener Protocol Reference 193 Protocol Description 193 Methods by Task 193 Instance Methods 194 Chapter 28 WebPlugIn Protocol Reference 195 Protocol Description 195 Methods by Task 195 Instance Methods 196 Chapter 29 WebPlugInContainer Protocol Reference 199 Protocol Description 199 Methods by Task 199 Instance Methods 200 Chapter 30 WebPlugInViewFactory Protocol Reference 203 Protocol Description 203 Methods by Task 203 Class Methods 203 Constants 204 Chapter 31 WebPolicyDecisionListener Protocol Reference 205 Protocol Description 205 Methods by Task 205 Instance Methods 206 Chapter 32 WebPolicyDelegate Protocol Reference 209 Protocol Description 209 Methods by Task 210 Instance Methods 210 Constants 212 7 2006-05-23 | © 2006 Apple Computer, Inc. All Rights Reserved. CONTENTS Chapter 33 WebResourceLoadDelegate Protocol Reference 215 Protocol Description 215 Methods by Task 215 Instance Methods 216 Chapter 34 WebScripting Protocol Reference 221 Protocol Description 221 Methods by Task 222 Class Methods 223 Instance Methods 224 Chapter 35 WebUIDelegate Protocol Reference 227 Protocol Description 227 Methods by Task 227 Instance Methods 230 Constants 241 Part III Constants 245 Chapter 36 Web Kit Constants Reference 247 Introduction 247 Constants 247 Document Revision History 253 Index 255 8 2006-05-23 | © 2006 Apple Computer, Inc. All Rights Reserved. INTRODUCTION Web Kit Objective-C Reference Framework /System/Library/Frameworks/WebKit.framework Header file directories /System/Library/Frameworks/WebKit.framework/Headers Introduction This document was previously titled Web Kit Reference for Objective-C. The Web Kit provides a set of classes to display web content in windows, and implements browser features such as following links when clicked by the user, managing a back-forward list, and managing a history of pages recently visited. The Web Kit greatly simplifies the complicated process of loading web pages—that is, asynchronously requesting web content from an HTTP server where the response may arrive incrementally, in random order, or partially due to network errors. The Web Kit also simplifies the process of displaying that content which can contain various MIME types, and compound frame elements each with their own set of scroll bars. Introduction 9 2006-05-23 | © 2006 Apple Computer, Inc. All Rights Reserved. INTRODUCTION Web Kit Objective-C Reference 10 Introduction 2006-05-23 | © 2006 Apple Computer, Inc. All Rights Reserved. PART I Classes 11 2006-05-23 | © 2006 Apple Computer, Inc. All Rights Reserved. PART I Classes 12 2006-05-23 | © 2006 Apple Computer, Inc. All Rights Reserved. CHAPTER 1 DOMDocument Web Kit Additions Reference Inherits from: DOMNode : DOMObject : WebScriptObject : NSObject Conforms to: DOMEventTarget (DOMNode) NSCopying (DOMObject) NSObject (NSObject) Framework /System/Library/Frameworks/WebKit.framework Declared in: WebKit/WebDOMOperations.h Availability: Available in Mac OS X v10.3.9 and later. Companion guides: Safari
Recommended publications
  • File Format Guidelines for Management and Long-Term Retention of Electronic Records
    FILE FORMAT GUIDELINES FOR MANAGEMENT AND LONG-TERM RETENTION OF ELECTRONIC RECORDS 9/10/2012 State Archives of North Carolina File Format Guidelines for Management and Long-Term Retention of Electronic records Table of Contents 1. GUIDELINES AND RECOMMENDATIONS .................................................................................. 3 2. DESCRIPTION OF FORMATS RECOMMENDED FOR LONG-TERM RETENTION ......................... 7 2.1 Word Processing Documents ...................................................................................................................... 7 2.1.1 PDF/A-1a (.pdf) (ISO 19005-1 compliant PDF/A) ........................................................................ 7 2.1.2 OpenDocument Text (.odt) ................................................................................................................... 3 2.1.3 Special Note on Google Docs™ .......................................................................................................... 4 2.2 Plain Text Documents ................................................................................................................................... 5 2.2.1 Plain Text (.txt) US-ASCII or UTF-8 encoding ................................................................................... 6 2.2.2 Comma-separated file (.csv) US-ASCII or UTF-8 encoding ........................................................... 7 2.2.3 Tab-delimited file (.txt) US-ASCII or UTF-8 encoding .................................................................... 8 2.3
    [Show full text]
  • How to Download Web Archive Files How to Download Web Archive Files
    how to download web archive files How to download web archive files. We’ve all been there. You double-click on a file and it doesn’t open the way it should. It’s a common problem. Many file extensions can be opened by multiple programs, and many programs can open multiple file extensions. If you’re having trouble opening WEBARCHIVE files, here are some ways you might be able to make it work. Optional Offer for File Magic by Solvusoft | EULA | Privacy Policy | Terms | Uninstall. Use Another Program. If you can’t view the WEBARCHIVE file by double-clicking it, try opening it in a different program. One of the most popular programs for opening WEBARCHIVE files is Safari Web Archive. Check out the developers’ websites, download one or more of these programs, then try to open your WEBARCHIVE file again. Get a Clue From the File Type. One file extension can be used for multiple types of files. Knowing the type of file you have can help you find out how to open it. Most WEBARCHIVE files are categorized as Web Files, which can be opened by numerous software packages. See if you have a program already installed on your computer that’s designed to open Web Files. Hopefully, this program might also work with your WEBARCHIVE file. You can find out which type of file your WEBARCHIVE file is by looking at the file’s properties. Just right-click the file icon and select “Properties” or “More Info.” On a Windows computer, the file type will be listed under “Type of File”; on a Mac, it will be under “Kind.” Contact a Developer.
    [Show full text]
  • Mobile Ios Application Development with Case Study: Readmelater Rikky Malviya1, Pooran Kumar2, Pooja Sharma3, and Nitin Jain4
    International Journal of Global Research in Science & Technology ISSN: 2455-3832, Volume No.-6, Issue No-1, Jan-Dec 2020 http://ijgrst.com/index.php/journal/index Mobile iOS Application Development with Case Study: ReadMeLater Rikky Malviya1, Pooran Kumar2, Pooja Sharma3, and Nitin Jain4 1,2 B-Tech. Scholar, 3,4 Assistant Professor, Global Institute of Technology, Rajasthan, India Abstract This paper is on the mobile application developed in iOS using Swift. The idea of this application is to be able to simplify the process of reading online content more efficiently. Let’s say you want to read an article but you don’t like ads and mostly you don’t want to keep the tabs open in the browser every time you want to visit the article. This seems like a very small step but it becomes frustrating when you want to read novels and so, as they have countless chapters and you want them to be stored offline and read at discretion. This also eliminates the problem which arrives due to having an unstable internet connection. Keywords: Offline Storage, Read Mode, Text-to-Speech, Web Archive. I. INTRODUCTION It is an iOS application which enables the user to save webpages for offline reading. As easy as it sounds, it has various applications and challenges attached to it. For now the main goal of the application is to make the iOS app open the web link using Webkit[1] and store in local storage via WebArchive[2], Userdefaults[3] and Core Data[4]. The application is designed very simply to be user friendly by only keeping an important part of the concept for now and later adding additional features into the application without cramming too much information without legal(Copyright)[5] planning.
    [Show full text]
  • Web Archiving & Digital Libraries
    Proceedings o f th e 201 8 Web Archiving & Digital Libraries Workshop June 6, 2018 Fort Worth, Texas Martin Klein Edward A. Fox Zhiwu Xie Edito rs Web Archiving And Digital Libraries 2018 W ADL 2018 homepage Web Archiving and Digital Libraries Workshop at JCDL 2018 (http://2018.jcdl.org) Fort Worth, TX, USA Please see the approved WADL 2018 workshop proposal. Please also see last year's WADL 2017 homepage and the homepage of the 2016 edition of WADL. That workshop led in part to a special issue of International Journal on Digital Libraries. We fully intend to publish a very similar IJDL issue based on WADL 2018 contributions. SCHEDULE: Featured Talk by Weigle, Michele C. ([email protected]): Enabling Personal Use of Web Archives W ednesday, June 6, 10:30am-5pm Time Activity, Presenters/Authors Title of Presentation 10:30 Organizers and everyone speaking Opening, Introductions 10:45 Zhiwu Xie et al. IMLS project panel John Berlin, Michael Nelson and Michele Swimming In A Sea Of JavaScript, Or: How I Learned 11:45 Weigle To Stop Worrying And Love High-Fidelity Replay 12:15 Get boxes and return Lunch A Study of Historical Short URLs in Event Collections 1:00 Liuqing Li and Edward Fox of Tweets 1:30 Keynote by Michele Weigle Enabling Personal Use of Web Archives Libby Hemphill, Susan Leonard and Margaret 2:30 Developing a Social Media Archive at ICPSR Hedstrom Posters: Littman Justin; Sawood Alam, Mat Supporting social media research at scale; A Survey of 3:00 Kelly, Michele Weigle and Michael Nelson Archival Replay Banners 3:15 Discussions around posters Break Mohamed Aturban, Michael Nelson and 3:30 It is Hard to Compute Fixity on Archived Web Pages Michele Weigle Mat Kelly, Sawood Alam, Michael Nelson and Client-Assisted Memento Aggregation Using the Prefer 4:00 Michele Weigle Header 4:30 Closing discussion Plans for future activities and collaborations Description: The 2018 edition of the Workshop on Web Archiving and Digital Libraries (WADL) will explore the integration of Web archiving and digital libraries.
    [Show full text]
  • OSINT Handbook September 2020
    OPEN SOURCE INTELLIGENCE TOOLS AND RESOURCES HANDBOOK 2020 OPEN SOURCE INTELLIGENCE TOOLS AND RESOURCES HANDBOOK 2020 Aleksandra Bielska Noa Rebecca Kurz, Yves Baumgartner, Vytenis Benetis 2 Foreword I am delighted to share with you the 2020 edition of the OSINT Tools and Resources Handbook. Once again, the Handbook has been revised and updated to reflect the evolution of this discipline, and the many strategic, operational and technical challenges OSINT practitioners have to grapple with. Given the speed of change on the web, some might question the wisdom of pulling together such a resource. What’s wrong with the Top 10 tools, or the Top 100? There are only so many resources one can bookmark after all. Such arguments are not without merit. My fear, however, is that they are also shortsighted. I offer four reasons why. To begin, a shortlist betrays the widening spectrum of OSINT practice. Whereas OSINT was once the preserve of analysts working in national security, it now embraces a growing class of professionals in fields as diverse as journalism, cybersecurity, investment research, crisis management and human rights. A limited toolkit can never satisfy all of these constituencies. Second, a good OSINT practitioner is someone who is comfortable working with different tools, sources and collection strategies. The temptation toward narrow specialisation in OSINT is one that has to be resisted. Why? Because no research task is ever as tidy as the customer’s requirements are likely to suggest. Third, is the inevitable realisation that good tool awareness is equivalent to good source awareness. Indeed, the right tool can determine whether you harvest the right information.
    [Show full text]
  • Devonthink to Go VERSION 3.0.6 DOCUMENTATION
    DEVONthink To Go VERSION 3.0.6 DOCUMENTATION © 2001-2021 DEVONtechnologies TABLE OF CONTENTS READ ME 4 SHARE OR CLIP DATA 34 What's New 4 Use the Files App 34 About DEVONtechnologies 16 Use Drag-and-Drop 34 Credits 16 Capture Data 36 Scan Paper Documents 36 MANAGE DATABASES 18 Create Notes and Search with Siri 36 New Document Assistant 19 Share Data 36 Sync 19 Use the Finder for Batch Imports 38 Get Help 20 SYNC 39 Customize the Settings 20 Sync Basics 39 MANAGE ITEMS 21 Scenarios 41 Top-Level Groups 21 Everything or Just the Metadata 42 Customize the View 22 Setting Up Sync 43 Select Items 22 Setting Up Bonjour 44 Search 23 Troubleshooting 44 Get Information About an Item 23 SETTINGS 46 Create New Items 24 Convert Items 25 Security 46 Organize Your Documents 25 Sync 46 Context Menus 26 Databases & Groups 47 Share Items 28 Document 47 Use the Grid View 28 OCR 47 Editing 48 VIEW AND EDIT DOCUMENTS 29 Previews & Spotlight 48 Common Options 29 Integration 48 Text and Markdown 29 Backup 48 RTF and Formatted Notes 30 Your Subscription 48 Images 31 Log 48 PDFs 31 FREQUENTLY ASKED QUESTIONS 50 Bookmarks and HTML 32 Sheets 32 Security 50 Movies and Audio Files 32 Spotlight 50 Other 33 Synchronization 50 Contacting Us 51 DEVONthink To Go 3.0.6 Documentation, page 2 OTHER PRODUCTS 52 Overview 52 DEVONthink 52 DEVONagent 52 DEVONsphere 53 Needful Things 53 APPENDIX 54 Glossary 54 Iconology 56 Tagging 56 Search Operators 57 Item Links and Paths 59 Shortcuts Actions 60 URL Commands 61 Utility URL Commands 64 Supported UTIs 64 DEVONthink To Go 3.0.6 Documentation, page 3 READ ME IN THIS CHAPTER Take your documents with you Create and edit documents on the go What's New 4 Find using fast full-text search About DEVONtechnologies 16 Organize your knowledge wherever you are Credits 16 Sync your databases with DEVONthink for Put your notes, text documents, images, Mac or other devices running DEVONthink and bookmarks into your pocket with To Go DEVONthink To Go.
    [Show full text]
  • Web Archiving
    Web Archiving Alex Ball Digital Curation Centre, UKOLN, University of Bath DCC STATE OF THE ART REPORT Deliverable B 7.5.8 Version: 1.1 Status: Final Date: 1st March 2010 Copyright c Digital Curation Centre, 2010. Licensed under Creative Commons BY-NC-SA 2.5 Scotland: http://creativecommons.org/licenses/by-nc-sa/2.5/scotland/ Catalogue Entry Title Web Archiving Creator Alex Ball (author) Subject World Wide Web; Web harvesting; temporal consistency; significant properties; archiving strategy; software tools for Web archiving; malware; Web spam; OAI-ORE; blog archiving Description Web archiving is important not only for future research but also for organisations’ records management processes. There are technical, or- ganisational, legal and social issues that Web archivists need to address, some general and some specific to types of content or archiving oper- ations of a given scope. Many of these issues are being addressed in current research and development projects, as are questions concerning how archived Web material may integrate with the live Web. Publisher University of Edinburgh; UKOLN, University of Bath; HATII, University of Glasgow; Science and Technology Facilities Council Date 8th January 2010 (creation) Type Text Format Portable Document Format version 1.4 Language English Rights c 2010 Digital Curation Centre, UKOLN, University of Bath Citation Guidelines Alex Ball. (2010). Web Archiving (version 1.1). Edinburgh, UK: Digital Curation Centre. 2 Contents 1 Introduction 4 2 Motivations for Web archiving 5 3 Challenges for Web archiving 7 3.1 Technical challenges . 7 3.2 Management challenges . 9 4 Large-scale Web archiving 13 4.1 Agents and scope .
    [Show full text]
  • Wct Documentation Release 3.0.0
    wct Documentation Release 3.0.0 Ben O’Brien Sep 13, 2021 Overview: 1 Overview and History 1 2 Release Notes 13 3 User Manual 27 4 Quick Start Guide 99 5 System Administrator Guide 103 6 Upgrade Guide 131 7 Wayback Integration Guide 141 8 Rosetta DPS Configuration Guide 147 9 Developer Guide 151 10 Data Dictionary 165 11 Frequently Asked Questions 193 12 Tutorials 195 13 Indices and tables 197 i ii CHAPTER 1 Overview and History 1.1 Additional TODO • Add details of work from 2017 onwards between NLNZ and KB-NL. 1.2 Introduction This guide, designed for non-technical users, provides a background and history of the Web Curator Tool. 1.2.1 Contents of this document Following this introduction, the Web Curator Tool Overview and History Guide includes the following sections: • Overview - Covers what the Web Curator Tool is and what it is not. • Screenshots - Some screenshots of the Web Curator Tool. • History - Covers the history of the tool from its inception to today. • License - Covers the license used. • Release history - Covers significant changes made in each release. 1.3 Overview The Web Curator Tool (WCT) is a tool for managing the selective web harvesting process, and is designed for use in libraries by non-technical users. It is integrated with v1.14.1 of the Heritrix web crawler which is used to download web material (but technical details are handled behind the scenes by system administrators). 1 wct Documentation, Release 3.0.0 1.3.1 The WCT supports • Harvest Authorisation: getting permission to harvest web material and make it available.
    [Show full text]
  • Mac Hackers Handbook.Pdf
    95363c01.indd 2 1/25/09 4:39:27 PM The Mac® Hacker’s Handbook Charlie Miller Dino A. Dai Zovi 95363ffirs.indd i 1/25/09 4:38:00 PM The Mac® Hacker’s Handbook Published by Wiley Publishing, Inc. 10475 Crosspoint Boulevard Indianapolis, IN 46256 www.wiley.com Copyright 2009 by Wiley Publishing, Inc., Indianapolis, Indiana Published simultaneously in Canada ISBN: 978-0-470-39536-3 Manufactured in the United States of America 10 9 8 7 6 5 4 3 2 1 Library of Congress Cataloging-in-Publication Data is available from the publisher. No part of this publication may be reproduced, stored in a retrieval system or transmitted in any form or by any means, electronic, mechanical, photocopying, recording, scanning or otherwise, except as permitted under Sections 107 or 108 of the 1976 United States Copyright Act, without either the prior written permis- sion of the Publisher, or authorization through payment of the appropriate per-copy fee to the Copyright Clearance Center, 222 Rosewood Drive, Danvers, MA 01923, (978) 750-8400, fax (978) 646-8600. Requests to the Publisher for permission should be addressed to the Permissions Department, John Wiley & Sons, Inc., 111 River Street, Hoboken, NJ 07030, (201) 748-6011, fax (201) 748-6008, or online at http://www.wiley. com/go/permissions. Limit of Liability/Disclaimer of Warranty: The publisher and the author make no representations or war- ranties with respect to the accuracy or completeness of the contents of this work and specifi cally disclaim all warranties, including without limitation warranties of fi tness for a particular purpose.
    [Show full text]
  • Papyrus Software - Getting Started and News General Information
    Technical Documentation General Papyrus Software - Getting Started and News General Information www.isis-papyrus.com getstartede V7.6 SP3 ISIS Papyrus Europe AG © ISIS Papyrus Europe AG 2012 - 2021 Papyrus Platz 1 All rights reserved. A-2345 Brunn/Gebirge Phone: +43-2236-27551 Reproduction in any form, in whole or in part, without express written Fax: +43-2236-21081 permission is prohibited. E-Mail: [email protected] Website: www.isis-papyrus.com getstartede V7.6 SP3 Last modification: chapter 11.11.1 on 2021/06/18 Product Support: Phone: +43 2236 27551-111 This document was created by the ISIS Papyrus Academy E-Mail: [email protected] using the Papyrus Communications and Business Process Platform. Contents Contents About this document ..........................................................................16 1 Papyrus delivery - contents and naming conventions........................................... 17 1.1 Names of executables and product directories for Windows and UNIX ..............................17 1.2 Papyrus DVD contents and directory structure................................................... 19 1.2.1 Papyrus base installation................................................................ 19 1.2.2 Papyrus Server directories............................................................... 22 1.2.3 ISISCOMM directory structure............................................................ 23 1.2.4 IPAS standalone directory structure....................................................... 23 1.3 Names of z/OS product
    [Show full text]
  • Devonagentpro
    DEVONagent Pro VERSION 3.8.1 DOCUMENTATION © 2001-2014 DEVONtechnologies TABLE OF CONTENTS Read Me 4 Menus 32 The DEVONagent Pro Advantage 5 The DEVONagent Pro menu 32 System Requirements 6 The File menu 33 Installing, Updating, Removing 6 The Edit menu 34 Trial Restrictions 6 The Data menu 34 Version history 6 The Sort menu 35 License Agreement 15 The View menu 36 Credits 15 The Web menu 37 The History menu 37 Getting Started 16 The Go menu 38 Why use DEVONagent Pro? 16 The Window menu 38 When to use DEVONagent Pro? 16 The Services menu 39 First steps with DEVONagent Pro 17 The Scripts menu 39 The Help menu 39 Common Tasks 18 The Dock menu 40 The contextual menu extension 40 How to find on the Internet 18 How to search beyond Google 18 Windows and panels 41 How to customize DEVONagent Pro 19 How to set up a search set to crawl feeds 19 Search window 42 How to run a search automatically 20 Web browser 47 How to archive search results 21 Archive window 52 Search sets 54 Queries 22 Plugins and scanners 54 Downloads 56 Operators 22 Preferences 57 Designing a search query 23 Assistant 57 Search sets 25 Preferences 59 What are search sets? 25 General 59 Choosing a search set 25 Search 60 Creating and managing sets 26 Menu extra 61 Sharing sets 27 Web 62 General tab 27 Tabs 63 Advanced tab 28 Bookmarks 63 Sites tab 29 Email 64 Plugins tab 30 Update 64 Actions tab 30 Schedule tab 31 Widgets & menu extra 66 Menu extra 66 DEVONagent Pro widget 66 DEVONagent Pro 3.8.1 Documentation, page 2 Scripts 67 Introduction 67 DEVONagent Pro's Scripts menu
    [Show full text]
  • Recoll User Manual I
    Recoll user manual i Recoll user manual Recoll user manual ii Copyright © 2005-2013 Jean-Francois Dockes Recoll user manual iii COLLABORATORS TITLE : Recoll user manual ACTION NAME DATE SIGNATURE WRITTEN BY Jean-Francois September 28, 2013 Dockes REVISION HISTORY NUMBER DATE DESCRIPTION NAME Recoll user manual iv Contents 1 Introduction 1 1.1 Giving it a try . .1 1.2 Full text search . .1 1.3 Recoll overview . .1 2 Indexing 3 2.1 Introduction . .3 2.1.1 Indexing modes . .3 2.1.2 Configurations, multiple indexes . .3 2.1.3 Document types . .4 2.1.4 Recovery . .4 2.2 Index storage . .4 2.2.1 Xapian index formats . .5 2.2.2 Security aspects . .5 2.3 Index configuration . .5 2.3.1 Multiple indexes . .6 2.3.2 Index case and diacritics sensitivity . .6 2.3.3 The index configuration GUI . .7 2.4 Indexing WEB pages you wisit . .7 2.5 Extended attributes data . .7 2.6 Importing external tags . .8 2.7 Periodic indexing . .8 2.7.1 Running indexing . .8 2.7.2 Using cron to automate indexing . .8 2.8 Real time indexing . .9 2.8.1 Slowing down the reindexing rate for fast changing files . .9 Recoll user manual v 3 Searching 10 3.1 Searching with the Qt graphical user interface . 10 3.1.1 Simple search . 10 3.1.2 The default result list . 11 3.1.2.1 No results: the spelling suggestions . 12 3.1.2.2 The result list right-click menu . 12 3.1.3 The result table .
    [Show full text]