Code $ git clone [email protected]/xxxx:project-net
Code/project-net $ ls
.docker/
php/
DockerFile
apache/
vhost.conf
node/
DockerFile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(function()%7Boutput%3D%27<html><head><title>SEO SERP Link Aracı</title><style type%3D%5C%27text/css%5C%27>body,table%7Bfont-family:Tahoma,Verdana,Segoe,sans-serif%3Bfont-size:11px%3Bcolor:%23000%7Dh1,h2,th%7Bcolor:%23405850%7Dth%7Btext-align:left%7Dh2%7Bfont-size:11px%3Bmargin-bottom:3px%7D</style></head><body>%27%3B output%2B%3D%27<table><tbody><tr><td><a href%3D%5C%27https://www.vayes.com.tr%5C%27><img src%3D%5C%27https://media-exp1.licdn.com/dms/image/C4D0BAQGWhCbQlhll-w/company-logo_200_200/0/1530986879454?e=2147483647&v=beta&t=Fcm4kbZO8yd1Y3rhlNT4dZa7YwNduVDfYOxcDhTbSm0%5C%27 width%3D%5C%27200%5C%27 height%3D%5C%27200%5C%27 widthf%3D%5C%27200%5C%27><img src%3D%5C%27https://www.tgbd.org.tr/content/upload/e-bulletins/samsun-teknopark-logo-20190806171833.png%5C%27 width%3D%5C%27200%5C%27 height%3D%5C%27200%5C%27 widthf%3D%5C%27240%5C%27></a></td><td><h1>SEO SERP Link Aracı</h1></td></tr></tbody></table>%27%3B pageAnchors%3Ddocument.getElementsByTagName(%27a%27)%3B divClasses%3Ddocument.getElemen |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Array of Arrays | |
[ | |
[ | |
'name' => 'Iphone 13', | |
'stock_code' => '3414124124', | |
'color' => 'Space Grey', | |
'price' => '14500', | |
'currency' => 'TRL', | |
], | |
[ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php /** @var $this CodeIgniter\View\View */ ?> | |
<?php $this->extend('base'); ?> | |
<?php $this->section('content'); ?> | |
<main> | |
<div> | |
<div> | |
<span>Hello</span> | |
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Site_model::get_page_media() | |
* | |
* @param mixed $arguments | |
* @param int $id_page | |
* @param string $media_type | |
* @param int $limit | |
* @return | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const nodeSass = require('node-sass'); | |
module.exports = function(grunt) { | |
const webPageScripts = { | |
'./assets_web/build/js/web.min.js': './assets_web/js/web.js' | |
}; | |
const appScriptsRunBabel = { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace App\EventSubscriber; | |
use Symfony\Component\Messenger\MessageBusInterface; | |
use Symfony\Component\Routing\RouterInterface; | |
use Twig\Environment; | |
class BaseEventSubscriber | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:root { | |
--matter-font-family: "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system; | |
--matter-onprimary: rgba(255, 255, 255, 1.0); | |
--matter-surface: rgba(255, 255, 255, 1.0); | |
--matter-surface--34: rgba(255, 255, 255, 0.34); | |
--matter-onsurface: rgba(0, 0, 0, 1.0); | |
--matter-onsurface--04: rgba(0, 0, 0, 0.04); | |
--matter-onsurface--08: rgba(0, 0, 0, 0.08); | |
--matter-onsurface--12: rgba(0, 0, 0, 0.12); | |
--matter-onsurface--24: rgba(0, 0, 0, 0.24); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'use strict'; | |
class VayesRequest { | |
constructor(uri, data) { | |
this.debug(VayesRequest.staticStrings.init); | |
this.supports(); | |
this.xhrRequest = null; | |
this.contentType = false; | |
this.post = null; |
NewerOlder