Home
last modified time | relevance | path

Searched refs:entity (Results 51 – 75 of 268) sorted by relevance

1234567891011

/plugin/jdraw/lib/
H A Dhttpcore-4.0.1.jar ... http/message/ org/apache/http/entity/ org/apache/http/util/ org ...
/plugin/farmsync/meta/
H A DEntityUpdates.php31 foreach ($this->entities as $entity) {
32 $this->updateEntity($entity, $this->source, $target);
78 abstract protected function updateEntity($entity, $source, $target); argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDomainsRDAP.php42 public $entity; variable in Google\\Service\\DomainsRDAP
106 'entity',
110 'path' => 'v1/entity/{entityId}',
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DJCaptureApplet.java7 import org.apache.http.entity.mime.MultipartEntity;
8 import org.apache.http.entity.mime.content.InputStreamBody;
9 import org.apache.http.entity.mime.content.StringBody;
/plugin/latexit/
H A Dhelper.php103 preg_match('#///ENTITYSTART///(.*?)///ENTITYEND///#si', $text, $entity);
112 $text = preg_replace('#///ENTITYSTART///(.*?)///ENTITYEND///#si', $entity[1], $text);
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpcore-4.4.9.jar ... http/config/ org/apache/http/entity/ org/apache/http/impl/ org ...
/plugin/gemini/
H A Drenderer.php200 public function entity($entity) function in renderer_plugin_gemini
202 if (array_key_exists($entity, $this->entities)) {
203 $this->doc .= $this->entities[$entity];
205 $this->cdata($entity);
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DCHANGELOG.md22 * Test: Write cases for flex entity in autoloader. (Ivan Enderlin, 2016-01-14T10:45:08+01:00)
37 * Autoloader: Propagate unknown entity on the stack. (Ivan Enderlin, 2015-12-03T11:04:57+01:00)
38 * Autoloader: Auto-register to support flex entity. (Ivan Enderlin, 2015-12-03T10:01:23+01:00)
/plugin/latexit/_test/
H A Drenderer.test.php491 $this->r->entity("->");
498 $this->r->entity("<-");
505 $this->r->entity("<->");
512 $this->r->entity("=>");
519 $this->r->entity("<=");
526 $this->r->entity("<=>");
533 $this->r->entity("(c)");
540 $this->r->entity("(tm)");
547 $this->r->entity("(r)");
554 $this->r->entity('\{}&%$#_~^<>');
/plugin/nodetailsxhtml/
H A Drenderer.php350 function entity($entity) {
352 if ( array_key_exists($entity, $this->entities) ) {
353 $entity = $this->entities[$entity];
356 $this->doc .= $this->_xmlEntities($entity);
392 // convert to numeric entity
391 entity($entity) global() argument
/plugin/authgoogle/google/contrib/
H A DGoogle_ReportsService.php365 public $entity; variable in Google_UsageReport
376 public function setEntity(Google_UsageReportEntity $entity) { argument
377 $this->entity = $entity;
380 return $this->entity;
/plugin/aclplusregex/
H A Daction.php192 foreach ($entities as $entity) {
193 $check = "$id\n$entity";
202 $match = preg_replace("/^$pattern$/m", $check, $entity, 1, $cnt);
/plugin/text/
H A Drenderer.php390 function entity($entity) { function in renderer_plugin_text
391 if ( array_key_exists($entity, $this->entities) ) {
392 $this->doc .= $this->entities[$entity];
394 $this->doc .= $entity;
/plugin/struct/renderer/
H A Dcsv.php238 public function entity($entity) argument
240 $this->cdata($entity);
/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/
H A DAutoloader.php180 … $this->calling($autoloader)->runAutoloaderStack = function ($entity) use ($self, &$called) {
183 ->string($entity)
205 … $this->calling($autoloader)->runAutoloaderStack = function ($entity) use ($self, &$called) {
/plugin/skipentity/
H A DREADME.md1 # Dokuwiki-skip-entity
/plugin/eventline/
H A Dplain.php80 function entity($entity) { function in Doku_Renderer_plain
81 $this->doc .= ' ' . $entity . ' ';
/plugin/latexport/implementation/
H A Ddecorator.php659 * @param string $entity
661 function entity($entity) { argument
663 $this->decorator->entity($entity);
H A Ddecorator_persister.php622 * @param string $entity
624 function entity($entity) { function in DecoratorPersister
625 $this->cdata($entity);
/plugin/findologicxmlexport/vendor/hoa/zformat/
H A DCHANGELOG.md16 * Consistency: Remove the flexible entity. (Ivan Enderlin, 2016-01-09T07:47:57+01:00)
/plugin/bez/ctl/
H A Dstart.php21 public function push($datetime, $type, $author, $entity) { argument
28 'entity' => $entity);
/plugin/pdfjs/pdfjs/
H A DLICENSE13 "Licensor" shall mean the copyright owner or entity authorized by
16 "Legal Entity" shall mean the union of the acting entity and all
18 control with that entity. For the purposes of this definition,
20 direction or management of such entity, whether by contract or
22 outstanding shares, or (iii) beneficial ownership of such entity.
83 institute patent litigation against any entity (including a
/plugin/sequencediagram/bower_components/bower-webfontloader/
H A DLICENSE12 "Licensor" shall mean the copyright owner or entity authorized by
15 "Legal Entity" shall mean the union of the acting entity and all
17 control with that entity. For the purposes of this definition,
19 direction or management of such entity, whether by contract or
21 outstanding shares, or (iii) beneficial ownership of such entity.
82 institute patent litigation against any entity (including a
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DLICENSE-APACHE12 "Licensor" shall mean the copyright owner or entity authorized by
15 "Legal Entity" shall mean the union of the acting entity and all
17 control with that entity. For the purposes of this definition,
19 direction or management of such entity, whether by contract or
21 outstanding shares, or (iii) beneficial ownership of such entity.
82 institute patent litigation against any entity (including a
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.EscapeNonASCIICharacters.txt

1234567891011