Home
last modified time | relevance | path

Searched refs:path (Results 2226 – 2250 of 3342) sorted by relevance

1...<<81828384858687888990>>...134

/plugin/admnote/images/
H A Dtip.svg1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.55 11.2c-.23-.3-.5-.56-.76…
/plugin/diagramsnet/lib/img/lib/mscae/
H A DGearAlternate.svg1 <svg xmlns="http://www.w3.org/2000/svg" height="50" width="50"><path fill="#59b4d9" d="M50 27.7V22l…
H A DFavorite.svg1 <svg xmlns="http://www.w3.org/2000/svg" width="14" height="20" viewBox="0.5 0.5 14 20"><path d="M.5…
H A DCheck.svg1 <svg xmlns="http://www.w3.org/2000/svg" width="16" height="13.82"><path d="M.632 7.427L.1 6.852a.38…
/plugin/data/
H A Dadmin.svg2 <path d="M21 16.5c0 .38-.21.71-.53.88l-7.9 4.44c-.16.12-.36.18-.57.18-.21 0-.41-.06-.57-.18l-7.9-4.44A.991.991 0 0 1 3 16.5v-9c0-.38.21-.71.53-.88l7.9-4.44c.16-.12.36-.18.57-.18.21 0 .41.06.57.18l7.9 4.44c.32.17.53.5.53.88v9z"/>
/plugin/adhoctags/images/
H A Dformat-quote-open.svg1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>format-quote-open</title><path d="M10,7L8,11H11V17H5V11L7,7H10M18,7L16,11H19V17H13V11L15,7H18Z" style="fill:#37474F" /></svg
H A Dcheckbox-blank-outline.svg1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>checkbox-blank-outline</title><path d="M19,3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3M19,5V19H5V (…)
/plugin/mikioplugin/icons/bootstrap-icons/svg/
H A Dpentagon-fill.svg2 <path d="M8 0l8 6.5-3 9.5H3L0 6.5 8 0z"/>
H A Ddot.svg2 <path fill-rule="evenodd" d="M8 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z"/>
H A Degg-fill.svg2 <path d="M14 10a6 6 0 0 1-12 0C2 5.686 5 0 8 0s6 5.686 6 10z"/>
/plugin/geogebrembed/syntax/
H A Dggb.php126 $path = ml(preg_replace('/^\{\{([^|]+).*\}\}$/', '\1', $match));
127 $this->params .= ", filename: \"$path\"";
/plugin/epub/scripts/
H A Dcss2.php26 function epub_css_out($path){ argument
87 io_saveFile($path . 'Styles/style.css' ,$css);
/plugin/combo/action/
H A Ddocustom.php145 $path = MarkupPath::createMarkupFromId($id);
146 if (!FileSystems::exists($path)) {
/plugin/ipban/
H A Dadmin.svg1 <svg style="width:24px;height:24px" viewBox="0 0 24 24"><path d="M14.59 6L12 8.59 9.41 6 8 7.41 10.…
/plugin/userimportextended/
H A Dadmin.svg1 <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M16 13c…
/plugin/userhomepage/images/
H A Dns.svg1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="#888888" d="M19,17H11V16C11…
/plugin/structpublish/ico/
H A Ddiff.svg1 <svg viewBox="2 2 20 17"><path d="M15,19C13.96,19 12.94,18.76 12,18.32C11.06,18.76 10.04,19 9,19A7,7 0 0,1 2,12A7,7 0 0,1 9,5C10.04,5 11.06,5.24 12,5.68C12.94,5.24 13.96,5 15,5A7,7 0 0,1 22,12A7,7 0 0,1 15,19M9,17L10,16.89C8.72,15.59 8,13.83 8,12C8,10.17 8.72,8.41 10,7.1L9,7A5,5 0 0,0 4,12A5,5 0 0,0 9,17M12,16C13.26,15.05 14,13.57 14,12C14,10.43 13.26,8.95 12,8C10.74,8.95 10,10.43 10,12C10,13.57 10.74,15.05 12,16Z"/></svg>
/plugin/fetchmedia/action/
H A Dajax.php138 $path = $tmp.'/'.md5($id);
139 $target = fopen($path, 'wb');
151 'name' => $path,
/plugin/combo/ComboStrap/
H A DPageImageTag.php78 $path = syntax_plugin_combo_iterator::getContextPathForComponentThatMayBeInFragment($tagAttributes);
79 $contextPage = MarkupPath::createPageFromPathObject($path);
190 LogUtility::info("No page image could be find for the page ($path)", PageImageTag::CANONICAL);
H A DLinkMarkup.php222 throw new ExceptionNotFound("We were unable to process the internal link dokuwiki id on the link. The path was not found. Error: {$e->getMessage()}");
488 $path = $this->markupRef->getInterWiki()->toUrl()->getPath();
489 if ($path[0] === "/") {
490 return substr($path, 1);
492 return $path;
/plugin/socialshareprivacy/
H A Djquery.socialshareprivacy.js71 function cookieSet(name, value, days, path, domain) { argument
74 …= name + '=' + value + '; expires=' + expires.toUTCString() + '; path=' + path + '; domain=' + dom…
76 function cookieDel(name, value, path, domain) { argument
79 …= name + '=' + value + '; expires=' + expires.toUTCString() + '; path=' + path + '; domain=' + dom…
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfcklistcommands.js93 var path = new FCKElementPath( block ) ;
96 var blockLimit = path.BlockLimit ;
99 for ( var i = path.Elements.length - 1 ; i >= 0 ; i-- )
101 var el = path.Elements[i] ;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dconnector.lasso60 Calculate the path to the current folder.
173 Rename the target path until it is unique.
183 file_copy($NewFile->find('path'), $NewFilePath);
252 <CurrentFolder path="' + $CurrentFolder + '" url="' + $currentFolderURL + '" />
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DIndex.php747 * @param string $path Path to call
755 public function request(string $path, string $method, $data = [], array $queryParameters = []): Response
757 $path = $this->getName().'/'.$path;
759 return $this->getClient()->request($path, $method, $data, $queryParameters);
654 request(string $path, string $method, $data = [], array $queryParameters = []) global() argument
/plugin/feedback/
H A Dadmin.svg2 …<path d="M9,22A1,1 0 0,1 8,21V18H4A2,2 0 0,1 2,16V4C2,2.89 2.9,2 4,2H20A2,2 0 0,1 22,4V16A2,2 0 0,…

1...<<81828384858687888990>>...134