-
-
clj-http
... ,644][DEBUG][o.a.h.i.c.DefaultHttpClientConnectionOperator] Connecting to example.com/10.0.0.1:443
[2018- ... in
(http/post "http://www.example.org" {:http-builder-fns [my-cookie-disabler]
:disable-cookies true})
#+END_SRC ...
-
pinax-referrals
... use by the site.
For example, on an object detail page, the site builder would use a
template tag from `pinax- ...
### 1.0
* ENHANCEMENT: made GFK fields on `Referral` blankable
### 0.10.0
* ENHANCEMENT: added a signal to provide notifications of when a ...
-
Blog-toto
... main site layout, shared by all pages
|
+- index.builder # the builder template for the atom feed
|
+- pages/ # pages ... .
To cloudhead for the original version of toto.
Copyright (c) 2011 Roch Delsalle. See LICENSE for details ...
-
Sefaria-Project
... .sefaria.org) is creating interfaces, apps (like a source sheet builder) and infrastructure (like an API and a structured dataset) ... ](https://github.com/sefaria/Sefaria-Project/issues?direction=desc&page=1&sort=created&state=open). Tackling an issue marked ...
-
Wordpress-plugin
... / - Copyright (c) 2012 WooThemes
Documentation guides for properties and theming are coming soon. Shortly thereafter, the download builder will be ... keyboard control of more than one slider on the page. This means that all visible sliders will animate, at ...
-
github
... ` by doing:
```ruby
Github.new do |c|
c.adapter :excon
c.stack do |builder|
builder.use Github::Response::Helpers
builder. ... ::Client::Repos.new
response = repos.list user: 'wycats', per_page: 10, page: 5
```
Then you can query the pagination ...
-
p2p-testframework
... The client has already been built. Compilation is skipped.
- builder:make Uses (GNU) make to build the client
- ... modules are provided:
- viewer:htmlcollection Creates an HTML page that describes the whole scenario.
= Stages =
This section ...
-
omniauth-google-oauth2
... 's profile picture is returned as a thumbnail:
```ruby
Rails.application.config.middleware.use OmniAuth::Builder do
provider :google_oauth2, ENV['GOOGLE_CLIENT_ID'], ENV['GOOGLE_CLIENT_SECRET'],
{
scope: 'userinfo.email, userinfo.profile, ...
-
coverity-plugin
... Action Settings
The Coverity build action has the following options:
| Option | Description |
| ------- | ---------------------------------------- |
| Builder | Select the build step which will be wrapped with **cov-build ...
-
Teng-Plugin-SearchBySQLAbstractMore
... - use [SQL::Abstract::More](http://search.cpan.org/perldoc?SQL::Abstract::More) as Query Builder for Teng
# SYNOPSIS
package MyApp::DB;
use parent qw/Teng/;
__PACKAGE__->load_plugin('SearchBySQLAbstractMore');
__PACAKGE__-> ...
-