Examples of Mode

@author Portet to jme3 by user starcom "Paul Kashofer Austria" @see ImageGraphics
  • com.jverrecchia.initializr.builder.mode.Mode
  • com.lightcrafts.ui.mode.Mode
    Modes for mouse interaction with images. A Mode has an overlay JComponent where it may draw things that will be superposed with an image; an AffineTransform that will help it figure out the relation between the dimensions of its overlay and an Engine's image bounds; and an autoscroll property, to determine whether the overlay should receive synthetic mouse events in a JScrollPane.
  • com.linkedin.data.transform.patch.validator.PatchFilterValidator.Mode
  • com.thebuzzmedia.imgscalr.Scalr.Mode
  • de.saumya.mojo.jruby.JRubyVersion.Mode
  • jadx.core.dex.regions.conditions.IfCondition.Mode
  • javax.jws.WebParam.Mode
  • javax.xml.ws.Service.Mode
  • jscicalc.pobject.Mode
    Information for Mode button. @see ModeButton @author J. D. Lamb @version $Revision: 1.4 $
  • mage.abilities.Mode
    @author BetaSteward_at_googlemail.com
  • net.sf.saxon.trans.Mode
    A Mode is a collection of rules; the selection of a rule to apply to a given element is determined by a Pattern. @author Michael H. Kay
  • opennlp.ccg.hylo.Mode
    ohio-state.edu/~scott/">Scott Martin @version $Revision: 1.2 $, $Date: 2005/10/19 21:27:15 $
  • org.apache.ace.log.server.task.LogSyncTask.Mode
  • org.apache.directory.server.core.integ.annotations.Mode
  • org.apache.hadoop.hive.ql.exec.vector.VectorExpressionDescriptor.Mode
  • org.apache.hadoop.hive.ql.udf.generic.GenericUDAFEvaluator.Mode
  • org.apache.isis.viewer.wicket.model.models.ActionModel.Mode
  • org.apache.nutch.tools.proxy.FakeHandler.Mode
  • org.apache.openejb.server.axis.assembler.JaxRpcParameterInfo.Mode
  • org.apache.poi.ss.formula.functions.Mode
    @author Amol S. Deshmukh < amolweb at ya hoo dot com >
  • org.apache.stanbol.entityhub.servicesapi.query.ValueConstraint.MODE
  • org.auraframework.system.AuraContext.Mode
  • org.boris.expr.function.excel.MODE
  • org.freeplane.features.map.MapWriter.Mode
  • org.gatein.pc.api.Mode
    @author Julien Viet @version $Revision: 7867 $
  • org.geotools.swt.styling.simple.Mode
  • org.h2.engine.Mode
    The compatibility modes. There is a fixed set of modes (for example PostgreSQL, MySQL). Each mode has different settings.
  • org.imgscalr.Scalr.Mode
  • org.jacorb.test.bugs.bugjac565.ModulatorPackage.Mode
  • org.jboss.aerogear.AeroGearCrypto.Mode
  • org.jboss.msc.service.ServiceController.Mode
  • org.jboss.portal.Mode
    @author Julien Viet @version $Revision: 7867 $
  • org.jdesktop.wonderland.modules.audiomanager.client.voicechat.AddHUDPanel.Mode
  • org.jivesoftware.smack.packet.Presence.Mode
  • org.kie.internal.runtime.beliefs.Mode
  • org.lealone.engine.Mode
    The compatibility modes. There is a fixed set of modes (for example PostgreSQL, MySQL). Each mode has different settings.
  • org.lilyproject.runtime.rapi.Mode
  • org.locationtech.udig.style.sld.simple.Mode
  • org.mizartools.dli.Mode
  • org.neo4j.webadmin.domain.ServerRootRepresentation.Mode
  • org.openhab.io.squeezeserver.SqueezePlayer.Mode
  • org.openide.windows.Mode
  • org.openmrs.module.htmlformentry.FormEntryContext.Mode
  • org.openstreetmap.josm.gui.io.SaveLayersModel.Mode
  • org.pdf4j.saxon.trans.Mode
    A Mode is a collection of rules; the selection of a rule to apply to a given element is determined by a Pattern. @author Michael H. Kay
  • org.qi4j.api.structure.Application.Mode
  • org.richfaces.component.Mode
  • org.richfaces.ui.common.Mode
  • org.rssowl.ui.internal.notifier.NotificationService.Mode
  • org.teiid.query.processor.relational.SortUtility.Mode
  • play.Play.Mode

  • Examples of javax.xml.ws.Service.Mode

            List<Interceptor<? extends Message>> in = super.getInInterceptors();      
            List<Interceptor<? extends Message>> out = super.getOutInterceptors();

            boolean isProvider = implInfo != null && implInfo.isWebServiceProvider();
            Class<?> clazz = implInfo != null && isProvider ? implInfo.getProviderParameterType() : null;
            Mode mode = implInfo != null && isProvider ? implInfo.getServiceMode() : null;
           
            if (isProvider) {
                s.put(AbstractInDatabindingInterceptor.NO_VALIDATE_PARTS, Boolean.TRUE);
            }
    View Full Code Here

    Examples of javax.xml.ws.Service.Mode

        protected void initializeDefaultInterceptors() {
            super.initializeDefaultInterceptors();

            if (implInfo.isWebServiceProvider()) {
                Class<?> type = implInfo.getProviderParameterType();
                Mode mode = implInfo.getServiceMode();

                getService().getInInterceptors().add(new DispatchInDatabindingInterceptor(type, mode));
                getService().getOutInterceptors().add(new DispatchOutDatabindingInterceptor(mode));
            }
        }
    View Full Code Here

    Examples of jscicalc.pobject.Mode

         * Constructor. Sets PObject to Mode.
         * @param applet The <em>controller</em> object.
         */
        public ModeButton( CalculatorApplet applet ){
      this.applet = applet;
      this.pobject = new Mode();
      setText();
      setTextSize();
      tooltip = "changes mode: press once to select normal/statistics<br>" +
          "mode; press twice to select degrees/radians; press<br>" +
          "again to leave mode selection";
    View Full Code Here

    Examples of mage.abilities.Mode

            this.getSpellAbility().getModes().setMaxModes(2);
            // Return target creature card from your graveyard to your hand;
            this.getSpellAbility().addEffect(new ReturnToHandTargetEffect());
            this.getSpellAbility().addTarget(new TargetCardInYourGraveyard(filterCreatureCard));
            // and/or return target land card from your graveyard to your hand.
            Mode mode1 = new Mode();
            mode1.getEffects().add(new ReturnToHandTargetEffect());
            mode1.getTargets().add(new TargetCardInYourGraveyard(filterLandCard));
            this.getSpellAbility().addMode(mode1);
        }
    View Full Code Here

    Examples of net.sf.saxon.trans.Mode

                XPathException e = new XPathException("There is no current template rule");
                e.setXPathContext(context);
                e.setErrorCode("XTDE0560");
                throw e;
            }
            Mode mode = context.getCurrentMode();
            if (mode == null) {
                mode = controller.getRuleManager().getDefaultMode();
            }
            if (context.getCurrentIterator()==null) {
                XPathException e = new XPathException("There is no context item");
    View Full Code Here

    Examples of net.sf.saxon.trans.Mode

                throw e;
            }
            Template currentTemplate = (Template)currentTemplateRule.getAction();
            int min = currentTemplate.getMinImportPrecedence();
            int max = currentTemplate.getPrecedence()-1;
            Mode mode = context.getCurrentMode();
            if (mode == null) {
                mode = controller.getRuleManager().getDefaultMode();
            }
            if (context.getCurrentIterator()==null) {
                XPathException e = new XPathException("Cannot call xsl:apply-imports when there is no context item");
    View Full Code Here

    Examples of opennlp.ccg.hylo.Mode

        }
      }
     
      @Test
      public void testContainsAttribute() {
        Mode num = new ModeLabel("num");
        assertTrue(word.containsAttribute(num));
        word.removeAttribute(num);
        assertFalse(word.containsAttribute(num));
      }
    View Full Code Here

    Examples of org.apache.ace.log.server.task.LogSyncTask.Mode

        public synchronized void updated(String pid, Dictionary dict) throws ConfigurationException {
            String name = (String) dict.get(KEY_LOG_NAME);
            if ((name == null) || "".equals(name)) {
                throw new ConfigurationException(KEY_LOG_NAME, "Log name has to be specified.");
            }
            Mode mode = Mode.PUSH;
            String modeValue = (String) dict.get(KEY_MODE);
            if ("pull".equals(modeValue)) {
              mode = Mode.PULL;
            }
            else if ("pushpull".equals(modeValue)) {
              mode = Mode.PUSHPULL;
            }

            Component oldComponent, newComponent;
           
            Properties props = new Properties();
            props.put(KEY_LOG_NAME, name);
            props.put("taskName", LogSyncTask.class.getName());
            props.put("description", "Syncs log (name=" + name + ", mode=" + mode.toString() + ") with a server.");
            String filter = "(&(" + Constants.OBJECTCLASS + "=" + LogStore.class.getName() + ")(name=" + name + "))";
            LogSyncTask service = new LogSyncTask(name, name, mode);
            newComponent = m_manager.createComponent()
            .setInterface(new String[] { Runnable.class.getName(), LogSync.class.getName() }, props)
            .setImplementation(service)
    View Full Code Here

    Examples of org.apache.directory.server.core.integ.annotations.Mode

            {
                parentMode = parent.getMode();
            }

            // Get the @Mode annotation
            Mode annotation = description.getAnnotation( Mode.class );
           
            if ( annotation == null )
            {
                return parentMode;
            }
            else
            {
                return annotation.value();
            }
        }
    View Full Code Here

    Examples of org.apache.hadoop.hive.ql.exec.vector.VectorExpressionDescriptor.Mode

          if (LOG.isDebugEnabled()) {
            LOG.debug("No vector udf found for "+udf.getSimpleName() + ", descriptor: "+descriptor);
          }
          return null;
        }
        Mode childrenMode = getChildrenMode(mode, udf);
        return createVectorExpression(vclass, childExpr, childrenMode, returnType);
      }
    View Full Code Here
    TOP
    Copyright © 2018 www.massapi.com. All rights reserved.
    All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.