TOKEN 34 chrome/common/extensions/docs/examples/apps/hello-java/HelloLicenseServlet.java private static final String TOKEN = "[INSERT TOKEN HERE]"; TOKEN 73 chrome/common/extensions/docs/examples/apps/hello-java/HelloLicenseServlet.java oauth.setTokenWithSecret(TOKEN, TOKEN_SECRET); TOKEN 44 chrome/common/extensions/docs/examples/apps/hello-php/index.php const TOKEN = '[REPLACE THIS WITH YOUR OAUTH TOKEN]'; TOKEN 53 chrome/common/extensions/docs/examples/apps/hello-php/index.php $this->token = new OAuthToken(self::TOKEN, self::TOKEN_SECRET); TOKEN 594 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java private static final Pattern TOKEN = Pattern.compile( TOKEN 645 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java matcher.usePattern(TOKEN); TOKEN 105876 third_party/sqlite/amalgamation/sqlite3.c assert( TOKEN.z[0] ); /* The tokenizer always gives us a token */ TOKEN 105877 third_party/sqlite/amalgamation/sqlite3.c sqlite3ErrorMsg(pParse, "near \"%T\": syntax error", &TOKEN); TOKEN 34 third_party/sqlite/src/src/parse.y assert( TOKEN.z[0] ); /* The tokenizer always gives us a token */ TOKEN 35 third_party/sqlite/src/src/parse.y sqlite3ErrorMsg(pParse, "near \"%T\": syntax error", &TOKEN);