Home
last modified time | relevance | path

Searched refs:entities (Results 51 – 75 of 172) sorted by relevance

1234567

/plugin/combo/ComboStrap/
H A DMarkupDynamicRender.php51 $this->renderer->entities = getEntities();
/plugin/confmanager/lang/en/
H A Dentities.txt15 More information can be found at [[doku>entities]].
/plugin/confmanager/lang/nl/
H A Dentities.txt14 Meer informatie kan worden gevonden op [[doku>nl:entities]].
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.Encoding.txt
/plugin/blogtng/action/
H A Dcomments.php7 use dokuwiki\plugin\blogtng\entities\Comment;
/plugin/flowcharts/
H A Dsyntax.php138 $Renderer->entities = getEntities();
/plugin/confmanager/lang/fr/
H A Dentities.txt14 pour de plus amples informations, voir [[doku>fr:entities|Entités]].
/plugin/entitiesbutton/
H A DREADME3 Add entities button to DokuWiki editor
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDomainsRDAP.php179 'path' => 'v1/entities',
H A DCloudDataplex.php1041 'entities',
1045 'path' => 'v1/{+parent}/entities',
1087 'path' => 'v1/{+parent}/entities',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/Resource/
H A DAccountsContainersWorkspacesFolders.php74 public function entities($path, $optParams = []) function in Google\\Service\\TagManager\\Resource\\AccountsContainersWorkspacesFolders
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutf8.php605 * @param boolean $entities Flag controlling decoding of named entities.
608 function utf8_unhtml($str, $entities=null) { argument
612 if (is_null($entities))
/plugin/fckg/
H A DChanges145 convert html tag markup < and > to entities in indented code blocks
180 Update to entities file.
297 replace utf8 chars in plugin regexes with entities (edit.php)
357 Handle entities in URLs; requires URL to be entered using the link tool.
370 Updated entities for DW entities with left-hand angle brackets.
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A DMbstring.php815 $entities = '';
820 $entities .= \chr($m[$i++]);
831 $entities .= '&#'.$c.';';
834 return $entities;
/plugin/combo/
H A Dyarn.lock74 entities@^4.4.0:
76 resolved "https://registry.yarnpkg.com/entities/-/entities-4.4.0.tgz#97bdaba170339446495e653cfd2db78962900174"
180 entities "^4.4.0"
/plugin/epub/scripts/
H A Depub_utils.php83 global $entities;
85 if(array_key_exists($matches[0], $entities)) {
86 return $entities[$matches[0]];
/plugin/gemini/
H A Drenderer.php202 if (array_key_exists($entity, $this->entities)) {
203 $this->doc .= $this->entities[$entity];
/plugin/abc/
H A Dsyntax.php63 $entities = confToHash($entitiesFile);
64 $src = strtr($src,$entities);
/plugin/text/
H A Drenderer.php391 if ( array_key_exists($entity, $this->entities) ) {
392 $this->doc .= $this->entities[$entity];
/plugin/vkeyboard/
H A Dchange_log4 up and down arrow entities for top row buttons, started IE6 at size 3, since
/plugin/nsexport/packer/ziphtml/
H A Dpacker.php58 $this->Renderer->entities = getEntities();
/plugin/nodetailsxhtml/
H A Drenderer.php352 if ( array_key_exists($entity, $this->entities) ) {
353 $entity = $this->entities[$entity];
379 // get rid of existing entities else double-escape
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dmd1_markdown_documentation_basics.md267 `>`) will automatically be translated into HTML entities. This makes
272 I wish SmartyPants used named entities like `&mdash;`
280 <p>I wish SmartyPants used named entities like
/plugin/blogtng/entities/
H A DComment.php3 namespace dokuwiki\plugin\blogtng\entities;
/plugin/indexnumber/
H A DREADME.md37 escaped as their entities (`&lt;` and `&gt;`).

1234567