Home
last modified time | relevance | path

Searched refs:filename (Results 226 – 250 of 756) sorted by path

12345678910>>...31

/plugin/dwcommits/
H A Dhelper.php800 $filename = DW_COMMITS . 'db/dbnames.ser';
802 $inf_str = file_get_contents ($filename);
H A Dsyntax.php188 $filename = DW_COMMITS . 'db/dbnames.ser';
190 $inf_str = file_get_contents ($filename);
/plugin/dx/
H A D.versionrc.js3 filename: 'plugin.info.txt', property in tracker
/plugin/dx/skel/
H A D.versionrc.js.skel3 filename: 'plugin.info.txt',
/plugin/ebookexport/
H A Daction.php190 $filename = preg_replace('/ /','_',$mytitle) . ".epub";
191 header('Content-Disposition: attachment; filename="' . $filename . '";');
/plugin/edittable/renderer/
H A Dinverse.php305 function file($text, $language = null, $filename = null) { argument
306 $this->_highlight('file', $text, $language, $filename);
309 function code($text, $language = null, $filename = null) { argument
310 $this->_highlight('code', $text, $language, $filename);
313 function _highlight($type, $text, $language = null, $filename = null) { argument
321 if($filename != null) {
322 $this->doc .= " $filename";
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/
H A DDockerfile25 RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/jobs/
H A Ddefaults.yml44 filename: .ci/test-matrix.yml
48 filename: .ci/test-matrix.yml
52 filename: .ci/test-matrix.yml
56 filename: .ci/test-matrix.yml
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DLazyOpenStream.php13 private $filename; variable in GuzzleHttp\\Stream\\LazyOpenStream
19 * @param string $filename File to lazily open
22 public function __construct($filename, $mode) argument
24 $this->filename = $filename;
35 return Stream::factory(Utils::open($this->filename, $this->mode));
H A DUtils.php13 * Safely opens a PHP stream resource using a filename.
18 * @param string $filename File to open
24 public static function open($filename, $mode) argument
27 set_error_handler(function () use ($filename, $mode, &$ex) {
30 $filename,
36 $handle = fopen($filename, $mode);
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DClientUtils.php52 foreach ($cafiles as $filename) {
53 if (file_exists($filename)) {
54 return $cached = $filename;
/plugin/elwikiupgrade/
H A DVerboseTarLib.class.php131 $filename = $this->cleanPath($header['filename']);
134 $parts = explode('/', $filename);
140 $filename = join('/', array_slice($parts, $strip));
141 if($base) $filename .= "/$base";
144 … if(substr($filename, 0, $striplen) == $strip) $filename = substr($filename, $striplen);
149 if(!$filename) {
153 if(preg_match($include, $filename)) {
159 if($exclude && preg_match($exclude, $filename)) {
168 $output = "$outdir/$filename";
173 admin_plugin_elwikiupgrade::_say(hsc($filename));
[all …]
/plugin/emoji/emojione/
H A DClient.php256 $filename = $unicode;
276 …ass="emojione" alt="'.$alt.'" '.$titleTag.' src="'.$this->imagePathPNG.$filename.'.png'.$this->cac…
286 …return '<object class="emojione" data="'.$this->imagePathSVG.$filename.'.svg'.$this->cacheBustPara…
468 $filename = $shortcode_replace[$shortname];
484 …return '<span class="emojione emojione-'.$filename.'" title="'.htmlspecialchars($shortname).'">'.$…
488 ….' title="'.htmlspecialchars($shortname).'" src="'.$this->imagePathPNG.$filename.'.png'.$this->cac…
494 ….'</description><use xlink:href="'.$this->imagePathSVGSprites.'#emoji-'.$filename.'"></use></svg>';
498 …return '<object class="emojione" data="'.$this->imagePathSVG.$filename.'.svg'.$this->cacheBustPara…
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Dsyntax.txt159 If you specify a filename (external or internal) that is not an image (''gif, jpeg, png''), then it…
/plugin/farmer/_animal/data/pages/wiki/
H A Dsyntax.txt160 If you specify a filename (external or internal) that is not an image (''gif, jpeg, png''), then it will be displayed as a link instead.
/plugin/fckg/fckeditor/editor/filemanager/browser/default/js/
H A DsafeFN_class.js140 encode: function(filename) { argument
141 return this.unicode_to_safe(this.get_u_array(filename));
153 decode: function (filename) { argument
154 var unic = this.safe_to_unicode(filename);
233 function SafeFN_encode(filename) { argument
234 return SafeFN.encode(filename);
237 function SafeFN_decode(filename) { argument
238 return SafeFN.decode(filename);
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A DSafeFN.class.php41 …* @param string $filename a utf8 string, should only include printable characters - not …
46 public function encode($filename) { argument
47 return self::unicode_to_safe(utf8_to_unicode($filename));
70 * @param string $filename a 'safe' encoded ASCII string,
75 public function decode($filename) { argument
76 return unicode_to_utf8(self::safe_to_unicode(strtolower($filename)));
H A Dcommands.php431 function UnlinkFile($resourceType, $currentFolder, $sCommand, $filename ) { argument
438 if(preg_match('/^(.*?)\/(.*?)$/',$filename,$matches)) {
444 $filename = $matches[2];
453 $moveFile = $sMoveDir . '/' . dwiki_encodeFN($filename );
462 $unlinkFile = $sServerDir . dwiki_encodeFN($filename );
H A Ddwfck_sessions.php61 foreach (glob("$sess_save_path/sess_*") as $filename) {
62 if (filemtime($filename) + $maxlifetime < time()) {
63 @unlink($filename);
H A Dio.php184 return $info->filename . $info->path_info ;
/plugin/fckg/scripts/
H A DsafeFN_class.js144 encode: function(filename) { argument
145 return this.unicode_to_safe(this.get_u_array(filename));
157 decode: function (filename) { argument
158 var unic = this.safe_to_unicode(filename);
237 function SafeFN_encode(filename) { argument
238 return SafeFN.encode(filename);
241 function SafeFN_decode(filename) { argument
242 return SafeFN.decode(filename);
/plugin/fedauth/Auth/OpenID/
H A DFileStore.php206 if (@rename($tmp, $filename)) {
211 @unlink($filename);
255 $name = basename($filename);
296 function _getAssociation($filename) argument
387 $filename = $this->nonce_dir . DIRECTORY_SEPARATOR . $filename;
389 $result = @fopen($filename, 'x');
578 $filename = "";
584 $filename .= $c;
589 return $filename;
599 function _removeIfPresent($filename) argument
[all …]
/plugin/fetchmedia/
H A Dwebpack.config.js13 filename: 'lib/bundle.js', property in module.exports.output
H A Dyarn.lock1447 filename-regex@^2.0.0:
1449 …resolved "https://registry.yarnpkg.com/filename-regex/-/filename-regex-2.0.1.tgz#c1c4b9bee3e09725d…
2102 filename-regex "^2.0.0"
2661 require-main-filename@^1.0.1:
2663 …resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-1.0.1.tgz#97f…
3209 require-main-filename "^1.0.1"
/plugin/filelist/
H A Dsyntax.php203 _render_link($filename, $filepath, $basedir, $webdir, $params, Doku_Renderer $renderer) global() argument
1030 get_preview_image_path($filename, $params, & $isImage) global() argument

12345678910>>...31