[svn:osmf:] 10441: Add support for strict validation of VAST documents during parsing.

Revision: 10441
Author:   [email protected]
Date:     2009-09-20 16:23:43 -0700 (Sun, 20 Sep 2009)
Log Message:
Add support for strict validation of VAST documents during parsing.
Modified Paths:
    osmf/trunk/libs/VAST/org/openvideoplayer/vast/parser/VASTParser.as
    osmf/trunk/libs/VASTTest/org/openvideoplayer/vast/parser/TestVASTParser.as

Hi, everything in the "Quick Reference" section should be commented out with ;
You should change those settings further down in the php.ini file.
Example:
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
display_errors = Off
Last edited by adrianx (2013-07-26 12:32:02)

Similar Messages

  • [svn:osmf:] 10437: Add support and unit tests for parsing VAST documents ( inline or wrapper).

    Revision: 10437
    Author:   [email protected]
    Date:     2009-09-20 13:31:16 -0700 (Sun, 20 Sep 2009)
    Log Message:
    Add support and unit tests for parsing VAST documents (inline or wrapper).   All elements are covered with the exception of Video.
    Modified Paths:
        osmf/trunk/libs/VAST/.flexLibProperties
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/model/VASTAdPackageBase.as
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/model/VASTDocument.as
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/model/VASTInlineAd.as
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/model/VASTWrapperAd.as
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/parser/VASTParser.as
        osmf/trunk/libs/VASTTest/org/openvideoplayer/vast/parser/TestVASTParser.as
    Added Paths:
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/model/VASTAdBase.as
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/model/VASTCompanionAd.as
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/model/VASTNonLinearAd.as
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/model/VASTTrackingEvent.as
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/model/VASTTrackingEventType.as
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/model/VASTUrl.as
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/model/VASTVideoClick.as

    Your problem sounds similar to this one, except that they're using software raid rather than just pure LVM. If you're using an initrd, you may not have the appropriate modules installed. If you're not using an initrd, then the kernel probably needs LVM support compiled in (not as a module) and could be solved by fixing that. I have never used the ck-patchset, but this should give you an additional data point.
    Also comment=systemd.automount will be deprecated soon as I understand it; if you have a need for automounting, x-systemd.automount should be used instead.

  • [svn:osmf:] 9988: Add example for a preloaded SerialElement.

    Revision: 9988
    Author:   [email protected]
    Date:     2009-09-03 10:13:16 -0700 (Thu, 03 Sep 2009)
    Log Message:
    Add example for a preloaded SerialElement.  Disable autoRewind.  Fix bug in display of durations across tests.
    Modified Paths:
        osmf/trunk/apps/samples/framework/ExamplePlayer/org/openvideoplayer/examples/AllExamples. as
        osmf/trunk/apps/samples/framework/ExamplePlayer/org/openvideoplayer/view/MainWindow.as

  • [svn:osmf:] 13966: 1. Integrate code changes from Matthew to remove timeBias and add support for subclip

    Revision: 13966
    Revision: 13966
    Author:   [email protected]
    Date:     2010-02-03 15:04:44 -0800 (Wed, 03 Feb 2010)
    Log Message:
    1. Integrate code changes from Matthew to remove timeBias and add support for subclip
    2. A minor bug fix with the index handler
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/HTTPNetStream.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/HTTPStreamingState.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/f4f/HTTPStreamingF4FIndexHandler.as

    Maybe you try posting in one of the Enterprise & Remote Computing forums:
    http://forum.java.sun.com/category.jspa?categoryID=14
    And please use the forum CODE tags for formatted readable display of your code on the board.
    http://forum.java.sun.com/post!reply.jspa?messageID=9989322#

  • [svn:osmf:] 10164: Prototype: Add support for retrieving VAST wrapper elements.

    Revision: 10164
    Author:   [email protected]
    Date:     2009-09-11 12:11:59 -0700 (Fri, 11 Sep 2009)
    Log Message:
    Prototype: Add support for retrieving VAST wrapper elements.  Introduce HTTPLoader for retrieving data from URLs.  Minor changes to VAST object model and parser (just the minimum to get wrapper parsing to work), probably needs a formal pass.
    Modified Paths:
        osmf/branches/briggs-prototype/libs/VAST/.flexLibProperties
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/loader/VASTLoadedContex t.as
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/loader/VASTLoader.as
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/media/VASTMediaGenerato r.as
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/model/VASTAdInline.as
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/model/VASTAdWrapper.as
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/parser/VASTParser.as
        osmf/branches/briggs-prototype/plugins/MASTPlugin/org/openvideoplayer/mast/dom/MASTDocume ntProcessor.as
        osmf/branches/briggs-prototype/plugins/MASTPlugin/org/openvideoplayer/mast/media/MASTLoad er.as
    Added Paths:
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/http/
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/http/HTTPLoadedContext.as
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/http/HTTPLoader.as
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/loader/VASTDocumentProc essedEvent.as
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/loader/VASTDocumentProc essor.as
        osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/model/VASTAdInfoBase.as

  • [svn] 3203: Add support for inline two-way data binding (syntax is @{expr}) .

    Revision: 3203<br />Author:   [email protected]<br />Date:     2008-09-14 05:11:47 -0700 (Sun, 14 Sep 2008)<br /><br />Log Message:<br />-----------<br />Add support for inline two-way data binding (syntax is @{expr}).  Also add support for two-way data binding via the <mx:Binding> tag and the new property twoWay=boolean (default is false).<br /><br />Code Reviewer: Paul<br />QA: tests for this feature need to be added to the regression test suite<br />Doc: new feature which needs to be documented<br /><br />Modified Paths:<br />--------------<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/InterfaceCompiler.java<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/analyzer/SyntaxAnalyzer.java <br />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/builder/AbstractBuilder.java <br />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/builder/AnonymousObjectGraph Builder.java<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/builder/DocumentBuilder.java <br />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/builder/ModelBuilder.java<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/builder/ServiceRequestBuilde r.java<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/builder/XMLBuilder.java<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/builder/XMLListBuilder.java< br />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/dom/BindingNode.java<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/lang/TextParser.java<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/BindingExpression.java<b r />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/MxmlDocument.java<br />    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler_en.properties

    EvilDave UK wrote:
    Surely there's a more practical way around this without having to reboot?
    Before you go to the trouble of going through all those steps, be warned that attempting to use Dreamweaver CS4 with SVN could even cause Dreamweaver to crash after updating to SVN 1.6.2. I, too, have abandoned SVN integration with Dreamweaver until the problems are sorted out. I reported this problem to Adobe a couple of weeks ago, and spent a long time working with an Adobe engineer, who was able to reproduce the problem, but not offer a solution. Hopefully, the next version of Dreamweaver will have more robust support for Subversion.

  • [svn:fx-trunk] 10876: Add support for drag-and-drop from Spark List to Spark List.

    Revision: 10876
    Author:   [email protected]
    Date:     2009-10-05 15:20:07 -0700 (Mon, 05 Oct 2009)
    Log Message:
    Add support for drag-and-drop from Spark List to Spark List.
    - List drop related handlers
    - LayoutBase APIs
    - VerticalLayout DND support
    Notes:
    - ListSkin is not final.
    - Drag-scrolling not yet implemented.
    QE notes: Only VerticalLayout works, HorizontalLayout still not implemented.
    Doc notes: None
    Bugs: None
    Reviewer: Deepa
    Tests run: checkintests
    Is noteworthy for integration: No
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/List.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/layouts/VerticalLayout.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/layouts/supportClasses/LayoutBase.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/ListSkin.mxml
        flex/sdk/trunk/frameworks/spark-manifest.xml
    Added Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/layouts/supportClasses/DropLocation.as

    Whoops, disregard my question - I just read the spec that indicates drag and drop is scheduled for later work.
    David

  • [svn:bz-trunk] 20582: Add support for destination-include directory-path=" mydir"/ .

    Revision: 20582
    Revision: 20582
    Author:   [email protected]
    Date:     2011-03-03 12:35:14 -0800 (Thu, 03 Mar 2011)
    Log Message:
    Add support for <destination-include directory-path="mydir"/>.
    This will process each file ending in ".xml" as an individual <destination-include file-path=""/> element, allowing a web application to define a directory of destination configuration snippets.
    Added a new API to ConfigurationFileResolver.java: getFiles(String dir).
    This returns a list of XML files contained in this directory relative to the current configuration file.
    Updated both the ServletResourceResolver and the LocalFileResolver with implementations.
    Modified Paths:
        blazeds/trunk/modules/common/src/flex/messaging/config/ConfigurationConstants.java
        blazeds/trunk/modules/common/src/flex/messaging/config/ConfigurationFileResolver.java
        blazeds/trunk/modules/common/src/flex/messaging/config/LocalFileResolver.java
        blazeds/trunk/modules/core/src/flex/messaging/config/ServerConfigurationParser.java
        blazeds/trunk/modules/core/src/flex/messaging/config/ServletResourceResolver.java

    Remember that Arch Arm is a different distribution, but we try to bend the rules and provide limited support for them.  This may or may not be unique to Arch Arm, so you might try asking on their forums as well.

  • [svn:fx-4.x] 14985: Add support for mirroring for both error tips and tool tips in positionTip ().

    Revision: 14985
    Revision: 14985
    Author:   [email protected]
    Date:     2010-03-24 09:40:24 -0700 (Wed, 24 Mar 2010)
    Log Message:
    Add support for mirroring for both error tips and tool tips in positionTip().  The layoutDirection of the toolTip will be the same as the component it goes with, or LTR, if the component is not ILayoutDirectionElement.
    QE notes:
    Doc notes: None
    Bugs: SDK-25821
    Reviewed By: Jason
    Tests run: checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-25821
    Modified Paths:
        flex/sdk/branches/4.x/frameworks/projects/framework/src/mx/managers/ToolTipManagerImpl.as
        flex/sdk/branches/4.x/tools/dependencychecker/frameworkSwcExceptionsList.txt

    Remember that Arch Arm is a different distribution, but we try to bend the rules and provide limited support for them.  This may or may not be unique to Arch Arm, so you might try asking on their forums as well.

  • [svn] 4078: Add support for dataTips to Slider

    Revision: 4078
    Author: [email protected]
    Date: 2008-11-11 17:41:52 -0800 (Tue, 11 Nov 2008)
    Log Message:
    Add support for dataTips to Slider
    SDK-16291 Implement data tip for slider
    - Added new dynamic, optional skin part called "dataTip".
    - Added dataTipFormatFunction, dataTipPrecision and showDataTip properties
    - Added protected function positionDataTip
    - Added dataTip skin part to FxHSliderSkin and FxVSliderSkin
    - data tip is an IDataRenderer, so it can render any type of data
    The data tip appearance is defined entirely by the skin. The position of the
    data tip is calculated using a combination of the skin and the Slider controller.
    The following properties were not retained from the Halo Slider:
    - sliderDataTipClass (the skin part allows the developer to define the data tip type)
    - dataTipStyleName (styling is defined on the skin part)
    - dataTipOffset (the offset position is defined in the skin part)
    SDK-16823 - Gumbo Slider does not support scroll wheel to increment / decrement value
    Slider listens for scroll wheel events anywhere on or off the stage while it has focus.
    QE Notes: Test new properties, functions and data tip behavior
    Doc Notes: Added new properties and functions
    Bugs: SDK-16291, SDK-16823
    Reviewer: Glenn and Gordon
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-16291
    http://bugs.adobe.com/jira/browse/SDK-16823
    http://bugs.adobe.com/jira/browse/SDK-16291
    http://bugs.adobe.com/jira/browse/SDK-16823
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxHSlider.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxVSlider.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/baseClasses/FxSlider.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/baseClasses/FxTrackBase.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/skins/spark/FxHSliderSkin.mxml
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/skins/spark/FxVSliderSkin.mxml

    Kaffeegler
    Try rolling your fingertip on the mouse pad. This works very well and you have much more control.
    You've mentioned that you get fed up and then insert numbers or even click the up/down arrows.
    Alternatively and I only found this out the other day - thanks Victoria B.
    Use the comma , and period / stop . keys to navigate down / up through the settings below
    LR4 settings
    temp (white balance)
    tint
    exposure
    contrast
    highlights
    shadows
    white clipping
    black clipping
    clarity
    saturation
    vibrance
    LR3 settings
    temp (white balance)
    tint
    exposure
    contrast
    higlight recovery
    fill light
    black clipping
    brightness
    contrast
    and use the + and - keys  to move the sliders up and down in medium (±5)  steps and press control / cmd and + -  keys to use smaller (±1) steps. I think using the alt / option key with the + and - keys moves the sliders in larger (±10 oe 20) steps.
    You can use the aleft right rrow keys, but for some reason (bug), they dont follow the focus with the , and ., so you still need to click on the sliders to move the focus from one setting to another if you prefer to use the arrows.
    As I said above, the apple magic mouse is amazing for OSX snow leopard and Lion and is so intuitive for LR, but its an expensive mouse but IMHO well worth it
    Hope these help, the , and . is a great alternative to rolling your finger on the touchpad.
    hamish NIVEN Photography

  • [svn:bz-trunk] 18945: BLZ-228  - Add support for FlashPlayer 10 extensions to AMF 3

    Revision: 18945
    Revision: 18945
    Author:   [email protected]
    Date:     2010-12-02 05:12:21 -0800 (Thu, 02 Dec 2010)
    Log Message:
    BLZ-228  - Add support for FlashPlayer 10 extensions to AMF 3
    QA: Yes
    Doc: Yes
    Checkintests: Pass
    Details: Tweaked the client-to-server Vector deserialization to deserialize uint Vectors into Long (instead of Integer) Arrays/List after realizing that uint Actionscript can hold values that Java Integer cannot hold.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/BLZ-228
    Modified Paths:
        blazeds/trunk/modules/core/src/flex/messaging/io/amf/Amf3Input.java

    son of a gun.  i googled around a bit more after i posted my question here.  i have reset the smc, so let's see what happens.  i'll get back to you after a time to see whether it starts misbehaving again.
    what causes the need for an smc reset?  what actually went wrong?
    thanks again, linc davis.

  • Arabic is not listed as a display language in iTunes for Windows 7. How can I add support for this language?

    Arabic is not listed as a display language in iTunes for Windows 7. How can I add support for this language?

    Edit  ---> referance ----->   general    ------> language

  • Is it possible to add support for new database type in Data Modeler?

    Hi,
    I see that Data Modeler v.4 supports different versions of Oracle, DB2 and MS SQL. Is it possible to add support for a new database family,
    PostgreSQL for example? I hoped that RDBMS Site editor can do it, but so far I don't see any possibility to add XML files with metadata for a new RDBMS.
    I did it previously for PowerDesigner were it is possible to add and modify definitions for new relational databases.
    Thank you,
    Sergei

    There is discussion option as an out of the box feature. Check this: BI launch pad 4.0: Participate in a discussion about a document

  • Add support for custom xmp panels

    Please add support for custom xmp panels.
    Thanks

    I would strongly support that too!!!
    Here is why: We have been working at an XMP implementation of the Darwin Core to support standardized metadata on biodiversity information. Have a look here. I would love to have an Panel in Lightroom to support the metadata that I am embedding with IDImager:
    http://wiki.idimager.com/index.php?title=DarwinCoreXMP#.27.27.27Darwin_Core_XMP.27.27.27
    Cheers,
    Frank

  • 10.4.7 Adds Support for Verizon/Sprint EVDO Cards

    Mac OS X 10.4.7 Adds support for the following EVDO Cards:
    - Novatel 620 (Verizon V620, Sprint S620)
    - Sierra AirCard 580 (Verizon & Sprint)
    - PC5220 (already was supported in 10.3.5, adds support for PC5220 new firmware)
    Lots more information and screenshots at:
    http://www.evdoinfo.com/TheNews/Latest_News/Apple_Adds_EVDO_Card_Support_in_10.4.720060627772/
    G5 Dual 2.5 GHZ, PowerBook G4 15 inch   Mac OS X (10.4.6)  

    If this is correct, then when I get my Merlin S620, all I need to do is pop it into my 17" Powerbook and I'm good to go??!?!?! If so, then WOOOOOOOOOOTTT! However, I am not getting an unlocked card...will I still need to go through a PC to unlock it? What are the steps?

Maybe you are looking for

  • How can I save a file in the Downloads folder and automatically have it opened?

    Often, I'd like to download a file, save it to my Downlaods folder and have it opened right away. Currently, you can only decide between the two options "open" or "save to...". There's seemlingly no way Firefox can do both at once. I know I can downl

  • Disassembled my Ti 1ghz/867mhz (w/DVI) and there's no inverter board? What?

    Hello fellow travelers. My ten-year old son and I just finished disassembling my Powerbook G4. It's an odd model. It's got DVI. It's got GB ethernet. It's 1Ghz. It's got the vents of one model and the DVI of another. It's neither Mercury, nor Onyx, n

  • Browse Sequences

    Hi, I'm usine RoboHelp HTML 9, and I'm having trouble displaying the browse sequences in when I complile the WebHelp project.  I Auto-created the Browse sequences using my TOC.  When I compile and "View Results" I don't see the previous and next topi

  • APP CRASH WHEN DELETING A PAGE

    Does anybody know how to fix an APPCRASH error when deleting an InDesign CC page?

  • Logo printing error

    Hi all, I have create a z smartform for invoice but when i m going to print the followed error becomes in the print plz suggest me. PCL XL error             subsystem : IMAGE             Error : Internal Error 0x18             Operator : BeginImage