Home
Sort by
last modified time
|
relevance
|
path
Project(s)
dokuwiki
plugin
template
select all
invert selection
clear
Full Search
Definition
Symbol
File Path
History
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Help
Searched
refs:open
(Results
1 - 11
of
11
) sorted by relevance
/dokuwiki/lib/scripts/
H
A
D
toolbar.js
82
fixtxt(props.
open
),
107
props.
open
= fixtxt(props.
open
);
116
startofs: props.
open
.length,
121
sample = sample.split("\n").join(props.close+"\n"+props.
open
);
122
sample = props.
open
+sample+props.close;
154
window.
open
(
263
* Close all
open
pickers
H
A
D
linkwiz.js
243
if(dw_linkwiz.val.
open
) {
244
so += dw_linkwiz.val.
open
.length;
245
link = dw_linkwiz.val.
open
+link;
H
A
D
fileuploader.js
1079
// on form submit will
open
1202
xhr.
open
("POST", queryString, true);
/dokuwiki/vendor/splitbrain/php-archive/src/
H
A
D
Archive.php
31
abstract public function
open
($file);
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
H
A
D
Zip.php
53
public function
open
($file)
function
58
throw new ArchiveIOException('Could not
open
file for reading: '.$this->file);
69
* Reopen the file with
open
() again if you want to do additional operations
171
//
open
file for writing
174
throw new ArchiveIOException('Could not
open
file for writing: '.$extractto);
219
throw new ArchiveIOException('Could not
open
file for writing: '.$extractto);
264
throw new ArchiveIOException('Could not
open
file for writing: '.$this->file);
300
throw new ArchiveIOException('Could not
open
file for reading: '.$file);
692
* Write to the
open
filepointer or memory
H
A
D
Tar.php
53
public function
open
($file)
function
62
//
open
file handles
72
throw new ArchiveIOException('Could not
open
file for reading: '.$this->file);
83
* Reopen the file with
open
() again if you want to do additional operations
126
* Reopen the file with
open
() again if you want to do additional operations
175
throw new ArchiveIOException('Could not
open
file for writing: '.$output);
233
throw new ArchiveIOException('Could not
open
file for writing: '.$this->file);
261
throw new ArchiveIOException('Could not
open
file for reading: '.$file);
410
* Read from the
open
file pointer
427
* Write to the
open
filepointe
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H
A
D
ANSI.php
471
$close = $
open
= '';
474
$
open
.= '<span style="color: ' . $cur_attr->foreground . '">';
482
$
open
.= '<span style="background: ' . $cur_attr->background . '">';
490
$
open
.= '<b>';
497
$
open
.= '<u>';
504
$
open
.= '<blink>';
509
$output.= $close . $
open
;
536
// close any remaining
open
tags
/dokuwiki/vendor/geshi/geshi/src/
H
A
D
geshi.php
158
still have to close
open
patterns. 12k should do just fine on a 16k limit.
205
/** GeSHi could not
open
a file for reading (generally a language file) */
2218
foreach ($delimiters as $
open
=> $close) {
2220
if (!isset($matches[$dk][$
open
])) {
2221
$matches[$dk][$
open
] = array(
2225
'
open
' => $
open
, // needed for grouping of adjacent code blocks (see below)
2226
'open_strlen' => strlen($
open
),
2233
if ($matches[$dk][$
open
]['next_match'] < $i) {
2235
$open_pos = strpos($code, $
open
,
2917
$
open
= $next_
open
_comment_multi;
global()
variable
2925
$
open
== GESHI_START_IMPORTANT) {
global()
variable
[all...]
/dokuwiki/inc/
H
A
D
html.php
417
$
open
= 0;
variable
428
//
open
new list
432
$
open
++;
439
while ($level > $item['level'] && $
open
> 0 ) {
443
$
open
--;
460
while ($
open
-- > 0) {
890
//
open
object (with conditional comments)
/dokuwiki/lib/plugins/extension/helper/
H
A
D
extension.php
1181
$tar->
open
($file);
1191
$zip->
open
($file);
/dokuwiki/vendor/marcusschwarz/lesserphp/
H
A
D
lessc.inc.php
3908
public $
open
= " {";
variable
3967
echo $this->
open
. $this->break;
4001
public $
open
= "{";
variable
Completed in 14 milliseconds