Home
last modified time | relevance | path

Searched +full:import -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 25 of 87) sorted by relevance

1234

/dokuwiki/_test/tests/lib/exe/
H A Dcss_at_import_less.test.php8 protected $import = ''; variable in css_at_import_less_test
22 $import = '';
24 if ($import) unlink($import);
25 $import = tempnam($dir, 'less');
26 $ok = rename($import, $import.'.less');
29 $this->import = $import.'.less';
42 * makes proper relative path to be used in CSS @import
56 $import = $this->importPath($this->import);
57 $in_css = '@import "'.$import.'";';
61 $expected_css = '@import "/'.$import.'";';
[all …]
H A Dcss_css_loadfile.test.php36 … $this->csstest('@import "test/test.png";', '@import "http://www.example.com/test/test.png";');
37 … $this->csstest('@import \'test/test.png\';', '@import \'http://www.example.com/test/test.png\';');
38 …$this->csstest('@import url(test/test.png);', '@import url(http://www.example.com/test/test.png);'…
39 …$this->csstest('@import url("test/test.png");', '@import url("http://www.example.com/test/test.png…
43 $this->csstest('@import "/test/test.png";');
44 $this->csstest('@import \'/test/test.png\';');
45 $this->csstest('@import url(/test/test.png);');
46 $this->csstest('@import url("/test/test.png");');
50 $this->csstest('@import "http://www.test.com/test/test.png";');
51 $this->csstest('@import "https://www.test.com/test/test.png";');
[all …]
/dokuwiki/lib/plugins/usermanager/_test/
H A Dcsv_import.test.php29 'import' => array(
30 'name' => 'import.csv',
66 …quals($expectedResult, $result); // import result as expected
71 … // no other users were harmed in the testing of this import
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A D6502kickass.php73 …'.import source', '.import binary', '.import c64', '.import text', '.import', '.print', '.printnow…
H A Dhaxe.php39 //Import and Package directives (Basic Support only)
40 …2 => '/(?:(?<=import[\\n\\s])|(?<=using[\\n\\s])|(?<=package[\\n\\s]))[\\n\\s]*([a-zA-Z0-9_]+\\.)*…
52 … 'implements', 'import', 'in', 'inline', 'interface', 'never', 'new', /*'null',*/ 'override',
H A Dcadlisp.php80 'vl-acad-defun','vl-acad-undefun','vl-arx-import','vlax-3D-point',
92 'vlax-import-type-library','vlax-invoke-method','vlax-ldata-delete',
105 'vl-doc-import','vl-doc-ref','vl-doc-set','vl-every','vl-exit-with-error',
H A Dwhois.php73 'import','inet-rtr','inet6num','inetnum','inject','interface','irt',
77 'mp-export','mp-filter','mp-import','mp-members','mp-peer',
H A Dbash.php132 'apt-src clean', 'apt-src import', 'apt-src install',
157 'cvs history', 'cvs import', 'cvs init', 'cvs log', 'cvs login',
188 'git fast-import', 'git fetch', 'git fetch-pack',
228 'gitdpkgname', 'git-fast-export', 'git-fast-import', 'git-fetch',
307 'svn import', 'svn info', 'svn list', 'svn lock', 'svn log',
H A Dcil.php52 …'.localized', '.locale', '.line', '.language', '.import', '.imagebase', '.hash', '.get', '.fire', …
65 …'instance', 'initonly', 'init', 'inheritcheck', 'in', 'import', 'implicitres', 'implicitcom', 'imp…
H A Dpowershell.php69 'Get-WmiObject', 'Group-Object', 'Import-Alias', 'Import-Clixml', 'Import-Csv',
H A Dpike.php52 'destruct', 'lambda', 'inherit', 'import', 'typeof', 'catch',
H A Dxorg_conf.php15 * - Initial import
H A Dparasail.php63 'func', 'global', 'implements', 'import',
H A Dmodula3.php51 'EXIT', 'EXPORTS', 'FINALLY', 'FOR', 'FROM', 'GENERIC', 'IF', 'IMPORT', 'IN',
H A Ddiv.php58 … 'setup_program','program','process','private','local','import','global','function','const',
H A Dmodula2.php53 'FROM', 'IF', 'IMPLEMENTATION', 'IMPORT', 'IN', 'LOOP', 'MOD',
H A Dvisualprolog.php58 '#externally','#if','#import','#include','#message','#options',
H A Doberon2.php51 'EXIT', 'FOR', 'IF', 'IMPORT', 'IN', 'IS',
/dokuwiki/vendor/splitbrain/lesserphp/src/
H A DParserException.php63 * parsing an import or when compileFile() was used.
H A DLessc.php272 * Enable or disable import statements
322 * attempts to find the path of an import url, returns null for css files
373 // don't import if it ends in css
381 return [false, '/* import disabled */'];
400 // bring blocks from import into current block
630 case 'import':
1115 case 'import':
1126 [false, '@import ' . $this->compileValue($importPath) . ';'] :
1132 $import = $this->env->imports[$importId];
1133 if ($import[0] === false) {
[all …]
H A DParser.php272 if ($this->import($importValue)) {
579 // an import statement
580 protected function import(&$out) function in LesserPHP\\Parser
582 if (!$this->literal('@import')) return false;
584 // @import "something.css" media;
585 // @import url("something.css") media;
586 // @import url(something.css) media;
589 $out = ['import', $value];
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php59 // attempt to retrieve any import failures from the session
161 case "import":
579 * Print import form and summary of previous import
590 echo $this->locale_xhtml('import');
593 …echo '<label>' . $this->lang['import_userlistcsv'] . '<input type="file" name="import" /></label>';
594 echo '<button type="submit" name="fn[import]">' . $this->lang['import'] . '</button>';
602 // list failures from the previous import
1053 * Import a file of users in csv format
1067 empty($_FILES['import']['size']) ||
1068 … !empty($_FILES['import']['error']) && $this->isUploadedFile($_FILES['import']['tmp_name'])
[all …]
/dokuwiki/lib/styles/
H A Dscreen.css97 @import "geshi.less";
/dokuwiki/lib/tpl/dokuwiki/
H A Dstyle.ini15 ; included through LESS' @import statements are not
/dokuwiki/
H A Ddoku.php40 //import variables

1234