Home
last modified time | relevance | path

Searched refs:temp (Results 1 – 25 of 244) sorted by last modified time

12345678910

/plugin/siteexport/action/
H A Dajax.php733 $temp = preg_replace("%^" . preg_quote(DOKU_BASE, '%') . "%", "", $DATA[2]);
734 if ($temp != $DATA[2]) {
735 $DATA[2] = $temp;
/plugin/openlayersmap/
H A Dscript.js44 // temp node
45 temp = document.createElement('div');
46 temp.innerHTML = '<div id="' + mapid + '-olContainer" class="olContainer olWebOnly">'
50 while (temp.firstChild) {
51 frag.appendChild(temp.firstChild);
758 temp = document.createElement('div');
759 temp.innerHTML = '<div id="popup" class="olPopup"><a href="#" id="popup-closer" class="olPopupCloseBox"></a><div id="popup-content"></div></div>';
760 while (temp.firstChild) {
761 frag.appendChild(temp.firstChild);
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt74 * [bugfix: G35] no temp directory set
97 * Bugfix: temp files used with ImageMagick might not get deleted
184 * Bugfix: temp file for ImageMagick processing not created
191 fail in safe_mode if can still write temp file somewhere
194 fail in safe_mode if can still write temp file somewhere
473 * Added temp dir detection to phpThumb.demo.check.php
536 * Bugfix: suppress error messages when stat access to temp
635 * Bugfix: phpThumb_tempnam() would return incomplete temp filenames
636 under Windows, which may result in orphaned zero-byte temp files
1287 temp files if you do not have access to the system temp
[all …]
H A Dphpthumb.readme.txt86 is much better, less (or no) use of temp files, and the
562 much better, less (or no) use of temp files, and the
/plugin/photogallery/phpThumb/
H A DphpThumb.config.php.default108 // phpThumb() may need to create temp files. Usually the system temp dir is writable and can be use…
/plugin/columns/
H A Daction.php325 list($name, $temp) = $this->parseAttribute($a);
327 if (($column == -1) && array_key_exists('column-width', $temp)) {
328 $this->column[0]->addAttribute('table-width', $temp['column-width']);
333 $this->column[$column]->addAttributes($temp);
344 list($name, $temp) = $this->parseAttribute($a);
345 $this->column[$column]->addAttributes($temp);
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js41844 var temp = activeXDocument.parentWindow.Object;
41846 return temp;
50479 var temp = [];
50481 while (temp.length < len) {
50483 temp = temp.concat(this.V);
50486 var res = temp.slice(0, len);
/plugin/gitbacked/
H A DCHANGELOG.md139 - Use relative path for Git.php and `$conf['tempdir']` for temp file.
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DForm.php1410 $temp = '';
1411 $temp .= '/BC [ ' . $form['BC_C'] . ' ] ';
1412 $temp .= '/BG [ ' . $form['BG_C'] . ' ] ';
1424 $temp = '';
1425 $temp .= '/BC [ ' . $radio_color . ' ] ';
1426 $temp .= '/BG [ ' . $radio_background_color . ' ] ';
1428 $this->writer->write("/MK << $temp >>");
1462 $temp = '';
1463 $temp .= '/BC [ ' . $radio_color . ' ] ';
1464 $temp
[all...]
H A DMpdf.php27047 $thereispre = preg_match_all('#<pre(.*?)>(.*?)</pre>#si', $html, $temp);
27078 $temp[2][$iterator] = preg_replace('/<([^!\/a-zA-Z_:])/', '&lt;\\1', $temp[2][$iterator]); // mPDF 5.7.2 // mPDF 5.7.3
27080 $temp[2][$iterator] = preg_replace_callback("/^([^\n\t]*?)\t/m", [$this, 'tabs2spaces_callback'], $temp[2][$iterator]); // mPDF 5.7+
27081 $temp[2][$iterator] = preg_replace('/\t/', str_repeat(" ", $tabSpaces), $temp[2][$iterator]);
27083 $temp[2][$iterator] = preg_replace('/\n/', "<br />", $temp[2][$iterator]);
27084 $temp[
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTable.php591 $temp = [];
597 $temp[] = $row;
601 for ($i = count($temp); $i < (count($temp) + count($temptf)); $i++) {
610 $this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]['cells'] = array_merge($temp, $temptf);
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md83 * Better writable rights for temp dir validation (#534)
/plugin/combo/ComboStrap/Meta/Form/
H A DFormMeta.php167 $temp = [];
170 $temp[] = "";
173 $temp[] = implode(",", $subValue);
175 $temp[] = $subValue;
179 $value = $temp;
/plugin/odt/ODT/
H A DODTIndex.php148 $temp = $settings ['pagebreak'];
150 if ( $temp == '1' ) {
152 } else if ( strcasecmp($temp, 'true') == 0 ) {
/plugin/odt/ODT/css/
H A Dcssimportnew.php1097 $temp = array();
1109 $temp [$property] = $value;
1120 $rule->getProperties ($temp);
1125 $this->calculateAndInherit ($temp, $element, $units);
1126 unset($temp ['calculated']);
1129 $dest = $temp;
/plugin/odt/ODT/elements/
H A DODTStateElement.php21 protected $temp = NULL; variable in ODTStateElement
112 $this->temp = $value;
121 return $this->temp;
/plugin/odt/helper/
H A Dconfig.php618 $temp = $this->getParam ('disable_links');
619 if ( strcasecmp($temp, 'Yes') != 0 && $temp !== true ) {
628 $temp = $this->getParam ('toc_pagebreak');
629 if ( strcasecmp($temp, 'Yes') == 0 || $temp === true ) {
/plugin/odt/renderer/
H A Dpage.php400 $temp = substr ($matches [0], 9);
401 $temp = trim ($temp, ';');
402 $data ['maxlevel'] = $temp;
414 $temp = trim ($temp, ';');
415 $data ['title'] = $temp;
423 $temp = trim ($temp, ';');
433 $temp = trim ($temp, ';');
442 $temp = trim ($temp, ';');
444 if ( $temp == '1' ) {
456 $temp = trim ($temp, '";');
[all …]
/plugin/odt/
H A Dsyntax.php299 $temp = substr ($matches [0], $quote+1);
300 $temp = trim ($temp, '";');
301 $odt_css = $temp.';';
306 $temp = substr ($matches [0], $quote+1);
307 $temp = trim ($temp, '";');
308 $odt_css_id = $temp;
H A DChangeLog.txt232 * renderer.php: dokuwiki's future temp dir is data/tmp, not
233 data/temp
/plugin/openid/Auth/OpenID/
H A DMessage.php188 $temp = [];
191 $temp[] = [
196 return $temp;
/plugin/edittable/lib/
H A Dhandsontable.full.js9402 var w, weekYear, week, weekday, dow, doy, temp, weekdayOverflow;
9453 config._a[YEAR] = temp.year;
9454 config._dayOfYear = temp.dayOfYear;
13159 temp;
13204 temp = val.match(/^[^\d\.\,]+/);
13205 if (temp !== null) {
13207 if (temp[0] !== _currSymbol) {
13213 temp = val.match(/[^\d]+$/);
13214 if (temp !== null) {
13216 if (temp[0] !== _abbrObj.thousand && temp[0] !== _abbrObj.million &&
[all …]
/plugin/blog/syntax/
H A Darchive.php34 if(preg_match('/(\w+)\s*=(.+)/', $flag, $temp) == 1) {
35 if ($temp[1] == 'author') {
36 $author = trim($temp[2]);
/plugin/ckgedit/action/
H A Dedit.php713 $temp=array();
716 Event::createAndTrigger('HTML_EDITFORM_INJECTION', $temp);
719 trigger_event('HTML_EDITFORM_INJECTION', $temp);
/plugin/ckgedit/ckeditor/plugins/geshi/dialogs/
H A Dgeshi.js.unc41 var file = fname ? fname: 'temp.' + type;

12345678910