_id stringlengths 2 7 | text stringlengths 6 2.61k | title stringclasses 1
value |
|---|---|---|
c180400 | // JSONSpec loads a spec from a json document | |
c180401 | // Embedded returns a Document based on embedded specs. No analysis is required | |
c180402 | // Spec loads a new spec document | |
c180403 | // Analyzed creates a new analyzed spec document | |
c180404 | // Expanded expands the ref fields in the spec document and returns a new spec document | |
c180405 | // ResetDefinitions gives a shallow copy with the models reset | |
c180406 | // Pristine creates a new pristine document instance based on the input data | |
c180407 | // Opens a GeoIP database by filename with specified GeoIPOptions flag.
// All formats supported by libgeoip are supported though there are only
// functions to access some of the databases in this API.
// If you don't pass a filename, it will try opening the database from
// a list of common paths. | |
c180408 | // Takes an IPv4 address string and returns the organization name for that IP.
// Requires the GeoIP organization database. | |
c180409 | // Returns the country code and region code for an IP address. Requires
// the GeoIP Region database. | |
c180410 | // Returns the region name given a country code and region code | |
c180411 | // Takes an IPv4 address string and returns the country code for that IP
// and the netmask for that IP range. | |
c180412 | // NewRotatingFileHandler creates a RotatingFileHandler | |
c180413 | // Close implements Handler interface | |
c180414 | // String returns level String | |
c180415 | // New creates a logger with specified handler and flag | |
c180416 | // SetLevelByName sets log level by name | |
c180417 | // Output records the log with special callstack depth and log level. | |
c180418 | // Output json format records the log with special callstack depth and log level. | |
c180419 | // Print records the log with trace level | |
c180420 | // Println records the log with trace level | |
c180421 | // Debug records the log with debug level | |
c180422 | // Debugln records the log with debug level | |
c180423 | // Error records the log with error level | |
c180424 | // Errorln records the log with error level | |
c180425 | // Info records the log with info level | |
c180426 | // Infoln records the log with info level | |
c180427 | // Warn records the log with warn level | |
c180428 | // Warnln records the log with warn level | |
c180429 | // NewStreamHandler creates a StreamHandler | |
c180430 | // Right right-pads the string with pad up to len runes | |
c180431 | // New returns a Self-Service API client. | |
c180432 | // Initialize GenMetadata from each SS API generated metadata | |
c180433 | // Recursively record all type declarations | |
c180434 | // Sort action params by name | |
c180435 | // Parse data type in context | |
c180436 | // Build action param struct from json data | |
c180437 | // New parameter from raw values | |
c180438 | // Produce action return type name | |
c180439 | // Produce go type name from given ruby type name | |
c180440 | // Return dumpable representation of given object | |
c180441 | // Returns true if given name is the name of a built-in type | |
c180442 | // MatchHref returns true if the given href matches one of the action's href patterns exactly | |
c180443 | // Substitute attemps to substitute the path pattern variables with the given values.
// - If the substitution succeeds, it returns the resulting path and the list of variable names
// that were used to build it.
// - If the substitution fails, it returns an empty string and the list of variable names that are
// m... | |
c180444 | // MarshalJSON just inserts the contents of the file from disk inline into the json | |
c180445 | // Handle payload params. Each payload param gets its own multipart
// form section with the section name being the variable name and
// section contents being the variable contents. Handle recursion as well. | |
c180446 | // PerformRequest logs the request, dumping its content if required then makes the request and logs
// and dumps the corresponding response. | |
c180447 | // PerformRequestWithContext performs everything the PerformRequest does but is also context-aware. | |
c180448 | // LoadResponse deserializes the JSON response into a generic object.
// If the response has a "Location" header then the returned object is a map with one key "Location"
// containing the value of the header. | |
c180449 | // ScheduleLocator builds a locator from the given href. | |
c180450 | // TemplateLocator builds a locator from the given href. | |
c180451 | // Fetch details about all servers and server arrays in an environment | |
c180452 | // Builds the aliases string based on the SSH configuration of all servers and server arrays in all environments. | |
c180453 | // Makes a GET call on the given server array and returns all its current instances. | |
c180454 | // Makes a GET call on the given server and returns the current instance of the server. | |
c180455 | // Convert version number in index.json to go package name
// "1.6" => "v1_6" | |
c180456 | // Helper function that reads content from given file | |
c180457 | // Command line client entry point. | |
c180458 | // Helper that runs command line with give command client | |
c180459 | // Constructs an http response from JSON input from Stdin | |
c180460 | // AccountLocator builds a locator from the given href. | |
c180461 | // AccountGroupLocator builds a locator from the given href. | |
c180462 | // AlertLocator builds a locator from the given href. | |
c180463 | // AlertSpecLocator builds a locator from the given href. | |
c180464 | // AuditEntryLocator builds a locator from the given href. | |
c180465 | // BackupLocator builds a locator from the given href. | |
c180466 | // ChildAccountLocator builds a locator from the given href. | |
c180467 | // CloudLocator builds a locator from the given href. | |
c180468 | // CloudAccountLocator builds a locator from the given href. | |
c180469 | // CookbookLocator builds a locator from the given href. | |
c180470 | // CookbookAttachmentLocator builds a locator from the given href. | |
c180471 | // CredentialLocator builds a locator from the given href. | |
c180472 | // DatacenterLocator builds a locator from the given href. | |
c180473 | // DeploymentLocator builds a locator from the given href. | |
c180474 | // HealthCheckLocator builds a locator from the given href. | |
c180475 | // IdentityProviderLocator builds a locator from the given href. | |
c180476 | // ImageLocator builds a locator from the given href. | |
c180477 | // InputLocator builds a locator from the given href. | |
c180478 | // InstanceLocator builds a locator from the given href. | |
c180479 | // InstanceTypeLocator builds a locator from the given href. | |
c180480 | // IpAddressLocator builds a locator from the given href. | |
c180481 | // IpAddressBindingLocator builds a locator from the given href. | |
c180482 | // MonitoringMetricLocator builds a locator from the given href. | |
c180483 | // MultiCloudImageLocator builds a locator from the given href. | |
c180484 | // MultiCloudImageMatcherLocator builds a locator from the given href. | |
c180485 | // MultiCloudImageSettingLocator builds a locator from the given href. | |
c180486 | // NetworkLocator builds a locator from the given href. | |
c180487 | // NetworkGatewayLocator builds a locator from the given href. | |
c180488 | // NetworkOptionGroupLocator builds a locator from the given href. | |
c180489 | // NetworkOptionGroupAttachmentLocator builds a locator from the given href. | |
c180490 | // Oauth2Locator builds a locator from the given href. | |
c180491 | // PermissionLocator builds a locator from the given href. | |
c180492 | // PlacementGroupLocator builds a locator from the given href. | |
c180493 | // PreferenceLocator builds a locator from the given href. | |
c180494 | // PublicationLocator builds a locator from the given href. | |
c180495 | // PublicationLineageLocator builds a locator from the given href. | |
c180496 | // RecurringVolumeAttachmentLocator builds a locator from the given href. | |
c180497 | // RepositoryLocator builds a locator from the given href. | |
c180498 | // RepositoryAssetLocator builds a locator from the given href. | |
c180499 | // ResourceGroupLocator builds a locator from the given href. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.