Examples of IDLTKSearchScope


Examples of org.eclipse.dltk.core.search.IDLTKSearchScope

    assert (allFunctions.length > 0);
  }

  public void testFtp() {

    IDLTKSearchScope scope = createScope();

    IMethod[] allFunctions = PhpModelAccess.getDefault().findMethods(
        "ftp_connect", MatchRule.PREFIX, Modifiers.AccGlobal, 0, scope,
        new NullProgressMonitor());
View Full Code Here

Examples of org.eclipse.dltk.core.search.IDLTKSearchScope

    assert (allFunctions.length > 0);
  }

  public void testGd() {

    IDLTKSearchScope scope = createScope();

    IMethod[] allFunctions = PhpModelAccess.getDefault().findMethods(
        "gd_info", MatchRule.PREFIX, Modifiers.AccGlobal, 0, scope,
        new NullProgressMonitor());
View Full Code Here

Examples of org.eclipse.dltk.core.search.IDLTKSearchScope

    assert (allFunctions.length > 0);
  }

  public void testGettext() {

    IDLTKSearchScope scope = createScope();

    IMethod[] allFunctions = PhpModelAccess.getDefault().findMethods(
        "dgettext", MatchRule.PREFIX, Modifiers.AccGlobal, 0, scope,
        new NullProgressMonitor());
View Full Code Here

Examples of org.eclipse.dltk.core.search.IDLTKSearchScope

    assert (allFunctions.length > 0);
  }

  public void testHash() {

    IDLTKSearchScope scope = createScope();

    IMethod[] allFunctions = PhpModelAccess.getDefault().findMethods(
        "hash_file", MatchRule.PREFIX, Modifiers.AccGlobal, 0, scope,
        new NullProgressMonitor());
View Full Code Here

Examples of org.eclipse.dltk.core.search.IDLTKSearchScope

    assert (allFunctions.length > 0);
  }

  public void testIconv() {

    IDLTKSearchScope scope = createScope();

    IMethod[] allFunctions = PhpModelAccess.getDefault().findMethods(
        "iconv", MatchRule.PREFIX, Modifiers.AccGlobal, 0, scope,
        new NullProgressMonitor());
View Full Code Here

Examples of org.eclipse.dltk.core.search.IDLTKSearchScope

    assert (allFunctions.length > 0);
  }

  public void testIbm_db2() {

    IDLTKSearchScope scope = createScope();

    IMethod[] allFunctions = PhpModelAccess.getDefault().findMethods(
        "db2_connect", MatchRule.PREFIX, Modifiers.AccGlobal, 0, scope,
        new NullProgressMonitor());
View Full Code Here

Examples of org.eclipse.dltk.core.search.IDLTKSearchScope

    assert (allFunctions.length > 0);
  }

  public void testImap() {

    IDLTKSearchScope scope = createScope();

    IMethod[] allFunctions = PhpModelAccess.getDefault().findMethods(
        "imap_open", MatchRule.PREFIX, Modifiers.AccGlobal, 0, scope,
        new NullProgressMonitor());
View Full Code Here

Examples of org.eclipse.dltk.core.search.IDLTKSearchScope

    assert (allFunctions.length > 0);
  }

  public void testIntl() {

    IDLTKSearchScope scope = createScope();

    IMethod[] allFunctions = PhpModelAccess.getDefault().findMethods(
        "asort", MatchRule.PREFIX, Modifiers.AccGlobal, 0, scope,
        new NullProgressMonitor());
View Full Code Here

Examples of org.eclipse.dltk.core.search.IDLTKSearchScope

    assert (allFunctions.length > 0);
  }

  public void testJson() {

    IDLTKSearchScope scope = createScope();

    IMethod[] allFunctions = PhpModelAccess.getDefault().findMethods(
        "json_encode", MatchRule.PREFIX, Modifiers.AccGlobal, 0, scope,
        new NullProgressMonitor());
View Full Code Here

Examples of org.eclipse.dltk.core.search.IDLTKSearchScope

    assert (allFunctions.length > 0);
  }

  public void testLdap() {

    IDLTKSearchScope scope = createScope();

    IMethod[] allFunctions = PhpModelAccess.getDefault().findMethods(
        "ldap_connect", MatchRule.PREFIX, Modifiers.AccGlobal, 0,
        scope, new NullProgressMonitor());
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.