Home
last modified time | relevance | path

Searched refs:put (Results 76 – 100 of 374) sorted by relevance

12345678910>>...15

/plugin/dokutexit/
H A Dsyntax.php132 $renderer->put($match);
/plugin/findologicxmlexport/vendor/jms/metadata/src/Cache/
H A DFileCache.php41 public function put(ClassMetadata $metadata): void function in Metadata\\Cache\\FileCache
/plugin/chat/
H A Dlocal.php.dist1 $conf['chat']['namespace'] = 'chat'; // namespace to put discussion pages in
/plugin/redirect2/lang/en/
H A Dintro.txt6 …ges/media files under the given namespace will be redirected. You may also put '':'' to the end of…
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DCard.php88 function put($cardData) { function in Sabre\\CardDAV\\Card
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendarObject.php101 function put($calendarData) { function in Sabre\\CalDAV\\CalendarObject
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DCubeHandler.php102 $httpConnection = curl_init('http://'.$this->host.':'.$this->port.'/1.0/event/put');
/plugin/zotero/
H A Dconfig.ini.dist18 ; these (comma separated) symbols are put around the short name
/plugin/pwaoffline/node_modules/idb-keyval/dist/
H A Didb-keyval-iife.min.js1 …esult)},e.set=function(e,t,r=n()){return r._withIDBStore("readwrite",r=>{r.put(t,e)})},e.del=funct…
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DCard.php86 function put($cardData) { function in Sabre\\CardDAV\\Card
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendarObject.php99 function put($calendarData) { function in Sabre\\CalDAV\\CalendarObject
/plugin/codeprettify/
H A Dall.css27 * put line numbers on every line instead of just every fifth line
/plugin/txt2tags/
H A Dconfig.t2t4 % You can put below those lines the pre or proc rules you may need in your dokuwiki-t2t installation
/plugin/webcomponent/_test/data/pages/
H A Dunit.txt38 %%A code block may also come here but as we can't nest node in dokuwiki we can put it in a renderin…
H A Dcard_column.txt6 With the ''card-columns'' components, you can put any type [[card|card]] ([[blockquote|blockquote]]…
/plugin/webdav/core/DAV/Collection/Media/
H A DFile.php44 public function put($stream) function in dokuwiki\\plugin\\webdav\\core\\DAV\\Collection\\Media\\File
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DCardTest.php69 $this->card->put($file);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DBasicNodeTest.php13 $file->put('hi');
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dmacro.rst10 are useful to put often used HTML idioms into reusable elements to not repeat
108 Twig allows you to put the name of the macro after the end tag for better
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dmd1_markdown_documentation_basics.md45 To create an atx-style header, you put 1-6 hash marks (`#`) at the
167 If you put blank lines between items, you'll get `<p>` tags for the
292 you've got to put paragraph tags in your blockquotes:
301 you've got to put paragraph tags in your blockquotes:</p>
/plugin/twitter/
H A DREADME.md3 This syntax plugin will enable users to put tweets and searches from twitter on a page. It uses the…
/plugin/diagramsnet/lib/plugins/webcola/
H A DmxWebColaLayout.js307 this.originalGeometries.put(cell, geometry);
366 this.originalGeometries.put(cell, geometry);
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DButtonManager.java80 list.put(place.getName(), place); in findButtons()
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DPort.java64 style.put(mxConstants.STYLE_EDGE, mxEdgeStyle.ElbowConnector); in Port()
/plugin/diagramsnet/lib/js/grapheditor/
H A DActions.js481 …this.put('turn', new Action(mxResources.get('turn') + ' / ' + mxResources.get('reverse'), function…
489 this.put('selectConnections', new Action(mxResources.get('selectEdges'), function(evt)
710 this.put('insertImage', new Action(mxResources.get('image') + '...', function()
718 this.put('insertLink', new Action(mxResources.get('link') + '...', function()
1090 this.put('customZoom', new Action(mxResources.get('custom') + '...', mxUtils.bind(this, function()
1222 this.put('about', new Action(mxResources.get('about') + ' Graph Editor...', function()
1760 return this.put(key, new Action(title, funct, enabled, iconCls, shortcut));
1766 Actions.prototype.put = function(name, action) method in Actions

12345678910>>...15