Home
last modified time | relevance | path

Searched refs:code (Results 76 – 100 of 2534) sorted by relevance

12345678910>>...102

/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DSource.php23 private $code; variable in Twig\\Source
28 * @param string $code The template source code
32 public function __construct($code, $name, $path = '') argument
34 $this->code = $code;
41 return $this->code;
/plugin/codeprettify/code-prettify/
H A DCHANGES.md5 * On some browsers, `<code>` elements with newlines in the text which use CSS
8 Also, on IE6, all newlines will be stripped from `<code>` elements because
9 of the way IE6 produces `innerHTML`. Workaround: use `<pre>` for code with
18 * Fixed bug [#6](https://github.com/google/code-prettify/issues/6): `prettyPrintOne`
23 * Fixed bug [#8](https://github.com/google/code-prettify/issues/8): was eating tabs
40 * Fixed bug [#29](https://github.com/google/code-prettify/issues/29): python
51 * Support for `nocode` spans to allow embedding of line numbers and code
53 of prettified code. See the issue [#22](https://github.com/google/code-prettify/issues/22)
61 See issue [#37](https://github.com/google/code-prettify/issues/37).
73 Lua strings, C preprocessor directives, newlines in Wiki code on Windows, and
[all …]
/plugin/displaywikipage/lang/en/
H A Dintro.txt9 …tion for use with your template, so you will have to insert the following code into your template,…
11 <code php>
12 …p if (file_exists(DOKU_PLUGIN.'displaywikipage/code.php')) include_once(DOKU_PLUGIN.'displaywikipa…
13 </code>
15 **Note**: Inserting the code above is **required**, not optional.
17 To display a wiki page at any point in your document, use the following code:
19 <code php>
21 </code>
25 Using the above code in this fashion will allow your users to use the template whether or not you h…
/plugin/bootswrapper/exe/help/
H A Dlist-group.txt5 <code html><list-group>
11 </list-group></code>
25 <code html><list-group>
29 </list-group></code>
41 <code html><list-group>
45 </list-group></code>
57 <code html><list-group>
61 </list-group></code>
73 <code html><list-group>
75 </list-group></code>
/plugin/zip/pear/
H A DPEAR.php273 function isError($data, $code = null) argument
276 if (is_null($code)) {
278 } elseif (is_string($code)) {
384 function expectError($code = '*') argument
386 if (is_array($code)) {
519 $code = null, argument
528 $code = $message->getCode();
582 $code = null, argument
823 var $code = -1; variable in PEAR_Error
858 $this->code = $code;
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A DChangeLog-2.2.md9 * Fixed [#391](https://github.com/sebastianbergmann/php-code-coverage/pull/391): Missing `</abbr>` …
15 * Fixed [#368](https://github.com/sebastianbergmann/php-code-coverage/pull/368): Blacklists and whi…
17 * Fixed [#372](https://github.com/sebastianbergmann/php-code-coverage/pull/372): Nested classes and…
18 * Fixed [#382](https://github.com/sebastianbergmann/php-code-coverage/issues/382): Crap4J report ge…
28 …environment` to 1.3.2 for [#365](https://github.com/sebastianbergmann/php-code-coverage/issues/365)
34 …environment` to 1.3.1 for [#365](https://github.com/sebastianbergmann/php-code-coverage/issues/365)
51 [2.2.4]: https://github.com/sebastianbergmann/php-code-coverage/compare/2.2.3...2.2.4
52 [2.2.3]: https://github.com/sebastianbergmann/php-code-coverage/compare/2.2.2...2.2.3
53 [2.2.2]: https://github.com/sebastianbergmann/php-code-coverage/compare/2.2.1...2.2.2
54 [2.2.1]: https://github.com/sebastianbergmann/php-code-coverage/compare/2.2.0...2.2.1
[all …]
H A DREADME.md1 …n](https://poser.pugx.org/phpunit/php-code-coverage/v/stable.png)](https://packagist.org/packages/…
2 …ravis-ci.org/sebastianbergmann/php-code-coverage.svg?branch=master)](https://travis-ci.org/sebasti…
6 …that provides collection, processing, and rendering functionality for PHP code coverage informatio…
14 [Xdebug](http://xdebug.org/) is the only source of raw code coverage data supported for PHP 5. Vers…
18 … as well as [phpdbg](http://phpdbg.com/docs) are supported sources of raw code coverage data for P…
22 A version of HHVM that implements the Xdebug API for code coverage (`xdebug_*_code_coverage()`) is …
28 composer require phpunit/php-code-coverage
32 composer require --dev phpunit/php-code-coverage
49 $writer->process($coverage, '/tmp/code-coverage-report');
/plugin/codebuttonmod2/
H A DPlugin.txt4 description: Inserts two code buttons into the toolbar. Include code copy-to-clipboard feature
13 tags : button, code, toolbar
34 …tionalities of codebuttonmod1 (download link by default): "''<code | download>Insert_Code</code>''"
36 The second button adds a simple "''<code>Insert_Code</code>''" markup.
37 The third button adds "''%%Insert_Code%%''" for inline code.
41 With a left click on the code blocks the code is copied to the clipboard.
51 * Bug fix and button for inline code included (v1.2.3)
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DFilter.ExtractStyleBlocks.Scope.txt
H A DHTML.Allowed.txt
/plugin/codemirror/dist/modes/
H A Dgfm.min.js1code=false;return null}var g={startState:function(){return{code:false,codeBlock:false,ateSpace:fal…
/plugin/publist/bib2tpl/lib/
H A DPEAR.php254 function isError($data, $code = null) argument
260 if (is_null($code)) {
262 } elseif (is_string($code)) {
263 return $data->getMessage() == $code;
266 return $data->getCode() == $code;
359 function expectError($code = '*') argument
361 if (is_array($code)) {
477 $code = null, argument
805 var $code = -1; variable in PEAR_Error
837 $this->code = $code;
[all …]
/plugin/publistf/bib2tpl/lib/
H A DPEAR.php254 function isError($data, $code = null) argument
260 if (is_null($code)) {
262 } elseif (is_string($code)) {
263 return $data->getMessage() == $code;
266 return $data->getCode() == $code;
359 function expectError($code = '*') argument
361 if (is_array($code)) {
477 $code = null, argument
805 var $code = -1; variable in PEAR_Error
837 $this->code = $code;
[all …]
/plugin/publistx/bib2tpl/lib/
H A DPEAR.php254 function isError($data, $code = null) argument
260 if (is_null($code)) {
262 } elseif (is_string($code)) {
263 return $data->getMessage() == $code;
266 return $data->getCode() == $code;
359 function expectError($code = '*') argument
361 if (is_array($code)) {
477 $code = null, argument
805 var $code = -1; variable in PEAR_Error
837 $this->code = $code;
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dcoding_standards.rst10 .. code-block:: jinja
19 .. code-block:: jinja
31 .. code-block:: jinja
40 .. code-block:: jinja
48 .. code-block:: jinja
54 .. code-block:: jinja
62 .. code-block:: jinja
72 .. code-block:: jinja
80 .. code-block:: jinja
87 .. code-block:: jinja
[all …]
/plugin/geourl/lang/en/
H A Dintro.txt3 This tool allows you to set a code for use with [[wp>GeoURL|GeoURL]], which allows your visitors to…
5 …tion for use with your template, so you will have to insert the following code into your template,…
7 <code php>
9 if (file_exists(DOKU_PLUGIN.'geourl/code.php')) include_once(DOKU_PLUGIN.'geourl/code.php');
12 </code>
14 **Note**: Inserting the code above is **required**, not optional.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GKEHub/
H A DMembershipState.php25 public $code; variable in Google\\Service\\GKEHub\\MembershipState
30 public function setCode($code) argument
32 $this->code = $code;
39 return $this->code;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DVerifyNotificationChannelRequest.php25 public $code; variable in Google\\Service\\Monitoring\\VerifyNotificationChannelRequest
30 public function setCode($code) argument
32 $this->code = $code;
39 return $this->code;
H A DGetNotificationChannelVerificationCodeResponse.php25 public $code; variable in Google\\Service\\Monitoring\\GetNotificationChannelVerificationCodeResponse
34 public function setCode($code) argument
36 $this->code = $code;
43 return $this->code;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDomains/
H A DAuthorizationCode.php25 public $code; variable in Google\\Service\\CloudDomains\\AuthorizationCode
30 public function setCode($code) argument
32 $this->code = $code;
39 return $this->code;
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
H A Dissue-38.md3 // some code
8 // some code
13 // some code
19 // some code
25 // some code
/plugin/jsonrpc/
H A DIJR_Error.php9 var $code; variable in IJR_Error
11 function IJR_Error($code, $message) { argument
12 $this->code = $code;
17 $result['code'] = $this->code;
/plugin/gtime/gtlib/asn1/tsp/
H A DTSPTimeStampResp.php73 $code = $this->getStatusCode();
75 if ($code == 0 || $code == 1) {
86 } else if ($code >= 2 && $code <= 5) {
94 throw new GTException("invalid status code: {$code}");
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Genomics/
H A DFailedEvent.php29 public $code; variable in Google\\Service\\Genomics\\FailedEvent
48 public function setCode($code) argument
50 $this->code = $code;
57 return $this->code;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DBiEngineReason.php25 public $code; variable in Google\\Service\\Bigquery\\BiEngineReason
34 public function setCode($code) argument
36 $this->code = $code;
43 return $this->code;

12345678910>>...102