Home
last modified time | relevance | path

Searched refs:build (Results 376 – 400 of 495) sorted by last modified time

1...<<11121314151617181920

/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A D.travis.yml44 …- ./phpunit --configuration ./build/travis-ci-fail.xml > /dev/null; if [ $? -eq 0 ]; then echo "SH…
H A DREADME.md7 …/travis/sebastianbergmann/phpunit/5.7.svg?style=flat-square)](https://phpunit.de/build-status.html)
/plugin/file2dw/docker/simple/
H A Ddocker-compose.yml6 build:
/plugin/file2dw/docker/proxy/
H A Ddocker-compose.yml69 build:
/plugin/ckgdoku/ckeditor/plugins/scayt/dialogs/
H A Doptions.js32 …ment().getChildren().getItem(0).setHtml("")}});(function(){commonBuilder={build:function(c,d,k){re… method in commonBuilder
/plugin/ckgdoku/ckeditor/
H A DLICENSE.md1341 include source files, build scripts and documentation.
H A Dckeditor.js494 …(CKEDITOR.tools,b);return this._},f={build:function(a,b,c){return new CKEDITOR.ui.dialog.textInput… method in AnonymousFunctione4ea003831900.b
499 '"':"")+"\x3e"+e.call(this,b,c)+"\x3c/span\x3e"}]},CKEDITOR.dialog._.uiElementBuilders.hbox.build(b…
530build:function(a,b,c){for(var d=b.children,e,f=[],k=[],l=0;l<d.length&&(e=d[l]);l++){var v=[];f.pu…
558 ….preventDefault())},this);q=[];z=CKEDITOR.dialog._.uiElementBuilders.hbox.build(this,{type:"hbox",…
568 …ols.htmlEncode(a.label)+'"':"",d=CKEDITOR.dialog._.uiElementBuilders.vbox.build(this,{type:"vbox",…
595build:function(a,b,c){for(var d=b.children,e,f=[],g=[],h=0;h<d.length&&(e=d[h]);h++){var k=[];f.pu… method in AnonymousFunctione4ea00383f300.a
H A DCHANGES.md730 …o [CKBuilder](https://github.com/ckeditor/ckbuilder) when using the `/dev/builder/build.sh` script.
1048 … [Indent Block](http://ckeditor.com/addon/indentblock) are now included in the build configuration.
1079 …/docs.ckeditor.com/#!/guide/dev_allowed_content_rules) or create a custom build based on the Basic…
/plugin/ckgdoku/ckeditor/plugins/smiley/
H A Dplugin.js.unc27 * The base path used to build the URL for the smiley images. It must end with a slash.
/plugin/gtime/gtlib/
H A DREADME39 $ phing clean # Clean all build artifacts
/plugin/copypage/images/
H A DREADME.md7 ### How to build
13 php $DOKUWIKI/lib/tpl/dokuwiki/images/pagetools-build.php
/plugin/mdpage/vendor/cebe/markdown/
H A D.travis.yml24 # run build against hhvm but allow them to fail
25 # http://docs.travis-ci.com/user/build-configuration/#Rows-That-are-Allowed-To-Fail
/plugin/swiftmail/Swift/
H A DMessage.php193 if ($address instanceof Swift_Address) $address = $address->build(true);
220 if ($from instanceof Swift_Address) $from = $from->build();
242 if ($value instanceof Swift_Address) $to[$key] = $value->build();
271 if ($value instanceof Swift_Address) $replyto[$key] = $value->build();
300 if ($value instanceof Swift_Address) $cc[$key] = $value->build();
329 if ($value instanceof Swift_Address) $bcc[$key] = $value->build();
447 if ($request instanceof Swift_Address) $request = $request->build();
H A DAddress.php81 public function build($smtp=false) function in Swift_Address
102 return $this->build(true);
/plugin/swiftmail/Swift/Message/
H A DHeaders.php563 public function build() function in Swift_Message_Headers
H A DMime.php292 $part_stream = $part->build();
481 public function build() function in Swift_Message_Mime
487 $this->cache->write("headers", $this->headers->build());
/plugin/swiftmail/Swift/Plugin/
H A DMailSend.php119 if ($this->isWindows()) $to[] = substr($addr->build(true), 1, -1);
120 else $to[] = $addr->build();
129 foreach ($recipients->getBcc() as $addr) $bcc[] = $addr->build();
142 $this->returnPath = $sender->build();
158 $headers = $headers->build();
/plugin/swiftmail/
H A DSwift.php369 … if (!($has_return_path = $message->getReturnPath())) $message->setReturnPath($from->build(true));
384 $to[] = $address->build();
386 $this->command("RCPT TO: " . $address->build(true), 250);
399 $cc[] = $address->build();
401 $this->command("RCPT TO: " . $address->build(true), 250);
421 $data = $message->build();
440 if (!$has_bcc) $message->setBcc($address->build());
443 $this->command("RCPT TO: " . $address->build(true), 250);
445 $data = $message->build();
/plugin/syntaxhighlighter3/
H A DREADME.md16 The subfolder `sxh3` contains an untouched build of [SyntaxHighlighter 3.0.90](https://github.com/s…
H A DCHANGELOG.md11 * Add ANT build tools
27 * Add build bash script
36 * Add build tools
/plugin/syntaxhighlighter3/sxh3/
H A DGruntfile.coffee2 require('./build/tasks')(grunt)
H A DREADME.md13 1. Then `./node_modules/.bin/grunt build` to build
/plugin/syntaxhighlighter3/sxh3/tests/
H A Dtasks.coffee4 grunt.registerTask 'test', [ 'build', 'express' ]
/plugin/syntaxhighlighter3/sxh3/build/
H A Dtasks.coffee66 …grunt.registerTask 'build', 'clean compile_sass copy_misc_files build_core pack validate add_heade…
68 grunt.registerTask 'clean', 'Cleans the build folder', ->
/plugin/vbsso/vendor/com.extremeidea.vbsso/vbsso-connect-shared/
H A Dbuild.properties1 #Created by build system. Do not modify

1...<<11121314151617181920