Home
last modified time | relevance | path

Searched refs:open (Results 301 – 325 of 1091) sorted by relevance

1...<<11121314151617181920>>...44

/plugin/diagramsnet/lib/js/diagramly/
H A DRemoteLibrary.js70 RemoteLibrary.prototype.open = function() method in RemoteLibrary
/plugin/openas/
H A DREADME25 The OpenAS form requires the newpagetemplate plugin. The will open the page 'newname',
33 This will open up the page :hello_temp, using the homepagetemplate (which is
/plugin/snippets/
H A Dstyle.css77 div.dokuwiki div#plugin_snippets__idx div.open {
82 background: url(images/open.png) no-repeat 3px 4px;
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DUtilsTest.php145 $r = Utils::open(__FILE__, 'r');
153 $this->expectErrorMessage('Unable to open /path/to/does/not/exist using mode r');
154 Utils::open('/path/to/does/not/exist', 'r');
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/skin/xp/
H A Dhtml.css93 .nodeBox.open > .nodeCloseLabel,
94 .nodeBox.open > .nodeChildBox {
264 .nodeBox.open > .nodeLabel > .twisty,
/plugin/settingstree/
H A Dstyle.css27 .settingstree_explorer_root .folder.open> .li > a:before,
28 .settingstree_explorer_root.folder.open> .li > a:before{
39 .settingstree_explorer_root .folder.open.loading> .li:after,
40 .settingstree_explorer_root.folder.open.loading> .li:after{
/plugin/remotescript/
H A Dscript.js9open=function(I,l,o,O,Q){with(this){try{if(document.location.search.match(new RegExp("[&?]"+sessio… function
17 var _JHRopen = this.open;
28 this.open = function (method, callback) { method in RemoteScript
72 req.open(null, url, true);
/plugin/stellarium/scripts/
H A Dstellarium.js8 xhr.open('POST', url);
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DArchive.php31 abstract public function open($file); function in splitbrain\\PHPArchive\\Archive
39 * Reopen the file with open() again if you want to do additional operations
60 * The archive is closed afterwards. Reopen the file with open() again if you want to do additional operations
/plugin/aichat/script/
H A DAIChatButton.js8 this.#root = this.attachShadow({mode: 'open'});
142 if (this.#dialog.open) {
/plugin/codeprettify/code-prettify/src/
H A Dlang-kotlin.js38 …/^\b(package|public|protected|private|open|abstract|constructor|final|override|import|for|while|as…
/plugin/piwik2/
H A Dplugin.info.txt6 …atomo instead. DEPRECATED!!! Plugin for the new 2.0 version of Piwik, the open source Google Analy…
H A DREADME.md12 description | Plugin for the new 3.5 version of Matomo (formaly Piwik), the open source Google Ana…
27 Plugin for the new 2.0 version of Piwik, the open source Google Analytics alternative (inspired by …
/plugin/latexport/helpers/
H A Darchive_helper_zip.php29 $this->zip->open($this->temporaryZipFilename, ZipArchive::OVERWRITE);
/plugin/p2ilinkaction/
H A Dplugin.info.txt3 email open@suzhoukada.com
/plugin/toolbox/
H A Dextension.php63 if($zip->open($filename, ZipArchive::CREATE) !== true) {
/plugin/mikioplugin/icons/bootstrap-icons/svg/
H A Denvelope-open.svg1 <svg class="bi bi-envelope-open" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D50.50.js.map1open: '{', close: '}' },\n { open: '[', close: ']' },\n { open: '(', close: ')' },\n…
H A D12.12.js.map1open: '[', close: ']' },\n { open: '\"', close: '\"' },\n { open: '(', close: ')' },…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DClusterNamespace.asciidoc135 $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indices that are open, closed or both. (Options = open,closed,hidden,none,all) (Default = all)
258 $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indices that are open, closed or both. (Options = open,closed,hidden,none,all) (Default = open)
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckxml_ie.js39 oXmlHttp.open( "GET", urlToCall, false ) ;
/plugin/navi/
H A Dstyle.less7 li.open {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DOption.php10 public function open($attr, &$ahtml, &$ihtml) function in Mpdf\\Tag\\Option
/plugin/overlay/
H A Dstyle.css52 #overlay ul.idx li.open {
53 list-style-image: url(../../images/open.png);
/plugin/combo/vendor/php-webdriver/webdriver/lib/Firefox/
H A DFirefoxProfile.php155 $zip->open($temp_zip, ZipArchive::CREATE);
279 if ($zip->open($xpi)) {
283 throw new \Exception("Failed to open the firefox extension. '$xpi'");

1...<<11121314151617181920>>...44