Home
last modified time | relevance | path

Searched refs:empty (Results 26 – 50 of 652) sorted by relevance

12345678910>>...27

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DRuleContext.php85 static $empty;
87 return $empty ?? ($empty = new ParserRuleContext(null));
104 * A context is empty if there is no invoking state; meaning nobody call
/plugin/datatables/assets/datatables.net-responsive-bs/js/
H A Dresponsive.bootstrap.min.js
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DGraphNamespace.asciidoc31 $params['index'] = (list) A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices (Required)
32 $params['type'] = DEPRECATED (list) A comma-separated list of document types to search; leave empty to perform the operation on all types
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Commenting/
H A DDocCommentSniff.php67 $empty = array(
72 $short = $phpcsFile->findNext($empty, ($stackPtr + 1), $commentEnd, true);
93 $prev = $phpcsFile->findPrevious($empty, ($commentEnd - 1), $stackPtr, true);
167 $long = $phpcsFile->findNext($empty, ($shortEnd + 1), ($commentEnd - 1), true);
200 $prev = $phpcsFile->findPrevious($empty, ($firstTag - 1), $stackPtr, true);
/plugin/runcommand/
H A Dscript.js30 jQuery('DIV#rcResult'+id).empty();
52 function(data){ jQuery('DIV#rcResult'+id).empty(); jQuery('DIV#rcResult'+id).wrapInner(data); }
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dxml_reference.rst22 skip-when-empty="false"
42 …inline="true" entry-name="foobar" namespace="http://www.w3.org/2005/Atom" skip-when-empty="true" />
58 skip-when-empty="false"
100 …inline="true" entry-name="foobar" namespace="http://www.w3.org/2005/Atom" skip-when-empty="true" />
/plugin/odt/ODT/
H A DXMLUtil.php361 $empty = false;
363 $empty = strpos ($xmlCode, '<'.$element.'/>');
364 if ($empty === false) {
368 if ($empty !== false) {
/plugin/evesso/
H A Dhelper.php140 public function inGroup($groups, $names, $empty = true) { argument
149 return $empty; //nothing set
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DWmf.php155 if (!empty($dashArray)) {
269 if (!empty($this->gdiObjectArray)) {
270 $empty = false;
272 while (!$empty) {
273 $empty = !isset($this->gdiObjectArray[$i]);
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsSpecificationExamples.yml872 # an empty sequence, and the last an empty string.
1028 empty: []
1047 empty: {}
1170 empty: |
1204 'empty' => '',
1219 empty: >
1271 'empty' => '',
1287 empty: ''
1298 'empty' => '',
1308 empty: ""
[all …]
H A Dmultiple_lines_as_literal_block.yml10 empty line:
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
H A Dissue-50.md1 table of cronjobs should not result in empty ems:
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dsplit.rst30 If the ``delimiter`` is an empty string, then value will be split by equal
44 empty) functions for string splitting.
/plugin/displayfile/
H A DREADME.md36 | `root_path` | empty | Specifies the root directory displayed file paths will evaluate relative to…
37 …by the `displayfile` element. The deny list supersedes the allow list. An empty list means no exte…
38 …ist of extensions that should be allowed by the `displayfile` element. An empty list means any ext…
/plugin/findologicxmlexport/vendor/twig/twig/doc/tests/
H A Dindex.rst10 empty
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DPredictionContext.php58 public static function empty() : EmptyPredictionContext function in Antlr\\Antlr4\\Runtime\\PredictionContexts\\PredictionContext
60 static $empty;
62 if ($empty === null) {
64 $empty = new EmptyPredictionContext();
65 $empty->id = 0;
68 return $empty;
73 * Return {@see PredictionContext::empty()} if `outerContext` is empty or null.
82 // is EMPTY. Nobody called us. (if we are empty, return empty)
[all...]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/set/
H A Dcapture-empty.test2 "set" tag block empty capture
/plugin/favoris/
H A Dfavoris.js109 if(document.selection && document.selection.empty) document.selection.empty();
/plugin/inlineedit/
H A Dstyle.less8 span.plugin__inlineedit.active:empty:after {
/plugin/pagetitle/
H A Dall.css6 #dokuwiki__content div.youarehere:empty {
/plugin/combo/resources/slot/
H A Dmain-header.md3 <text lead display="none-if-empty">$lead</text>
/plugin/odt/ODT/elements/
H A DODTElementTable.php454 $empty = array();
496 $empty [] = $style_obj;
518 $maxEmpty = count($empty);
519 foreach ($empty as $column) {
/plugin/jukebox/id3/
H A Dgetid3.php1105 $empty = tempnam('*', 'getID3');
1106 touch($empty);
1117 …$commandline = '"'.GETID3_HELPERAPPSDIR.'vorbiscomment.exe" -w -c "'.$empty.'" "'.$file.'" "'.$tem…
1128 $commandline = 'vorbiscomment -w -c "'.$empty.'" "'.$file.'" "'.$temp.'" 2>&1';
1129 …$commandline = 'vorbiscomment -w -c '.escapeshellarg($empty).' '.escapeshellarg($file).' '.escapes…
1154 unlink($empty);
/plugin/authgoogle2fa/
H A Daction.php25 $empty="";
/plugin/katex/_assets/contrib/
H A Dmhchem.min.js1empty:/^$/,else:/^./,else2:/^./,space:/^\s/,"space A":/^\s(?=[A-Z\\$])/,space$:/^\s$/,"a-z":/^[a-z… property in AnonymousFunctioncd8c97790100.AnonymousFunctioncd8c97790200.AnonymousFunctioncd8c97790300.a.patterns.patterns

12345678910>>...27