Home
last modified time | relevance | path

Searched refs:file (Results 51 – 75 of 3491) sorted by relevance

12345678910>>...140

/plugin/barcodes/vendor/composer/
H A DClassLoader.php432 (self::$includeFile)($file);
459 return $file;
474 if (false === $file) {
479 return $file;
512 return $file;
522 return $file;
541 return $file;
551 return $file;
557 return $file;
574 * @param string $file
[all …]
/plugin/oauth/vendor/composer/
H A DClassLoader.php4 * This file is part of Composer.
10 * file that was distributed with this source code.
427 if ($file = $this->findFile($class)) {
428 includeFile($file);
437 * Finds the path to the file where the class is defined.
453 $file = apcu_fetch($this->apcuPrefix.$class, $hit);
455 return $file;
459 $file = $this->findFileWithExtension($class, '.php');
462 if (false === $file && defined('HHVM_VERSION')) {
463 $file
569 includeFile($file) global() argument
[all...]
/plugin/upgrade/vendor/composer/
H A DClassLoader.php4 * This file is part of Composer.
10 * file that was distributed with this source code.
431 if ($file = $this->findFile($class)) {
433 $includeFile($file);
442 * Finds the path to the file where the class is defined.
458 $file = apcu_fetch($this->apcuPrefix.$class, $hit);
460 return $file;
464 $file = $this->findFileWithExtension($class, '.php');
467 if (false === $file && defined('HHVM_VERSION')) {
468 $file
[all...]
/plugin/dw2pdf/vendor/composer/
H A DClassLoader.php4 * This file is part of Composer.
10 * file that was distributed with this source code.
425 if ($file = $this->findFile($class)) {
427 $includeFile($file);
436 * Finds the path to the file where the class is defined.
452 $file = apcu_fetch($this->apcuPrefix.$class, $hit);
454 return $file;
458 $file = $this->findFileWithExtension($class, '.php');
461 if (false === $file && defined('HHVM_VERSION')) {
462 $file
[all...]
/plugin/aichat/vendor/composer/
H A DClassLoader.php4 * This file is part of Composer.
10 * file that was distributed with this source code.
425 if ($file = $this->findFile($class)) {
427 $includeFile($file);
436 * Finds the path to the file where the class is defined.
452 $file = apcu_fetch($this->apcuPrefix.$class, $hit);
454 return $file;
458 $file = $this->findFileWithExtension($class, '.php');
461 if (false === $file && defined('HHVM_VERSION')) {
462 $file
[all...]
/plugin/geophp/vendor/composer/
H A DClassLoader.php4 * This file is part of Composer.
10 * file that was distributed with this source code.
425 if ($file = $this->findFile($class)) {
427 $includeFile($file);
436 * Finds the path to the file where the class is defined.
452 $file = apcu_fetch($this->apcuPrefix.$class, $hit);
454 return $file;
458 $file = $this->findFileWithExtension($class, '.php');
461 if (false === $file && defined('HHVM_VERSION')) {
462 $file
569 includeFile($file) global() argument
[all...]
/plugin/elasticsearch/helper/
H A Ddocparser.php12 * Convert a file to text and metainfos
19 * @var array maps extensions to parsers. A parser may be a local cli tool (file is passed as argument)
57 * Parse the given file
64 * ext - the extension of the file
65 * language - the language code the file is written in
68 * Returns false if the file can not be parsed and thus should not be indexed
70 * @param string $file
74 public function parse($file) argument
76 if (!file_exists($file)) {
77 throw new RuntimeException('File ' . $file
120 runParser($file, $parser) global() argument
[all...]
/plugin/tocselect/
H A Daction.php53 else $file = wikiFN($wikifn) ;
55 $exists = file_exists($file);
150 while (($file = readdir($dh)) !== false) {
151 if($file == '.' || $file == '..') continue; # cur and upper dir
152 if(is_dir("$dir/$file")) {
153 $dir_ar[$file] = $this->handle_directory($file, $namespace);
156 …if(!preg_match("/\.txt$/",$file)|| preg_match("/^_/",$file) ) continue; //exclude non .txt files …
157 $file_ar[$file] = $this->handle_file($file, $namespace);
177 private function handle_file($file, $namespace) { argument
178 $file = preg_replace("/\.txt$/","", $file);
[all …]
/plugin/html2pdf/html2pdf/html2ps/fpdf/font/makefont/
H A Dmakefont.php12 $a=file($file);
34 function ReadAFM($file,&$map) argument
37 $a=file($file);
230 function SaveToFile($file,$s,$mode='t') argument
232 $f=fopen($file,'w'.$mode);
251 function CheckTTF($file) argument
254 $f=fopen($file,'rb');
370 $file=substr($file,6);
372 $pos=strpos($file,'eexec');
379 $file=substr($file,0,$size1).substr($file,$size1+6);
[all …]
/plugin/davcard/vendor/composer/
H A DClassLoader.php300 if ($file = $this->findFile($class)) {
301 includeFile($file);
336 if ($file === null) {
341 return $file;
355 return $file;
365 return $file;
384 return $file;
394 return $file;
400 return $file;
410 function includeFile($file) argument
[all …]
/plugin/webdavclient/vendor/composer/
H A DClassLoader.php300 if ($file = $this->findFile($class)) {
301 includeFile($file);
336 if ($file === null) {
341 return $file;
355 return $file;
365 return $file;
384 return $file;
394 return $file;
400 return $file;
410 function includeFile($file) argument
[all …]
/plugin/davcal/vendor/composer/
H A DClassLoader.php300 if ($file = $this->findFile($class)) {
301 includeFile($file);
336 if ($file === null) {
341 return $file;
355 return $file;
365 return $file;
384 return $file;
394 return $file;
400 return $file;
410 function includeFile($file) argument
[all …]
/plugin/subconfhelper/
H A Dadmin.php34 $file = $this->config_path.$this->config_prefix.$vhost.'.php';
42 if( is_file( $file ) || is_dir( $file ) || !touch( $file )) {
50 if( !is_file( $file ) || is_dir( $file ) || !unlink( $file )) {
58 if( !$vhost || !is_file( $file )) break;
64 $_config->configuration( $this->meta, array( $file ));
112 while( false !== ( $file = readdir( $handle ))) {
113 if( strpos( $file, $this->config_prefix ) === 0 && !strpos( $file, '.bak' )) {
114 … $vhost = str_replace( '.php', '', str_replace( $this->config_prefix, '', $file ));
117 $this->xhtml_vhost_item( $vhost, $this->config_path.$file );
131 function xhtml_vhost_item( $vhost, $file ) {/*{{{*/ argument
[all …]
/plugin/docsearch/
H A Dcron.php30 while(false !== ($file = readdir($handle))) {
31 if($file == '.' || $file == '..') continue;
33 $file = "$dir/$file";
34 if(is_file($file)) {
35 inspect($file);
39 if(is_dir($file)) {
40 walk($file);
51 function inspect($file) { argument
60 preg_match('/.([^\.]*)$/', $file, $extension);
75 $abstract = preg_replace('/^' . $inputPath . '/', '', $file, 1);
[all …]
/plugin/memcache/classes/
H A Dmemcache_fakecache.class.php19 while ($file = readdir($dh)){
20 if ($file == "." || $file == "..") continue;
21 if (file_get_contents(static::$ttl_dir.$file) < time()){
22 @unlink(static::$ttl_dir.$file);
23 @unlink(static::$cache_dir.$file);
91 while ($file = readdir($dh)){
92 if ($file == "." || $file == "..") continue;
93 @unlink(static::$cache_dir.$file);
97 while ($file = readdir($dh)){
98 if ($file == "." || $file == "..") continue;
[all …]
/plugin/pureldap/vendor/composer/
H A DClassLoader.php4 * This file is part of Composer.
10 * file that was distributed with this source code.
425 if ($file = $this->findFile($class)) {
427 $includeFile($file);
436 * Finds the path to the file where the class is defined.
452 $file = apcu_fetch($this->apcuPrefix.$class, $hit);
454 return $file;
458 $file = $this->findFileWithExtension($class, '.php');
461 if (false === $file && defined('HHVM_VERSION')) {
462 $file
478 includeFile($file) global() argument
[all...]
/plugin/commonmark/vendor/composer/
H A DClassLoader.php4 * This file is part of Composer.
10 * file that was distributed with this source code.
427 if ($file = $this->findFile($class)) {
428 includeFile($file);
437 * Finds the path to the file where the class is defined.
453 $file = apcu_fetch($this->apcuPrefix.$class, $hit);
455 return $file;
459 $file = $this->findFileWithExtension($class, '.php');
462 if (false === $file && defined('HHVM_VERSION')) {
463 $file
478 includeFile($file) global() argument
[all...]
/plugin/authgooglesheets/vendor/composer/
H A DClassLoader.php344 includeFile($file);
369 return $file;
384 if (false === $file) {
389 return $file;
417 return $file;
427 return $file;
446 return $file;
456 return $file;
462 return $file;
474 function includeFile($file) argument
[all …]
/plugin/combo/vendor/composer/
H A DClassLoader.php4 * This file is part of Composer.
10 * file that was distributed with this source code.
345 if ($file = $this->findFile($class)) {
346 includeFile($file);
353 * Finds the path to the file where the class is defined.
369 $file = apcu_fetch($this->apcuPrefix.$class, $hit);
371 return $file;
375 $file = $this->findFileWithExtension($class, '.php');
378 if (false === $file && defined('HHVM_VERSION')) {
379 $file
476 includeFile($file) global() argument
[all...]
/plugin/diagramsnet/lib/js/diagramly/
H A DDriveComment.js1 DriveComment = function(file, id, content, modifiedDate, createdDate, isResolved, user, pCommentId) argument
3 DrawioComment.call(this, file, id, content, modifiedDate, createdDate, isResolved, user);
23 this.file.ui.drive.executeRequest(
25 url: '/files/' + this.file.getId() + '/comments/' + this.id + '/replies',
40 this.file.ui.drive.executeRequest(
43 url: '/files/' + this.file.getId() + '/comments/' + this.pCommentId + '/replies/' + this.id,
48 url: '/files/' + this.file.getId() + '/comments/' + this.id,
57 this.file.ui.drive.executeRequest(
60 url: '/files/' + this.file.getId() + '/comments/' + this.pCommentId + '/replies/' + this.id,
64 url: '/files/' + this.file.getId() + '/comments/' + this.id,
/plugin/odt/helper/
H A Ddwcssloader.php101 foreach($files as $file => $location) {
104 $css_content = css_loadfile($file, $location);
105 if (strpos ($file, 'screen.css') !== false ||
106 strpos ($file, 'screen.less') !== false) {
108 } else if (strpos ($file, 'style.css') !== false ||
109 strpos ($file, 'style.less') !== false) {
111 } else if (strpos ($file, $format.'.css') !== false ||
114 } else if (strpos ($file, 'print.css') !== false ||
115 strpos ($file, 'print.less') !== false) {
128 $css_content .= css_loadfile($file, $location);
[all …]
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DArchive.php26 * Open an existing archive file for reading
28 * @param string $file
31 abstract public function open($file); argument
39 * Reopen the file with open() again if you want to do additional operations
49 * found in the archive file, similar to the --strip-components feature of GNU tar. This is triggered when
60 * The archive is closed afterwards. Reopen the file with open() again if you want to do additional operations
72 * Create a new archive file
74 * If $file is empty, the archive file will be created in memory
76 * @param string $file
78 create($file = '') global() argument
87 addFile($file, $fileinfo = '') global() argument
121 save($file) global() argument
[all...]
/plugin/findologicxmlexport/vendor/phpunit/php-file-iterator/
H A DChangeLog.md3 All notable changes to this project will be documented in this file. This project adheres to [Seman…
9 …/sebastianbergmann/php-file-iterator/issues/37): Regression caused by fix for [#30](https://github…
15 * Fixed [#30](https://github.com/sebastianbergmann/php-file-iterator/issues/30): Exclude is not con…
21 * Fixed [#34](https://github.com/sebastianbergmann/php-file-iterator/issues/34): Factory should use…
35 * [Added support for wildcards (glob) in exclude](https://github.com/sebastianbergmann/php-file-ite…
37 [1.4.5]: https://github.com/sebastianbergmann/php-file-iterator/compare/1.4.4...1.4.5
38 [1.4.4]: https://github.com/sebastianbergmann/php-file-iterator/compare/1.4.3...1.4.4
39 [1.4.3]: https://github.com/sebastianbergmann/php-file-iterator/compare/1.4.2...1.4.3
40 [1.4.2]: https://github.com/sebastianbergmann/php-file-iterator/compare/1.4.1...1.4.2
41 [1.4.1]: https://github.com/sebastianbergmann/php-file-iterator/compare/1.4.0...1.4.1
/plugin/prolog/
H A Dattribute_include.php51 foreach($files as $file)
53 if(in_array($file, $filesList) || $file == wikiFN(getID()))
57 array_push($filesList, $file);
58 $tags = $this->getEntryTags($file);
111 function isReadable($file = null) argument
113 if((is_file($file) || is_dir($file)) && file_exists($file) && is_readable($file))
145 foreach($files as $file)
147 $fileContent = file_get_contents($file);
245 while (false !== ($file = readdir($directory_list)))
247 if($file != '.' && $file != '..')
[all …]
/plugin/farmer/3rdparty/
H A DPHPIco.php25 * If the constructor is not passed a file, a file will need to be supplied using the {@link PHP_ICO::add_image}
26 * function in order to generate an ICO file.
28 * @param bool|string $file Optional. Path to the source image file.
30 * that the source image should be rendered at in the generated ICO file.
34 public function __construct($file = false, $sizes = [])
60 if (false != $file)
61 $this->addImage($file, $sizes);
69 * different sized images in the resulting ICO file
32 __construct($file = false, $sizes = array()) global() argument
68 add_image($file, $sizes = array()) global() argument
107 save_ico($file) global() argument
232 _load_image_file($file) global() argument
[all...]

12345678910>>...140