Home
last modified time | relevance | path

Searched refs:path (Results 3026 – 3050 of 3342) sorted by relevance

1...<<121122123124125126127128129130>>...134

/plugin/ckgedit/ckeditor/plugins/footnote/
H A Dplugin.js.unc40 // Button's icon file path.
41 icon: this.path + 'images/footnote.png'
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dcrud.asciidoc145 by requesting a document by its full `index/type/id` path:
249 path:
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DCLI.php714 } else if (substr($arg, 0, 11) === 'stdin-path=') {
730 …echo 'ERROR: The specified report file path "'.$this->values['reportFile'].'" points to a non-exis…
754 …echo 'ERROR: The specified report file path "'.$this->values['reportFile'].'" is a directory'.PHP_…
/plugin/latexport/
H A DREADME.md14 - PhpUnit installed as a PHAR in the path.
41 cd /path/to/dokuwiki/lib/plugins
159 ## change "/dokuwiki" to the path to your dokuwiki directory relative
/plugin/sequencediagram/bower_components/js-sequence-diagrams/
H A DREADME.md107 .note rect, .note path {
110 .title rect, .title path,
111 .actor rect, .actor path {
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dmd1_markdown_documentation_basics.md249 ![alt text](/path/to/img.jpg "Title")
255 [id]: /path/to/img.jpg "Title"
259 <img src="/path/to/img.jpg" alt="alt text" title="Title" />
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/autoload/
H A Dmenclose.js19path:"m "+Q+",0 qx 0,"+Q+" l 0,"+(ad-Q)+" qy "+Q+","+ad+" l "+(I-Q)+","+ad+" qx "+I+","+(ad-Q)+" l…
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md111 * `Pathable`, for path-based stream, provides `getBasename` and
161 $file = new BasicFile('/path/to/file');
215 $basicFile = new BasicFile('/path/to/file', $contextId);
232 execute a function before the `/path/to/file` stream closes, one
236 Hoa\Event\Event::getEvent('hoa://Event/Stream//path/to/file:close-before')->attach(
260 $file = new BasicFile('/path/to/file', null, true);
/plugin/googlesearch/
H A Dnusoap.php2014 var $path = ''; variable in soap_transport_http
2072 $this->uri = $this->path;
2158 $hostURL .= $this->path;
2952 $path = substr($path, 0, strpos($path, ';'));
2954 $path = '/';
2972 'path' => $path,
3011 $path = preg_quote($cookie['path']);
3012 if (! preg_match("'^$path.*'i", $this->path)) {
4273 $path = $wsdl;
4276 if ($fp = @fopen($path, 'r')) {
[all …]
/plugin/ckgdoku/ckeditor/skins/moono-lisa/
H A Dreadme.md28 - **elementspath.css**: the file contains styles of the editor elements path bar (bottom),
/plugin/ckgdoku/ckeditor/skins/moono/
H A Dreadme.md30 - **elementspath.css**: the file contains styles of the editor elements path bar (bottom),
/plugin/diagramsnet/lib/math/extensions/a11y/
H A Daccessibility-menu.js12 }, n = MathJax.Ajax.config.path;
H A Dsemantic-enrich.js46 var t = MathJax.Ajax.config.path;
/plugin/ckgedit/ckeditor/skins/moono/
H A Dreadme.md30 - **elementspath.css**: the file contains styles of the editor elements path bar (bottom),
/plugin/ckgedit/ckeditor/skins/moono-lisa/
H A Dreadme.md28 - **elementspath.css**: the file contains styles of the editor elements path bar (bottom),
/plugin/advanced/lang/en/config/
H A Dinterwiki.txt28 | {PATH} | path part if an URL was given as wikiname …
/plugin/etherpadlite/action/
H A Detherpadlite.php427 $path = 'scripts/etherpadlite.js';
431 $this->link_script($event, DOKU_BASE.'lib/plugins/etherpadlite/'.$path);
/plugin/combo/ComboStrap/
H A DPluginUtility.php60 * such as verification of a path
551 $path = str_replace(":", "/", $canonical);
562 return "$xhtmlIcon<a href=\"$urlApex/$path\" title=\"$title\" $htmlToolTip style=\"text-decoration:none;\">$label</a>";
/plugin/siteexport/action/
H A Dajax.php201 list($path, $query) = explode('?', $combined, 2);
202 $return = array($url, $combined, $path, $query);
215 … list($url, $combined, $path, $POSTData) = $this->ajax_siteexport_prepareURL_and_POSTData($event);
237 …document=' . $zipFile . ' --post-data="' . $POSTData . '" ' . wl(cleanID($path), null, true) . ' -…
239 … $maxRedirs . '-o ' . $zipFile . ' -d "' . $POSTData . '" ' . wl(cleanID($path), null, true) . ' -…
/plugin/issuetracker/
H A Dsyntax.php1755 $path = openDir(DOKU_INC.$ip_block_path);
1756 while(false !== ($filename = readdir($path))){
1765 closedir($path);
1866 function __find_projects($path) { argument
1867 if(!is_dir($path)) return false; // prevent the php-warning
1868 if ($handle=opendir($path)) {
1871 if (is_file($path.'/'.$file)) {
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram-min.js6path("M 0 0 L 5 2.5 L 0 5 z");a[ARROWTYPE.FILLED]=arrow.marker(0,0,5,5,5,2.5).attr({id:"markerArro…
/plugin/settingstree/settings/
H A Dsettingswrapper.class.php74 …Query(this).trigger('show_in_hierarchy',['{$this->_key}','{$this->_level->path}']);\">".settingshi…
/plugin/wysiwyg/fckeditor/_samples/asp/
H A Dsample03.asp70 ' Automatically calculates the editor base path based on the _samples directory.
H A Dsample04.asp76 ' Automatically calculates the editor base path based on the _samples directory.
/plugin/wysiwyg/fckeditor/_samples/afp/
H A Dsample02.afp80 sBasePath="../../../fckeditor/" && Change this to your local path

1...<<121122123124125126127128129130>>...134