/plugin/redirect2/ |
H A D | action.php | 68 * @param string $dest redirect destination, absolute id or external url 71 protected function getRedirectURL($status = 302, $dest) 75 if (preg_match('@^(https?://|/)@', $dest)) { 76 $url = $dest; // external url 78 list($ext, $mime) = mimetype($dest); 80 $url = ml($dest); 82 list($page, $section) = explode('#', $dest, 2); 95 $this->_show_message('redirected_from', $ID, $dest, $status); 144 $dest = $id; 146 $url = $this->getRedirectURL($status, $dest); 70 getRedirectURL($status = 302, $dest) global() argument 313 _show_message($format, $orig = NULL, $dest = NULL, $status = 302) global() argument 358 _log_redirection($status, $orig, $dest = '') global() argument [all...] |
/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/src/ |
H A D | Base32.php | 229 $dest = ''; 251 $dest .= \pack( 282 $dest .= \pack( 376 return $dest; 395 $dest = ''; 407 $dest .= 426 $dest .= 440 $dest .= 451 $dest .= 460 $dest .= [all …]
|
H A D | Base64.php | 72 $dest = ''; 82 $dest .= 95 $dest .= 100 $dest .= '='; 103 $dest .= 111 return $dest; 159 $dest = ''; 169 $dest .= \pack( 186 $dest .= \pack( 194 $dest .= \pack( [all …]
|
/plugin/dokutexit/ |
H A D | config.php | 402 $dest = $this->_escape_fn($dest); 438 $this->simple_copy($base, $dest); 476 function compile_tex($base, $dest) { argument 494 function simple_copy($base, $dest) { argument 495 if (!copy($base, $dest)) { 505 function _needs_update($base, $dest) { argument 506 if (!file_exists($dest) || !file_exists($dest)) { 509 return filemtime($base) > filemtime($dest); 528 $destfn = $dest['fn']; 531 switch($dest['type']) { [all …]
|
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/ |
H A D | StreamHandler.php | 58 $dest = isset($request['client']['save_to']) 61 $stream = $this->drain($stream, $dest); 88 * @param string|resource|StreamInterface $dest 93 private function drain($stream, $dest) argument 96 if (!is_resource($dest)) { 99 stream_copy_to_stream($stream, $dest); 101 rewind($dest); 102 return $dest; 107 $dest = is_string($dest) [all...] |
/plugin/syntaxhighlightjs/ |
H A D | gulpfile.js | 12 var dest = { class 25 .pipe(gulp.dest(dest.js)); 36 .pipe(gulp.dest(dest.css));
|
/plugin/odt/ODT/styles/ |
H A D | ODTStyle.php | 159 … protected function setPropertyInternal($property, $odt_property, $value, $section, &$dest=NULL) { argument 161 if ( !isset($dest) ) { 166 $dest [$property] = array ('odt_property' => $odt_property, 171 if ( !isset($dest) ) { 174 unset ($dest [$property]); 218 … protected function importPropertiesInternal(array $fields, $properties, $disabled, &$dest=NULL) { argument 221 …$this->setPropertyInternal($property, $fields[$property][0], $value, $fields[$property][1], $dest);
|
/plugin/odt/ODT/ |
H A D | page.php | 67 …public static function queryFormat (&$dest, $format, $orientation='portrait', $margin_top=2, $marg… argument 225 $dest ['format'] = $format; 226 $dest ['orientation'] = $orientation; 227 $dest ['width'] = $width; 228 $dest ['height'] = $height; 232 $dest ['margin-top'] = $margin_top; 233 $dest ['margin-bottom'] = $margin_bottom; 234 $dest ['margin-left'] = $margin_left; 235 $dest ['margin-right'] = $margin_right;
|
H A D | styleset.php | 189 public function addStyleInternal(&$dest, &$dest_by_name, ODTStyle $new, $overwrite=false) { argument 195 for ($index = 0 ; $index < count($dest) ; $index++) { 196 if ($dest [$index]->isDefault() && 197 $dest [$index]->getFamily() == $family) { 200 $dest [$index] = $new; 207 $dest [] = $new; 213 $dest [] = $new; 219 for ($index = 0 ; $index < count($dest) ; $index++) { 220 if ($dest [$index] == $dest_by_name [$name]) { 221 $dest [$index] = $new;
|
H A D | ODTExport.php | 166 … $dest = $params->document->getStyle($first_master->getProperty('style-page-layout-name')); 168 if (isset($source) && isset($dest)) { 169 $dest->setProperty('width', $source->getProperty('width')); 170 $dest->setProperty('height', $source->getProperty('height')); 171 $dest->setProperty('margin-top', $source->getProperty('margin-top')); 172 $dest->setProperty('margin-right', $source->getProperty('margin-right')); 173 $dest->setProperty('margin-bottom', $source->getProperty('margin-bottom')); 174 $dest->setProperty('margin-left', $source->getProperty('margin-left'));
|
/plugin/database2/ |
H A D | media.php | 389 $dest = imagecreatetruecolor( $width, $height ); variable 391 imagesavealpha( $dest, ( $minor === 'png' ) ); 392 imagealphablending( $dest, ( $minor !== 'png' ) ); 395 imagecolorallocate( $dest, 255, 255, 255 ); 397 imagecopyresampled( $dest, $img, 0, 0, 0, 0, 398 imagesx( $dest ), imagesy( $dest ), 404 $dest = $img; variable 414 imagegif( $dest ); 420 imagejpeg( $dest ); 426 imagepng( $dest );
|
/plugin/davcal/vendor/sabre/dav/bin/ |
H A D | naturalselection | 82 dest="simulate", 90 dest="runs", 97 dest="sleep", 104 dest="threshold", 113 dest="min_erase",
|
H A D | googlecode_upload.py | 204 parser.add_option('-s', '--summary', dest='summary', 206 parser.add_option('-p', '--project', dest='project', 208 parser.add_option('-u', '--user', dest='user', 210 parser.add_option('-w', '--password', dest='password', 212 parser.add_option('-l', '--labels', dest='labels',
|
/plugin/commonmark/vendor/league/commonmark/src/Inline/Parser/ |
H A D | AutolinkParser.php |
|
/plugin/dw2pdf/vendor/mpdf/mpdf/data/ |
H A D | out.php | 12 $dest = $_REQUEST['dest']; variable 16 if ($dest === 'I') { 25 } elseif ($dest === 'D') {
|
/plugin/freechat/phpfreechat/src/ |
H A D | pfctools.php | 172 * @param string $dest Destination path 175 function copy_r($source, $dest, $modedir = 0755, $modefile = 0664) argument 179 $ret = copy($source, $dest); 180 chmod($dest, $modefile); 185 if (!is_dir($dest)) { 186 mkdir($dest, $modedir); 203 if ($dest !== $source . DIRECTORY_SEPARATOR . $e) 204 … copy_r($source . DIRECTORY_SEPARATOR . $e, $dest . DIRECTORY_SEPARATOR . $e, $modedir, $modefile);
|
/plugin/farm/install/ |
H A D | farmstructurecreator.php | 18 function cp_r($src, $dest, $mv=false, $avoid=array(), $lvl=0) { argument 21 $r = copy($src, $dest); 22 chmod($dest, fileperms($src)); 27 if(!@is_dir($dest)) mkdir($dest, fileperms($src)); 32 $r &= cp_r($src.'/'.$i, $dest.'/'.$i, $mv, $avoid, $lvl+1);
|
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/ |
H A D | Utils.php | 89 * @param StreamInterface $dest Stream to write to 95 StreamInterface $dest, argument 100 if (!$dest->write($source->read(1048576))) { 114 $dest->write($buf);
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/ |
H A D | b1efa1c51a34dd5ab5511b71a399f5b1.asciidoc | 10 'dest' => [ 11 'index' => 'dest',
|
H A D | 400e89eb46ead8e9c9e40f123fd5e590.asciidoc | 11 'dest' => [ 12 'index' => 'dest',
|
H A D | 78c96113ae4ed0054e581b17542528a7.asciidoc | 15 'dest' => [ 16 'index' => 'dest',
|
H A D | 64b9baa6d7556b960b29698f3383aa31.asciidoc | 19 'dest' => [ 20 'index' => 'dest',
|
H A D | 7f697eb436dfa3c30dfe610d8c32d132.asciidoc | 20 'dest' => [ 21 'index' => 'dest',
|
H A D | 36b2778f23d0955255f52c075c4d213d.asciidoc | 20 'dest' => [ 21 'index' => 'dest',
|
H A D | 1b8655e6ba99fe39933c6eafe78728b7.asciidoc | 14 'dest' => [ 29 'dest' => [
|