Home
last modified time | relevance | path

Searched refs:close (Results 176 – 200 of 1082) sorted by last modified time

12345678910>>...44

/plugin/combo/vendor/symfony/process/Pipes/
H A DPipesInterface.php41 * @param bool $close Whether to close pipes if they've reached EOF
45 public function readAndWrite(bool $blocking, bool $close = false): array; argument
60 public function close(); function
/plugin/combo/vendor/symfony/process/
H A DProcess.php216 $this->processPipes->close();
940 $this->close();
1355 $this->close();
1421 * @param bool $close Whether to close file handles or not
1423 private function readPipes(bool $blocking, bool $close) argument
1425 $result = $this->processPipes->readAndWrite($blocking, $close);
1442 private function close(): int function in Symfony\\Component\\Process\\Process
1444 $this->processPipes->close();
/plugin/combo/ComboStrap/
H A DSearch.php78 $request->close();
/plugin/combo/vendor/php-webdriver/webdriver/lib/Firefox/
H A DFirefoxProfile.php174 $zip->close();
281 $zip->close();
/plugin/combo/ComboStrap/Tag/
H A DMermaidTag.php79 public static function close(): string function in ComboStrap\\Tag\\MermaidTag
/plugin/structodt/
H A Daction.php236 $archive->close();
H A Dhelper.php86 $tmp_zip->close();
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md267 * `FIX`: handle close to source or target drop on flow ([#1541](https://github.com/bpmn-io/bpmn-js/…
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js33close()})),this._eventBus.on("elements.changed",(function(t){var n=t.elements,i=e._current;if(i){v…
181 …:{min:1,max:1.5};this._config={scale:i},t.on("diagram.destroy",(()=>{this.close()})),t.on("element…
183 onClose=${e=>this.close(e)}
194close();const{entries:r,headerEntries:o}=this._getContext(e,t);this._current={position:n,className…
/plugin/bpmnio/vendor/dmn-js/
H A DCHANGELOG.md209 * `FEAT`: close select (i.a. decision table hit policy select) whenever there is user interaction o…
376 * `FIX(decision-table)`: do not close input on user selection ([#421](https://github.com/bpmn-io/dm…
379 * `FIX(decision-table)`: do not close context on user selection
493 * `FIX(decision-table)`: close input editor on `ENTER`
519 * `FIX`: don't close editor on allowed value add
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-modeler.production.min.js21close()})),this._eventBus.on("elements.changed",(function(t){var n=t.elements,i=e._current;if(i){v… method in Ju
/plugin/katex/_assets/
H A Dkatex.min.js1 …row new Error("Expected symbolNode but got "+String(e)+".")}var te={bin:1,close:1,inner:1,open:1,p…
/plugin/bbcodeextensions/
H A Dcommon.php26 function settextwraps ($open, $close) { argument
27 $this->textwrap= [ $open, $close ];
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DTar.php125 $this->close();
220 $this->close();
307 $this->close();
348 * Add the closing footer to the archive if in write mode, close all file handles
359 public function close() function in splitbrain\\PHPArchive\\Tar
371 // close file handles
392 * This implicitly calls close() on the Archive
397 $this->close();
H A DZip.php109 $this->close();
224 // close file
259 $this->close();
462 * Add the closing footer to the archive if in write mode, close all file handles
468 public function close() function in splitbrain\\PHPArchive\\Zip
495 // close file handles
509 * This implicitly calls close() on the Archive
514 $this->close();
H A DArchive.php99 * Close the archive, close all file handles
104 abstract public function close(); function in splitbrain\\PHPArchive\\Archive
109 * This implicitly calls close() on the Archive
/plugin/upgrade/
H A Dhelper.php182 $tar->close();
/plugin/upgrade/vendor/splitbrain/php-archive/
H A DREADME.md50 $tar->close();
/plugin/farmer/
H A Dall.less6 .chosen-container-multi .chosen-choices li.search-choice .search-choice-close,
H A Dhelper.php185 $dir->close();
/plugin/farmer/css/
H A Dchosen.less281 .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
291 .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
308 .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
364 .chosen-disabled .chosen-choices .search-choice .search-choice-close {
403 .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
442 .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
/plugin/btable2/
H A DREADME.md46 - close (disable frontend changes.)
/plugin/odt/ODT/
H A DODTImport.php883 $ZIPextract->close();
H A DODTUtility.php529 $params->htmlStack->close($element);
/plugin/odt/ODT/css/
H A Dcssdocument.php300 public function close ($element) { function in cssdocument

12345678910>>...44