Home
last modified time | relevance | path

Searched refs:Empty (Results 1 – 25 of 76) sorted by relevance

1234

/plugin/asciidocjs/node_modules/function-bind/
Dimplementation.js45 var Empty = function Empty() {}; class
46 Empty.prototype = target.prototype; class
47 bound.prototype = new Empty();
48 Empty.prototype = null;
/plugin/asciidocjs/node_modules/core-js/modules/
D_object-create.js6 var Empty = function () { /* empty */ }; class
34 Empty[PROTOTYPE] = anObject(O);
35 result = new Empty();
36 Empty[PROTOTYPE] = null;
/plugin/asciidocjs/node_modules/core-js/library/modules/
D_object-create.js6 var Empty = function () { /* empty */ }; class
34 Empty[PROTOTYPE] = anObject(O);
35 result = new Empty();
36 Empty[PROTOTYPE] = null;
/plugin/rdplink/RdpEncrypt/
DRdpEncrypt.vb100 plainText = String.Empty
103 entropy = String.Empty
135 description = String.Empty
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/
DSafeObject.php49 'Empty',
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
Dmd1_links_inline_style.md9 [Empty]().
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
D2731.phpt2 GH-2731: Empty exception message cannot be expected
/plugin/fbcomments/
Dsyntax.php111 else $box= 'Empty Facebook App ID';
/plugin/deletepageguard/tests/
H A DREADME.md41 - Empty line handling
52 - Empty patterns and targets
/plugin/advanced/lang/en/config/
Dusers.txt5 Empty lines, and everything after a ''#'' character are ignored. Each line contains a colon separat…
Dacl.txt7 Empty lines and shell-style comments are ignored. Each line contains 3 whitespace separated fields:
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
Dtables.md82 | Table | With | Empty | Cells |
/plugin/mdpage/vendor/cebe/markdown/tests/extra-data/
Dtables.md82 | Table | With | Empty | Cells |
/plugin/datepicker/
Dstyle.css137 .calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
141 .calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
DChangeLog-5.7.md37 * Fixed [#2731](https://github.com/sebastianbergmann/phpunit/issues/2731): Empty exception message …
155 * Fixed [#2392](https://github.com/sebastianbergmann/phpunit/issues/2392): Empty (but valid) data p…
157 * Fixed [#2435](https://github.com/sebastianbergmann/phpunit/issues/2435): Empty `@group` annotatio…
/plugin/wysiwyg/css/
Dfck_internal.css53 /* Empty anchors images */
/plugin/grensladawritezor/fckeditor/editor/css/
Dfck_internal.css53 /* Empty anchors images */
/plugin/fckg/fckeditor/editor/css/
Dfck_internal.css69 /* Empty anchors images */
/plugin/wysiwyg/fckeditor/editor/css/
Dfck_internal.css52 /* Empty anchors images */
/plugin/authremoteuser/
DREADME.md109 Empty lines, and everything after a `#` character are ignored. Each line
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
Dphp_json_objects.asciidoc10 ==== Empty Objects
/plugin/json/demo/
Djson_usage_demo.txt85 Empty curly brackets lists all properties of the variable.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
DClusterNamespace.asciidoc47 $params['body'] = (array) The index, shard, and primary flag to explain. Empty mea…
/plugin/statdisplay/pchart/
DpChart.php1910 $Empty = - 2147483647;
1935 $YLast = $Empty;
1949 $YLast = $Empty;
1952 if ($YLast != $Empty) {
1964 if ($YLast != $Empty && $AroundZero) {
/plugin/dirtylittlehelper/
Ddokuwiki_plugin_dirtylittlehelper.txt247 in the config you can define a list of templates that shall be in the dropdown. Empty config = no d…

1234