Home
last modified time | relevance | path

Searched refs:new (Results 176 – 200 of 1508) sorted by relevance

12345678910>>...61

/plugin/flowplay2/flowplayer/html/
H A Dflashembed.min.js_0.2618new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7")}catch(e){try{var f=new ActiveXObject("Shockwa…
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DCHANGELOG.md3 * Quality: Happy new year! (Ivan Enderlin, 2017-01-16T08:52:04+01:00)
23 * README: Add a better description and new usages. (Ivan Enderlin, 2015-11-18T21:36:03+01:00)
/plugin/findologicxmlexport/vendor/doctrine/instantiator/
H A DCONTRIBUTING.md7 * Pull requests must be sent from a new hotfix/feature branch, not from `master`.
33 Accepted coverage for new contributions is 80%. Any contribution not satisfying this requirement
/plugin/findologicxmlexport/vendor/hoa/visitor/
H A DCHANGELOG.md3 * Quality: Happy new year! (Alexis von Glasow, 2017-01-09T21:37:12+01:00)
25 * Happy new year! (Ivan Enderlin, 2015-01-05T14:56:34+01:00)
/plugin/bliki/
H A Dlocal.php.dist4 $conf['plugin']['bliki']['offset'] = 0; // Number of hours to offset new post times from your serve…
9 $conf['plugin']['bliki']['newlabel'] = '» New Post'; // Label for the new post button/link
/plugin/indexmenu/
H A DCREDITS61 Rewrite of indexmenu to add new dokuwiki compatibility
62 Added a new toolbar wizard
/plugin/diagramsnet/lib/img/lib/mscae/
H A DAlienSad.svg1new"/><path d="M23.52 31.307h-.03c-8 .233-14.327 1.777-14.536 3.58l-.022-1.444c-.025-1.85 6.404-3.…
/plugin/dwcommits/lang/en/
H A Ddwc_admin.txt31 …izing deletes all the data and starts all over again at the new date. Updating inserts new data …
40 …ting the git. You can check the current status of the git and pull in any new commits from gitHub.
77 These functions enable you to fetch new data from github, then to merge this data into your git. Th…
124 …in case you to make an error. If you add a new entry to dbnames.ser and then restore the old back…
/plugin/webdav/vendor/sabre/http/
H A DREADME.md103 $response = new HTTP\Response();
171 $request = new MyRequest($request);
196 $client = new HTTP\Client();
206 $client = new HTTP\Client();
258 $request = new Request('GET', 'http://localhost/');
259 $client = new Client();
314 $client = new Client();
502 * Updates the body resource with a new stream.
550 * Adds a new set of HTTP headers.
647 * Updates the body resource with a new stream.
[all …]
/plugin/davcal/vendor/sabre/http/
H A DREADME.md103 $response = new HTTP\Response();
171 $request = new MyRequest($request);
196 $client = new HTTP\Client();
206 $client = new HTTP\Client();
258 $request = new Request('GET', 'http://localhost/');
259 $client = new Client();
314 $client = new Client();
502 * Updates the body resource with a new stream.
550 * Adds a new set of HTTP headers.
647 * Updates the body resource with a new stream.
[all …]
/plugin/authgooglesheets/vendor/google/auth/
H A DREADME.md97 $client = new Client([
117 $client = new Client([
153 $client = new Client([
195 // $creds = new FetchAuthTokenCache($creds, $cacheConfig, $cache);
198 $middleware = new AuthTokenMiddleware($creds);
203 $client = new Client([
245 $client = new Client([
268 $auth = new AccessToken();
280 $auth = new AccessToken();
/plugin/captcha/
H A Dhelper.php55 $cookie = new FileCookie($this->fixedIdent(), $rand);
149 !(new FileCookie($this->fixedIdent(), $rand))->check()
342 $svg = new EasySVG();
442 $figlet = new phpFiglet();
491 $new = '';
534 $new .= $text[$i];
537 $new .= $spaces[array_rand($spaces)];
540 $new .= $text[$len - 1];
541 return $new;
/plugin/xkcd/
H A DREADME.md42 * xkcd changed xml format, adapted for new format
44 * updated to new version of DokuHTTPClient
/plugin/socialmark/
H A Dlist.txt5 #http://blogmarks.net/my/new.php?mini=1&simple=1&url=|Blogmarks it !
10 http://blogmarks.net/my/new.php?mini=1&simple=1&url=|Blogmark it !
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconnection-factory.asciidoc4 The ConnectionFactory instantiates new Connection objects when requested by the
42 $connectionFactory = new MyConnectionFactory(
/plugin/news/
H A DREADME9 There are two types of markup. At the top of a page that holds new items, you must place one of th…
53 …eres to the ttl (time-to-live) configuration setting (see Options below) and creates a new xml file
56 However, you can force a new feed to be created by method 2 or 3.
74 1. ttl: Number of minutes before a new feed will be automatically generated
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsBasicTests.yml5 member of the list on a new line with an opening
17 member of the list on a new line with an opening
29 member of the list on a new line with an opening
83 list on a new line, with a colon separating the key
H A DYtsSpecificationExamples.yml92 [ Date.new( 2001, 7, 2 ), Date.new( 2001, 8, 12 ), Date.new( 2001, 8, 14 ) ],
94 [ Date.new( 2001, 7, 23 ) ]
175 y = YAML::Stream.new
252 … 'New York Yankees', 'Atlanta Braves' ] => [ Date.new( 2001, 7, 2 ), Date.new( 2001, 8, 12 ), Date…
783 y = YAML::Stream.new
838 y = YAML::Stream.new
877 y = YAML::Stream.new
899 y = YAML::Stream.new
931 y = YAML::Stream.new
933 YAML::PrivateType.new( 'ball',
[all …]
/plugin/scrape/HTMLPurifier/Printer/
H A DHTMLDefinition.php
/plugin/translate/lang/en/
H A Dnewpage.txt1 ====== Create a new page ======
/plugin/elasticsearch/vendor/react/promise/
H A DREADME.md94 $deferred = new React\Promise\Deferred();
187 or rejection value. Returns a new promise for the transformed result.
189 The `then()` method registers new fulfilled, rejection and progress handlers
200 It returns a new promise that will fulfill with the return value of either
376 // or throw new Exception('Promise rejected');
386 throw new Exception('Promise cancelled');
389 $promise = new React\Promise\Promise($resolver, $canceller);
445 $deferred = new React\Promise\Deferred();
452 $promise = new React\Promise\LazyPromise($factory);
600 $deferred = new Reac
[all...]
/plugin/ckgdoku/ckeditor/plugins/table/dialogs/
H A Dtable.js.unc50 return new CKEDITOR.dom.element( name, editor.document );
93 // Save a reference to the selected table, and push a new set of default values.
142 var thead = new CKEDITOR.dom.element( table.$.createTHead() );
160 thead = new CKEDITOR.dom.element( table.$.tHead );
181 newCell = new CKEDITOR.dom.element( table.$.rows[ row ].cells[ 0 ] );
190 row = new CKEDITOR.dom.element( table.$.rows[ i ] );
192 newCell = new CKEDITOR.dom.element( row.$.cells[ 0 ] );
213 var firstCell = new CKEDITOR.dom.element( table.$.rows[ 0 ].cells[ 0 ] );
/plugin/ckgedit/ckeditor/plugins/table/dialogs/
H A Dtable.js.unc50 return new CKEDITOR.dom.element( name, editor.document );
93 // Save a reference to the selected table, and push a new set of default values.
142 var thead = new CKEDITOR.dom.element( table.$.createTHead() );
160 thead = new CKEDITOR.dom.element( table.$.tHead );
181 newCell = new CKEDITOR.dom.element( table.$.rows[ row ].cells[ 0 ] );
190 row = new CKEDITOR.dom.element( table.$.rows[ i ] );
192 newCell = new CKEDITOR.dom.element( row.$.cells[ 0 ] );
213 var firstCell = new CKEDITOR.dom.element( table.$.rows[ 0 ].cells[ 0 ] );
/plugin/farmer/lang/en/
H A Dtab_new.txt1 You can create a new animal here.
/plugin/codemirror/dist/modes/
H A Dmumps.min.js.map1new RegExp(\"^((\" + words.join(\")|(\") + \"))\\\\b\", \"i\");\n }\n\n var singleOperators …

12345678910>>...61